Server cloning
Dear Gurus,
what is the best approach for the following :
I have oracle database server running under VCS with CVM. I want to quicly clone it for testing purpose.
My OS is AIX so i already cloned the root vg; but how can i get the veritas volumes so that i can start the test server with a working configuration of the cluster ?
Hi,
There will be couple of more considerations from VCS point of view..
Every VCS cluster is allocated with a unique cluster ID, you can see that in /etc/llttab file. On a network you must have unique cluster ID. So if you clone rootvg trying to get a new cluster setup, make sure you modify the cluster ID to a unique ID in order for members to identify the cluster ID. If your cloned cluster have 2 nodes, you should modify the file in both the nodes.
Same thing for NIC cards, make sure that same NIC cards are used in source & target server, if source server has en0 or en1 configured for LLT, same should be case for target server as well, you would need to modify it otherwise.
If your target env is 1 node only, then you will need to modify /etc/gabtab or will need to force seed GAB to start on a single node. You may need to start HAD on single node using "hastart -onenode" for cluster to understand its only 1 node cluster.
I would recommend to disable IOFencing if in use before making clone. IOFencing keys may cause issues.
Other than above, what Doug pasted above is valueble reading material.
G