<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.vmssoftware.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Martinv</id>
	<title>VSI OpenVMS Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.vmssoftware.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Martinv"/>
	<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/Special:Contributions/Martinv"/>
	<updated>2026-05-30T14:17:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Volume_Set&amp;diff=2761</id>
		<title>Volume Set</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Volume_Set&amp;diff=2761"/>
		<updated>2025-12-16T12:48:32Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;volume set&#039;&#039;&#039; is a collection of disk volumes bound into a single entity by the DCL command [[MOUNT (Utility)|MOUNT]]/BIND. To users, a volume set looks like a single, large volume. &lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
&lt;br /&gt;
Volume sets have the following characteristics:&lt;br /&gt;
&lt;br /&gt;
* Files are automatically located anywhere on the volume set that space is available.&lt;br /&gt;
* [[Disk Quota|Disk quotas]] are enforced over the entire set.&lt;br /&gt;
* A single directory structure covers the whole volume set.&lt;br /&gt;
&lt;br /&gt;
=Creating Volume Sets=&lt;br /&gt;
&lt;br /&gt;
Volume Sets are set up with the MOUNT/BIND command. &lt;br /&gt;
&lt;br /&gt;
The qualifier value, volume-set-name, specifies a 1- to 12- alphanumeric-character name identifying the volume set. An ISO 9660 volume-set name can be from 1 to 128 characters in length.&lt;br /&gt;
&lt;br /&gt;
OpenVMS requires volume-set names to be unique in the first 12 characters. In addition, if the first 12 characters of volume-set name are the same as the first 12 characters of any volume label, a lock manager deadlock will occur. To avoid this problem, you must override either the volume label (by using the /OVERRIDE qualifier) or the volume-set name (by using the /BIND qualifier).&lt;br /&gt;
&lt;br /&gt;
You must specify the /BIND qualifier when you first create the volume set or each time you add a volume to the set. To dismount an individual volume of the volume set, you must use the DISMOUNT qualifier /UNIT; otherwise, dismounting an individual volume dismounts the entire volume set.&lt;br /&gt;
&lt;br /&gt;
When you create a volume set, the volumes specified in the volume-label list are assigned relative volume numbers based on their positions in the label list. The first volume specified becomes the root volume of the set.&lt;br /&gt;
&lt;br /&gt;
When you add a volume or volumes to a volume set, the first volume label specified must be that of the root volume, or the root volume must already be on line.&lt;br /&gt;
&lt;br /&gt;
Note that if you attempt to create a volume set from two or more volumes that already contain files and data, the file system does not issue an error message when you issue the MOUNT/BIND command. However, the volumes are unusable as a volume set because the directory structures are not properly bound.&lt;br /&gt;
&lt;br /&gt;
If you mount an ISO 9660 volume using the /SYSTEM or /CLUSTER qualifier, and the volume label is not unique within the first 12 characters, you must supply an alternate 12-character volume label using the qualifier /BIND=volume-set-name. If you choose this option, then Mount verification is disabled for the device.&lt;br /&gt;
&lt;br /&gt;
=Dissolving Volume Sets=&lt;br /&gt;
&lt;br /&gt;
Once a volume is bound into a volume set, it cannot easily be unbound. To unbind a bound volume set (BVS):&lt;br /&gt;
&lt;br /&gt;
1. Do an image backup of the BVS.&lt;br /&gt;
2. Initialize all volumes of the BVS.&lt;br /&gt;
3. Do an image restore to a single volume with the /NOINITIALIZE qualifier, or do a nonimage restore to a single volume.&lt;br /&gt;
&lt;br /&gt;
=Example=&lt;br /&gt;
&lt;br /&gt;
The following command creates a volume set named LIBRARY. This volume set consists of the volumes labeled BOOK1, BOOK2, and BOOK3, which are mounted physically on devices DMA0, DMA1, and DMA2, respectively:&lt;br /&gt;
&lt;br /&gt;
 $ MOUNT/BIND=LIBRARY  DMA0:,DMA1:,DMA2:  BOOK1,BOOK2,BOOK3&lt;br /&gt;
&lt;br /&gt;
 The following command creates a volume set with the logical name TEST3. The volume set TEST3 is not shadowed, however each element of the volume set (TEST3011 and TEST3012) is a shadow set, providing redundancy for the volume set as a whole.&lt;br /&gt;
&lt;br /&gt;
 $ MOUNT/BIND=TEST3 DSA3011/SHADOW=($1$DUA402:,$1$DUA403:), DSA3012/SHADOW=($1$DUA404:,$1$DUA405:) TEST3011,TEST3012 TEST3&lt;br /&gt;
