Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-2020560.1
Update Date:2018-04-13
Keywords:

Solution Type  Problem Resolution Sure

Solution  2020560.1 :   Running fwverify on Infiniband Switch returns FAILED against installed /etc/rc.d/* startup scripts.  


Related Items
  • Sun Datacenter InfiniBand Switch 36
  •  
  • Sun Network QDR InfiniBand Gateway Switch
  •  
Related Categories
  • PLA-Support>Sun Systems>SAND>Network>SN-SND: Sun Network Infiniband
  •  




In this Document
Symptoms
Cause
Solution
References


Created from <SR 3-10875401652>

Applies to:

Sun Datacenter InfiniBand Switch 36 - Version All Versions and later
Sun Network QDR InfiniBand Gateway Switch - Version All Versions and later
Information in this document applies to any platform.

Symptoms

 

The fwverify command run on an Infiniband (IB) switch is failing with the following message:

 

IB2# fwverify

Checking all present packages:
.............................................................................................................................. OK

Checking if any packages are missing:
.............................................................................................................................. OK

Verifying installed files:
.......................................................................................................................... FAILED

* Package initscripts-8.45.19.EL-1.el5.centos.1.i386:
S.5....T c /etc/rc.d/rc.local

 

Cause

Someone with root access previously edited the /etc/rc.local and added a static route.  Modifying this file or any other startup scripts is not a supported practice on any IB switch.  Note that /etc/rc.local is linked to /etc/rc.d/rc.local.  So, fwverify complains /etc/rc.d/rc.local has deviated from the default version shipped with the baseline IB switch firmware.

IB2# cat /etc/rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

ip route add 192.168.14.10 via 10.90.0.1 dev eth0  <----------------Illegal static route entry added to /etc/rc.local
touch /var/lock/subsys/local
...

 

Solution

Restore /etc/rc.local to the default values for the version of firmware that is currently installed.  Confirm that fwverify now passes with no FAILED messages.

References

<NOTE:1614149.1> - "fwverify" Command Failure On IB Switches

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback