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
- Log in to the first node.
- In Cluster Administrator, take the DataFabric Manager server services offline:
- Right-click the DFM Sybase service.
- Select Take offline.
All services go offline.
- Start the SQL service by running the following command:
dfm service start sql
- 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 portdfm option set httpsPort=8089
- 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
- Optional: Verify the changed port numbers by viewing the httpd.conf file.
- Stop the HTTP and HTTPS services by running the following commands:
dfm service stop http
dfm service stop webui
- In Cluster Administrator, move the cluster group to the second node by using the Move Group option.
- Log in to the second node.
- Start the HTTP and HTTPS services on the second node by entering the following commands:
dfm service start http
dfm service start webui
- Optional: Verify the changed port numbers by viewing the httpd.conf file.
- In Cluster Administrator, bring the DataFabric Manager server services online:
- Select Cluster Group under the Groups folder.
- Click File, and click Bring Online.