Operating System - HP-UX
1834017 Members
2558 Online
110063 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
Neighborhood Moderator
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 at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[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.