R2511-HP MSR Router Series OAA Command Reference(V5)

24
Default command level
2: System level
Usage guidelines
You can load the ACSEI client configuration file only when the ACSEI client is started.
Examples
# Load the ACSEI client configuration file.
<Sysname> oap connect slot 6
Connected to OAP!
[root@localhost ~]# service acseid status
acseic-daemon (pid 2849) is running...
[root@localhost ~]# service acseid reload
Reloading configuration: [ OK ]
service acseid restart
Use service acseid restart to restart ACSEI client.
Syntax
service acseid restart
Views
Any directory of the Linux system
Default command level
2: System level
Usage guidelines
Whether or not an ACSEI client is running, the system first stops the ACSEI client and then starts it after
execution of this command.
Examples
# Restart a running ACSEI client.
<Sysname> oap connect slot 6
Connected to OAP!
[root@localhost ~]# service acseid status
acseic-daemon (pid 2849) is running...
[root@localhost ~]# service acseid restart
Stopping acseic-daemon: [ OK ]
Starting acseic-daemon: [ OK ]
# Restart a stopped ACSEI client.
<Sysname> oap connect slot 6
Connected to OAP!
[root@localhost ~]# service acseid status
acseic-daemon is stopped
[root@localhost ~]# service acseid restart
Stopping acseic-daemon: [FAILED]
Starting acseic-daemon: [ OK ]