- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Change time of DEC UNIX Tru64 4.0f
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 11:15 PM
05-31-2005 11:15 PM
Change time of DEC UNIX Tru64 4.0f
How can I change the system time of a server of Tru64 4.0f. I’m in a test network without a ntp time synchronisator.
I will be happy if somebody could help me.
Regards.
Ronja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 01:10 AM
06-01-2005 01:10 AM
Re: Change time of DEC UNIX Tru64 4.0f
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 01:00 AM
06-02-2005 01:00 AM
Re: Change time of DEC UNIX Tru64 4.0f
# man date
you can set the date and time
# date mmddhhmmyy
mm : month
dd : day
hh : hour
mm : minute
yy : year
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 01:52 AM
06-02-2005 01:52 AM
Re: Change time of DEC UNIX Tru64 4.0f
You better change the dat/time in single user
mode, either by going from init level 3 to init level S, or by booting into it with "-fl s" .
Changing the date in multi-user can cause several applications to continue using the old time reference.
__ Johan.
_JB_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 01:48 AM
06-06-2005 01:48 AM
Re: Change time of DEC UNIX Tru64 4.0f
Ronja,
I'd recommend using xntpd to maintain the time after you set it. It's configuration file is /etc/ntp.conf.
> Iâ m in a test network without a ntp time synchronisator.
Even if that test network is completely cut off from the rest of the world you still can:
1. Pick several systems in the test network and use them as ntp servers (just run xntpd on them).
2. Point the rest of the systems in the test network to them using "server" in ntp.conf.
3. Use "peer" in ntp.conf on the systems you picked for servers. Point every one of them to all of the other 'servers' (the ones you picked) in the test network.
peer
This command specifies that the local server is to operate in "sym-
metric active" mode with the remote server host_address. In this mode,
the local server can be synchronized to the remote server and, in addi-
tion, the remote server can be synchronized by the local server. This
is useful in a network of servers where, depending on various failure
scenarios, either the local or remote server host may be the better
source of time.
Regards,
R