ページの先頭行へ戻る
Interstage Application Server/Interstage Web Server Java EE運用ガイド

11.1.3 共通

11.1.3.1 helpサブコマンド

形式

help [command_name]

機能説明

使用可能なサブコマンドの一覧がASCII順で表示されます。
なお、helpコマンドのオペランドにサブコマンド名を指定した場合は、指定したサブコマンドのUsageが表示されます。この時の表示内容は、サブコマンドに「--help」オプションを指定した場合と同じです。
また、オペランドに誤ったコマンド名を指定した場合は、指定した文字列を含むサブコマンドの一覧が表示されます。

asadminコマンドの利用方法・注意事項については、「11.1 asadmin」も参照してください。

オプション

helpコマンドにオプションを指定することはできません。
オプションを指定した場合は無視され、helpコマンドの結果表示が行われます。

オペランド

オペランド名

省略

説明

command_name

Helpを表示したいサブコマンドの名前を指定します。

戻り値

0: 正常終了
1: 異常終了

使用例

使用可能なサブコマンドの一覧を表示する場合、以下のように実行します。

> asadmin help

User Commands                                             help(1)
 
 NAME
      help - displays the asadmin utility commands
 
 SYNOPSIS
      help  [command_name]
 
      command_name  [--help | -?]
 
 DESCRIPTION
      The help command displays a list of all the asadmin  utility
      commands.  Specify the command to display the usage informa-
      tion for that command. To display the manpage of  each  com-
      mand,  use  the  syntax: asadmin command_name --help | -? or
      asadmin help command_name
 
      The following is a list of all the asadmin utility commands:
 ~以下略~

特定のサブコマンドのヘルプを表示する場合、以下のように実行します。

>asadmin help create-cluster
Usage: create-cluster [--terse[=true|=false]] [--echo[=true|=false]] [--newinstances instance_name1[:instance_name2]...] [--systemproperties name=value[:name=value]...] [--interactive[=true|=false]] [--user admin_user] [--passwordfile file_name] [--help] [--config config_name] cluster_name

11.1.3.2 multimodeサブコマンド

形式

multimode [--terse[=true|=false]] [--echo[=true|=false]] [--help] [--file filename] [--printprompt[=true|=false]] [--encoding {UTF-8|SJIS|EUC}]

機能説明

コマンドをマルチモードで実行します。
asadminコマンドをマルチモードで実行すると、操作ごとにコマンドを終了することなく、複数の操作を連続して行うことができます。
なお、asadminコマンドのすべてのサブコマンドはマルチモードで実行可能です。

asadminコマンドの利用方法・注意事項については、「11.1 asadmin」も参照してください。

オプション

オプション名

簡略名

説明

--terse

-t

11.1.2 asadminコマンドの共通オプション」を参照してください。

--echo

-e

11.1.2 asadminコマンドの共通オプション」を参照してください。

--help

-?

11.1.2 asadminコマンドの共通オプション」を参照してください。

--file

-f

外部ファイルから操作内容を読み込みます。

--printprompt

なし

falseを指定した場合、asadminコマンドのコマンドラインにプロンプトが表示されません。

--encoding

なし

外部ファイルのエンコーディングを指定します。
デフォルト値はプラットフォームごとに異なります。

  Windows: SJIS
  Solaris: EUC
  Linux: UTF-8

戻り値

0: 正常終了
1: 異常終了

multimodeコマンド自体の終了コードです。マルチモードで実行した個々のサブコマンドの終了コードは通知されません。

注意事項

使用例

マルチモード上でサブコマンドを実行する場合、以下のように実行します。

> asadmin multimode
Use "exit" to exit and "help" for online help.
asadmin> create-cluster IJServer001
Command create-cluster executed successfully.
asadmin> exit

ファイルを読み込んで複数操作を一度に実行する場合、以下のように実行します。

> asadmin multimode --file list.txt --printprompt
asadmin> Command create-cluster executed successfully.
asadmin> Command create-cluster executed successfully.
asadmin> Command create-cluster executed successfully.
~省略~

11.1.3.3 loginサブコマンド

形式

login [--terse[=true|=false]] [--echo[=true|=false]] [--help]

機能説明

Interstage Java EE DASサービスへログインします。
本コマンドを実行すると、Interstage Java EE DASサービスへのログイン情報がファイルへ保存され、以降のasadminコマンド実行でInterstage Java EE DASサービスの管理ユーザーIDと管理者パスワードの指定を省略できます。
ログイン情報は、暗号化されて以下のファイルに保存されます。

[ユーザのホームディレクトリ]\.asadminpass

なお、上記ファイルを削除すると、次回のコマンド実行から管理ユーザーIDと管理者パスワードの問い合わせが行われます。
Interstage Java EE DASサービスの管理ユーザーIDと管理者パスワードについての詳細は、「6.1.6 管理ユーザーの登録」を参照してください。

asadminコマンドの利用方法・注意事項については、「11.1 asadmin」も参照してください。

オプション

オプション名

簡略名

説明

--terse

-t

11.1.2 asadminコマンドの共通オプション」を参照してください。

--echo

-e

11.1.2 asadminコマンドの共通オプション」を参照してください。

--help

-?

11.1.2 asadminコマンドの共通オプション」を参照してください。

戻り値

0: 正常終了
1: 異常終了

使用例

以下のように問い合わせが行われます。
問い合わせにしたがってInterstage Java EE DASサービスの管理ユーザーIDと管理者パスワードを入力します。
ユーザのホームディレクトリに.asadminpassファイルがすでに存在する場合は、上書きしても良いか確認が行われます。ファイルを上書きしても良い場合は「y」を入力します。

> asadmin login
Please enter the admin user name>admin
Please enter the admin password>
Trying to authenticate for administration of server at host [localhost] and port [8919] ...
An entry for login exists for host [localhost] and port [8919], probably from an earlier login operation.
Do you want to overwrite this entry (y/n)?y
Login information relevant to admin user name [admin] for host [localhost] and admin port [8919] stored at [C:\Documents and Settings\Administrator\.asadminpass] successfully.
Make sure that this file remains protected. Information stored in this file will be used by asadmin commands to manage associated domain.

> asadmin login
Please enter the admin user name>admin
Please enter the admin password>
Trying to authenticate for administration of server at host [localhost] and port [8919] ...
An entry for login exists for host [localhost] and port [8919], probably from an earlier login operation.
Do you want to overwrite this entry (y/n)?y
Login information relevant to admin user name [admin] for host [localhost] and admin port [8919] stored at [/.asadminpass] successfully.
Make sure that this file remains protected. Information stored in this file will be used by asadmin commands to manage associated domain.