1753506 Members
4815 Online
108795 Solutions
New Discussion

Re: HPVM cluster upgrade

 
Tonny Sejr Kromann
Frequent Advisor

HPVM cluster upgrade

Hi

 

I'm about to upgrade our HPVM cluster hosts.

I have run a patch assessment and created a depot.

I have moved all vm to one HPVM node.

I have run cmhaltnode on the one to be first upgraded.

 

When I start the swinstall, the analysis says:

ERROR:   Guests are running, all guests must be shut down.

 

Do I need to do more local shutdown of the guests?

 

hpvmstatus and cmviewcl, see below.

 

TIA

Tonny

 

# hpvmstatus
[Virtual Machines]
Virtual Machine Name VM # Type OS Type State #VCPUs #Devs #Nets Memory
==================== ===== ==== ======= ========= ====== ===== ===== =======
DK4 1 SH HPUX On (RMT) 1 5 2 6 GB
DK3 2 SH HPUX On (RMT) 4 6 2 24 GB
DK5 3 SH HPUX On (RMT) 4 6 2 12 GB
DKS 4 SH HPUX On (RMT) 4 5 2 10 GB
WCS 6 SH HPUX On (RMT) 4 2 2 8 GB
DX3a 7 SH HPUX On (RMT) 1 5 2 6 GB
# cmviewcl

CLUSTER STATUS
HPVM1 up

NODE STATUS STATE
rx41 down halted
rx51 up running

PACKAGE STATUS STATE AUTO_RUN NODE
DK3 up running enabled rx51
DK4 up running enabled rx51
DK5 up running enabled rx51
DKS up running enabled rx51
WCS up running enabled rx51
DX3a up running disabled rx51

MULTI_NODE_PACKAGES

PACKAGE STATUS STATE AUTO_RUN SYSTEM
DK3_shared up (1/2) running enabled no
DK4_shared up (1/2) running enabled no
DK5_shared up (1/2) running enabled no
DKS_shared up (1/2) running enabled no
WCS_shared up (1/2) running enabled no
DX3a_shared up (1/2) running enabled no

 

 

2 REPLIES 2
Tonny Sejr Kromann
Frequent Advisor

Re: HPVM cluster upgrade

Am I missing something obvious or can I provide more information?

Maybe I have to disable cluster and hpvm on the node and restart?

 

Best regards

Tonny

 

Eric SAUBIGNAC
Honored Contributor

Re: HPVM cluster upgrade

Bonjour,

 

You said that on the node you want to upgrade all VM are down and that the node itself is no more participating in the cluster. I guess you just miss stopping hpvm stack : /sbin/init.d/hpvm stop

 

To prevent automatic startup of hpvm and mcsg during the update phase I would modify /etc/rc.config.d/hpvmconf ( HPVM_ENABLE=0 ) and /etc/rc.config.d/cmcluster ( AUTOSTART_CMCLD=0 )

 

HTH

 

Eric