HP OpenVMS Systems Documentation |
HP OpenVMS DCL Dictionary
SET PREFERRED_PATH
Access to a MSCP/TMSCP class device may be available to an OpenVMS node from more than one host or storage controller. Use the SET PREFERRED_PATH command to specify a particular host or preferred path to access a specific MSCP class disk or TMSCP class tape device. FormatSET PREFERRED_PATH device-name: Parameter
Qualifiers
|
#1 |
---|
$ SET PREFERRED_PATH $10$DUA10: /HOST=HSC014 |
Prior to issuing this command, the $10$DUA10: disk device has host HSC015 as its primary path and host HSC014 as its secondary path. Issuing this command selects host HSC014 as the preferred path.
Note that the preferred path has been recorded by the class driver; however, the disk will remain on the current path (HSC015) until the next time the path selection process is initiated.
#2 |
---|
$ SET PREFERRED_PATH $10$DUA10: /HOST=HSC014 /FORCE |
To make the path change occur immediately, include the /FORCE qualifier on the command line with the preferred path specification.
#3 |
---|
$ SET PREFERRED_PATH $10$DUA10: /FORCE |
Issue this command to initiate path selection processing if the specified device has a primary path that differs from the preferred path.
If the preferred path is available, the device moves to that path.
#4 |
---|
$ SET PREFERRED_PATH $10$DUA10: /NOHOST |
Remove the specified preferred path by using the /NOHOST qualifier if the device should no longer have a preferred path.
Previous | Next | Contents | Index |