Operating System - HP-UX
1752800 Members
6053 Online
108789 Solutions
New Discussion юеВ

Re: Hp-vm sharing of DVD results error.

 
SOLVED
Go to solution
fizan
Super Advisor

Hp-vm sharing of DVD results error.

hpvmdevmgmt -m gdev:dev:attr:SHARE=YES
Failed to modify device 'dev' attribute 'SHARE' to value 'YES'.
hpvmdevmgmt: Unable to continue.

So first i need to chnage as SHARED.
Now changed the attr as SHARE=YES,
bit when try to modify on guest it says:

gedhpvm1 /var/opt/hpvm/common # hpvmmodify -P gethpvm1 -a dvd:avio_stor::disk:/dev/rdsk/c1t0d0
hpvmmodify: ERROR (gethpvm1): Duplicate backing device '/dev/rdsk/c1t0d0'.
hpvmmodify: ERROR (gethpvm1): Unable to add device '/dev/rdsk/c1t0d0'.
hpvmmodify: Unable to create device dvd:avio_stor::disk:/dev/rdsk/c1t0d0.
hpvmmodify: Unable to modify the guest.

Thanks
4 REPLIES 4
Torsten.
Acclaimed Contributor
Solution

Re: Hp-vm sharing of DVD results error.

You need to substitute "dev" in this line

hpvmdevmgmt -m gdev:dev:attr:SHARE=YES

e.g. by /dev/rdsk/c1t0d0

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!   
fizan
Super Advisor

Re: Hp-vm sharing of DVD results error.

ok fine after defining the /dev/rdskc0t1d0 how to share the DVD across the guests ?

Torsten.
Acclaimed Contributor

Re: Hp-vm sharing of DVD results error.

First make the device shared, then assign it to the guests.

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!   
fizan
Super Advisor

Re: Hp-vm sharing of DVD results error.

hpvmdevmgmt -m gdev:/dev/rdsk/c1t0d0:attr=SHARE