Asset ID: |
1-72-2248213.1 |
Update Date: | 2017-04-03 |
Keywords: | |
Solution Type
Problem Resolution Sure
Solution
2248213.1
:
fwverify fails after restoring the configuration of IB switch
Related Items |
- Oracle Exadata Hardware
- Sun Datacenter InfiniBand Switch 36
|
Related Categories |
- PLA-Support>Sun Systems>SAND>Network>SN-SND: Sun Network Infiniband
|
In this Document
Applies to:
Sun Datacenter InfiniBand Switch 36 - Version Not Applicable and later
Oracle Exadata Hardware - Version 11.1.0.6 and later
Linux x86-64
Symptoms
Fwverify fails after restoring the configuration of IB switch.
# fwverify
Checking all present packages:
........................................................................................................................................... OK
Checking if any packages are missing:
...................................................................................................................................... OK
Verifying installed files:
......................................................................................................................................... FAILED
* Package tzdata-2012c-1.el5.i386:
.M...... /usr/share/zoneinfo/Asia/Tokyo
.M...... /usr/share/zoneinfo/Japan
Checking FW Coreswitch:
FW Version: 7.4.2202 OK
PSID: SUN_NM2-36p_004 OK
Verifying image integrity OK
Cause
Restoring the configuration changes permissions of time zone file.
This causes fwverify command to receive an error when it attempts to read the file.
Similar behavior can be seen when change timezone setting which is described in
InfiniBand Switch Product Note.
Sun Datacenter InfiniBand Switch 36 Product Notes for Firmware Version 2.1
http://docs.oracle.com/cd/E36265_01/pdf/E36267.pdf
Known Problems
Bug 16847481
Description:Setting time zone changes permissions of time zone file.
Workaround :After setting the time zone, the permissions of the time zone
file are set to be highly restricted. Consequently, the
fwverify command receives an error when it attempts to
read the file.
Workaround: Open the permissions on the time zone file.
1. After setting the time zone, become the root user.
2. Open the permissions for the time zone file.
# chmod 644 /conf/localtime
Solution
Open the permissions on the time zone file.
1. After restoring the configuration, become the root user.
2. Open the permissions for the time zone file.
# chmod 644 /conf/localtime
Attachments
This solution has no attachment