B.8. gateway config list

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 ファイルに保存されています。

次の表は、このコマンドで使用可能なオプションを示しています。

オプション

説明

--binding

SGD Gateway が着信プロキシ接続を待機するインタフェースとポート

--routes-http-maxcon

HTTP 接続の最大数

--routes-aip-maxcon

Adaptive Internet Protocol (AIP) 接続の最大数

--routes-reverseproxy-redirect

HTTP リダイレクトポート

--services-reflection-binding

SGD Gateway リフレクションサービスに対する無認証アクセスに使用されるインタフェースとポート

--services-reflection-auth-binding

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