Operating System - HP-UX
1836412 Members
2756 Online
110100 Solutions
New Discussion

Re: Guest-to-host disk mapping

 
helsayed
New Member

Guest-to-host disk mapping

Hello all,
Is there any way to map the WWID of the disks inside a VM to the corresponding WWID of the disk in the host server ?
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Guest-to-host disk mapping

Shalom,

Assuming you are working with hpvm, the guests do not have access to the wwn at all.

What you might think is a wwn from ioscan output is not accurate.

That information is available based on my testing only in the guest machine.

To provide that information, you would need to have the host machine do a scripted report and write to a shared disk location.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
helsayed
New Member

Re: Guest-to-host disk mapping

Hellow Steven,
i'm not quite sure what do you mean by a shared disk ?
By the way i have access to both host and guest machine given that the host is hpux 11iv3 and guest is 11iv2
Tim Nelson
Honored Contributor

Re: Guest-to-host disk mapping

A shorter version of SEP's response.

No.

( and I believe the shared disk mentioned was an NFS mount to both servers that could hold some type of report information)

There are a number of ways to easily distinguish which device is presented to each VM.

e.g.
use lv based backingstore with a meaningfull names

use hpvmdevmgmt commands on VMHost to determine which devices relate to the HW address on the VMGuest.

and probably many more creative ways...