Hi,
I'm migrating some HACMP clusters to new disks, from another storage.
What I wanted to do is, from C-SPOC menus, add the new disks, mirror the shared VGs, and then unmirror these VGs.
I've started with just one VG in a cluster, and from the "Mirror a Shared VG" menu I selected the Background option, but it's running in the Foreground, it's showing the COMMAND STATUS, Command: running.
I've checked with ps -ef, and I see it has launched the following commands:
I see both commands have been launched with -S option, that should mean background, but it's running in the foreground (at least it doesn't returno to smit menu).
Has anyone run cl_mirrorvg manually, instead from the smit hacmp menus?
I think I will mirror next VGs manually, but I want to be sure the -S option (background) works.
Another option is to run the cl_mirrorvg command from a script in background, with nohup. Would you recommend such a thing?
Thanks.
I'm migrating some HACMP clusters to new disks, from another storage.
What I wanted to do is, from C-SPOC menus, add the new disks, mirror the shared VGs, and then unmirror these VGs.
I've started with just one VG in a cluster, and from the "Mirror a Shared VG" menu I selected the Background option, but it's running in the Foreground, it's showing the COMMAND STATUS, Command: running.
I've checked with ps -ef, and I see it has launched the following commands:
Code:
/bin/ksh /usr/sbin/cluster/cspoc/smitlvm -15 rg_sapr3 -Rclnode1 -S sapr3vg hdisk24
/bin/ksh /usr/es/sbin/cluster/sbin/cl_mirrorvg -cspoc -g rg_sapr3 -Rcl_node1 -S sapr3vg hdisk24
I see both commands have been launched with -S option, that should mean background, but it's running in the foreground (at least it doesn't returno to smit menu).
Has anyone run cl_mirrorvg manually, instead from the smit hacmp menus?
I think I will mirror next VGs manually, but I want to be sure the -S option (background) works.
Another option is to run the cl_mirrorvg command from a script in background, with nohup. Would you recommend such a thing?
Thanks.