Operating System - HP-UX
1748181 Members
3684 Online
108759 Solutions
New Discussion

Unable to remove HPVM Disk....

 
SOLVED
Go to solution
jody_mckinzie
Occasional Advisor

Unable to remove HPVM Disk....

I have these disks:

 

#hpvmdevinfo -M
pa09:server:3:disk:avio_stor:0;4;0:disk:/dev/rdisk/disk319:/dev/rdisk/disk4:0x01.0x00.0x03.0x60000970000192603816533030324634
pdm-pa09:server:3:disk:avio_stor:1;0;0:disk:/dev/rdisk/disk327:/dev/rdisk/disk5:0x01.0x00.0x03.0x60000970000192603816533030333134

 

 

 

However, when i try to remove them, i get:

 

#hpvmmodify -P server -d disk:avio_stor:0;4;0:disk:/dev/rdisk/disk319
hpvmmodify: More than one device match disk:avio_stor:0:unknown:.
hpvmmodify: Unable to modify the guest.
sh: 4:  not found.
sh: 0:disk:/dev/rdisk/disk319:  not found.

 

 

the VM is powered down....

Need to remove the disks and add new ones as we have completed a VPLEX migration.

 

So, the server is powered down and I am unable to remove the disks to add the new ones.

 

Any ideas?

 

 

P.S. This thread has been moved from HP-UX > System Administration to HP-UX > virtualization. - Hp Forum moderator

2 REPLIES 2
Dave Olker
HPE Pro
Solution

Re: Unable to remove HPVM Disk....

> hpvmmodify -P server -d disk:avio_stor:0;4;0:disk:/dev/rdisk/disk319

 

Try commas instead of semicolons:

 

hpvmmodify -P server -d disk:avio_stor:0,4,0:disk:/dev/rdisk/disk319

I work for HPE

[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
jody_mckinzie
Occasional Advisor

Re: Unable to remove HPVM Disk....

That worked!

 

Thanks