1751687 Members
5311 Online
108781 Solutions
New Discussion юеВ

Re: time zone

 
himacs
Super Advisor

time zone

Hi

i want to change the timezone in a clustered system.Can anyone help me with exact steps?


regards/himacs
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: time zone

Himacs,

Have a look at this thread.

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=970566

Regards,
Robert-Jan
Ganesan R
Honored Contributor

Re: time zone

Hi Himacs,

1.Halt the packages
2.Halt the cluster
3.Modify the timezone by changing /etc/TIMEZONE or using set_parms
4.Reboot the nodes
5.Start the cluster
Best wishes,

Ganesh.
himacs
Super Advisor

Re: time zone

HI ganesan,Robert

thanks for the reply.

can u tell me the steps involved in halting the cluster


himacs
Ganesan R
Honored Contributor

Re: time zone

Hi,

To halt the packages
#cmhaltpkg -v

To halt the cluster
#cmhaltcl -v

To reboot the server
#shutdown -ry now

Cluster will start automatically after reboot if we have not disabled the autostart variable "AUTOSTART_CMCLD=1" in /etc/rc.config.d/cmcluster

To start the cluster:
#cmruncl -v

cmruncl command also start the packages.
Best wishes,

Ganesh.