This command is for use on Alpha and Integrity servers only. It sets the permanent exclusion list to be used when configuring devices automatically. The exclusion list can be cleared by entering an empty string. Format IO SET EXCLUDE = device_name
1 – Parameter
device_name Specifies the device type to be excluded from automatic configuration. Use valid device names or mnemonics that indicate the devices to be included in the permanent exclusion list. You can specify wildcards.
2 – Description
Sets the permanent exclusion list to be used when configuring devices. You can use this command to permanently specify device autoconfiguration to exclude Fibre Channel port driver devices (FG) and any SCSI port driver devices (PK) at each system boot. (To specify permanently the exclusion or inclusion of devices for the duration of a manual configuration command, use the /EXCLUDE or /SELECT qualifier with the SYSMAN IO AUTOCONFIGURE command.) You cannot use the SYSMAN IO SET EXCLUDE command to exclude any of the following device types: o SCSI class-driver devices (DK, MK, GK) whose names include a port allocation class or an HSZ allocation class o Fibre Channel class-driver devices (PG, DG, GG) This restriction also applies to SCSI devices on OpenVMS Alpha Version 7.1 systems, if the SCSI device names include a port allocation class.
3 – Examples
1.SYSMAN> IO SET EXCLUDE=(DKC500,DKD*) This example specifies that DKC500 and all DKD devices are not to be autoconfigured. For additional examples that show how to specify device names, see the /SELECT qualifier available with the SYSMAN IO AUTOCONFIGURE command. 2.SYSMAN> IO SET EXCLUDE=(" ") This example clears the exclusion list.