3ComĀ® Switch 5500G Open Services Networking Configuration and Command reference Guide
52 Chapter 7: ACSEI Client Configuration Commands on the OSN|M
n
Regardless if the ACSEI client is running or not, the system first stops the
ACSEI client and then starts it after you execute this command.
Examples # Restart the ACSEI client on unit 1 (when the ACSEI client is running).
<SW5500G> osm connect unit 1
Connected to OSM!
[root@localhost ~]# service acseid status
acseic-daemon (pid 2335) is running...
[root@localhost ~]# service acseid restart
Stopping acseic-daemon: [ OK ]
Starting acseic-daemon: [ OK ]
# Restart the ACSEI client on unit 1 (when the ACSEI client is stopped).
<SW5500G> osm connect unit 1
Connected to OSM!
[root@localhost ~]# service acseid status
acseic-daemon is stopped
[root@localhost ~]# service acseid restart
Stopping acseic-daemon: [FAILED]
Starting acseic-daemon: [ OK ]
service acseid start
Syntax service acseid start
View Any Linux system directory
Parameters None
Description Use the service acseid start command to start ACSEI client.
By default, the ACSEI client is started automatically when Linux system is
started up.
Examples # Start the ACSEI client on unit 1 when the ACSEI client is running.
<SW5500G> osm connect unit 1
Connected to OSM!
[root@localhost ~]# service acseid start
Starting acseic-daemon: