Aci_Driveaccess - ADIC Server User Manual

Adic server user manual
Table of Contents

Advertisement

/* Dismount volume from drive */
int rc = 0;
enum aci_media type = ACI_3590;
char *volser = "AAB001";
if (( rc = aci_dismount( volser, type ) ))
{
}
else
{
);
}
Figure 4-12

aci_driveaccess

#include "aci.h"
int aci_driveaccess( char *clientname,
Figure 4-13
4-18
DAS ACI Functions
aci_perror( "Dismount command failed: " );
printf( "Dismount of %s successful.\n", volser
Example of the aci_dismount Function
The aci_driveaccess function modifies allocation status of a
drive. See Figure 4-13.
char *drive,
enum aci_drive_status status );
aci_driveaccess Function Call
Modify allocation status of a drive for a specified client.
For additional information, Refer to
aci_drivestatus on page 4-21.
See Table 4-7 for a description of the parameters for the
aci_driveaccess function Call.
601626-B

Advertisement

Table of Contents
loading

Table of Contents