ADIC Server User Manual page 145

Adic server user manual
Table of Contents

Advertisement

aci_register
#include "aci.h"
int aci_register( char *client,
Figure 4-94
Table 4-41
Parameter
client
host
action
21 Dec 2001
The aci_register function registers a client. See Figure 4-94.
char *host,
enum aci_command action,
bool_t avc,
bool_t complete,
bool_t dismount,
aci_register Function Call
Clients are defined for the DAS server by the DAS
configuration file. However, clients may be registered
temporarily with the aci_register function. This function
registers client information and serves three purposes:
create a new client profile
change an existing client profile
remove a client profile
When the DAS server is shut down, the change is lost. To
permanently create, modify or delete a client, the
administrator must edit the definition in the DAS
configuration file. See Table 4-41.
Parameters for the aci_register Function Call
name of the client which configuration should be
changed
either the hostname or IP address where the client
resides
action with the client
ACI_ADD
ACI_MODIFY
ACI_DELETE
Description
new temporary client
change an existing client
delete a client
aci_register
4-103

Advertisement

Table of Contents
loading

Table of Contents