Friday, May 3, 2013

How to change default Hypertext Transfer Protocol(HTTP) or HTTPS ports in DataFabric Manager(DFM)

By default, port 8080 is used for HTTP and 8443 is used for HTTPS.

To change the HTTP port
  1. Enter the following command:
  2. dfm option set httpPort=
    You will be prompted to restart the HTTP service.
  3. Stop the http service:
  4. dfm service stop http
  5. Start the http service: dfm service start http
To change the HTTPS port
  1. Enter the following command:
  2. dfm option set httpsPort=
    You will be prompted to restart the HTTP service.
  3. Stop the http service:
  4. dfm service stop http
  5. Start the http service:
  6. dfm service start http

Reference:
https://kb.netapp.com/support/index?page=content&id=1011886&actp=search&viewlocale=en_US&searchid=null

No comments:

Post a Comment