2525
Examples # Configure not to start up ACSEI client automatically when the system is started
up.
<Sysname> oap connect slot 6
Connected to OAP!
[root@localhost ~]# chkconfig acseid off
chkconfig acseid on
Syntax chkconfig acseid on
View Any directory of the Linux system
Parameters None
Description Use the chkconfig acseid on command to configure to start up ACSEI client
automatically, that is, configure to start up ACSEI client simultaneously with the
system.
By default, ACSEI client installed on the OAP module is started up automatically
when the system is started up.
Examples # Configure to start up ACSEI client automatically when the system is started up.
<Sysname> oap connect slot 6
Connected to OAP!
[root@localhost ~]# chkconfig acseid on
service acseid condrestart
Syntax service acseid condrestart
View Any directory of the Linux system
Parameters None
Description Use the service acseid condrestart command to restart ACSEI client
conditionally. That is, if ACSEI client is running, this command stops the process
before it restart s the process; if ACSEI client is not running, this command does
not restart the process.
Examples # Execute conditional restart of ACSEI client (when ACSEI client is running).
<Sysname> oap connect slot 6
Connected to OAP!
[root@localhost ~]# service acseid status
acseic-daemon (pid 2849) is running...
[root@localhost ~]# service acseid condrestart
Stopping acseic-daemon: [ OK ]
Starting acseic-daemon: [ OK ]