Blacklisting Components 1. # cd /var/opt/SUNWssp/etc/ 2. # vi blacklist For a cpu, the entry is: proc . i.e. proc 1.2 For a system board, the entry is: sysbd i.e. sysbd 0 For an sbus card, the entry is: scard .. i.e. scard 4.1.0 To disable memory, the entry is: mem i.e. mem 0 To disable hlf of the centerplane, the entry is: cplane i.e. cplane 1 To disable a port controller, the entry is pc . i.e. pc 0.1 To disable an xdb, the entry is: xdb . i.e. xdb 0.2 To disable a cic, the entry is: cic . i.e. cic 0.1 Note: for the blacklist entry to take effect, the domain must be restarted via a bringup command. For a complete list, consult the man page. stephane.petit@central.sun.com