Sun Java System Application Server Enterprise Edition 8.1 2005Q2 Administration Guide

Restarting Automatically on UNIX Platforms

To restart your domain on a UNIX platform, add a line of text to the /etc/inittab file.

For example, to restart domain1 for an Application Server installed in the opt/SUNWappserver directory, using a password file called password.txt:


das:3:respawn:/opt/SUNWappserver/bin/asadmin start-domain --user admin 
--passwordfile /opt/SUNWappserver/password.txt domain1

Put the text on one line. The first three letters are a unique designator for the process and can be altered.

To restart a node agent, the syntax is similar. For example, to restart agent1 for an Application Server installed in the opt/SUNWappserver directory, using a password file called password.txt:


das:3:respawn:/opt/SUNWappserver/bin/asadmin start-node-agent --user admin 
--passwordfile /opt/SUNWappserver/password.txt agent1