Operating System - HP-UX
1753571 Members
6029 Online
108796 Solutions
New Discussion

How to convert hpvm super guest to hpvm standard guest

 
SOLVED
Go to solution
sumanth_s
Occasional Visitor

How to convert hpvm super guest to hpvm standard guest

Please provide steps to convert hpvm super guest to hpvm standard guest & vice versa.

 

Thanks,

Sumanth.S

2 REPLIES 2
Dave Olker
HPE Pro
Solution

Re: How to convert hpvm super guest to hpvm standard guest

If you're asking this, I assume you're running a version of Integrity VM & vPars that supports both guest types.  If so, the procedure is:

 

1) Shutdown the Guest OS and halt the guest with hpvmstop

2) hpvmmodify -P <guest name> -x vm_type=vpar (converts a VM to a vPar)

 

or

 

2) hpvmmodify -P <guest name> -x vm_type=shared (converts a vPar to a VM)

3) hpvmstart

 

Dave

I work for HPE

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

Re: How to convert hpvm super guest to hpvm standard guest

Thanks Dave.