aci_switch 4-121
21 Dec 2001
Return Values
0: The call was successful.
-1: The call failed.
The external variable d_errno is set to one of the following
DAS error codes:
• ENOTAUTH
• ERPC
• EINVALID
• EDASINT
• ETIMEOUT
• EAMUCOMM
• EHICAPINUSE
• ESWITCHINPROG
• ENOTSUPPHCMD
See Figure 4-112 for an example of the aci_switch function.
Figure 4-112 Example of the aci_switch Function
/* Switch to the Dual AMU */
int rc;
char *Switch = "-n";
if ((rc = aci_switch(Switch)))
{
aci_perror("Swicht actual not possible:");
}
else
{
printf("Now the Dual AMU is active.\n");
}