Saturday, June 27, 2015

How to uninstall or remove the VPARs Product from the VPARs and from the entire NPAR (HP-UX)

Note: These apply to VPARs versions 4.x/5.x . For the latest in case of any differences refer to the latest documents on the VPARs


How do we remove the VPAR Product from the VPARs and from the entire NPAR?

1) Remove the VPAR at the product level from the VPAR not at the BUNDLE level.

2) Log on to the target VPAR and do a swremove on the product as such.


vpar3#swremove –x autoreboot=true VirtualPartition.

This will shutdown the associated VPAR.

3) The system then cannot be booted in the VPAR mode, however can be booted in the standalone mode.


4) This makes changes to the AUTO string converting them from /stand/vpmon to the /stand/vmunix for all the entries present in the /stand/bootconf file.


5) After the product is removed from the last VPAR, the system shall come to the MON> prompt , from there reboot the system.

No comments:

Post a Comment

pip3 install ovirt-engine-sdk-python 4.4.1 - import ovirtsdk4 errors with pycurl link-time SSL backend was nss and not openssl

In [2]: import ovirtsdk4 --------------------------------------------------------------------------- ImportError                         ...