E10K: Dynamic Reconfiguration Process¶
- Title:
E10K: Dynamic Reconfiguration Process
- Author:
Douglas O’Leary <dkoleary@olearycomputers.com>
- Description:
E10K: Dynamic Reconfiguration Process
- Date created:
08/1999
- Date updated:
09/1999
- Disclaimer:
Standard: Use the information that follows at your own risk. If you screw up a system, don’t blame it on me…
To attach a board to a domain:¶
domain_switchto the appropriate domainExecute drshell by entering
drinit_attach ${board}complete_attach ${board}reconfig
To detach a board from a domain:¶
domain_switchto the appropriate domaindrain ${board}If the drain fails, check the following:Turn off netbackup: /etc/init.d/netbackup stop
Remove the sg driver from the modules by executing:
modinfo | grep sg # Note the module number. modunload ${mod_number}Remove the scsi tape driver from the modules by executing:
modinfo | grep st # Note the module number. modunload ${mod_number}If drain is still failing, execute
drshow unsafeand troubleshoot any remaining unsafe drivers
3 complete_detach ${board}
4. `` reconfig``