20.2. Dynamically setting DASDs online
You can set DASDs online dynamically to add or activate storage devices without rebooting.
Procedure
Use the
cio_ignoreutility to remove the DASD from the list of ignored devices and make it visible to Linux:# cio_ignore -r device_numberReplace device_number with the device number of the DASD. For example:
# cio_ignore -r 4b2eSet the device online. Use a command of the following form:
# chccwdev -e device_numberReplace device_number with the device number of the DASD. For example:
# chccwdev -e 4b2eFor instructions on how to set a DASD online persistently, see Persistently setting DASDs online.