Aug 10, 2011 #1 chandruunix IS-IT--Management Joined Aug 10, 2011 Messages 1 Location CA how to check whether the disk connected to particular Lpar?
Aug 10, 2011 #2 cspilman MIS Joined Nov 17, 2000 Messages 307 Location US If you're mapping whole disks to your VIO clients, then running (as padmin on the VIO server(s)): Code: lsmap -all and cross-referencing the Backing Devices with the actual disks should be enough. Regards, Chuck Upvote 0 Downvote
If you're mapping whole disks to your VIO clients, then running (as padmin on the VIO server(s)): Code: lsmap -all and cross-referencing the Backing Devices with the actual disks should be enough. Regards, Chuck
Aug 11, 2011 #3 HelloNair IS-IT--Management Joined Apr 11, 2008 Messages 46 Location IN You can try these steps in my blog. It will give a formatted ouput http://serverforge.blogspot.com/2010/07/vio-disk-mapping.html Upvote 0 Downvote
You can try these steps in my blog. It will give a formatted ouput http://serverforge.blogspot.com/2010/07/vio-disk-mapping.html
Sep 12, 2011 #4 jmc0031 IS-IT--Management Joined Sep 12, 2011 Messages 6 Location FR Hi, You can use this code to have all hdisk to all vhost (as padmin on VIO servers): Code: lsmap -all -field svsa backing -fmt "," Regards, jmc0031 Upvote 0 Downvote
Hi, You can use this code to have all hdisk to all vhost (as padmin on VIO servers): Code: lsmap -all -field svsa backing -fmt "," Regards, jmc0031