![]() |
Note: For the jboss, aimService, and allservices scripts, if the DISPLAY environment variable is not set, or there is no “ X” server installed on the system, do not use the console option. The console option attempts to start everything in a dtterm or xterm window. |
You must start the following AIM application services before you can use a Web browser to connect and log in to the AIM application. You can start all services at once (see Starting All Services Simultaneously) or start them individually (see Starting Each Service Individually). If you start the services individually, start them in the following order:
To start all the services at once, use the following command:
-
user@host>/opt/aim/rc.d/allservices
start
To start each service individually, use the following commands in order:
-
user@host>/opt/aim/rc.d/mysql start
-
user@host>/opt/aim/rc.d/jboss start
![]() |
Note: The jboss Service and database MUST be running before you start the aimService. |
-
user@host>/opt/aim/rc.d/aimService
start
To stop all the services at once, use the following command:
-
user@host>/opt/aim/rc.d/allservices
stop
To stop each service individually, use the following commands:
-
user@host>/opt/aim/rc.d/aimService
stop
-
user@host>/opt/aim/rc.d/jboss stop
-
user@host>/opt/aim/rc.d/mysql stop