![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Problem Resolution Sure Solution 2341655.1 : IB switch ILOM timezone setting does not match the OS symlink /conf/localtime
In this Document
Created from <SR 3-16268045987> Applies to:Sun Datacenter InfiniBand Switch 36 - Version All Versions and laterSun Network QDR InfiniBand Gateway Switch - Version All Versions and later Information in this document applies to any platform. SymptomsIn the NM2 IB switch, /conf/localtime is a symlink to the actual timezone file:
Example: ILOM TZ set to EST (EST5EDT), symlink to EST5EDT [root@lab-switch ~]# date -> ls /SP/clock Properties:
In some cases, this expected association between the TZ set in the ILOM and the symbolic link to TZ file in the OS is broken (dissociated).
EXAMPLE:
ILOM TZ set to EST (America/New_York), symlink to UTC [root@prod-switch ~]# date -> ls /SP/clock Properties:
Impact: Some scripts (e.g., Exachk) would report inconsistency between the md5sum values returned from affected vs. unaffected switches
EXAMPLE:
# md5sum /usr/share/zoneinfo/America/New_York # md5sum /usr/share/zoneinfo/UTC (all switches ILOM TZ set to EST (America/New_York)) [root@node_adm ~]# dcli -g ibswitch_group -l root md5sum /conf/localtime
Cluster Wide FAIL Cluster Wide Check Localtime configuration does not match on all Infiniband switches Cluster Wide
CauseCause of the dissociation is unknown at this time. SolutionSolution: set the ILOM TZ to some arbitrary setting/value, then set the preferred TZ...this action will re-establish the association EXAMPLE:
[root@prod-switch ~]# date
Mon Dec 18 15:46:15 EST 2017 [root@prod-switch ~]# ls -al /conf/localtime lrwxrwxrwx 1 root root 23 2017-03-13 04:59 /conf/localtime -> /usr/share/zoneinfo/UTC [root@prod-switch ~]# spsh Oracle(R) Integrated Lights Out Manager Version 2.2.6-2 ILOM 3.2.6 r118629 Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. Warning: HTTPS certificate is set to factory default. Hostname: prod-switch.customer.com -> cd /SP/clock -> ls /SP/clock Properties: Commands: -> set timezone=PST8PDT -> ls /SP/clock Properties: Commands: -> exit Oracle(R) Integrated Lights Out Manager Version 2.2.6-2 ILOM 3.2.6 r118629 Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. Warning: HTTPS certificate is set to factory default. Hostname: prod-switch.customer.com -> cd /SP/clock -> ls /SP/clock Properties: Commands: -> set timezone=America/New_York -> ls /SP/clock Properties: Commands: -> exit
Attachments This solution has no attachment |
||||||||||||||||
|