Product data

88 PowerVM Migration from Physical to Virtual Storage
On the client partition
The SAN LUN will be visible to the client as a SCSI disk.
6. Verify that the data is available to the client. Running the lspv command after
the cfgmgr command makes the new disk visible on the client. Our test data
was extracted from the raw disk using the dd command as a confirmation that
the migration was successful:
# lspv
hdisk0 000fe41120532faf rootvg
active
# cfgmgr
# lspv
hdisk0 000fe41120532faf rootvg
active
hdisk1 none None
#
# dd if=/dev/hdisk1 count=21
This is a raw disk test file.
2814+0 records in.
2814+0 records out.
This migration is now complete.