- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Subject: HP-UX NTP client to as400 server
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
тАО07-01-2009 06:34 PM
тАО07-01-2009 06:34 PM
Subject: HP-UX NTP client to as400 server
Im trying to sync time on HP-UX server to the AS400 server.
When starting daemon, I get the error message
ntpdate[1331]: no server suitable for synchronization found
I can ping the Server from Unix.
Anything special to configure for this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2009 07:37 PM
тАО07-01-2009 07:37 PM
Re: Subject: HP-UX NTP client to as400 server
telnet as400_hostname 123
See if you get a daemon to interact.
If you hang, are blocked by a firewall, the message is correct.
There is nothing special to configure at all on HP-UX to run ntpdate. I'm feeling the message is correct and ntp is not running on the as400 system.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2009 09:06 PM
тАО07-01-2009 09:06 PM
Re: Subject: HP-UX NTP client to as400 server
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2009 09:17 PM
тАО07-01-2009 09:17 PM
Re: Subject: HP-UX NTP client to as400 server
Use nmap for HP-UX to test the as400 host.
Or a Linux box with nmap
nmap is a port probe tool.
Check port 123
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2009 04:36 PM
тАО07-02-2009 04:36 PM
Re: Subject: HP-UX NTP client to as400 server
What do you get when you do:
ntpq
and then enter "peers" at the "ntpq>" prompt?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2009 11:37 AM
тАО07-03-2009 11:37 AM
Re: Subject: HP-UX NTP client to as400 server
OpenVMS has several possible TCPIP stacks. Assuming the default HP TCPIP services, try:
TCPIP show service.
from the system account,
@sys$manager:TCPIP$CONFIG to create the appropriate template. Then edit SYS$SPECIFIC:[TCPIP$NTP]TCPIP$NTP.TEMPLATE and save as SYS$SPECIFIC:[TCPIP$NTP]TCPIP$NTP.CONF.
execute
@SYS$STARTUP:TCPIP$NTP_STARTUP.COM
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2009 02:23 PM
тАО07-03-2009 02:23 PM
Re: Subject: HP-UX NTP client to as400 server
My guess was that "as400" involved an IBM
AS/400 system, but, with enough ambiguity,
many things are possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2009 08:06 AM
тАО07-04-2009 08:06 AM
Re: Subject: HP-UX NTP client to as400 server
the error info: ntpdate: no server suitable for synchronization found.