Top
Cloud Storage Gateway V1.3.0 User's Guide
FUJITSU Software

2.5.2 Setting a Proxy

If the cloud provider requires access via a proxy, perform the following procedure.

  1. From the console, log in to the virtual machine as the administrative user in which this product is running.

  2. Execute the following command to set a proxy.

    # csgadm httpclient set -proxy http://proxyHost:proxyPort -proxy-user userName -proxy-password password

    Point

    For the proxy server address specified with the "-proxy" option, specify the "http://" or "https://" protocol according to the proxy server specification.
    If there is no specification for the protocols in the proxy server, specify "http://" for the argument.
    Specify according to the proxy server specifications, not the cloud provider protocol.

    Information

    To delete the proxy setting, specify "" for each option.

    # csgadm httpclient set -proxy "" -proxy-user "" -proxy-password ""
  3. Execute the following command to check the value that has been set for the proxy.

    # csgadm httpclient show
  4. Execute the following command to restart the system.

    # csgadm power restart