Operating System - Tru64 Unix
1752638 Members
5674 Online
108788 Solutions
New Discussion юеВ

Re: change date in tru64 V5.1 2650 alpha

 
diego delgado
Advisor

change date in tru64 V5.1 2650 alpha

Hi all,
i got a cluster of tru64 V5.1 2650 alpha,
and i need to change the time with a new NTP server.
i need to set also the CEST timezone and i don't know where begin can anyone help me?

thanks a lot..

diego
4 REPLIES 4
Mark Poeschl_2
Honored Contributor

Re: change date in tru64 V5.1 2650 alpha

For NTP: Add lines to the file /etc/ntp.conf that look like this:

server
server 127.127.1.0
fudge 127.127.1.0 stratum 12

You may also need to remove 'server' lines that poing to defunct NTP servers. Timezone is normally set when UNIX is installed. If you need to change the timezone information, you have a couple choices. If you're sure CET is correct for your location (including daylight savings time rules, you can reset the localtime link to /etc/zoneinfo/CET by doing:

# cd /etc/zoneinfo
# ln -s ./CET localtime

If you're unsure about whether CET is always correct, find a city that matches your timezone in /etc/zoneinfo/Europe and do:

# /cd/etc/zoneinfo
# ln -s ./Europe/ localtime
Rob Leadbeater
Honored Contributor

Re: change date in tru64 V5.1 2650 alpha

Hi,

You may also find that the NTP server is configured in /etc/rc.config

If I remember correcly, the value there is used by the ntpdate command at system startup.

Cheers,

Rob
diego delgado
Advisor

Re: change date in tru64 V5.1 2650 alpha

hi all,
i need to set the time of my cluster 5 hours forward , in this cluster i got shared disks with oracle running..

is indispensable stop the cluster or can i avoid it..

thanks in advance

diego

Rob Leadbeater
Honored Contributor

Re: change date in tru64 V5.1 2650 alpha

Hi Diego,

I wouldn't have thought that stepping the time forward by 5 hours would cause any major problems.

You might want to check whether any scheduled cron jobs, need running...

Cheers,

Rob