3Com® Switch 5500G Open Services Networking Configuration and Command reference Guide

50 Chapter 7: ACSEI Client Configuration Commands on the OSN|M
<SW5500G> osm connect unit 1
Connected to OSM!
[root@localhost ~]# chkconfig acseid on
service acseid condrestart
Syntax service acseid condrestart
View Any Linux system directory
Parameters None
Description Use the service acseid condrestart command to restart the ACSEI client
conditionally.
When you execute this command:
If the ACSEI client is running, this command stops the ACSEI client
before it restarts the ACSEI client.
If the ACSEI client is not running, this command does not restart the
ACSEI client.
Examples # Execute conditional ACSEI client restart on unit 1 (when the ACSEI
client is running), and then view the ACSEI client’s running status.
<SW5500G> osm connect unit 1
Connected to OSM!
[root@localhost ~]# service acseid status
acseic-daemon (pid 2335) is running...
[root@localhost ~]# service acseid condrestart
Stopping acseic-daemon: [ OK ]
Starting acseic-daemon: [ OK ]
[root@localhost ~]# service acseid status
acseic-daemon (pid 2389) is running...
# Execute conditional ACSEI client restart on unit 1 (when the ACSEI
client is stopped), and then view the ACSEI client’s running status.
<SW5500G> osm connect unit 1
Connected to OSM!
[root@localhost ~]# service acseid status
acseic-daemon is stopped
[root@localhost ~]# service acseid condrestart