Forum Discussion
JRahm
Admin
Hi Mohamed_Salah_, perhaps others would disagree with me (and please do...I'm interested in alternative solutions here) but I'm not a fan of making changes on the standby. I'd rather deal with them on the active unit in a transaction. So my process for something like this would be:
- backup the current configuration
- Start a transaction
- Create the new partition
- Remove the objects from common partition that you want to move into the new partition
- Recreate the objects in the new partition
- End the transaction (you can test the transaction as well without commiting to the configuration)
- Save the configuration