Product data

Chapter 5. Logical partition migrations 143
hdisk1 Available C8-T1-01 MPIO Other DS4K Array Disk
# lsdev -l hdisk2
hdisk2 Available C8-T1-01 MPIO Other DS4K Array Disk
The remaining commands provide additional evidence that hdisk1 and hdisk2
are in fact the same disks that were visible on the original client partition.
Compare the output below to the output gathered from the pre-migration
source partition.
The tail command lists out the last two lines of the /etc/hosts file, which
looks the same as on the original host, and the df command shows us that
the partition booted with /data already mounted, just as on the original host.
Finally, the ls command shows us that the data on the data disk is intact and
that it is the same data disk that was on the original host.
# tail -2 /etc/hosts
192.168.100.92 p2_411
192.168.100.91 p1_411
# df -k
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/hd4 196608 29400 86% 13322 63% /
/dev/hd2 1966080 128204 94% 38267 54% /usr
/dev/hd9var 376832 128236 66% 7131 20% /var
/dev/hd3 147456 130732 12% 40 1% /tmp
/dev/hd1 16384 16032 3% 5 1% /home
/dev/hd11admin 131072 130708 1% 5 1% /admin
/proc - - - - - /proc
/dev/hd10opt 409600 122908 70% 8450 24% /opt
/dev/livedump 262144 261776 1% 4 1% /var/adm/ras/livedump
/dev/fslv00 2097152 2096504 1% 5 1% /data
# cd /data
# ls -l
total 0
drwxr-xr-x 2 root system 256 Oct 23 09:53 lost+found
-rw-r--r-- 1 root system 0 Nov 28 2010 migrate_vSCSI_to_vFC.sig
This migration is now complete.