1 AUTOCONFIGURE On VAX systems, automatically connects devices that are physically attached to the system and loads their drivers. On Alpha systems, use the SYSMAN command IO AUTOCONFIGURE. Use of the AUTOCONFIGURE command requires the CMKRNL privilege. Format AUTOCONFIGURE adapter-spec AUTOCONFIGURE ALL 2 Parameter adapter-spec Specifies the adapter specification (backplane interconnect arbitration line) or slot number of the single UNIBUS or MASSBUS adapter that is to be configured. The adapter specification can be expressed as an integer or with one of the names listed by the SYSGEN command SHOW/ADAPTER. You can specify AUTOCONFIGURE ALL to configure all standard devices attached to the system. CAUTION If you use the AUTOCONFIGURE ALL command on a running system with active UNIBUS or Q-bus devices, it could result in unpredictable behavior. 2 Qualifiers /EXCLUDE /EXCLUDE=(device-name[,...]) Specifies the device types that you do not want automatically configured. You can specify a device-type code as shown in the table listed under the /SELECT qualifier. You can include a controller designation but not a unit number. If the controller designation is omitted, all devices of the specified type are excluded. The device-name specification defaults to all devices on the adapter. Do not use this qualifier with the /SELECT qualifier. /LOG Produces a display of the controller and its units on the current SYS$OUTPUT device after they have been successfully autoconfigured. Each controller and its associated units are displayed only after AUTOCONFIGURE has found the next controller. Therefore, the error message displays precede the display of the controller and units that caused the error. /SELECT /SELECT=(device-name[,...]) Specifies the device types that you want automatically configured. You can specify a device-type code as shown in the following table. You can include a controller designation but not a unit number. If the controller designation is omitted, all devices of the specified type are selected. The device-name specification defaults to all devices on the adapter. Do not use /SELECT with the /EXCLUDE qualifier. Device Type Codes Code Device Type CR Card Reader CS Console Storage Device DB RP05, RP06 Disk DD TU58 Cartridge Tape DJ RA60 Disk DL RL02 Cartridge Disk DM RK06, RK07 Cartridge Disk DQ RL02 Cartridge Disk, R80 Disk DR RM03, RM05, RM80, RP07 Disk DU UDA Disk DX RX01 Diskette DY RX02 Diskette LA LPA11-K Laboratory Peripheral Accelerator LC Line Printer on DMF32 LP Line Printer on LP11 MB Mailbox MF TU78 Magnetic Tape MS TS11 Magnetic Tape MT TE16, TU45, TU77 Magnetic Tape MU Tape Class Driver NET Network Communications Logical Device NL System "Null" Device OP Operator's Console PA Computer Interconnect PT TU81 Magnetic Tape PU UDA-50 RT Remote Terminal TT Interactive Terminal on DZ11 TX Interactive Terminal on DMF32, DMZ32, DHU11, or DMB32 XA DR11-W General-Purpose DMA Interface XD DMP-11 Synchronous Communications Line XF DR32 Interface Adapter XG DMF32 Synchronous Communications Line XI DR Interface on DMF32 XJ DUP11 Synchronous Communications Line XM DMC11 Synchronous Communications Line 2 Examples 1.SYSGEN> AUTOCONFIGURE ALL This command automatically configures all standard devices. 2.SYSGEN> AUTOCONFIGURE ALL/SELECT=(TT,MTA,LP) This command automatically configures all terminals, all magnetic tape units on controller A, and all line printers. 3.SYSGEN> AUTOCONFIGURE ALL/EXCLUDE=XM This command shows the use of the /EXCLUDE qualifier to autoconfigure all but the DMC11 devices, assuming DECnet will not be operating on this system.