- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- setting time im VMS
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-16-2005 10:45 PM
тАО10-16-2005 10:45 PM
how can I set time in vms 7.2-1?
exactly command please,
Lima.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2005 10:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2005 02:34 AM
тАО10-17-2005 02:34 AM
Re: setting time im VMS
you can also use:
SET TIME="17-oct-2005 16:33"
or
SET TIME=" + 01:00 "
to increase un hour the current time.
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2005 06:37 AM
тАО10-17-2005 06:37 AM
Re: setting time im VMS
DAYLIGHT saving!
$ @SYS$EXAMPLES:DAYLIGHT_SAVINGS.COM
Run this procedure to adjust the system time and TDF (time differential factor) automatically twice a year.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2005 06:56 PM
тАО10-17-2005 06:56 PM
Re: setting time im VMS
command set time is not enabled, when UCX DTSS or TCPIP NTP service for time synchronization is running. Then you have use UTC$TIMEZONE_SETUP.COM or disable service for a while.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2005 07:11 PM
тАО10-17-2005 07:11 PM
Re: setting time im VMS
you still can use SET TIME if TCPIP NTP is running, but you can't use this command when running DECnet-Plus DTSS.
If it's necessary to set the time while running DTSS, you need to temporarily disable DTSS with:
$ MC NCL DISABLE DTSS
$ MC NCL DELETE DTSS
$ SET TIME=...
$ @SYS$STARTUP:DTSS$STARTUP
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 12:04 AM
тАО10-18-2005 12:04 AM
Re: setting time im VMS
If you want to adjust the time in a cluster, you can use the following command:
MCR SYSMAN
SYSMAN> SET ENVIRON/CLUSTER
SYSMAN> CONFIG SET TIME dd-MMM-yyyy hh:mm:ss
SYSMAN> EXIT
This will ensure all the nodes use the same time as far as possible.
Have a look a SYSMAN HELP CONF SET TIME
and particularly:
SYSMAN> HELP CONF SET TIME DESC
...
As a result of slight inaccuracies in each processor clock,
times on various members of a cluster tend to drift apart.
The following procedure synchronizes system times in a cluster
environment:
$ SYNCH_CLOCKS:
$ RUN SYS$SYSTEM:SYSMAN
SET ENVIRONMENT/CLUSTER
CONFIGURATION SET TIME
EXIT
$ WAIT 6:00:00
$ GOTO SYNCH_CLOCKS
The procedure sets the time on all cluster nodes to the value
obtained from the local time-of-year clock, waits 6 hours, then
resets the time for the cluster.
This won't work if DTSS is being used, but in that case there's no need to synch clocks anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2005 03:41 AM
тАО10-31-2005 03:41 AM
Re: setting time im VMS
Modify TCPIP$NTP.CONF with the correct STRATUM for eacht node and if possible external nodes.
Startup NTP and check it with eq. ntpq -c peer
Problem we had this weekend, 4 node cluster, DAYLIGHT_SAVING was set to 1 as on alle the nodes. This system didn't modify the time during the switch this weekend. Other nodes, not cluster(members), using the same configuration (timezone rules, sysgen paras etc) did it correct this weekend. I'm not sure what cased this.
Unfortunaly we don't use DTSS anymore. (That was working fine, so don't use it :( ! )
AvR