コマンド行で、ApplicationServer-base/bin ディレクトリに移動します。
管理者パスワードファイルの内容は、AS_ADMIN_PASSWORD=password にしてください。
ドメインを起動します。次に例を示します。
% asadmin start-domain --user admin-id --passwordfile path_to_admin-password_file domainname |
オプション部分には、インストール時に指定した値を入力してください。
サーバーが起動中であることを通知するメッセージが表示されます。
Starting Domain domain1, please wait. Log redirected to install_dir... |
起動プロセスが完了すると、さらに次のメッセージが表示されます。
Domain domain1 started |
Application Server プロセスが実行中であることを確認します。Solaris OS の場合の例を次に示します。
/usr/bin/ps -ef | grep appserv /opt/SUNWappserver/appserver/lib/appservDAS domain1 |