I updated the firmware on my Aruba 5406R switches today and after I did that, There was an interesting side effect of that.
Last week I setup a RANCID server and I was backing up my HP switches into the new server. After the update today, RANCID was seeing that there was a config change every hour. After looking at the diffs, it was looking like there was the command being run to show the time.
After looking at the commands that RANCID was running, the command that seemed to cause the issue was;
show tech transciever
To get the same effect in RANCID, I had to find a command that did the same thing without the time. That command was:
show interfaces transciver
I had to edit the hrancid script for HP devices to reference that command.
I can understand why they placed a show time in the first command, but it was rather maddening that I was getting e-mails every hour that something changed on my switch, which in this case it was, the time!