Adic Server Uživatelský manuál Strana 135

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 218
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 134
aci_partial_inventory 4-93
21 Dec 2001
Figure 4-83 Example of the aci_mount Function
aci_partial_inventory
The aci_partial_inventory function inventories part of the
AML (only in one device). See Figure 4-84.
Figure 4-84 aci_partial_inventory Function Call
Start the compare between physical AML (barcode of the
Volser or database of the Scalar 1000) with the AMU database
and update the AMU database.
When aci_partial_invenotry is called with NULL stings for
SourceCoor and TargetCoor parameters, a complete
inventory will be invoked. If the archive is large, it could
take several hours for the inventory to complete.
Refer to Table 4-36 on page 4-94 for a description of the
parameters for the aci_partial_inventory function call.
/* Mount volume in specific drive */
int rc = 0;
rc = aci_mount( "AAB001", ACI_3590, "Drive2" );
if( rc )
{
aci_perror( "Command failed:" );
}
else
{
printf( "Mount of %s successful.\n", volser );
}
#include "aci.h"
int aci_partial_inventory (char *SourceCoor,
char *TargetCoor)
Zobrazit stránku 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 217 218

Komentáře k této Příručce

Žádné komentáře