CHCHP(8) | System Manager's Manual | CHCHP(8) |
chchp - modify channel-path state.
chchp [-v|--vary value] [-c|--configure value]
The chchp command modifies the state of one or more channel-paths. Channel-path identifiers are specified in hexadecimal notation either simply as the CHPID-number (e.g. e0) or in the form
where <cssid> is the channel-subsystem identifier and <id> is the CHPID-number (e.g. 0.7e).
An operation can be performed on more than one channel-path by specifying multiple identifiers as a blank or comma-separated list or a range or a combination of both (see EXAMPLES section).
Note that modifying the state of channel-paths can affect the availability of I/O devices as well as trigger associated functions (e.g. channel-path verification or device scanning) which in turn can result in a temporary increase in processor, memory and I/O load.
-v value
--vary value
A value of "0" specifies the logical offline state. A value of "1" specifies the logical online state.
Note that setting the logical state to offline may cause a currently running I/O operation to be aborted.
-c value
--configure value
A value of "0" specifies standby state. A value of "1" specifies configured state.
Note that setting the configured state to standby may cause a currently running I/O operation to be aborted.
-a key=value
--attribute key=value
key can be the name of any available channel-path sysfs attribute (e.g. "configure" or "status"), while value can take any valid value that may be written to the attribute (e.g. "0" or "offline").
This is a more generic way of modifying the state of a channel-path via the sysfs interface. It is intended for cases where sysfs attributes or attribute values are available in the kernel but not in chchp.
-h
--help
-V
--version
chchp -c 0 19
chchp -a configure=0 19
chchp -c 1 0.65-0.6f
chchp -v 0 0.12,0.7f,0.17-0.20
Mar 2007 | s390-tools |