- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Integrity VM host A.03.50 runnin on 11iv3 and disk...
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
10-20-2010 09:13 AM
10-20-2010 09:13 AM
I recently mapped new disks to the hosts and need to allocate them to one of virtual guest.
The drive status/assignments of this virtual guest is attached. My question is the HPVMMODIFY and the next bus/dev/target values to use for the next disk.
You can see that for device 1 there are 14 targets at this time (0,1,0 thru 0,1,13). What is the scsi limit on the target per device..is it 0, 1, 14 or should I start at 0,2,0...
Command would look like:
hpvmmodify -p 3 -a disk:scsi:0,2.0:disk:/dev/rdsk/c..t..d.
I have assigned disks to other physical hosts but worked with my co-worker a little on assigning disks to virtual guests..
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 01:52 AM
10-21-2010 01:52 AM
Re: Integrity VM host A.03.50 runnin on 11iv3 and disks
you can just leave it blank and it will be automaticly assigned by the host.
for example:
hpvmmodify -p 2 -a disk:scsi:lv:/dev/vgS/rlvi4vg00
You should also use the avio_stor driver, for better IO performance on your virtual guests, take a look on how to configure it on the HPVM admin doc
for example:
hpvmmodify -P vm2 -a disk:avio_stor:0,4,0:disk:dev/rdsk/c8t0d3"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 04:09 AM
10-21-2010 04:09 AM
Re: Integrity VM host A.03.50 runnin on 11iv3 and disks
but if I choose so, I can start with a b/d/t of 0,2,0 correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 11:53 AM
10-21-2010 11:53 AM
Re: Integrity VM host A.03.50 runnin on 11iv3 and disks
Yes, itâ s correct.
Regards,
Bhadresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 12:18 PM
10-21-2010 12:18 PM
Re: Integrity VM host A.03.50 runnin on 11iv3 and disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2011 08:53 AM
06-01-2011 08:53 AM
Re: Integrity VM host A.03.50 runnin on 11iv3 and disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2011 09:56 AM
06-01-2011 09:56 AM
SolutionIf you assign disks to a new bus/device, that is 0,2 in your case, and whatever the scsi id you choose, 0 in your case, you will HAVE TO REBOOT the VM.
Adding a new disk can be done online only if you already have a disk on the same bus/device.
Imagine that when you add a disk on a bus/device that is not already present in the VM it is the same thing than adding a new scsi card in a physical box without OLAR capability.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2011 10:05 AM
06-01-2011 10:05 AM
Re: Integrity VM host A.03.50 runnin on 11iv3 and disks
My last device on the guest if c1t13d0 (vm status shows as bus 0 device 1 ftn 0 tgt 13 and lun 0) If I stay with device 1 can I go beyond 13?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2011 10:17 AM
06-01-2011 10:17 AM
Re: Integrity VM host A.03.50 runnin on 11iv3 and disks
I clearly remember that the limit for the whole VM is 30 VIO, that is 30 virtual disks in scsi emulated mode ... you are not so far from the limit : actually 23 VIO.
Now for the limit on the bus itself I don't remember exactly the higher number you can assign. I guess it was 15 (16 devices on a physical SCSI card) but I am not sure.
Anyway, to check, just create a foo VM with just one file disk at 0,1,14 . Also try 15 and 16. You will see the exact limit. Then just remove the VM.
I am to leave
HTH
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2011 10:27 AM
06-01-2011 10:27 AM
Re: Integrity VM host A.03.50 runnin on 11iv3 and disks
Guide says.
when you run HPVMMODIFY to add the disk, the command response will be
UNABLE to DYNAMICALLY CREATE DEVICE DISK:SCSI:0,2,0....PROTOCOL ERROR. GUEST NEEDS TO BE RESTARTED FOR ALL CHANGES TO TAKE EFFECT.
so i can run hpvmmodify to add all new devices, then hpvmstop to halt the guest,then hpvmstart to start it up again then hpvmstatus to confirm the list of disks
Or show I stop the guest first..add disk then start it up..
After that point I can run IOSCAN to get to confirm device status/name..etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2011 11:49 PM
06-02-2011 11:49 PM
Re: Integrity VM host A.03.50 runnin on 11iv3 and disks
"GUEST NEEDS TO BE RESTARTED FOR ALL CHANGES TO TAKE EFFECT."
In this case the modifications are done in the "next" configuration file. You can check the configuration that will be used after the next reboot of the VM with the deferred option (-D) of hpvmstatus :
-D : Displays resource assignments that takes effect the next time the virtual machine is started (deferred mode).
If I understand correctly your latest question, both methods are equivalent : add the disk + reboot, or stop the VM + add disk + start VM.
Eric