Product data

Chapter 5. Logical partition migrations 113
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 31000 85% 13317 62% /
/dev/hd2 1966080 128204 94% 38267 54% /usr
/dev/hd9var 376832 128428 66% 7128 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 122912 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_FC_to_vSCSI.sig
The migration is now complete.
5.3 Direct-attached SAN rootvg and data partition to
virtual Fibre Channel
This method describes a scenario where a logical partition with SAN-attached
disks are migrated to a Virtual I/O Server in the same systems enclosure and
uses the virtual Fibre Channel function to present the disks.