get_accesspoints
指定したサーバー・ターゲットのすべてのアクセス・ポイント・ターゲットとその現在のステータスを取得します。指定したサーバー・ターゲットのすべてのアクセス・ポイント・ターゲットとその現在のステータスを取得します。
書式
emcli get_accesspoints -name="<server target name>" -type="<server target type>" [-noheader] [-limit_rows="<Maximum number of targets to be retrieved>"] [ ] indicates that the parameter is optional.
オプション
-
name
サーバー・ターゲットの名前。
-
type
サーバー・ターゲットのタイプ。
-
noheader
列見出しのない表形式の出力を表示します。
-
limit_rows
取得するターゲットの最大数。指定しない場合はデフォルトの2000行になります。
例
次の例では、サーバー・ターゲットserver_name:server_typeの最初の10個のアクセス・ポイントとその現在のステータスをヘッダーなしの表出力でリストします。結果は、ターゲット・タイプとターゲット名によって順序付けられます。
emcli get_accesspoints -name="server_name" -type="server_type" -noheader -limit_rows="10