Aci_Dismount - ADIC Server User Manual

Adic server user manual
Table of Contents

Advertisement

/* 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 )
{
}
Figure 4-10

aci_dismount

#include "aci.h"
int aci_dismount( char *volser,
Figure 4-11
Table 4-6
Parameter
volser
type
4-16
DAS ACI Functions
aci_perror( "Command failed: " );
Example of the aci_clientstatus Function
The aci_dismount function dismounts a volume. See
Figure 4-11.
enum aci_media type )
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.
Parameters for the aci_dismount Function Call
volser that is to be moved from a drive to the original position in
the AML
media type of the named volser
Refer to Media Types on page 2-7
Description
601626-B

Advertisement

Table of Contents
loading

Table of Contents