- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Translate host to guest disks
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2009 10:47 AM
07-08-2009 10:47 AM
Here is the disk information from the host that was presented to the guest using the hpvmstatus command:
[Storage Interface Details]
Guest Physical
Device Adaptor Bus Dev Ftn Tgt Lun Storage Device
======= ========== === === === === === ========= =========================
disk avio_stor 1 0 0 1 0 disk /dev/rdisk/disk8
disk avio_stor 1 0 0 2 0 disk /dev/rdisk/disk9
Here are the disks we see on the guest:
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
disk 2 64000/0xfa00/0x0 esdisk CLAIMED DEVICE HP Virtual Disk
/dev/disk/disk2 /dev/rdisk/disk2
disk 3 64000/0xfa00/0x1 esdisk CLAIMED DEVICE HP Virtual Disk
/dev/disk/disk3 /dev/rdisk/disk3
So the host has a disk8 and disk9 and the guest has a disk2 and disk3. How do I determine which host disk is mapped to which guest disk?
Thanks in advance...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2009 11:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2009 12:06 PM
07-08-2009 12:06 PM
Re: Translate host to guest disks
Lun H/W Path Lunpath H/W Path Legacy H/W Path
====================================================================
64000/0xfa00/0x0
0/1/0/0.0x1.0x0
64000/0xfa00/0x1
0/1/0/0.0x2.0x0
it looks like the first column is the guest and the second column is the host (I ran the ioscan -m hwpath from the guest).
So guest disk at 0x0 (guest disk2) is host disk 0x1.0x0 or disk8
guest disk at 0x1 (guest disk3) is host disk 0x2.0x0 or disk9
Is this correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2009 01:11 PM
07-08-2009 01:11 PM
Re: Translate host to guest disks
Anybody here reading this have an idea on what's going on? Maybe running "insf -eC disk" will create them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2009 01:48 PM
07-08-2009 01:48 PM
Re: Translate host to guest disks
insf -L -v
insf: Legacy mode is disabled
insf -L
Now the ioscan -m hwpath looks like:
ioscan -m hwpath
Lun H/W Path Lunpath H/W Path Legacy H/W Path
====================================================================
64000/0xfa00/0x0
0/1/0/0.0x1.0x0 0/1/0/0.1.0
64000/0xfa00/0x1
0/1/0/0.0x2.0x0 0/1/0/0.2.0
These seems to help match up with the disks from the hpvmstatus display from the host provider.