Aci_dismount, Aci_dismount -16, Figure 4-10 – ADIC Server User Manual

Page 58: Figure 4-11, Table 4-6, Para

Advertising
background image

4-16

DAS ACI Functions

601626-B

Figure 4-10

Example of the aci_clientstatus Function

aci_dismount

The aci_dismount function dismounts a volume. See
Figure 4-11.

Figure 4-11

aci_dismount Function Call

Dismount the volume volser of defined media type from its
drive. The drive is identified by the DAS software.

For additional information, Refer to aci_mount on page 4-91.

Retries can be configured in the config file or in the AMS
configuration.

See Table 4-6 for a description of the parameters for the
aci_dismount function call.

Table 4-6

Parameters for the aci_dismount Function Call

Parameter

Description

volser

volser that is to be moved from a drive to the original position in
the AML

type

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

/* Query some clients access list configuration */

int rc = 0;

char *client = "SomeClient";

struct aci_client_entry client_entry;

rc = aci_clientstatus ( client, &client_entry );

if( rc )

{

aci_perror( "Command failed: " );

}

#include "aci.h"

int aci_dismount( char *volser,

enum aci_media type )

Advertising