The Media Server configuration file

The file asmediad.cfg, is located in the $ARC_HOME/config directory. It stores information in reference to ARCserveIT's device groups for it's associated server. An example of the asmediad.cfg file is shown below:
[CONFIG]
;DEBUG_LEVEL = 1 ; This will create tape.debug file
;EARLY_WARNING = 100
;CHECK_BLOCK_SIZE = NO
; This is a list of device files that ARCserve/Open will use to
; access tape and changer devices. There are two entries per SCSI id,
; corresponding to LUNs 0 and 1.
; If you would like to prevent ARCserve/Open from accessing a
; particular device, simply insert a semicolon at the beginning
; of the appropriate line below.
[DEVICE] ; Device Table
DEVICE = "/dev/scsi/000" SCSI (0,0,0)
DEVICE = "/dev/scsi/001" SCSI (0,0,1)
DEVICE = "/dev/scsi/010" SCSI (0,1,0)
DEVICE = "/dev/scsi/011" SCSI (0,1,1)
[ADAPTER]
ADAPTER 0 = "8/0 - GSC built-in Fast/Wide SCSI Interface"
ADAPTER 1 = "8/4/4 - HP 28696A - Wide SCSI ID=7"
[GROUP]
GROUP = "MERCURY" SCSI (0,0,0)
GROUP = "VENUS" SCSI (0,1,0)
GROUP = "MARS" SCSI (0,2,0)
GROUP = "JUPITER" SCSI (0,3,0)
GROUP = "SATURN" SCSI (0,4,0)
GROUP = "URANUS" SCSI (0,5,0)
GROUP = "NEPTUNE" SCSI (0,6,0)