- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- ntp source on Brocade switch
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
тАО11-26-2008 12:44 AM
тАО11-26-2008 12:44 AM
I'd like to configure multiple ntp sources on a Brocade switch but can't seem to get the format of the command right.
This works fine
tsclockserver x.x.x.x
However, if I issue the following command
tsclockserver x.x.x.1 x.x.x.2
Then the tsclockserver command shows
Active NTP Server x.x.x.1
Configured NTP Server List x.x.x1
No mention of x.x.x.2
Any ideas?
Cheers
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2008 01:19 AM
тАО11-26-2008 01:19 AM
Re: ntp source on Brocade switch
try to separate the 2 NTP servers by ";"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2008 01:56 AM
тАО11-26-2008 01:56 AM
Re: ntp source on Brocade switch
I have tried all the following:
tsclockserver "x.x.x.1 x.x.x.2"
tsclockserver "x.x.x.1,x.x.x.2"
tsclockserver "x.x.x.1:x.x.x.2"
tsclockserver x.x.x.1,x.x.x.2
tsclockserver x.x.x.1:x.x.x.2
All of these give the error:
Updating Clock Server configuration...Invalid NTP servers present in the list
The only that doesn't error is
tsclockserver x.x.x.1 x.x.x.2
but this seems to only pick up and configure the first ntp server
Cheers
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2008 02:01 AM
тАО11-26-2008 02:01 AM
Re: ntp source on Brocade switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2008 02:08 AM
тАО11-26-2008 02:08 AM
Re: ntp source on Brocade switch
tsclockserver x.x.x.1;x.x.x.2
Updating Clock Server configuration...done.
Updated with the NTP servers
rbash: 10.192.0.12: command not found
I think it has a unix o/s underneath the covers, so it sees the ; as a different command
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2008 02:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2008 02:15 AM
тАО11-26-2008 02:15 AM
Re: ntp source on Brocade switch
tsclockserver "NTPServer1_IP;NTPServer2_IP"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2008 02:16 AM
тАО11-26-2008 02:16 AM
Re: ntp source on Brocade switch
tsclockserver "x.x.x.1;x.x.x.2"
tsclockserver
Active NTP Server x.x.x.1
Configured NTP Server List x.x.x.1;x.x.x.2
Apologies if that was what you originally meant
Cheers
Mike