CLARiiON
Posts
Selected Posts
This post is more than 5 years old
Solved!
Go to Solution2 Posts
0
533
December 1st, 2014 12:00
I need to check and set the time on a CX300
I have a CX300 with FLARE 02.07.300.5.021. How do I set the time on the system?
Responses(3)
10
0
2
19
0
4
18
0
2
43
0
9
23
0
4
No Events found!
Roger_Wu
2 Intern
2 Intern
•
4K Posts
0
December 1st, 2014 17:00
You should be able to set the time in Navisphere GUI > right-click SP > Properties > Date and Time:
brettesinclair
2 Intern
2 Intern
•
715 Posts
0
December 1st, 2014 13:00
you should be able to set the time using naviseccli;
naviseccli -h arraysp setsptime -M month-number -D day-number -Y year-number -h hour-number -m minute-number
example to set to current date and time;
naviseccli arraysp setsptime -M 12 -D 2 -Y 2014 -h 8 -m 20
Where 12 = December, 2 = 2nd etc
Both SP's times are changed from the single command execution.
Mcrib15
2 Posts
0
December 2nd, 2014 07:00
Thank you Roger.... This was what I was looking for.