1833883 Members
1539 Online
110063 Solutions
New Discussion

Re: Move disk

 
zuoj
Occasional Contributor

Move disk

How to move a disk from a machine to other on HP-UX 11.0 vg00,and reserve data .
Thanks
2 REPLIES 2
Christine Hartman
Valued Contributor

Re: Move disk

if you are talking about moving the OS boot disk...that can be very tricky. The first concern is the hardware...are the two systems like hardware?
Also is the disk mirrored?
If it is and you are not bringing over the mirrored disk..you must boot up without quorum on the new system. Also I would recommend booting up into single user mode...you can make system specific changes (i.e. hostname, ip, fstab, etc.)

Also is the boot disk created with LVM or VxVM?
Sivakumar TS
Honored Contributor

Re: Move disk

If it is a LVM disk it is simple. Just connect the disk to the new system and run the following command

#vgimport /dev/vg00 /dev/dsk/c4t5d0

assuming vg00 is already existing the new system and the address of the transfered disk is c4t5d0.

Now all lvols which were present in the disk will be imported to vg00 and data can be accessed without any problem.
Nothing is Impossible !