1755653 Members
3176 Online
108837 Solutions
New Discussion юеВ

Virtual DVD problem

 
SOLVED
Go to solution
shabash
Frequent Advisor

Virtual DVD problem

i have 4 VMs installed on one rx6600.
Now i am facing problem when using dvd media.

whenever i need a dvd i have to add the path for specific vm.

is there any easy way that after putting the media in host the all media is accessible to all vms??

when i try to add path in second VMs it give me error "backing device not exit"

Question is do i need to add same path in all vms if it is then why its giving error.??

i know One Vm can access the data at a time but why again and again path adding and removing required for VMs to access DVD
9 REPLIES 9
Torsten.
Acclaimed Contributor

Re: Virtual DVD problem

Configure the physical drive as virtual null dvd (shared) to all your VMs, if you need to insert a media, use the vMPs "insert" command.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
likid0
Honored Contributor

Re: Virtual DVD problem

Just to follow up Torsten:

And example of a null dvd config:

I have all my iso images in:
/var/opt/iso-images/

#hpvmstatus -P vm -d
dvd:scsi:0,2,1:null:/var/opt/iso-images/

when you need to mount a dvd, from the mp on the vm.

[vm] vMP:CM> ma


vMP MAIN MENU

CO: Console
CM: Command Menu
CL: Console Log
SL: Show Event Logs
VM: Virtual Machine Menu
HE: Main Help Menu
X: Exit Connection

[vm] vMP> in

Insertable Guest Devices
Num Hw-path (Bus,Slot,Tgt) Gdev
--------------------------------------------
[1] 0/0/2/0.1.0 (0,2,1) dvd

Enter menu item number or [Q] to Quit: 1

Insertable File Backing Stores
Num File
---------------------
[1] boot_helper.iso

Enter menu item number or [Q] to Quit: 1

Confirm insertion action
G - Go
F - Force

Enter menu item or [Q] to Quit: G




Windows?, no thanks
Avinash20
Honored Contributor

Re: Virtual DVD problem

Hi,

I believe this doc will help you

http://docs.hp.com/en/T2767-90105/ch07s02.html#virtual_dvd_device

Please assign points to your threads
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
shabash
Frequent Advisor

Re: Virtual DVD problem

I have another question regarding storage presented from EVA.
i have one single port fiber card used in host machine and all VMs installed on it.
Now All VMs using the storage from EVA.

when running the command ioscan -fnC disk
only 2 path showing from HSV.
i have added storage using one path.

Now i am looking for alternate path for the virtual machine i.e coming from EVA controller.

can i add another path with virtual machine.

if i do then can i make it alternate boot path??
Torsten.
Acclaimed Contributor

Re: Virtual DVD problem

Are you using raw disks as backing store?

HPVM version B.04.00 will handle this.

For earlier versions you need multipathing software.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
shabash
Frequent Advisor

Re: Virtual DVD problem

Thx for reply.

Torsten your help indeed always very helpful.
yes B.04 installed evaluation version.

so now i can add the another path from EVA and make it alternate bootable right???
Avinash20
Honored Contributor

Re: Virtual DVD problem

Yes.. Noted its 11.31 OS.
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Torsten.
Acclaimed Contributor
Solution

Re: Virtual DVD problem

Please provide your configuration details:

# hpvmstatus -P

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Eric SAUBIGNAC
Honored Contributor

Re: Virtual DVD problem

Bonjour shabash,

as far as I know, begining with HPVM 2.0, you can't have an alternate path presented to a VM in order to use pvlink in the VM to configure LVM and/or have an alternate boot path for the VM. Anyway, hpvmcreate/hpvmmodify will complain if you try to add such a path.

As previously said you must rely on multipating at VM Host level.

If you are working with HPVM 4.0, VM Host should be 11.31. In this case instead of using raw devices like /dev/rdsk/cXtYdZ, use new permanent DSF like /dev/rdisk/diskXX for the VM. Multipathing is a native feature of Permanent DSF

Eric