EMC ED-12000B Switch User Manual


 
1
1-106
EMC Connectrix DS-32B2 and ED-12000B Fabric OS Reference Manual
Telnet Commands
date
Display or set system date and time.
Syntax
date ["newdate"]
Availability All users (display)
Admin (set)
Description Use this command with no operands to display date and time. Use
the
newdate operand to set the date and time. Date and time are
specified as a quoted string in the format:
"mmddhhmmyy"
where:
Year values greater than 69 are interpreted as 1970-1999. Year values
less than 70 are interpreted as 2000-2069.
The date function does not support daylight saving time or time
zones.
All switches maintain current date and time in nonvolatile memory.
Date and time are used for logging events. Switch operation does not
depend on the date and time; a switch with an incorrect date value
still functions properly.
Operand This command has the following operand:
Example
To display the current date and time, then change it to February 27
12:30:00 2001:
switch:admin> date
Fri Jan 29 17:01:48 1999
switch:admin> date "0227153101"
Thu Feb 27 15:31:00 2001
mm is the month 01-12
dd is the day 01-31
hh is the hour 00-23
mm is minutes 00-59
yy is the year 00-99
newdate
Specify the new date and time in quotation
marks. This operand is optional.