R2511-HP MSR Router Series OAA Command Reference(V5)
23
Default command level
2: System level
Examples
# Configure the system to start up ACSEI client automatically at system startup.
<Sysname> oap connect slot 6
Connected to OAP!
[root@localhost ~]# chkconfig acseid on
service acseid condrestart
Use service acseid condrestart to restart ACSEI client conditionally. If ACSEI client is running, this
command stops the process before it restarts the process. If ACSEI client is not running, this command
does not restart the process.
Syntax
service acseid condrestart
Views
Any directory of the Linux system
Default command level
2: System level
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 ]
# Execute conditional restart of ACSEI client (when ACSEI client is stopped).
<Sysname> oap connect slot 6
Connected to OAP!
[root@localhost ~]# service acseid status
acseic-daemon is stopped
[root@localhost ~]# service acseid condrestart
[root@localhost ~]#
service acseid reload
Use service acseid reload to load the ACSEI client configuration file.
Syntax
service acseid reload
Views
Any directory of the Linux system










