Situation: suppose you are going to clone the machine A to machine B
- Before cloning, make sure the disks are in sync (vxprint -htA, format, etc..)
- Machine A and Machien B: Shutdown to OK prompt (init 0)
- Removal of disks should be in OK prompt
- Insertion of disks can be in OS level
Machine A:
Remove one of the disk and try to boot it with single in OK prompt (boot
) - after the OS is up, vxprint should shown the another disk is missing/fault
- insert a new disk and issue "vxdctl enable"
vxdiskadm -> 5
- resync should be in progress, use "vxtask list" to monitor
Double check (vxprint -htA) and format, if the partition label is not correct, issue "/etc/vx/bin/vxbootsetup
(the cxtxdx doesn't work. use 'vxdisk list' to get the disk name first)" - Try to reboot once again
Machine B:
insert the disk of Machine A and boot in OK prompt (boot
) - after the OS is up, vxprint should shown the another disk is missing/fault
- insert a new disk and issue "vxdctl enable"
vxdiskadm -> 5
- resync should be in progress, use "vxtask list" to monitor
Double check (vxprint -htA) and format, if the partition label is not correct, issue "/etc/vx/bin/vxbootsetup
(the cxtxdx doesn't work. use 'vxdisk list' to get the disk name first)" - Try to reboot once again
No comments:
Post a Comment