- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- date command
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
10-20-2004 03:07 PM
10-20-2004 03:07 PM
But not NTP or remsh . Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 03:36 PM
10-20-2004 03:36 PM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1098329684020+28353475&threadId=53532
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:00 PM
10-20-2004 04:00 PM
Re: date command
Where I can get rdate command ? Thanks in advanced.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:28 PM
10-20-2004 04:28 PM
Re: date command
Look at this
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=53532
regards
SK
sunilhcl@rediffmail.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:46 PM
10-20-2004 04:46 PM
Re: date command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 05:33 PM
10-20-2004 05:33 PM
Re: date command
Usage: rdate [-p]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 05:42 PM
10-20-2004 05:42 PM
Re: date command
rdate [-p] [-s] [host...]
-p Print the time returned by the remote machine.
-s Set the system time to the returned time.
If you want to change date informations of remote system then, try with remsh there. It is easy more there to do remote operations. IF you want to have secure one then try with ssh operation.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 05:45 PM
10-20-2004 05:45 PM
Re: date command
rdate: Unknown host `-s'. (Connection timed out).
Looks like rdate don't have the -s option. Is my rdate version is too older? where can I download it. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 06:32 PM
10-20-2004 06:32 PM
Re: date command
You can get rdate project details from,
http://freshmeat.net/projects/rdate/
You have to compile there. Just curious, why are you in-need of rdate -s option more. You can set the retrieved from remote machine to local machine with date command itself :)
rdate -p
will return date informations of host. Store in a variable do appropriate changes with date command.
HTH.