SGD Gateway の現在の構成を一覧表示します。
gateway config list [ --binding ] [ --routes-http-maxcon ] [ --routes-aip-maxcon ] [ --routes-reverseproxy-redirect ] [ --services-reflection-binding ] [ --services-reflection-auth-binding ]
コマンド行オプションを使用すると、特定の構成設定を一覧表示できます。オプションを指定しないと、SGD Gateway の構成の詳細がすべて表示されます。
SGD Gateway の現在の構成は、/opt/SUNWsgdg/etc/gatewayconfig.xml
ファイルに保存されています。
次の表は、このコマンドで使用可能なオプションを示しています。
オプション | 説明 |
---|---|
| SGD Gateway が着信プロキシ接続を待機するインタフェースとポート |
| HTTP 接続の最大数 |
| Adaptive Internet Protocol (AIP) 接続の最大数 |
| HTTP リダイレクトポート |
| SGD Gateway リフレクションサービスに対する無認証アクセスに使用されるインタフェースとポート |
| SGD Gateway リフレクションサービスに対する認証アクセスに使用されるインタフェースとポート |
次の例では、SGD Gateway のバインディング構成と AIP 接続の最大数を表示します。
# /opt/SUNWsgdg/bin/gateway config list --binding --routes-aip-maxcon binding: *:443 routes-aip-maxcon: 2920
次の例では、SGD Gateway の現在の構成の詳細をすべて表示します。
# /opt/SUNWsgdg/bin/gateway config list binding: *:443 routes-http-maxcon: 100 routes-aip-maxcon: 2920 routes-reverseproxy-redirect: null services-reflection-binding: localhost:81 services-reflection-auth-binding: *:82