Aci_Insert - ADIC Server User Manual

Adic server user manual
Table of Contents

Advertisement

aci_insert

#include "aci.h"
int aci_insert( char *insert_area,
Figure 4-66
Table 4-28
Parameter
insert_area
volser_range
type
21 Dec 2001
The aci_insert function inserts volumes into the AML. See
Figure 4-66.
char *volser_ranges,
enum aci_media type )
aci_insert Function Call
This function is for compatibility. Please use the
aci_insertgen function.
The cartridges which are actually located in the insert area of
the AML and registered by the AMU (automatically
inventoried after closing the area) will be inserted.
Volsers which already have a entry in the AMU database,
will be moved to this position.
Volsers which have no entry in the AMU database, will be
moved to the first free slot (AMU database Attribute:
"Empty" of this media type of the Type AMU-Dynamic)
Cartridges with an invalid volser (barcode not readable)
will moved to the problembox.
See Table 4-28 for a description of the parameters for the
aci_insert function call.
Parameters for the aci_insert Function Call
Logical insert range of the Insert/Eject unit of the AML in the
AMS (e.g. I03)
The volumes found in the insert_area are returned in the
volser_ranges array of strings, where each volser is separated by a
comma. Each range is ACI_RANG_LEN long and there are up to
ACI_MAX_RANGES ranges. An empty string indicates the end of
the ranges
media type of the volser in the insert area
Refer to Media Types on page 2-7
Description
aci_insert
4-75

Advertisement

Table of Contents
loading

Table of Contents