A SERVICE OF

logo

2528 CHAPTER 170: ACSEI CLIENT CONFIGURATION COMMANDS
Examples # Query the running status of an ACSEI client that is running.
<Sysname> oap connect slot 6
Connected to OAP!
[root@localhost ~]# service acseid status
acseic-daemon (pid 2849) is running...
# Query the running status of an ACSEI client that is stopped.
<Sysname> oap connect slot 6
Connected to OAP!
[root@localhost ~]# service acseid status
acseic-daemon is stopped
service acseid stop
Syntax service acseid stop
View Any directory of the Linux system
Parameters None
Description Use the
service acseid stop command to stop an ACSEI client.
By default, the ACSEI client installed on the OAP is started.
Examples # Stop an ACSEI client that 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 stop
Stopping acseic-daemon: [ OK ]
# Stop an ACSEI client that is stopped.
<Sysname> oap connect slot 6
Connected to OAP!
[root@localhost ~]# service acseid status
acseic-daemon is stopped
[root@localhost ~]# service acseid stop
Stopping acseic-daemon: [FAILED]