Been through every tab in the management side and cannot find where you can change the date - ideas anyone ?
HP ProCurve Switch 4104GL
Been through every tab in the management side and cannot find where you can change the date - ideas anyone ?
HP ProCurve Switch 4104GL
You need to telnet in to it. I'm not sure if you can set it, but you can point it at a sntp server (thats what I do with mine).
Thanks - I'll give it a go in the morning...
if you telnet into the switch and type either "menu" or "setup" into the console to bring up the option to set the time / date.
I can't remember the exact command but im sure its one of those above.

Best bet (as said above) is to to go into the CLI and point it at your DC and use SNTP to set the date/time. There are other options but you still need to use the CLI.
On a procurve 2650, you do the following in the CLI.
1. Login (I use SSH and have Telnet disabled btw).
2. Enter the configuration mode.Code:root@goliath:/# ssh root@r23-hp2650 The authenticity of host 'r23-hp2650 (10.73.26.216)' can't be established. RSA key fingerprint is 18:46:02:88:9e:0b:72:7d:17:a7:8a:54:c0:f7:e1:6c. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'r23-hp2650' (RSA) to the list of known hosts. We'd like to keep you up to date about: * Software feature updates * New product announcements * Special events Please register your products now at: www.ProCurve.com root@10.73.26.216's password: ProCurve J4899B Switch 2650 Software revision H.10.38 Copyright (C) 1991-2007 Hewlett-Packard Co. All Rights Reserved. RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subdivision (b) (3) (ii) of the Rights in Technical Data and Computer Software clause at 52.227-7013. HEWLETT-PACKARD COMPANY, 3000 Hanover St., Palo Alto, CA 94303
3. Tell the switch to use SNTP.Code:r23-hp2650# configure
4. Tell the switch to use unicast.Code:r23-hp2650(config)# timesync sntp
5. Tell the switch the SNTP server IP and version (*nix, W2k3 SP1 = v3. W2k3 no SP, W2k=v1).Code:r23-hp2650(config)# sntp unicast
Code:r23-hp2650(config)# sntp server 1.2.3.4 3
SNTP mode - broadcast or unicast ?
Set it to unicast and pointed it at one of my domain controllers - now showing the correct time. Thanks people...
Yeah, if you have *nix boxes running NTPD and set to broadcast you can use broadcast if you want. If you've only got W2k3 DCs you need to use unicast.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)