&lt;br /&gt;
[[Category:Volume Management]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Volume_Shadowing&amp;diff=2760</id>
		<title>Volume Shadowing</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Volume_Shadowing&amp;diff=2760"/>
		<updated>2025-12-16T12:48:16Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Volume Shadowing&#039;&#039;&#039; is a [[SIP|System Integrated Product]] that implements a RAID Level 1 storage strategy (sometimes referred to as disk mirroring) to provide data availability for disk devices. It maintains redundant copies of data on a collection of disk volumes called a [[Shadow Set|shadow set]]: if one of the disks in the shadow set becomes unavailable, the data remains accessible; reading performance is also enhanced.&lt;br /&gt;
&lt;br /&gt;
Volume Shadowing for OpenVMS is included in the High Availability Operating Environment (HAOE) media kit. &lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
* [[Shadow Set]]&lt;br /&gt;
* [http://vmssoftware.com/docs/VSI_OpenVMS_layered_products/VSI_Volume_Shadowing_SPD.pdf VSI Volume Shadowing for OpenVMS Software Product Description]&lt;br /&gt;
* [https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c04622352 Volume Shadowing for OpenVMS Manual]&lt;br /&gt;
&lt;br /&gt;
[[Category:Volume Management]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Volume_Rebuild&amp;diff=2759</id>
		<title>Volume Rebuild</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Volume_Rebuild&amp;diff=2759"/>
		<updated>2025-12-16T12:47:20Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;volume rebuild&#039;&#039;&#039; is an operation performed by the [[MOUNT (Utility)|MOUNT utility]] that reclaims any caching space that was active on the volume when it was improperly dismounted. Volume rebuild is performed by default when the volume is mounted unless /NOREBUILD is specified on the MOUNT command.&lt;br /&gt;
&lt;br /&gt;
For a successful rebuild operation that includes reclaiming all of the available free space, you must mount all of the volume set members.&lt;br /&gt;
&lt;br /&gt;
The rebuild may consume a considerable amount of time, depending on the number of files on the volume and, if quotas are in use, on the number of different file owners.&lt;br /&gt;
&lt;br /&gt;
The following caches may have been in effect on the volume before it was dismounted:&lt;br /&gt;
&lt;br /&gt;
* Preallocated free space (EXTENT cache)&lt;br /&gt;
* Preallocated file numbers (FILE_ID cache)&lt;br /&gt;
* Disk quota usage caching (QUOTA cache)&lt;br /&gt;
&lt;br /&gt;
If caching was in effect for preallocated free space or file numbers, the rebuild time is directly proportional to the greatest number of files that ever existed on the volume at one time. If disk quota caching was in effect, you can expect additional time that is proportional to the square of the number of entries in the disk quota file.&lt;br /&gt;
&lt;br /&gt;
If none of these items were in effect, the rebuild is not necessary and does not occur. To check whether a rebuild is necessary, SHOW DEVICE/REBUILD can be used.&lt;br /&gt;
&lt;br /&gt;
If you use the /NOREBUILD qualifier, devices can be returned to active use immediately. You can then perform the rebuild later with the DCL command SET VOLUME/REBUILD.&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
* [[ANALYZE/DISK_STRUCTURE]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Volume Management]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Volume_Label&amp;diff=2758</id>
		<title>Volume Label</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Volume_Label&amp;diff=2758"/>
		<updated>2025-12-16T12:46:45Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;volume label&#039;&#039;&#039; is an identification string encoded on a volume.&lt;br /&gt;
&lt;br /&gt;
=Standards=&lt;br /&gt;
For a [[Disk|disk]] volume, you can specify a maximum of 12 ANSI characters; for a [[Tape|magnetic tape]] volume, you can specify a maximum of 6 alphanumeric characters. Letters are automatically changed to uppercase. VSI strongly recommends that a disk volume label should only consist of alphanumeric characters, dollar signs ($), underscores (_), and hyphens (-). To use ANSI &amp;quot;a&amp;quot; characters (! &amp;quot; % &#039; ( ) * + , - . / : ; &amp;lt; = &amp;gt; ?) on the volume label on maagnetic tape, you must enclose the volume name in quotation marks.&lt;br /&gt;
&lt;br /&gt;
=Creating and Modifying Labels=&lt;br /&gt;
The first time a label is encoded on a volume when it is initialized. It can be later changed with the SET VOLUME/LABEL command.&lt;br /&gt;
&lt;br /&gt;
=Label Checks=&lt;br /&gt;
The volume label is checked by default when the volume is mounted. You can override label checks by specifying /OVERRIDE=IDENTIFICATION on the [[MOUNT (Utility)|MOUNT]] command, but you need to have [[VOLPRO]] or the UIC of the volume&#039;s owner to do that.&lt;br /&gt;
&lt;br /&gt;
[[Category:Volume Management]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Volume_Cluster_Size&amp;diff=2757</id>
		<title>Volume Cluster Size</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Volume_Cluster_Size&amp;diff=2757"/>
		<updated>2025-12-16T12:46:14Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Volume cluster size&#039;&#039;&#039; is the minimum allocation unit for a [[Volume|volume]]. That is, if the volume cluster size is 16 blocks and you create a text file of 1 block, 16 blocks are allocated for this file on the volume and only one block is written.&lt;br /&gt;
&lt;br /&gt;
=Limits=&lt;br /&gt;
The maximum size you can specify for a volume is 16380 blocks, or 1/50th the volume size, whichever is smaller.&lt;br /&gt;
&lt;br /&gt;
=Defaults=&lt;br /&gt;
&lt;br /&gt;
For [[ODS-5]] disks, the default cluster size is 16. In this case the minimum value allowed by the following equation is applied:&lt;br /&gt;
&lt;br /&gt;
 (disk size in number of blocks)/(65535 * 4096)&lt;br /&gt;
&lt;br /&gt;
Any fractional values must be rounded up to the nearest integer and, by default, are rounded up to the next multiple of 16. &lt;br /&gt;
&lt;br /&gt;
For [[ODS-2]] disks, the default cluster size depends on the disk capacity; disks with less than 50,000 have a default of 1. Disks that are larger than 50,000 have a default of either 16 or the result of the following formula, whichever is greater:&lt;br /&gt;
&lt;br /&gt;
 (disk size in number of blocks)/(255 * 4096)&lt;br /&gt;
&lt;br /&gt;
Any fractional values must be rounded up to the nearest integer and, by default, are rounded up to the next multiple of 16.&lt;br /&gt;
&lt;br /&gt;
For Version 7.2 and later, you can specify a cluster size for ODS-2 volumes smaller than allowed by the ODS-2 formula; however, if you try to mount this volume on a system running a version prior to 7.2, the mount fails with the following error:&lt;br /&gt;
&lt;br /&gt;
 %MOUNT-F-FILESTRUCT, unsupported file structure level&lt;br /&gt;
&lt;br /&gt;
If you choose the default during the initialization of an ODS-2 disk, your disk can be mounted on prior versions of OpenVMS.&lt;br /&gt;
&lt;br /&gt;
For [[ODS-1]] disks, the cluster size must always be 1.&lt;br /&gt;
&lt;br /&gt;
[[Category:Volume Management]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Volume&amp;diff=2756</id>
		<title>Volume</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Volume&amp;diff=2756"/>
		<updated>2025-12-16T12:46:00Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;volume&#039;&#039;&#039; is a mass storage medium, such as a disk or tape, that is in [[ODS-2]] or [[ODS-5]] format. Volumes contain files and may be mounted on devices. A volume is identified by the volume label (as opposed to a [[Device|device]] identified by a [[Device Name|device name]]).&lt;br /&gt;
&lt;br /&gt;
=Volume Characteristics=&lt;br /&gt;
Volume characteristics are set with the INITIALIZE and SET VOLUME commands:&lt;br /&gt;
* XFC caching&lt;br /&gt;
* data check (checks can be performed following all read operations or all write operations)&lt;br /&gt;
* erase on delete&lt;br /&gt;
* default extension size&lt;br /&gt;
* default file protection (only used by RSX-11M systems; OpenVMS uses default process protection)&lt;br /&gt;
* [[High-water Marking|high-water marking]]&lt;br /&gt;
* [[Volume Label|volume label]]&lt;br /&gt;
* volume expansion limit&lt;br /&gt;
* [[Mount Verification|mount verification]]&lt;br /&gt;
* retention time&lt;br /&gt;
* size&lt;br /&gt;
* structure level: ODS-2 or ODS-2&lt;br /&gt;
* [[Protected Subsystem|protected subsystems enabled]]&lt;br /&gt;
* enabled for unloading at dismount&lt;br /&gt;
* [[Hardlink|hardlinks]]&lt;br /&gt;
* access dates&lt;br /&gt;
* windows (the number of mapping pointers to be allocated for file windows)&lt;br /&gt;
&lt;br /&gt;
=Protection of Volumes=&lt;br /&gt;
&lt;br /&gt;
Users may have access to files and directories on a volume, but they cannot access them if they do not also have access to the volume itself.&lt;br /&gt;
&lt;br /&gt;
Volumes have four access types: Read, Write, Create, Delete. The volume&#039;s owner and users with [[VOLPRO]] privilege have control access to the volume. By default, the following protection is set for volumes:&lt;br /&gt;
* Volumes initialized /SYSTEM are owned by [1,1]; all users have W:RWCD to the volume, but only system processes can create first-level directories&lt;br /&gt;
* Volumes initialized /GROUP have no access for World but all access for System, Owner, and Group.&lt;br /&gt;
* Volumes initialized /NOSHARE have RWD access for System and Owner and no access for World or Group (unless /GROUP is specified).&lt;br /&gt;
&lt;br /&gt;
The volume&#039;s security profile is saved in the [[Master File Directory|master file directory]] of the volume as [[SECURITY.SYS]].&lt;br /&gt;
&lt;br /&gt;
A different protection setting can be specified with the INITIALIZE command. Volume protection settings can be changed with SET VOLUME and SET SECURITY /CLASS=VOLUME; [[ACL|ACLs]] can be added with SET SECURITY.&lt;br /&gt;
&lt;br /&gt;
Security auditing can be enabled for volumes with SET AUDIT/ENABLE=ACCESS=access type /CLASS=volume /AUDIT (See [[SET AUDIT Events]] for details). However, some limitations apply:&lt;br /&gt;
&lt;br /&gt;
* The system does not audit volume creation or deletion.&lt;br /&gt;
* The system does not audit access for tapes, ODS-1, or foreign-mounted volumes.&lt;br /&gt;
&lt;br /&gt;
Security auditing can also be enabled for mount and dismount operations with SET AUDIT /ENABLE=MOUNT&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
* {{Template:SysmanI}} on initializing and mounting volumes&lt;br /&gt;
* {{Template:Sec}} on security&lt;br /&gt;
&lt;br /&gt;
[[Category:Volume Management]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=SCACP&amp;diff=2755</id>
		<title>SCACP</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=SCACP&amp;diff=2755"/>
		<updated>2025-12-16T12:44:10Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;SCACP&#039;&#039;&#039; (the [[SCA]] Control Program) is a system management tool for monitoring and managing [[Cluster|cluster]] communications. &lt;br /&gt;
&lt;br /&gt;
=Running the Utility=&lt;br /&gt;
To invoke SCACP, execute $ MCR SCACP or $ RUN SYS$SYSTEM:SCACP. Using SCACP requires [[SYSPRV]].&lt;br /&gt;
&lt;br /&gt;
=Commands=&lt;br /&gt;
* SHOW VC displays [[PEDRIVER]] [[Virtual Circuit|virtual circuit]] information. Each virtual circuit is an SCACP communications path between the local system and a remote system comprised of a set of [[Channel|channels]].&lt;br /&gt;
* SHOW CHANNEL displays [[PEDRIVER]] channel information for specific nodes. Each channel is a single [[NISCA]] communications path between a LAN device on a local system and a LAN device on the remote system.&lt;br /&gt;
* SHOW LAN_DEVICE displays [[PEDRIVER]] LAN device information. Each device is a local LAN device on the system, which can be used for [[NISCA]] communications.&lt;br /&gt;
* SHOW IP_INTERFACE displays the PEdriver device IP interface data. Each device is an IP interface on the system which can be used for [[NISCA]] communications.&lt;br /&gt;
* SHOW PORT displays information about selected [[SCA]] ports.&lt;br /&gt;
* SHOW TRACE displays [[PEDRIVER]] tracing data and parameters.&lt;br /&gt;
* SET CHANNEL sets channel management parameters (currently restricted to priority).&lt;br /&gt;
* SET VC sets [[Virtual Circuit|virtual circuit]] management parameters: checksumming, compression, ECS delay threshold, transmit window size, and receive window size values.&lt;br /&gt;
* SET LAN_DEVICE sets device management priority parameter.&lt;br /&gt;
* SET IP_INTERFACE sets IP interface management priority parameter.&lt;br /&gt;
* SET PORT sets a port management priority value.&lt;br /&gt;
* SET TRACE sets or modifies [[PEDRIVER]] tracing parameters.&lt;br /&gt;
* START IP_INTERFACE directs [[PEDRIVER]] to start using the specified IP interface.&lt;br /&gt;
* START LAN_DEVICE directs [[PEDRIVER]] to start using the specified LAN device.&lt;br /&gt;
* STOP IP_INTERFACE directs [[PEDRIVER]] to stop using the specified IP interface.&lt;br /&gt;
* STOP LAN_DEVICE directs [[PEDRIVER]] to stop using the specified LAN device.&lt;br /&gt;
* STOP TRACE stops [[PEDRIVER]] tracing.&lt;br /&gt;
* CALCULATE WINDOW_SIZE calculates a recommended [[Virtual Circuit|virtual circuit]] window size based on distance and aggregate line speed between two nodes.&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
* [https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c04619857 Guidelines for OpenVMS Cluster Configurations]&lt;br /&gt;
* [https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c04623183 OpenVMS Cluster Systems]&lt;br /&gt;
&lt;br /&gt;
[[Category:Utilities]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=PAGEFILE.SYS&amp;diff=2754</id>
		<title>PAGEFILE.SYS</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=PAGEFILE.SYS&amp;diff=2754"/>
		<updated>2025-12-16T12:40:18Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;PAGEFILE.SYS&#039;&#039;&#039; is the primary [[Page File|page file]] automatically created by the system in the [[SYS$SYSTEM]] directory.&lt;br /&gt;
&lt;br /&gt;
[[Category:System Files]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=ODS-2&amp;diff=2753</id>
		<title>ODS-2</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=ODS-2&amp;diff=2753"/>
		<updated>2025-12-16T12:38:14Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;ODS-2&#039;&#039;&#039;, or &#039;&#039;&#039;On-Disk Structure-2&#039;&#039;&#039;, is a [[Files-11]] file system. This is the most widely used file system on OpenVMS; system disks can only be ODS-2. The most notable feature of this system as compared to the other most widely used one, [[ODS-5]], is that it is not case-sensitive or case-preserving, and that it does not support hard links.&lt;br /&gt;
&lt;br /&gt;
ODS-2 is used to share data between [[VAX]] and [[Alpha]] with full compatibility.&lt;br /&gt;
&lt;br /&gt;
Here is what an ODS-2 disk looks like:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
$ sh dev dka0: /full&lt;br /&gt;
&lt;br /&gt;
Disk SMAN01$DKA0:, device type RZ73, is online, mounted, file-oriented device,&lt;br /&gt;
    shareable, available to cluster, error logging is enabled.&lt;br /&gt;
&lt;br /&gt;
    Error count                    0    Operations completed               8514&lt;br /&gt;
    Owner process                 &amp;quot;&amp;quot;    Owner UIC                      [SYSTEM]&lt;br /&gt;
    Owner process ID        00000000    Dev Prot            S:RWPL,O:RWPL,G:R,W&lt;br /&gt;
    Reference count               94    Default buffer size                 512&lt;br /&gt;
    Total blocks             3907911    Sectors per track                     7&lt;br /&gt;
&amp;lt;...&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  Volume Status:  ODS-2, subject to mount verification, protected subsystems&lt;br /&gt;
      enabled, file high-water marking, write-through XFC caching enabled,&lt;br /&gt;
      write-through XQP caching enabled.&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=File Name Restrictions=&lt;br /&gt;
ODS-2 supports the following character set:&lt;br /&gt;
* A-Z&lt;br /&gt;
* 9-0&lt;br /&gt;
* hyphen (-)&lt;br /&gt;
* dollar sign ($)&lt;br /&gt;
* underscore (_)&lt;br /&gt;
&lt;br /&gt;
The maximum length of file names and extensions is 39 characters.&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
* {{Template:Fap}}&lt;br /&gt;
* {{Template:SysmanI}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Volume Management]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=ODS-5&amp;diff=2752</id>
		<title>ODS-5</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=ODS-5&amp;diff=2752"/>
		<updated>2025-12-16T12:38:05Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;ODS-5&#039;&#039;&#039; is a file system from the [[Files-11]] family used with OpenVMS. The distinguishing features of ODS-5 are case-sensitivity, extended support for non-ASCII characters (ISO Latin-1 and Unicode), [[Hardlink|hardlinks]] and more levels of directory structure.&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Files-11 Wikipedia article on Files-11]&lt;br /&gt;
&lt;br /&gt;
[[Category:Volume Management]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Alias&amp;diff=2751</id>
		<title>Alias</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Alias&amp;diff=2751"/>
		<updated>2025-12-16T11:33:22Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;alias&#039;&#039;&#039; is a File ID that several directory entries point to. It looks like a file but is actually only a link to the real file. ODS-5 volumes can support hard links - aliases that point to the same FID independently and can be deleted independently like files without riskingto delete the actual file.&lt;br /&gt;
&lt;br /&gt;
=Soft links vs hard links=&lt;br /&gt;
A system that uses hard links keeps track of the number of links for each file; a system that does not use hard links displays link counts of 0.&lt;br /&gt;
When the original file is deleted by its original name on a system with hard links enabled, the file remains accessible through any of the hard links.&lt;br /&gt;
When the original file is deleted by its original name on a system without hard links enabled, the actual file (i.e. header) is deleted and all the aliases turn into dangling directory entries.&lt;br /&gt;
&lt;br /&gt;
=Link count=&lt;br /&gt;
Link count is displayed with the DIRECTORY/FULL and DIRECTORY/LINK commands. If hard links are enabled on the system, the actual link count is displayed; otherwise 0 is displayed.&lt;br /&gt;
&lt;br /&gt;
=File systems=&lt;br /&gt;
Soft links are supported by ODS-2 and ODS-5; hard links are only supported by ODS-5 systems and need to be enabled to be used.&lt;br /&gt;
&lt;br /&gt;
=Creating aliases=&lt;br /&gt;
To create an alias, use SET FILE file_name /ENTER=alias_name. If hard links are enabled on the volume, a hard link will be created; otherwise a soft link will be created.&lt;br /&gt;
&lt;br /&gt;
=Deleting aliases=&lt;br /&gt;
To delete an alias or the original name of the file, use SET FILE file_name /REMOVE=alias_name. This command enables you to remove one of the names of the file without deleting the file. If you use this command to remove the name of a file that has only one name, you cannot access that file until you use ANALYZE/DISK_STRUCTURE to retrieve it.&lt;br /&gt;
&lt;br /&gt;
[[Category:Volume Management]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=LOGINOUT.EXE&amp;diff=2750</id>
		<title>LOGINOUT.EXE</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=LOGINOUT.EXE&amp;diff=2750"/>
		<updated>2025-12-16T10:20:55Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;LOGINOUT.EXE&#039;&#039;&#039; is an [[Image|image]] that resides in [[SYS$SYSTEM]] and is run when a user logs in and when a [[Batch Process|batch process]] starts. It is responsible for specifying the quota and other limits for a process that it obtains from the [[SYSUAF|user authorization file]].&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
* [[SYSUAF]]&lt;br /&gt;
&lt;br /&gt;
[[Category:System Files]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Combination_time_format&amp;diff=2749</id>
		<title>Combination time format</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Combination_time_format&amp;diff=2749"/>
		<updated>2025-12-16T10:15:21Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Combination time format&#039;&#039;&#039; is a time format that consists of an [[Absolute time format|absolute time]] value plus or minus a [[Delta time format|delta time]] value. Combination time can use either of the following formats:&lt;br /&gt;
&lt;br /&gt;
            [absolute time][+delta time]&lt;br /&gt;
            [absolute time][-delta time]&lt;br /&gt;
&lt;br /&gt;
You can omit the absolute time value. If you do, the delta time is offset from the current date and time. Whenever a plus sign (+) precedes the delta time value, enclose the entire time specification in quotation marks.&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
* [[Absolute time format]]&lt;br /&gt;
* [[Delta time format]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=$CREATE_UID&amp;diff=2748</id>
		<title>$CREATE UID</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=$CREATE_UID&amp;diff=2748"/>
		<updated>2025-12-16T10:06:24Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;$CREATE UID&#039;&#039;&#039; is a [[System Service|system service]] that generates a universally unique identifier (UID).&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;SYS$CREATE_UID &amp;lt;/nowiki&amp;gt;[[#uid|uid]]&lt;br /&gt;
&lt;br /&gt;
C Prototype:&lt;br /&gt;
 int sys$create_uid (unsigned int uid [4]);&lt;br /&gt;
=Arguments=&lt;br /&gt;
&lt;br /&gt;
==uid==&lt;br /&gt;
{{SyservArgument|uid|octaword (unsigned)|writeonly|by reference}}&lt;br /&gt;
&lt;br /&gt;
Address of an octaword in which the unique identifier is returned to the calling process.&lt;br /&gt;
&lt;br /&gt;
=Required Privileges=&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
=Required Quotas=&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
=Condition Values Returned=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Value&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| SS$_NORMAL &lt;br /&gt;
| The request was successful.&lt;br /&gt;
|-&lt;br /&gt;
| SS$_ACCVIO &lt;br /&gt;
| An argument was not accessible to the caller.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:System Services]]&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2747</id>
		<title>Device Name</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2747"/>
		<updated>2025-12-16T07:50:24Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Device Name refers to identification of peripheral devices on OpenVMS systems and device naming conventions. For DEVICE_NAMING [[System Parameters|system parameter]], see [[DEVICE_NAMING]].&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;device name&#039;&#039;&#039; is a string that uniquely identifies a [[Device|device]] such as a [[Disk|disk]], [[Tape|tape]], [[Network Controller|network controller]], [[Terminal|terminal]] etc. on an OpenVMS system.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
Parts of an OpenVMS device name include:&lt;br /&gt;
* [[Allocation Class|allocation class]] or [[Node|node]] name&lt;br /&gt;
* device type&lt;br /&gt;
* controller designation&lt;br /&gt;
* unit number&lt;br /&gt;
&lt;br /&gt;
The same SCSI disk, DKA300:, could be represented as $1$DKA300:, TEST$DKA300:, or simply DKA300: depending on the device naming format (see below).&lt;br /&gt;
&lt;br /&gt;
=Formats=&lt;br /&gt;
There are three general formats for naming devices depending on the use of clustering and multipath configurations:&lt;br /&gt;
* ddcu - when there is no clustering or multipath devices, e.g. DKA100:&lt;br /&gt;
* node$ddcu - when there is clustering, e.g. TEST$DKA100:&lt;br /&gt;
* $allocation-class$ddcu - when there is clustering and/or multipath devices, e.g. $30$DKA100:&lt;br /&gt;
&lt;br /&gt;
If a device name is preceded by an underscore, this means that the name is a physical device name, not a logical name.&lt;br /&gt;
&lt;br /&gt;
=Device Naming Conventions=&lt;br /&gt;
&lt;br /&gt;
==Allocation Class==&lt;br /&gt;
Allocation Class is used to uniquely identify shared devices in multipath and cluster configurations. Please see [[Allocation Class]] for more information. If allocation classes are used, the format for device names is as follows: $allocation-class$device-name.&lt;br /&gt;
&lt;br /&gt;
==Nodename==&lt;br /&gt;
An OpenVMS Cluster device name includes the name of the node to which the device is attached and the physical device name, separated by a dollar sign ($). For example, TEST$DKA1 refers to disk DKA1 on node TEST. Allocation classes should be used in multipath configurations.&lt;br /&gt;
&lt;br /&gt;
==Device Type==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Device Type&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Meaning&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| CM&lt;br /&gt;
| IPMI device&lt;br /&gt;
| CMA0:&lt;br /&gt;
|-&lt;br /&gt;
| CR&lt;br /&gt;
| Card Reader&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| CS&lt;br /&gt;
| Console Storage Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DA&lt;br /&gt;
| [[Infoserver]] client virtual disks&lt;br /&gt;
| DAD42:&lt;br /&gt;
|-&lt;br /&gt;
| DB&lt;br /&gt;
| RP05, RP06 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DD&lt;br /&gt;
| TU58 Cartridge Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| DG&lt;br /&gt;
| Fibre Channel disk&lt;br /&gt;
| DGA100:&lt;br /&gt;
|-&lt;br /&gt;
| DJ&lt;br /&gt;
| RA60 Disk&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DI&lt;br /&gt;
| DSSI disk&lt;br /&gt;
| DIA3:&lt;br /&gt;
|-&lt;br /&gt;
| DK&lt;br /&gt;
| SCSI disk&lt;br /&gt;
| DKA100:&lt;br /&gt;
|-&lt;br /&gt;
| DL&lt;br /&gt;
| RL02 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DM&lt;br /&gt;
| RK06, RK07 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DP&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DQ&lt;br /&gt;
| IDE/PATA disk or RL02 Cartridge Disk, R80 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DR&lt;br /&gt;
| Disk drives connected to a SWXCR Raid Controller (Mylex DAC960) KZESC/KZPSC/KZPAC, RM03, RM05, RM80, RP07 Disk (VAX)&lt;br /&gt;
| DRA0:&lt;br /&gt;
|-&lt;br /&gt;
| DS&lt;br /&gt;
| Disk Stripe set (e.g. a [[Volume Shadowing|shadowed]] disk)&lt;br /&gt;
| DSA0:&lt;br /&gt;
|-&lt;br /&gt;
| DU&lt;br /&gt;
| Disk connected to [[MSCP]] controllers, UDA Disk (VAX)&lt;br /&gt;
| DUA0:&lt;br /&gt;
|-&lt;br /&gt;
| DX&lt;br /&gt;
| RX01 Diskette (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DY&lt;br /&gt;
| RX02 Diskette (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EF&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EI&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
| EIA1:&lt;br /&gt;
|-&lt;br /&gt;
| EQ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ES&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ET&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EW&lt;br /&gt;
| Ethernet network adapter connected to PCI&lt;br /&gt;
| EWA0:&lt;br /&gt;
|-&lt;br /&gt;
| EZ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FG&lt;br /&gt;
| Fiber Channel Host Bus Adapter&lt;br /&gt;
| FGA0:&lt;br /&gt;
|-&lt;br /&gt;
| FX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FT&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GG&lt;br /&gt;
| Medium Changer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GH&lt;br /&gt;
| DECwindows output device&lt;br /&gt;
| GHA0:&lt;br /&gt;
|-&lt;br /&gt;
| I&lt;br /&gt;
| Token Ring&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| H&lt;br /&gt;
| ATM&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| KB&lt;br /&gt;
| Terminal&lt;br /&gt;
| KBD0:&lt;br /&gt;
|-&lt;br /&gt;
| LA&lt;br /&gt;
| LPA11–K Laboratory Peripheral Accelerator (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LC &lt;br /&gt;
| Line Printer on DMF32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LD &lt;br /&gt;
| [[Logical Disk Utility|LD]] container disk&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Line Printer on LP11 (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| LM&lt;br /&gt;
| [[Logical Disk Utility|LD]] container tape&lt;br /&gt;
| LMA0:&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Printer&lt;br /&gt;
| LPA0:&lt;br /&gt;
|-&lt;br /&gt;
| LT&lt;br /&gt;
| LAT Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MB&lt;br /&gt;
| [[Mailbox]]&lt;br /&gt;
| MBA0:&lt;br /&gt;
|-&lt;br /&gt;
| MF&lt;br /&gt;
| TU78 Magnetic Tape&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MG&lt;br /&gt;
| Fibre Channel tape drive&lt;br /&gt;
| MGA300&lt;br /&gt;
|-&lt;br /&gt;
| MK&lt;br /&gt;
| SCSI Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
MUTape Class Driver&lt;br /&gt;
|-&lt;br /&gt;
| MO&lt;br /&gt;
| Terminal&lt;br /&gt;
| MOU0:&lt;br /&gt;
|-&lt;br /&gt;
| MS&lt;br /&gt;
| TS11 Magnetic Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MT&lt;br /&gt;
| MTTE16, TU45, TU77 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MU&lt;br /&gt;
| Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NET&lt;br /&gt;
| Network Communications Logical Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NL&lt;br /&gt;
| System Null Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NTY&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| OP&lt;br /&gt;
| [[OPCOM|Operator&#039;s console]]&lt;br /&gt;
| OPA0:&lt;br /&gt;
|-&lt;br /&gt;
| PA&lt;br /&gt;
| Computer Interconnect&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PE&lt;br /&gt;
| NISCA&lt;br /&gt;
| PEA0:&lt;br /&gt;
|-&lt;br /&gt;
| PK&lt;br /&gt;
| SAS controller&lt;br /&gt;
| PKA0:&lt;br /&gt;
|-&lt;br /&gt;
| PT&lt;br /&gt;
| TU81 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PU&lt;br /&gt;
| UDA-50 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| RT&lt;br /&gt;
| DECnet (remote) terminal (created with the [[SET HOST]] command)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SE&lt;br /&gt;
| ACPI system event&lt;br /&gt;
| SEA0:&lt;br /&gt;
|-&lt;br /&gt;
| T&lt;br /&gt;
| Terminal&lt;br /&gt;
| TNA0:&lt;br /&gt;
|-&lt;br /&gt;
| TT&lt;br /&gt;
| Interactive Terminal on DZ11 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TX&lt;br /&gt;
| Interactive Terminal on DMF32, DMZ32, DHU11, or DMB32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| VT&lt;br /&gt;
| Virtual Terminal&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XA&lt;br /&gt;
| DR11–W General-Purpose DMA Interface (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XD&lt;br /&gt;
| DMP–11 Synchronous Communications Line&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XF&lt;br /&gt;
| DR32 Interface Adapter (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XG&lt;br /&gt;
| DMF32 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XI&lt;br /&gt;
| DR Interface on DMF32&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XJ&lt;br /&gt;
| DUP11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XM&lt;br /&gt;
| DMC11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XQ&lt;br /&gt;
| Ethernet card (DELQA-T (M7516-YM), DELQA (M7516) and DEQNA (M7504) Q-bus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XU&lt;br /&gt;
| Ethernet card (Digital&#039;s DEUNA (M7792/M7793) and DELUA (M7521) Unibus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Controller Designation==&lt;br /&gt;
The third letter represents controller designation (in the order detected by hardware): A - first controller, B - second controller, etc. Pseudo-controllers and indirect controllers (shadow, SAN) always use A.&lt;br /&gt;
&lt;br /&gt;
==Unit Number==&lt;br /&gt;
SCSI disks often have unit numbers that are multiples of 100: DKA100:, DKA200:, DKA300 etc.&lt;br /&gt;
For tapes on parallel SCSI, the device name of a directly attached tape implies the physical location of the device; for example, MKB301 resides on bus B, SCSI target ID 3, and LUN 1. Such a naming scheme does not scale well for Fibre Channel configurations, in which the number of targets or nodes can be very large.&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2746</id>
		<title>Device Name</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2746"/>
		<updated>2025-12-16T07:49:20Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Device Name refers to identification of peripheral devices on OpenVMS systems and device naming conventions. For DEVICE_NAMING [[System Parameters|system parameter]], see [[DEVICE_NAMING]].&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;device name&#039;&#039;&#039; is a string that uniquely identifies a [[Device|device]] such as a [[Disk|disk]], [[Tape|tape]], [[Network Controller|network controller]], [[Terminal|terminal]] etc. on an OpenVMS system.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
Parts of an OpenVMS device name include:&lt;br /&gt;
* [[Allocation Class|allocation class]] or [[Node|node]] name&lt;br /&gt;
* device type&lt;br /&gt;
* controller designation&lt;br /&gt;
* unit number&lt;br /&gt;
&lt;br /&gt;
The same SCSI disk, DKA300:, could be represented as $1$DKA300:, TEST$DKA300:, or simply DKA300: depending on the device naming format (see below).&lt;br /&gt;
&lt;br /&gt;
=Formats=&lt;br /&gt;
There are three general formats for naming devices depending on the use of clustering and multipath configurations:&lt;br /&gt;
* ddcu - when there is no clustering or multipath devices, e.g. DKA100:&lt;br /&gt;
* node$ddcu - when there is clustering, e.g. TEST$DKA100:&lt;br /&gt;
* $allocation-class$ddcu - when there is clustering and/or multipath devices, e.g. $30$DKA100:&lt;br /&gt;
&lt;br /&gt;
If a device name is preceded by an underscore, this means that the name is a physical device name, not a logical name.&lt;br /&gt;
&lt;br /&gt;
=Device Naming Conventions=&lt;br /&gt;
&lt;br /&gt;
==Allocation Class==&lt;br /&gt;
Allocation Class is used to uniquely identify shared devices in multipath and cluster configurations. Please see [[Allocation Class]] for more information. If allocation classes are used, the format for device names is as follows: $allocation-class$device-name.&lt;br /&gt;
&lt;br /&gt;
==Nodename==&lt;br /&gt;
An OpenVMS Cluster device name includes the name of the node to which the device is attached and the physical device name, separated by a dollar sign ($). For example, TEST$DKA1 refers to disk DKA1 on node TEST. Allocation classes should be used in multipath configurations.&lt;br /&gt;
&lt;br /&gt;
==Device Type==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Device Type&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Meaning&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| CM&lt;br /&gt;
| IPMI device&lt;br /&gt;
| CMA0:&lt;br /&gt;
|-&lt;br /&gt;
| CR&lt;br /&gt;
| Card Reader&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| CS&lt;br /&gt;
| Console Storage Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DA&lt;br /&gt;
| [[Infoserver]] client virtual disks&lt;br /&gt;
| DAD42:&lt;br /&gt;
|-&lt;br /&gt;
| DB&lt;br /&gt;
| RP05, RP06 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DD&lt;br /&gt;
| TU58 Cartridge Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| DG&lt;br /&gt;
| Fibre Channel disk&lt;br /&gt;
| DGA100:&lt;br /&gt;
|-&lt;br /&gt;
| DJ&lt;br /&gt;
| RA60 Disk&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DI&lt;br /&gt;
| DSSI disk&lt;br /&gt;
| DIA3:&lt;br /&gt;
|-&lt;br /&gt;
| DK&lt;br /&gt;
| SCSI disk&lt;br /&gt;
| DKA100:&lt;br /&gt;
|-&lt;br /&gt;
| DL&lt;br /&gt;
| RL02 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DM&lt;br /&gt;
| RK06, RK07 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DP&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DQ&lt;br /&gt;
| IDE/PATA disk or RL02 Cartridge Disk, R80 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DR&lt;br /&gt;
| Disk drives connected to a SWXCR Raid Controller (Mylex DAC960) KZESC/KZPSC/KZPAC, RM03, RM05, RM80, RP07 Disk (VAX)&lt;br /&gt;
| DRA0:&lt;br /&gt;
|-&lt;br /&gt;
| DS&lt;br /&gt;
| Disk Stripe set (e.g. a [[Volume Shadowing|shadowed]] disk)&lt;br /&gt;
| DSA0:&lt;br /&gt;
|-&lt;br /&gt;
| DU&lt;br /&gt;
| Disk connected to [[MSCP]] controllers, UDA Disk (VAX)&lt;br /&gt;
| DUA0:&lt;br /&gt;
|-&lt;br /&gt;
| DX&lt;br /&gt;
| RX01 Diskette (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DY&lt;br /&gt;
| RX02 Diskette (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EF&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EI&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
| EIA1:&lt;br /&gt;
|-&lt;br /&gt;
| EQ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ES&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ET&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EW&lt;br /&gt;
| Ethernet network adapter connected to PCI&lt;br /&gt;
| EWA0:&lt;br /&gt;
|-&lt;br /&gt;
| EZ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FG&lt;br /&gt;
| Fiber Channel Host Bus Adapter&lt;br /&gt;
| FGA0:&lt;br /&gt;
|-&lt;br /&gt;
| FX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FT&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GG&lt;br /&gt;
| Medium Changer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GH&lt;br /&gt;
| DECwindows output device&lt;br /&gt;
| GHA0:&lt;br /&gt;
|-&lt;br /&gt;
| I&lt;br /&gt;
| Token Ring&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| H&lt;br /&gt;
| ATM&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| KB&lt;br /&gt;
| Terminal&lt;br /&gt;
| KBD0:&lt;br /&gt;
|-&lt;br /&gt;
| LA&lt;br /&gt;
| LPA11–K Laboratory Peripheral Accelerator (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LC &lt;br /&gt;
| Line Printer on DMF32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LD &lt;br /&gt;
| [[LD|Logical Disk Utility]] container disk&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Line Printer on LP11 (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| LM&lt;br /&gt;
| [[LD|Logical Disk Utility]] container tape&lt;br /&gt;
| LMA0:&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Printer&lt;br /&gt;
| LPA0:&lt;br /&gt;
|-&lt;br /&gt;
| LT&lt;br /&gt;
| LAT Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MB&lt;br /&gt;
| [[Mailbox]]&lt;br /&gt;
| MBA0:&lt;br /&gt;
|-&lt;br /&gt;
| MF&lt;br /&gt;
| TU78 Magnetic Tape&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MG&lt;br /&gt;
| Fibre Channel tape drive&lt;br /&gt;
| MGA300&lt;br /&gt;
|-&lt;br /&gt;
| MK&lt;br /&gt;
| SCSI Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
MUTape Class Driver&lt;br /&gt;
|-&lt;br /&gt;
| MO&lt;br /&gt;
| Terminal&lt;br /&gt;
| MOU0:&lt;br /&gt;
|-&lt;br /&gt;
| MS&lt;br /&gt;
| TS11 Magnetic Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MT&lt;br /&gt;
| MTTE16, TU45, TU77 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MU&lt;br /&gt;
| Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NET&lt;br /&gt;
| Network Communications Logical Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NL&lt;br /&gt;
| System Null Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NTY&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| OP&lt;br /&gt;
| [[OPCOM|Operator&#039;s console]]&lt;br /&gt;
| OPA0:&lt;br /&gt;
|-&lt;br /&gt;
| PA&lt;br /&gt;
| Computer Interconnect&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PE&lt;br /&gt;
| NISCA&lt;br /&gt;
| PEA0:&lt;br /&gt;
|-&lt;br /&gt;
| PK&lt;br /&gt;
| SAS controller&lt;br /&gt;
| PKA0:&lt;br /&gt;
|-&lt;br /&gt;
| PT&lt;br /&gt;
| TU81 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PU&lt;br /&gt;
| UDA-50 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| RT&lt;br /&gt;
| DECnet (remote) terminal (created with the [[SET HOST]] command)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SE&lt;br /&gt;
| ACPI system event&lt;br /&gt;
| SEA0:&lt;br /&gt;
|-&lt;br /&gt;
| T&lt;br /&gt;
| Terminal&lt;br /&gt;
| TNA0:&lt;br /&gt;
|-&lt;br /&gt;
| TT&lt;br /&gt;
| Interactive Terminal on DZ11 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TX&lt;br /&gt;
| Interactive Terminal on DMF32, DMZ32, DHU11, or DMB32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| VT&lt;br /&gt;
| Virtual Terminal&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XA&lt;br /&gt;
| DR11–W General-Purpose DMA Interface (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XD&lt;br /&gt;
| DMP–11 Synchronous Communications Line&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XF&lt;br /&gt;
| DR32 Interface Adapter (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XG&lt;br /&gt;
| DMF32 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XI&lt;br /&gt;
| DR Interface on DMF32&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XJ&lt;br /&gt;
| DUP11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XM&lt;br /&gt;
| DMC11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XQ&lt;br /&gt;
| Ethernet card (DELQA-T (M7516-YM), DELQA (M7516) and DEQNA (M7504) Q-bus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XU&lt;br /&gt;
| Ethernet card (Digital&#039;s DEUNA (M7792/M7793) and DELUA (M7521) Unibus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Controller Designation==&lt;br /&gt;
The third letter represents controller designation (in the order detected by hardware): A - first controller, B - second controller, etc. Pseudo-controllers and indirect controllers (shadow, SAN) always use A.&lt;br /&gt;
&lt;br /&gt;
==Unit Number==&lt;br /&gt;
SCSI disks often have unit numbers that are multiples of 100: DKA100:, DKA200:, DKA300 etc.&lt;br /&gt;
For tapes on parallel SCSI, the device name of a directly attached tape implies the physical location of the device; for example, MKB301 resides on bus B, SCSI target ID 3, and LUN 1. Such a naming scheme does not scale well for Fibre Channel configurations, in which the number of targets or nodes can be very large.&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2745</id>
		<title>Device Name</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2745"/>
		<updated>2025-12-16T07:48:08Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Device Name refers to identification of peripheral devices on OpenVMS systems and device naming conventions. For DEVICE_NAMING [[System Parameters|system parameter]], see [[DEVICE_NAMING]].&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;device name&#039;&#039;&#039; is a string that uniquely identifies a [[Device|device]] such as a [[Disk|disk]], [[Tape|tape]], [[Network Controller|network controller]], [[Terminal|terminal]] etc. on an OpenVMS system.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
Parts of an OpenVMS device name include:&lt;br /&gt;
* [[Allocation Class|allocation class]] or [[Node|node]] name&lt;br /&gt;
* device type&lt;br /&gt;
* controller designation&lt;br /&gt;
* unit number&lt;br /&gt;
&lt;br /&gt;
The same SCSI disk, DKA300:, could be represented as $1$DKA300:, TEST$DKA300:, or simply DKA300: depending on the device naming format (see below).&lt;br /&gt;
&lt;br /&gt;
=Formats=&lt;br /&gt;
There are three general formats for naming devices depending on the use of clustering and multipath configurations:&lt;br /&gt;
* ddcu - when there is no clustering or multipath devices, e.g. DKA100:&lt;br /&gt;
* node$ddcu - when there is clustering, e.g. TEST$DKA100:&lt;br /&gt;
* $allocation-class$ddcu - when there is clustering and/or multipath devices, e.g. $30$DKA100:&lt;br /&gt;
&lt;br /&gt;
If a device name is preceded by an underscore, this means that the name is a physical device name, not a logical name.&lt;br /&gt;
&lt;br /&gt;
=Device Naming Conventions=&lt;br /&gt;
&lt;br /&gt;
==Allocation Class==&lt;br /&gt;
Allocation Class is used to uniquely identify shared devices in multipath and cluster configurations. Please see [[Allocation Class]] for more information. If allocation classes are used, the format for device names is as follows: $allocation-class$device-name.&lt;br /&gt;
&lt;br /&gt;
==Nodename==&lt;br /&gt;
An OpenVMS Cluster device name includes the name of the node to which the device is attached and the physical device name, separated by a dollar sign ($). For example, TEST$DKA1 refers to disk DKA1 on node TEST. Allocation classes should be used in multipath configurations.&lt;br /&gt;
&lt;br /&gt;
==Device Type==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Device Type&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Meaning&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| CM&lt;br /&gt;
| IPMI device&lt;br /&gt;
| CMA0:&lt;br /&gt;
|-&lt;br /&gt;
| CR&lt;br /&gt;
| Card Reader&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| CS&lt;br /&gt;
| Console Storage Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DA&lt;br /&gt;
| [[Infoserver]] client virtual disks&lt;br /&gt;
| DAD42:&lt;br /&gt;
|-&lt;br /&gt;
| DB&lt;br /&gt;
| RP05, RP06 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DD&lt;br /&gt;
| TU58 Cartridge Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| DG&lt;br /&gt;
| Fibre Channel disk&lt;br /&gt;
| DGA100:&lt;br /&gt;
|-&lt;br /&gt;
| DJ&lt;br /&gt;
| RA60 Disk&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DI&lt;br /&gt;
| DSSI disk&lt;br /&gt;
| DIA3:&lt;br /&gt;
|-&lt;br /&gt;
| DK&lt;br /&gt;
| SCSI disk&lt;br /&gt;
| DKA100:&lt;br /&gt;
|-&lt;br /&gt;
| DL&lt;br /&gt;
| RL02 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DM&lt;br /&gt;
| RK06, RK07 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DP&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DQ&lt;br /&gt;
| IDE/PATA disk or RL02 Cartridge Disk, R80 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DR&lt;br /&gt;
| Disk drives connected to a SWXCR Raid Controller (Mylex DAC960) KZESC/KZPSC/KZPAC, RM03, RM05, RM80, RP07 Disk (VAX)&lt;br /&gt;
| DRA0:&lt;br /&gt;
|-&lt;br /&gt;
| DS&lt;br /&gt;
| Disk Stripe set (e.g. a [[Volume Shadowing|shadowed]] disk)&lt;br /&gt;
| DSA0:&lt;br /&gt;
|-&lt;br /&gt;
| DU&lt;br /&gt;
| Disk connected to [[MSCP]] controllers, UDA Disk (VAX)&lt;br /&gt;
| DUA0:&lt;br /&gt;
|-&lt;br /&gt;
| DX&lt;br /&gt;
| RX01 Diskette (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DY&lt;br /&gt;
| RX02 Diskette (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EF&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EI&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
| EIA1:&lt;br /&gt;
|-&lt;br /&gt;
| EQ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ES&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ET&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EW&lt;br /&gt;
| Ethernet network adapter connected to PCI&lt;br /&gt;
| EWA0:&lt;br /&gt;
|-&lt;br /&gt;
| EZ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FG&lt;br /&gt;
| Fiber Channel Host Bus Adapter&lt;br /&gt;
| FGA0:&lt;br /&gt;
|-&lt;br /&gt;
| FX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FT&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GG&lt;br /&gt;
| Medium Changer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GH&lt;br /&gt;
| DECwindows output device&lt;br /&gt;
| GHA0:&lt;br /&gt;
|-&lt;br /&gt;
| I&lt;br /&gt;
| Token Ring&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| H&lt;br /&gt;
| ATM&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| KB&lt;br /&gt;
| Terminal&lt;br /&gt;
| KBD0:&lt;br /&gt;
|-&lt;br /&gt;
| LA&lt;br /&gt;
| LPA11–K Laboratory Peripheral Accelerator (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LC &lt;br /&gt;
| Line Printer on DMF32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LD &lt;br /&gt;
| [LD|Logical Disk Utility] container disk&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Line Printer on LP11 (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| LM&lt;br /&gt;
| [LD|Logical Disk Utility] container tape&lt;br /&gt;
| LMA0:&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Printer&lt;br /&gt;
| LPA0:&lt;br /&gt;
|-&lt;br /&gt;
| LT&lt;br /&gt;
| LAT Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MB&lt;br /&gt;
| [[Mailbox]]&lt;br /&gt;
| MBA0:&lt;br /&gt;
|-&lt;br /&gt;
| MF&lt;br /&gt;
| TU78 Magnetic Tape&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MG&lt;br /&gt;
| Fibre Channel tape drive&lt;br /&gt;
| MGA300&lt;br /&gt;
|-&lt;br /&gt;
| MK&lt;br /&gt;
| SCSI Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
MUTape Class Driver&lt;br /&gt;
|-&lt;br /&gt;
| MO&lt;br /&gt;
| Terminal&lt;br /&gt;
| MOU0:&lt;br /&gt;
|-&lt;br /&gt;
| MS&lt;br /&gt;
| TS11 Magnetic Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MT&lt;br /&gt;
| MTTE16, TU45, TU77 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MU&lt;br /&gt;
| Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NET&lt;br /&gt;
| Network Communications Logical Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NL&lt;br /&gt;
| System Null Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NTY&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| OP&lt;br /&gt;
| [[OPCOM|Operator&#039;s console]]&lt;br /&gt;
| OPA0:&lt;br /&gt;
|-&lt;br /&gt;
| PA&lt;br /&gt;
| Computer Interconnect&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PE&lt;br /&gt;
| NISCA&lt;br /&gt;
| PEA0:&lt;br /&gt;
|-&lt;br /&gt;
| PK&lt;br /&gt;
| SAS controller&lt;br /&gt;
| PKA0:&lt;br /&gt;
|-&lt;br /&gt;
| PT&lt;br /&gt;
| TU81 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PU&lt;br /&gt;
| UDA-50 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| RT&lt;br /&gt;
| DECnet (remote) terminal (created with the [[SET HOST]] command)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SE&lt;br /&gt;
| ACPI system event&lt;br /&gt;
| SEA0:&lt;br /&gt;
|-&lt;br /&gt;
| T&lt;br /&gt;
| Terminal&lt;br /&gt;
| TNA0:&lt;br /&gt;
|-&lt;br /&gt;
| TT&lt;br /&gt;
| Interactive Terminal on DZ11 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TX&lt;br /&gt;
| Interactive Terminal on DMF32, DMZ32, DHU11, or DMB32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| VT&lt;br /&gt;
| Virtual Terminal&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XA&lt;br /&gt;
| DR11–W General-Purpose DMA Interface (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XD&lt;br /&gt;
| DMP–11 Synchronous Communications Line&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XF&lt;br /&gt;
| DR32 Interface Adapter (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XG&lt;br /&gt;
| DMF32 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XI&lt;br /&gt;
| DR Interface on DMF32&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XJ&lt;br /&gt;
| DUP11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XM&lt;br /&gt;
| DMC11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XQ&lt;br /&gt;
| Ethernet card (DELQA-T (M7516-YM), DELQA (M7516) and DEQNA (M7504) Q-bus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XU&lt;br /&gt;
| Ethernet card (Digital&#039;s DEUNA (M7792/M7793) and DELUA (M7521) Unibus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Controller Designation==&lt;br /&gt;
The third letter represents controller designation (in the order detected by hardware): A - first controller, B - second controller, etc. Pseudo-controllers and indirect controllers (shadow, SAN) always use A.&lt;br /&gt;
&lt;br /&gt;
==Unit Number==&lt;br /&gt;
SCSI disks often have unit numbers that are multiples of 100: DKA100:, DKA200:, DKA300 etc.&lt;br /&gt;
For tapes on parallel SCSI, the device name of a directly attached tape implies the physical location of the device; for example, MKB301 resides on bus B, SCSI target ID 3, and LUN 1. Such a naming scheme does not scale well for Fibre Channel configurations, in which the number of targets or nodes can be very large.&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2744</id>
		<title>Device Name</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2744"/>
		<updated>2025-12-16T07:43:30Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Device Name refers to identification of peripheral devices on OpenVMS systems and device naming conventions. For DEVICE_NAMING [[System Parameters|system parameter]], see [[DEVICE_NAMING]].&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;device name&#039;&#039;&#039; is a string that uniquely identifies a [[Device|device]] such as a [[Disk|disk]], [[Tape|tape]], [[Network Controller|network controller]], [[Terminal|terminal]] etc. on an OpenVMS system.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
Parts of an OpenVMS device name include:&lt;br /&gt;
* [[Allocation Class|allocation class]] or [[Node|node]] name&lt;br /&gt;
* device type&lt;br /&gt;
* controller designation&lt;br /&gt;
* unit number&lt;br /&gt;
&lt;br /&gt;
The same SCSI disk, DKA300:, could be represented as $1$DKA300:, TEST$DKA300:, or simply DKA300: depending on the device naming format (see below).&lt;br /&gt;
&lt;br /&gt;
=Formats=&lt;br /&gt;
There are three general formats for naming devices depending on the use of clustering and multipath configurations:&lt;br /&gt;
* ddcu - when there is no clustering or multipath devices, e.g. DKA100:&lt;br /&gt;
* node$ddcu - when there is clustering, e.g. TEST$DKA100:&lt;br /&gt;
* $allocation-class$ddcu - when there is clustering and/or multipath devices, e.g. $30$DKA100:&lt;br /&gt;
&lt;br /&gt;
If a device name is preceded by an underscore, this means that the name is a physical device name, not a logical name.&lt;br /&gt;
&lt;br /&gt;
=Device Naming Conventions=&lt;br /&gt;
&lt;br /&gt;
==Allocation Class==&lt;br /&gt;
Allocation Class is used to uniquely identify shared devices in multipath and cluster configurations. Please see [[Allocation Class]] for more information. If allocation classes are used, the format for device names is as follows: $allocation-class$device-name.&lt;br /&gt;
&lt;br /&gt;
==Nodename==&lt;br /&gt;
An OpenVMS Cluster device name includes the name of the node to which the device is attached and the physical device name, separated by a dollar sign ($). For example, TEST$DKA1 refers to disk DKA1 on node TEST. Allocation classes should be used in multipath configurations.&lt;br /&gt;
&lt;br /&gt;
==Device Type==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Device Type&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Meaning&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| CM&lt;br /&gt;
| IPMI device&lt;br /&gt;
| CMA0:&lt;br /&gt;
|-&lt;br /&gt;
| CR&lt;br /&gt;
| Card Reader&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| CS&lt;br /&gt;
| Console Storage Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DA&lt;br /&gt;
| [[Infoserver]] client virtual disks&lt;br /&gt;
| DAD42:&lt;br /&gt;
|-&lt;br /&gt;
| DB&lt;br /&gt;
| RP05, RP06 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DD&lt;br /&gt;
| TU58 Cartridge Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| DG&lt;br /&gt;
| Fibre Channel disk&lt;br /&gt;
| DGA100:&lt;br /&gt;
|-&lt;br /&gt;
| DJ&lt;br /&gt;
| RA60 Disk&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DI&lt;br /&gt;
| DSSI disk&lt;br /&gt;
| DIA3:&lt;br /&gt;
|-&lt;br /&gt;
| DK&lt;br /&gt;
| SCSI disk&lt;br /&gt;
| DKA100:&lt;br /&gt;
|-&lt;br /&gt;
| DL&lt;br /&gt;
| RL02 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DM&lt;br /&gt;
| RK06, RK07 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DP&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DQ&lt;br /&gt;
| IDE/PATA disk or RL02 Cartridge Disk, R80 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DR&lt;br /&gt;
| Disk drives connected to a SWXCR Raid Controller (Mylex DAC960) KZESC/KZPSC/KZPAC, RM03, RM05, RM80, RP07 Disk (VAX)&lt;br /&gt;
| DRA0:&lt;br /&gt;
|-&lt;br /&gt;
| DS&lt;br /&gt;
| Disk Stripe set (e.g. a [[Volume Shadowing|shadowed]] disk)&lt;br /&gt;
| DSA0:&lt;br /&gt;
|-&lt;br /&gt;
| DU&lt;br /&gt;
| Disk connected to [[MSCP]] controllers, UDA Disk (VAX)&lt;br /&gt;
| DUA0:&lt;br /&gt;
|-&lt;br /&gt;
| DX&lt;br /&gt;
| RX01 Diskette (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DY&lt;br /&gt;
| RX02 Diskette (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EF&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EI&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
| EIA1:&lt;br /&gt;
|-&lt;br /&gt;
| EQ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ES&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ET&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EW&lt;br /&gt;
| Ethernet network adapter connected to PCI&lt;br /&gt;
| EWA0:&lt;br /&gt;
|-&lt;br /&gt;
| EZ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FG&lt;br /&gt;
| Fiber Channel Host Bus Adapter&lt;br /&gt;
| FGA0:&lt;br /&gt;
|-&lt;br /&gt;
| FX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FT&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GG&lt;br /&gt;
| Medium Changer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GH&lt;br /&gt;
| DECwindows output device&lt;br /&gt;
| GHA0:&lt;br /&gt;
|-&lt;br /&gt;
| I&lt;br /&gt;
| Token Ring&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| H&lt;br /&gt;
| ATM&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| KB&lt;br /&gt;
| Terminal&lt;br /&gt;
| KBD0:&lt;br /&gt;
|-&lt;br /&gt;
| LA&lt;br /&gt;
| LPA11–K Laboratory Peripheral Accelerator (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LC &lt;br /&gt;
| Line Printer on DMF32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Line Printer on LP11 (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| LM&lt;br /&gt;
| SCSI tape&lt;br /&gt;
| LMA0:&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Printer&lt;br /&gt;
| LPA0:&lt;br /&gt;
|-&lt;br /&gt;
| LT&lt;br /&gt;
| LAT Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MB&lt;br /&gt;
| [[Mailbox]]&lt;br /&gt;
| MBA0:&lt;br /&gt;
|-&lt;br /&gt;
| MF&lt;br /&gt;
| TU78 Magnetic Tape&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MG&lt;br /&gt;
| Fibre Channel tape drive&lt;br /&gt;
| MGA300&lt;br /&gt;
|-&lt;br /&gt;
| MK&lt;br /&gt;
| SCSI Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
MUTape Class Driver&lt;br /&gt;
|-&lt;br /&gt;
| MO&lt;br /&gt;
| Terminal&lt;br /&gt;
| MOU0:&lt;br /&gt;
|-&lt;br /&gt;
| MS&lt;br /&gt;
| TS11 Magnetic Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MT&lt;br /&gt;
| MTTE16, TU45, TU77 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MU&lt;br /&gt;
| Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NET&lt;br /&gt;
| Network Communications Logical Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NL&lt;br /&gt;
| System Null Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NTY&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| OP&lt;br /&gt;
| [[OPCOM|Operator&#039;s console]]&lt;br /&gt;
| OPA0:&lt;br /&gt;
|-&lt;br /&gt;
| PA&lt;br /&gt;
| Computer Interconnect&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PE&lt;br /&gt;
| NISCA&lt;br /&gt;
| PEA0:&lt;br /&gt;
|-&lt;br /&gt;
| PK&lt;br /&gt;
| SAS controller&lt;br /&gt;
| PKA0:&lt;br /&gt;
|-&lt;br /&gt;
| PT&lt;br /&gt;
| TU81 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PU&lt;br /&gt;
| UDA-50 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| RT&lt;br /&gt;
| DECnet (remote) terminal (created with the [[SET HOST]] command)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SE&lt;br /&gt;
| ACPI system event&lt;br /&gt;
| SEA0:&lt;br /&gt;
|-&lt;br /&gt;
| T&lt;br /&gt;
| Terminal&lt;br /&gt;
| TNA0:&lt;br /&gt;
|-&lt;br /&gt;
| TT&lt;br /&gt;
| Interactive Terminal on DZ11 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TX&lt;br /&gt;
| Interactive Terminal on DMF32, DMZ32, DHU11, or DMB32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| VT&lt;br /&gt;
| Virtual Terminal&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XA&lt;br /&gt;
| DR11–W General-Purpose DMA Interface (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XD&lt;br /&gt;
| DMP–11 Synchronous Communications Line&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XF&lt;br /&gt;
| DR32 Interface Adapter (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XG&lt;br /&gt;
| DMF32 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XI&lt;br /&gt;
| DR Interface on DMF32&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XJ&lt;br /&gt;
| DUP11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XM&lt;br /&gt;
| DMC11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XQ&lt;br /&gt;
| Ethernet card (DELQA-T (M7516-YM), DELQA (M7516) and DEQNA (M7504) Q-bus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XU&lt;br /&gt;
| Ethernet card (Digital&#039;s DEUNA (M7792/M7793) and DELUA (M7521) Unibus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Controller Designation==&lt;br /&gt;
The third letter represents controller designation (in the order detected by hardware): A - first controller, B - second controller, etc. Pseudo-controllers and indirect controllers (shadow, SAN) always use A.&lt;br /&gt;
&lt;br /&gt;
==Unit Number==&lt;br /&gt;
SCSI disks often have unit numbers that are multiples of 100: DKA100:, DKA200:, DKA300 etc.&lt;br /&gt;
For tapes on parallel SCSI, the device name of a directly attached tape implies the physical location of the device; for example, MKB301 resides on bus B, SCSI target ID 3, and LUN 1. Such a naming scheme does not scale well for Fibre Channel configurations, in which the number of targets or nodes can be very large.&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2743</id>
		<title>Device Name</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2743"/>
		<updated>2025-12-16T07:40:31Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Device Name refers to identification of peripheral devices on OpenVMS systems and device naming conventions. For DEVICE_NAMING [[System Parameters|system parameter]], see [[DEVICE_NAMING]].&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;device name&#039;&#039;&#039; is a string that uniquely identifies a [[Device|device]] such as a [[Disk|disk]], [[Tape|tape]], [[Network Controller|network controller]], [[Terminal|terminal]] etc. on an OpenVMS system.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
Parts of an OpenVMS device name include:&lt;br /&gt;
* [[Allocation Class|allocation class]] or [[Node|node]] name&lt;br /&gt;
* device type&lt;br /&gt;
* controller designation&lt;br /&gt;
* unit number&lt;br /&gt;
&lt;br /&gt;
The same SCSI disk, DKA300:, could be represented as $1$DKA300:, TEST$DKA300:, or simply DKA300: depending on the device naming format (see below).&lt;br /&gt;
&lt;br /&gt;
=Formats=&lt;br /&gt;
There are three general formats for naming devices depending on the use of clustering and multipath configurations:&lt;br /&gt;
* ddcu - when there is no clustering or multipath devices, e.g. DKA100:&lt;br /&gt;
* node$ddcu - when there is clustering, e.g. TEST$DKA100:&lt;br /&gt;
* $allocation-class$ddcu - when there is clustering and/or multipath devices, e.g. $30$DKA100:&lt;br /&gt;
&lt;br /&gt;
If a device name is preceded by an underscore, this means that the name is a physical device name, not a logical name.&lt;br /&gt;
&lt;br /&gt;
=Device Naming Conventions=&lt;br /&gt;
&lt;br /&gt;
==Allocation Class==&lt;br /&gt;
Allocation Class is used to uniquely identify shared devices in multipath and cluster configurations. Please see [[Allocation Class]] for more information. If allocation classes are used, the format for device names is as follows: $allocation-class$device-name.&lt;br /&gt;
&lt;br /&gt;
==Nodename==&lt;br /&gt;
An OpenVMS Cluster device name includes the name of the node to which the device is attached and the physical device name, separated by a dollar sign ($). For example, TEST$DKA1 refers to disk DKA1 on node TEST. Allocation classes should be used in multipath configurations.&lt;br /&gt;
&lt;br /&gt;
==Device Type==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Device Type&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Meaning&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| CM&lt;br /&gt;
| IPMI device&lt;br /&gt;
| CMA0:&lt;br /&gt;
|-&lt;br /&gt;
| CR&lt;br /&gt;
| Card Reader&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| CS&lt;br /&gt;
| Console Storage Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DA&lt;br /&gt;
| [[Infoserver]] client virtual disks&lt;br /&gt;
| DAD42:&lt;br /&gt;
|-&lt;br /&gt;
| DB&lt;br /&gt;
| RP05, RP06 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DD&lt;br /&gt;
| TU58 Cartridge Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| DG&lt;br /&gt;
| Fibre Channel disk&lt;br /&gt;
| DGA100:&lt;br /&gt;
|-&lt;br /&gt;
| DJ&lt;br /&gt;
| RA60 Disk&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DI&lt;br /&gt;
| DSSI disk&lt;br /&gt;
| DIA3:&lt;br /&gt;
|-&lt;br /&gt;
| DK&lt;br /&gt;
| SCSI disk&lt;br /&gt;
| DKA100:&lt;br /&gt;
|-&lt;br /&gt;
| DL&lt;br /&gt;
| RL02 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DM&lt;br /&gt;
| RK06, RK07 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DP&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DQ&lt;br /&gt;
| IDE/PATA disk or RL02 Cartridge Disk, R80 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DR&lt;br /&gt;
| Disk drives connected to a SWXCR Raid Controller (Mylex DAC960) KZESC/KZPSC/KZPAC, RM03, RM05, RM80, RP07 Disk (VAX)&lt;br /&gt;
| DRA0:&lt;br /&gt;
|-&lt;br /&gt;
| DS&lt;br /&gt;
| Disk Stripe set (e.g. a [[Volume Shadowing|shadowed]] disk)&lt;br /&gt;
| DSA0:&lt;br /&gt;
|-&lt;br /&gt;
| DU&lt;br /&gt;
| Disk connected to [[MSCP]] controllers, UDA Disk (VAX)&lt;br /&gt;
| DUA0:&lt;br /&gt;
|-&lt;br /&gt;
| DX&lt;br /&gt;
| RX01 Diskette (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DY&lt;br /&gt;
| RX02 Diskette (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EF&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EQ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ES&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ET&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EW&lt;br /&gt;
| Ethernet network adapter connected to PCI&lt;br /&gt;
| EWA0:&lt;br /&gt;
|-&lt;br /&gt;
| EZ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FG&lt;br /&gt;
| Fiber Channel Host Bus Adapter&lt;br /&gt;
| FGA0:&lt;br /&gt;
|-&lt;br /&gt;
| FX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FT&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GG&lt;br /&gt;
| Medium Changer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GH&lt;br /&gt;
| DECwindows output device&lt;br /&gt;
| GHA0:&lt;br /&gt;
|-&lt;br /&gt;
| I&lt;br /&gt;
| Token Ring&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| H&lt;br /&gt;
| ATM&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| KB&lt;br /&gt;
| Terminal&lt;br /&gt;
| KBD0:&lt;br /&gt;
|-&lt;br /&gt;
| LA&lt;br /&gt;
| LPA11–K Laboratory Peripheral Accelerator (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LC &lt;br /&gt;
| Line Printer on DMF32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Line Printer on LP11 (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| LM&lt;br /&gt;
| SCSI tape&lt;br /&gt;
| LMA0:&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Printer&lt;br /&gt;
| LPA0:&lt;br /&gt;
|-&lt;br /&gt;
| LT&lt;br /&gt;
| LAT Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MB&lt;br /&gt;
| [[Mailbox]]&lt;br /&gt;
| MBA0:&lt;br /&gt;
|-&lt;br /&gt;
| MF&lt;br /&gt;
| TU78 Magnetic Tape&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MG&lt;br /&gt;
| Fibre Channel tape drive&lt;br /&gt;
| MGA300&lt;br /&gt;
|-&lt;br /&gt;
| MK&lt;br /&gt;
| SCSI Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
MUTape Class Driver&lt;br /&gt;
|-&lt;br /&gt;
| MO&lt;br /&gt;
| Terminal&lt;br /&gt;
| MOU0:&lt;br /&gt;
|-&lt;br /&gt;
| MS&lt;br /&gt;
| TS11 Magnetic Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MT&lt;br /&gt;
| MTTE16, TU45, TU77 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MU&lt;br /&gt;
| Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NET&lt;br /&gt;
| Network Communications Logical Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NL&lt;br /&gt;
| System Null Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NTY&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| OP&lt;br /&gt;
| [[OPCOM|Operator&#039;s console]]&lt;br /&gt;
| OPA0:&lt;br /&gt;
|-&lt;br /&gt;
| PA&lt;br /&gt;
| Computer Interconnect&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PE&lt;br /&gt;
| NISCA&lt;br /&gt;
| PEA0:&lt;br /&gt;
|-&lt;br /&gt;
| PK&lt;br /&gt;
| SAS controller&lt;br /&gt;
| PKA0:&lt;br /&gt;
|-&lt;br /&gt;
| PT&lt;br /&gt;
| TU81 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PU&lt;br /&gt;
| UDA-50 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| RT&lt;br /&gt;
| DECnet (remote) terminal (created with the [[SET HOST]] command)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SE&lt;br /&gt;
| ACPI system event&lt;br /&gt;
| SEA0:&lt;br /&gt;
|-&lt;br /&gt;
| T&lt;br /&gt;
| Terminal&lt;br /&gt;
| TNA0:&lt;br /&gt;
|-&lt;br /&gt;
| TT&lt;br /&gt;
| Interactive Terminal on DZ11 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TX&lt;br /&gt;
| Interactive Terminal on DMF32, DMZ32, DHU11, or DMB32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| VT&lt;br /&gt;
| Virtual Terminal&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XA&lt;br /&gt;
| DR11–W General-Purpose DMA Interface (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XD&lt;br /&gt;
| DMP–11 Synchronous Communications Line&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XF&lt;br /&gt;
| DR32 Interface Adapter (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XG&lt;br /&gt;
| DMF32 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XI&lt;br /&gt;
| DR Interface on DMF32&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XJ&lt;br /&gt;
| DUP11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XM&lt;br /&gt;
| DMC11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XQ&lt;br /&gt;
| Ethernet card (DELQA-T (M7516-YM), DELQA (M7516) and DEQNA (M7504) Q-bus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XU&lt;br /&gt;
| Ethernet card (Digital&#039;s DEUNA (M7792/M7793) and DELUA (M7521) Unibus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Controller Designation==&lt;br /&gt;
The third letter represents controller designation (in the order detected by hardware): A - first controller, B - second controller, etc. Pseudo-controllers and indirect controllers (shadow, SAN) always use A.&lt;br /&gt;
&lt;br /&gt;
==Unit Number==&lt;br /&gt;
SCSI disks often have unit numbers that are multiples of 100: DKA100:, DKA200:, DKA300 etc.&lt;br /&gt;
For tapes on parallel SCSI, the device name of a directly attached tape implies the physical location of the device; for example, MKB301 resides on bus B, SCSI target ID 3, and LUN 1. Such a naming scheme does not scale well for Fibre Channel configurations, in which the number of targets or nodes can be very large.&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2742</id>
		<title>Device Name</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2742"/>
		<updated>2025-12-16T07:37:55Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Device Name refers to identification of peripheral devices on OpenVMS systems and device naming conventions. For DEVICE_NAMING [[System Parameters|system parameter]], see [[DEVICE_NAMING]].&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;device name&#039;&#039;&#039; is a string that uniquely identifies a [[Device|device]] such as a [[Disk|disk]], [[Tape|tape]], [[Network Controller|network controller]], [[Terminal|terminal]] etc. on an OpenVMS system.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
Parts of an OpenVMS device name include:&lt;br /&gt;
* [[Allocation Class|allocation class]] or [[Node|node]] name&lt;br /&gt;
* device type&lt;br /&gt;
* controller designation&lt;br /&gt;
* unit number&lt;br /&gt;
&lt;br /&gt;
The same SCSI disk, DKA300:, could be represented as $1$DKA300:, TEST$DKA300:, or simply DKA300: depending on the device naming format (see below).&lt;br /&gt;
&lt;br /&gt;
=Formats=&lt;br /&gt;
There are three general formats for naming devices depending on the use of clustering and multipath configurations:&lt;br /&gt;
* ddcu - when there is no clustering or multipath devices, e.g. DKA100:&lt;br /&gt;
* node$ddcu - when there is clustering, e.g. TEST$DKA100:&lt;br /&gt;
* $allocation-class$ddcu - when there is clustering and/or multipath devices, e.g. $30$DKA100:&lt;br /&gt;
&lt;br /&gt;
If a device name is preceded by an underscore, this means that the name is a physical device name, not a logical name.&lt;br /&gt;
&lt;br /&gt;
=Device Naming Conventions=&lt;br /&gt;
&lt;br /&gt;
==Allocation Class==&lt;br /&gt;
Allocation Class is used to uniquely identify shared devices in multipath and cluster configurations. Please see [[Allocation Class]] for more information. If allocation classes are used, the format for device names is as follows: $allocation-class$device-name.&lt;br /&gt;
&lt;br /&gt;
==Nodename==&lt;br /&gt;
An OpenVMS Cluster device name includes the name of the node to which the device is attached and the physical device name, separated by a dollar sign ($). For example, TEST$DKA1 refers to disk DKA1 on node TEST. Allocation classes should be used in multipath configurations.&lt;br /&gt;
&lt;br /&gt;
==Device Type==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Device Type&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Meaning&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| CM&lt;br /&gt;
| IPMI device&lt;br /&gt;
| CMA0:&lt;br /&gt;
|-&lt;br /&gt;
| CR&lt;br /&gt;
| Card Reader&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| CS&lt;br /&gt;
| Console Storage Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DA&lt;br /&gt;
| Infoserver client virtual disks&lt;br /&gt;
| DAD42:&lt;br /&gt;
|-&lt;br /&gt;
| DB&lt;br /&gt;
| RP05, RP06 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DD&lt;br /&gt;
| TU58 Cartridge Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| DG&lt;br /&gt;
| Fibre Channel disk&lt;br /&gt;
| DGA100:&lt;br /&gt;
|-&lt;br /&gt;
| DJ&lt;br /&gt;
| RA60 Disk&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DI&lt;br /&gt;
| DSSI disk&lt;br /&gt;
| DIA3:&lt;br /&gt;
|-&lt;br /&gt;
| DK&lt;br /&gt;
| SCSI disk&lt;br /&gt;
| DKA100:&lt;br /&gt;
|-&lt;br /&gt;
| DL&lt;br /&gt;
| RL02 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DM&lt;br /&gt;
| RK06, RK07 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DP&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DQ&lt;br /&gt;
| IDE/PATA disk or RL02 Cartridge Disk, R80 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DR&lt;br /&gt;
| Disk drives connected to a SWXCR Raid Controller (Mylex DAC960) KZESC/KZPSC/KZPAC, RM03, RM05, RM80, RP07 Disk (VAX)&lt;br /&gt;
| DRA0:&lt;br /&gt;
|-&lt;br /&gt;
| DS&lt;br /&gt;
| Disk Stripe set (e.g. a [[Volume Shadowing|shadowed]] disk)&lt;br /&gt;
| DSA0:&lt;br /&gt;
|-&lt;br /&gt;
| DU&lt;br /&gt;
| Disk connected to [[MSCP]] controllers, UDA Disk (VAX)&lt;br /&gt;
| DUA0:&lt;br /&gt;
|-&lt;br /&gt;
| DX&lt;br /&gt;
| RX01 Diskette (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DY&lt;br /&gt;
| RX02 Diskette (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EF&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EQ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ES&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ET&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EW&lt;br /&gt;
| Ethernet network adapter connected to PCI&lt;br /&gt;
| EWA0:&lt;br /&gt;
|-&lt;br /&gt;
| EZ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FG&lt;br /&gt;
| Fiber Channel Host Bus Adapter&lt;br /&gt;
| FGA0:&lt;br /&gt;
|-&lt;br /&gt;
| FX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FT&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GG&lt;br /&gt;
| Medium Changer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GH&lt;br /&gt;
| DECwindows output device&lt;br /&gt;
| GHA0:&lt;br /&gt;
|-&lt;br /&gt;
| I&lt;br /&gt;
| Token Ring&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| H&lt;br /&gt;
| ATM&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| KB&lt;br /&gt;
| Terminal&lt;br /&gt;
| KBD0:&lt;br /&gt;
|-&lt;br /&gt;
| LA&lt;br /&gt;
| LPA11–K Laboratory Peripheral Accelerator (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LC &lt;br /&gt;
| Line Printer on DMF32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Line Printer on LP11 (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| LM&lt;br /&gt;
| SCSI tape&lt;br /&gt;
| LMA0:&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Printer&lt;br /&gt;
| LPA0:&lt;br /&gt;
|-&lt;br /&gt;
| LT&lt;br /&gt;
| LAT Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MB&lt;br /&gt;
| [[Mailbox]]&lt;br /&gt;
| MBA0:&lt;br /&gt;
|-&lt;br /&gt;
| MF&lt;br /&gt;
| TU78 Magnetic Tape&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MG&lt;br /&gt;
| Fibre Channel tape drive&lt;br /&gt;
| MGA300&lt;br /&gt;
|-&lt;br /&gt;
| MK&lt;br /&gt;
| SCSI Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
MUTape Class Driver&lt;br /&gt;
|-&lt;br /&gt;
| MO&lt;br /&gt;
| Terminal&lt;br /&gt;
| MOU0:&lt;br /&gt;
|-&lt;br /&gt;
| MS&lt;br /&gt;
| TS11 Magnetic Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MT&lt;br /&gt;
| MTTE16, TU45, TU77 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MU&lt;br /&gt;
| Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NET&lt;br /&gt;
| Network Communications Logical Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NL&lt;br /&gt;
| System Null Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NTY&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| OP&lt;br /&gt;
| [[OPCOM|Operator&#039;s console]]&lt;br /&gt;
| OPA0:&lt;br /&gt;
|-&lt;br /&gt;
| PA&lt;br /&gt;
| Computer Interconnect&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PE&lt;br /&gt;
| NISCA&lt;br /&gt;
| PEA0:&lt;br /&gt;
|-&lt;br /&gt;
| PK&lt;br /&gt;
| SAS controller&lt;br /&gt;
| PKA0:&lt;br /&gt;
|-&lt;br /&gt;
| PT&lt;br /&gt;
| TU81 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PU&lt;br /&gt;
| UDA-50 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| RT&lt;br /&gt;
| DECnet (remote) terminal (created with the [[SET HOST]] command)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SE&lt;br /&gt;
| ACPI system event&lt;br /&gt;
| SEA0:&lt;br /&gt;
|-&lt;br /&gt;
| T&lt;br /&gt;
| Terminal&lt;br /&gt;
| TNA0:&lt;br /&gt;
|-&lt;br /&gt;
| TT&lt;br /&gt;
| Interactive Terminal on DZ11 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TX&lt;br /&gt;
| Interactive Terminal on DMF32, DMZ32, DHU11, or DMB32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| VT&lt;br /&gt;
| Virtual Terminal&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XA&lt;br /&gt;
| DR11–W General-Purpose DMA Interface (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XD&lt;br /&gt;
| DMP–11 Synchronous Communications Line&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XF&lt;br /&gt;
| DR32 Interface Adapter (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XG&lt;br /&gt;
| DMF32 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XI&lt;br /&gt;
| DR Interface on DMF32&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XJ&lt;br /&gt;
| DUP11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XM&lt;br /&gt;
| DMC11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XQ&lt;br /&gt;
| Ethernet card (DELQA-T (M7516-YM), DELQA (M7516) and DEQNA (M7504) Q-bus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XU&lt;br /&gt;
| Ethernet card (Digital&#039;s DEUNA (M7792/M7793) and DELUA (M7521) Unibus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Controller Designation==&lt;br /&gt;
The third letter represents controller designation (in the order detected by hardware): A - first controller, B - second controller, etc. Pseudo-controllers and indirect controllers (shadow, SAN) always use A.&lt;br /&gt;
&lt;br /&gt;
==Unit Number==&lt;br /&gt;
SCSI disks often have unit numbers that are multiples of 100: DKA100:, DKA200:, DKA300 etc.&lt;br /&gt;
For tapes on parallel SCSI, the device name of a directly attached tape implies the physical location of the device; for example, MKB301 resides on bus B, SCSI target ID 3, and LUN 1. Such a naming scheme does not scale well for Fibre Channel configurations, in which the number of targets or nodes can be very large.&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2741</id>
		<title>Device Name</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Device_Name&amp;diff=2741"/>
		<updated>2025-12-16T07:33:14Z</updated>

		<summary type="html">&lt;p&gt;Martinv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Device Name refers to identification of peripheral devices on OpenVMS systems and device naming conventions. For DEVICE_NAMING [[System Parameters|system parameter]], see [[DEVICE_NAMING]].&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;device name&#039;&#039;&#039; is a string that uniquely identifies a [[Device|device]] such as a [[Disk|disk]], [[Tape|tape]], [[Network Controller|network controller]], [[Terminal|terminal]] etc. on an OpenVMS system.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
Parts of an OpenVMS device name include:&lt;br /&gt;
* [[Allocation Class|allocation class]] or [[Node|node]] name&lt;br /&gt;
* device type&lt;br /&gt;
* controller designation&lt;br /&gt;
* unit number&lt;br /&gt;
&lt;br /&gt;
The same SCSI disk, DKA300:, could be represented as $1$DKA300:, TEST$DKA300:, or simply DKA300: depending on the device naming format (see below).&lt;br /&gt;
&lt;br /&gt;
=Formats=&lt;br /&gt;
There are three general formats for naming devices depending on the use of clustering and multipath configurations:&lt;br /&gt;
* ddcu - when there is no clustering or multipath devices, e.g. DKA100:&lt;br /&gt;
* node$ddcu - when there is clustering, e.g. TEST$DKA100:&lt;br /&gt;
* $allocation-class$ddcu - when there is clustering and/or multipath devices, e.g. $30$DKA100:&lt;br /&gt;
&lt;br /&gt;
If a device name is preceded by an underscore, this means that the name is a physical device name, not a logical name.&lt;br /&gt;
&lt;br /&gt;
=Device Naming Conventions=&lt;br /&gt;
&lt;br /&gt;
==Allocation Class==&lt;br /&gt;
Allocation Class is used to uniquely identify shared devices in multipath and cluster configurations. Please see [[Allocation Class]] for more information. If allocation classes are used, the format for device names is as follows: $allocation-class$device-name.&lt;br /&gt;
&lt;br /&gt;
==Nodename==&lt;br /&gt;
An OpenVMS Cluster device name includes the name of the node to which the device is attached and the physical device name, separated by a dollar sign ($). For example, TEST$DKA1 refers to disk DKA1 on node TEST. Allocation classes should be used in multipath configurations.&lt;br /&gt;
&lt;br /&gt;
==Device Type==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Device Type&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Meaning&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| CM&lt;br /&gt;
| IPMI device&lt;br /&gt;
| CMA0:&lt;br /&gt;
|-&lt;br /&gt;
| CR&lt;br /&gt;
| Card Reader&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| CS&lt;br /&gt;
| Console Storage Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DA&lt;br /&gt;
| RRD40: disks&lt;br /&gt;
| DAD42:&lt;br /&gt;
|-&lt;br /&gt;
| DB&lt;br /&gt;
| RP05, RP06 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DD&lt;br /&gt;
| TU58 Cartridge Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| DG&lt;br /&gt;
| Fibre Channel disk&lt;br /&gt;
| DGA100:&lt;br /&gt;
|-&lt;br /&gt;
| DJ&lt;br /&gt;
| RA60 Disk&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DI&lt;br /&gt;
| DSSI disk&lt;br /&gt;
| DIA3:&lt;br /&gt;
|-&lt;br /&gt;
| DK&lt;br /&gt;
| SCSI disk&lt;br /&gt;
| DKA100:&lt;br /&gt;
|-&lt;br /&gt;
| DL&lt;br /&gt;
| RL02 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DM&lt;br /&gt;
| RK06, RK07 Cartridge Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DP&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DQ&lt;br /&gt;
| IDE/PATA disk or RL02 Cartridge Disk, R80 Disk (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DR&lt;br /&gt;
| Disk drives connected to a SWXCR Raid Controller (Mylex DAC960) KZESC/KZPSC/KZPAC, RM03, RM05, RM80, RP07 Disk (VAX)&lt;br /&gt;
| DRA0:&lt;br /&gt;
|-&lt;br /&gt;
| DS&lt;br /&gt;
| Disk Stripe set (e.g. a [[Volume Shadowing|shadowed]] disk)&lt;br /&gt;
| DSA0:&lt;br /&gt;
|-&lt;br /&gt;
| DU&lt;br /&gt;
| Disk connected to [[MSCP]] controllers, UDA Disk (VAX)&lt;br /&gt;
| DUA0:&lt;br /&gt;
|-&lt;br /&gt;
| DX&lt;br /&gt;
| RX01 Diskette (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DY&lt;br /&gt;
| RX02 Diskette (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| EF&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EQ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ES&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ET&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| EW&lt;br /&gt;
| Ethernet network adapter connected to PCI&lt;br /&gt;
| EWA0:&lt;br /&gt;
|-&lt;br /&gt;
| EZ&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FC&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FG&lt;br /&gt;
| Fiber Channel Host Bus Adapter&lt;br /&gt;
| FGA0:&lt;br /&gt;
|-&lt;br /&gt;
| FX&lt;br /&gt;
| Ethernet Network Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| FT&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GG&lt;br /&gt;
| Medium Changer&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| GH&lt;br /&gt;
| DECwindows output device&lt;br /&gt;
| GHA0:&lt;br /&gt;
|-&lt;br /&gt;
| I&lt;br /&gt;
| Token Ring&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| H&lt;br /&gt;
| ATM&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| KB&lt;br /&gt;
| Terminal&lt;br /&gt;
| KBD0:&lt;br /&gt;
|-&lt;br /&gt;
| LA&lt;br /&gt;
| LPA11–K Laboratory Peripheral Accelerator (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LC &lt;br /&gt;
| Line Printer on DMF32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Line Printer on LP11 (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| LM&lt;br /&gt;
| SCSI tape&lt;br /&gt;
| LMA0:&lt;br /&gt;
|-&lt;br /&gt;
| LP&lt;br /&gt;
| Printer&lt;br /&gt;
| LPA0:&lt;br /&gt;
|-&lt;br /&gt;
| LT&lt;br /&gt;
| LAT Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MB&lt;br /&gt;
| [[Mailbox]]&lt;br /&gt;
| MBA0:&lt;br /&gt;
|-&lt;br /&gt;
| MF&lt;br /&gt;
| TU78 Magnetic Tape&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MG&lt;br /&gt;
| Fibre Channel tape drive&lt;br /&gt;
| MGA300&lt;br /&gt;
|-&lt;br /&gt;
| MK&lt;br /&gt;
| SCSI Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
MUTape Class Driver&lt;br /&gt;
|-&lt;br /&gt;
| MO&lt;br /&gt;
| Terminal&lt;br /&gt;
| MOU0:&lt;br /&gt;
|-&lt;br /&gt;
| MS&lt;br /&gt;
| TS11 Magnetic Tape (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MT&lt;br /&gt;
| MTTE16, TU45, TU77 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MU&lt;br /&gt;
| Tape Drive&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NET&lt;br /&gt;
| Network Communications Logical Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NL&lt;br /&gt;
| System Null Device&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| NTY&lt;br /&gt;
| Network Terminal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| OP&lt;br /&gt;
| [[OPCOM|Operator&#039;s console]]&lt;br /&gt;
| OPA0:&lt;br /&gt;
|-&lt;br /&gt;
| PA&lt;br /&gt;
| Computer Interconnect&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PE&lt;br /&gt;
| NISCA&lt;br /&gt;
| PEA0:&lt;br /&gt;
|-&lt;br /&gt;
| PK&lt;br /&gt;
| SAS controller&lt;br /&gt;
| PKA0:&lt;br /&gt;
|-&lt;br /&gt;
| PT&lt;br /&gt;
| TU81 Magnetic Tape (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PU&lt;br /&gt;
| UDA-50 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| RT&lt;br /&gt;
| DECnet (remote) terminal (created with the [[SET HOST]] command)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SE&lt;br /&gt;
| ACPI system event&lt;br /&gt;
| SEA0:&lt;br /&gt;
|-&lt;br /&gt;
| T&lt;br /&gt;
| Terminal&lt;br /&gt;
| TNA0:&lt;br /&gt;
|-&lt;br /&gt;
| TT&lt;br /&gt;
| Interactive Terminal on DZ11 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TX&lt;br /&gt;
| Interactive Terminal on DMF32, DMZ32, DHU11, or DMB32 (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| VT&lt;br /&gt;
| Virtual Terminal&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XA&lt;br /&gt;
| DR11–W General-Purpose DMA Interface (VAX)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XD&lt;br /&gt;
| DMP–11 Synchronous Communications Line&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| XF&lt;br /&gt;
| DR32 Interface Adapter (VAX)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XG&lt;br /&gt;
| DMF32 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XI&lt;br /&gt;
| DR Interface on DMF32&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XJ&lt;br /&gt;
| DUP11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XM&lt;br /&gt;
| DMC11 Synchronous Communications Line&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XQ&lt;br /&gt;
| Ethernet card (DELQA-T (M7516-YM), DELQA (M7516) and DEQNA (M7504) Q-bus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| XU&lt;br /&gt;
| Ethernet card (Digital&#039;s DEUNA (M7792/M7793) and DELUA (M7521) Unibus Ethernet cards)&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Controller Designation==&lt;br /&gt;
The third letter represents controller designation (in the order detected by hardware): A - first controller, B - second controller, etc. Pseudo-controllers and indirect controllers (shadow, SAN) always use A.&lt;br /&gt;
&lt;br /&gt;
==Unit Number==&lt;br /&gt;
SCSI disks often have unit numbers that are multiples of 100: DKA100:, DKA200:, DKA300 etc.&lt;br /&gt;
For tapes on parallel SCSI, the device name of a directly attached tape implies the physical location of the device; for example, MKB301 resides on bus B, SCSI target ID 3, and LUN 1. Such a naming scheme does not scale well for Fibre Channel configurations, in which the number of targets or nodes can be very large.&lt;/div&gt;</summary>
		<author><name>Martinv</name></author>
	</entry>
</feed>