AIX:Cfgmgr

From RoggeWiki
Revision as of 07:21, 20 June 2018 by Tom (talk | contribs) (Created page with " After running cfgmgr / cfgdev you may see the following error: Method error (/usr/lib/methods/cfgemfscsi -l fscsi3 ): 0514-061 Cannot find a child device. This happens wh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

After running cfgmgr / cfgdev you may see the following error:

Method error (/usr/lib/methods/cfgemfscsi -l fscsi3 ):
0514-061 Cannot find a child device.

This happens when a port is not cabled to the switch. Recipe to prevent the cfgmgr errors:

rmdev -dev fcs3 -recursive -ucfg
sfwcomm3 Defined
fscsi3 Defined
fcs3 Defined

Set the fscsi? device to not autoconfigure.

chdev -dev fscsi3 -attr autoconfig=defined
fscsi1 changed

At a future date when you need to use the port, you can enable it:

chdev -dev fscsi3 -attr autoconfig=available
fscsi3 changed