- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPVM - 11iv3 virtual machines and assigning disk d...
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
01-20-2011 12:40 PM
01-20-2011 12:40 PM
HPVM - 11iv3 virtual machines and assigning disk devices from host
Hpvmstatus shows: B/D/F/T/L assignments of
0/1/0/0/0 thru 0/1/0/13/0
Our practice has been to add the device hpvmodify) and provide explicit values of B-D-T
To add the next new disk, would my next new disk be assigned 0,1,14?
Whats the scsi range? Should I start wtih 0,2,0?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 06:17 PM
01-20-2011 06:17 PM
Re: HPVM - 11iv3 virtual machines and assigning disk devices from host
To add a disk to virtual machine/system, we need to do following activity:
1. Identify which disk to be presented on virtual server.
2. Assign in to virtual Machine as follows:
hpvmmodify -P
* disk name as in HOST machine.
3. do IOSCAN on Virtual machine
ioscan -fnC disk
insf -e
ioscan -fnC disk
use the disk as we use in physical machine
after doing a pvcreate to new visible disk on virtual server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 11:41 PM
01-20-2011 11:41 PM
Re: HPVM - 11iv3 virtual machines and assigning disk devices from host
It depends if you are using virtual scsi or AVIO. It's 0-14 for virtual scsi or 0-127 for AVIO.
You could always just let HPVM decide for you as you don't need to specify these values when allocating storage to the VM
regards,
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2011 05:36 AM
01-21-2011 05:36 AM
Re: HPVM - 11iv3 virtual machines and assigning disk devices from host
I had the same steps on virtual guest as I do on the virt host first
on host..
symcfg discover (we use EMC storage..this will discover the newly mapped device)
enxt on virt host..
ioscan -fnC disk (look for new ctd)
insf -e
ioscan -fnC disk again if needed
run hpvmmodify to present the disk to the virtual guest
on guest...
ioscan -fnC disk
insf -e
perform pvcreate on new disk
perform usual volumegrup tasks from this point..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2011 06:02 AM
01-21-2011 06:02 AM
Re: HPVM - 11iv3 virtual machines and assigning disk devices from host
Unless you have a specific need to allocate target numbers manually just run hpvmmodify without it, HPVM will automatically create the next one up:
hpvmmodify -P myvm -a disk:scsi::disk:/dev/rdisk/disk1
Also as it's 11iv3 you shouldn't need to run insf manually as this gets spawned automatically by sfd when new devices are detected. Rest of procedure looks ok
regards,
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2011 11:11 AM
01-21-2011 11:11 AM
Re: HPVM - 11iv3 virtual machines and assigning disk devices from host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2011 11:12 AM
01-21-2011 11:12 AM
Re: HPVM - 11iv3 virtual machines and assigning disk devices from host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2011 12:03 PM
06-01-2011 12:03 PM
Re: HPVM - 11iv3 virtual machines and assigning disk devices from host
I want to change to a new bus /evice (ie 0,2,x)
I have 14 devices on the VM guest from 0,1.0 to 0,1,13) right now and approaching the device limit on 0,1.
From the hpvmmodify I will add the new disk as 0,2,0 but I was informed that I need to reboot the VM guest after I modidy it. The modify will respond with PROTOCOL ERROR and to RESTART to make the changes effective.
True?
Or I can stop the guest, then run hpvmmodify then restart the guest!
Same effect either way!