Operating System - HP-UX
1748112 Members
3421 Online
108758 Solutions
New Discussion юеВ

Re: present a disk to a VM

 
SOLVED
Go to solution
David Willams
Super Advisor

present a disk to a VM

How do I assign a SAN disk to a VM guest

will the below work:-

#hpvmmodify тАУP vm00 -a disk:scsi::disk:/dev/rdsk/c2t0d0

Also I have a 8gig NIC.. how do I assigne this to a VM guest..

I have 4 physical CPU's in the host..
how many max. can I assign to each guest if I have 2 guests.

this is hpvm 4.1 running on 11.31

3 REPLIES 3
melvyn burnard
Honored Contributor

Re: present a disk to a VM

Read the manuals?
use the an pages?
Take a course on Integrity VM?

If you have created a VM, then yes, that command will work.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
DogBytes
Valued Contributor
Solution

Re: present a disk to a VM

First the SAN disk has to be presented to the VM host. Assuming this has been done, the command you specified should work. Do an ioscan on the guest before doing hpvmmodify and then again afterward because the device file will likely be different on the guest.

Similar command to present the NIC:
#hpvmmodify -P vm00 -a network:lan:[hardware-address]. See
http://docs.hp.com/en/T2767-90180/T2767-90180.pdf for more.

Regards,

- R.
David Willams
Super Advisor

Re: present a disk to a VM

..