Das_mount, Das_mount -6, Figure 5-2 – ADIC Server User Manual

Page 178: Figure 5-3, Table 5-1, Para

Advertising
background image

5-6

DAS ACI 3.0 Asynchronous Support Layer

601626-B

das_mount

The aci_async_add function with the das_mount parameter
mounts a volume in a drive. See Figure 5-2

Figure 5-2

aci_async_add Function with the das_mount Parameter

Mount the volume named volser of media type type in the
drive named drive. The volume will then be available to the
requesting client. See Table 5-1.

Refer to Figure 5-3 on page 5-6 for an example of the
aci_async_add function with the das_mount parameter.

Figure 5-3

Example of the aci_async_add Function with the das_mount
Parameter

Table 5-1

Parameters for the das_mount Parameter

Parameter

Description

volser

Volser which should be mounted (also foreign volser possible after
the cataloging with carf)

type

Media type of the named volser
Refer to Media Types on page 2-7

drive

Name of the drive which should be mounted. If the drive is set to
the NULL string, the drive is automatically selected from the list
of available drives to the client. The client host must have
Automatic Volume Recognition (AVR) active to detect the mount.

aci_asycn_add (das_mount, *volser, *type, *drive)

aci_async_add (DAS_MOUNT, “000030”, C3480, “DE02”)

Advertising