Replacing SDD FC Adapter: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
= Replacing SDD FC Adapter =
== Replacing SDD FC Adapter ==


# Identify the faulty adapter name:
# Identify the faulty adapter name:
Line 20: Line 20:
## <tt>'''# datapath query adapter'''</tt>
## <tt>'''# datapath query adapter'''</tt>


= Further Reading =
== Further Reading ==
# [http://www.tek-tips.com/viewthread.cfm?qid=1076983&page=8| Replacing fibre channel card without server reboot]
# [http://www.tek-tips.com/viewthread.cfm?qid=1076983&page=8| Replacing fibre channel card without server reboot]

Revision as of 14:35, 29 December 2011

Replacing SDD FC Adapter

  1. Identify the faulty adapter name:
    1. # lsdev -Cc adapter | grep fcs
  2. Identify the faulty adapter number in the SDD configuration:
    1. # datapath query adapter
  3. Remove the adapter from the SDD configuration:
    1. # datapath remove adapter <adapter number>
  4. Remove the adapter from the ODM:
    1. # rmdev -Rdl /dev/fcs#
  5. Use the Hot Plug Manager in the Hot Plug Task menu of diag.
  6. Identify the new WWNN on the adapter and the LUNS:
    1. # lscfg -vpl fcs#
  7. Run config manager to rediscover the paths and LUNS:
    1. # cfgmgr -vl fcs#
  8. Add the paths to SDD:
    1. # addpaths
  9. Verify the LUNs have the same number of active paths:
    1. # datapath query device
    2. # datapath query adapter

Further Reading

  1. Replacing fibre channel card without server reboot