Table of ContentsView in Frames

Changing default port numbers for HTTP and HTTPS protocols

You can change the default port numbers for HTTP and HTTPS protocols.

Before you begin

The DFM Apache service must have been offline before the port numbers are changed in both the nodes.

Steps

  1. Log in to the first node.
  2. In Cluster Administrator, take the DataFabric Manager server services offline:
    1. Right-click the DFM Sybase service.
    2. Select Take offline.

    All services go offline.

  3. Start the SQL service by running the following command:
    dfm service start sql
  4. Set the new HTTP or HTTPS port numbers by running the following command:
    dfm option set option_name=value

    Example

    Set the new HTTP port:

    dfm option set httpPort=8081
    Set the new HTTPS port
    dfm option set httpsPort=8089

  5. Restart the HTTP or HTTPS service by running the following commands:
    • The following commands restarts the HTTPS service:
      dfm service stop webui
      dfm service start webui
    • The following commands restarts the HTTP service:
      dfm service stop http
      dfm service start http
  6. Optional: Verify the changed port numbers by viewing the httpd.conf file.
  7. Stop the HTTP and HTTPS services by running the following commands:
    dfm service stop http
    dfm service stop webui
  8. In Cluster Administrator, move the cluster group to the second node by using the Move Group option.
  9. Log in to the second node.
  10. Start the HTTP and HTTPS services on the second node by entering the following commands:
    dfm service start http
    dfm service start webui
  11. Optional: Verify the changed port numbers by viewing the httpd.conf file.
  12. In Cluster Administrator, bring the DataFabric Manager server services online:
    1. Select Cluster Group under the Groups folder.
    2. Click File, and click Bring Online.