forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
3.8 KiB
3.8 KiB
How Can I Obtain the IP Address and Port Number of a ZooKeeper Instance?
You can obtain the IP address and port number of a ZooKeeper instance through the MRS console or MRS Manager.
Method 1: Obtaining the IP address and port number of a ZooKeeper through the MRS console
- On the Dashboard page, click Synchronize on the right side of IAM User Sync to synchronize IAM users.
- Click the Components tab and choose ZooKeeper. On the displayed page, click Instances to view the business IP address of a ZooKeeper instance.
- Click the Service Configuration tab. On the displayed page, search for the clientPort parameter to view the port number of the ZooKeeper instance.
Method 2: Obtaining the IP address and port number of a ZooKeeper through MRS Manager
- Log in to MRS Manager. For details, see .
- Perform the following operations to obtain the IP address and port number of a ZooKeeper instance.
- For clusters of MRS 3.x or earlier
- Choose Services > ZooKeeper. On the displayed page, click the Instance tab to view the business IP address of a ZooKeeper instance.
- Click the Service Configuration tab. On the displayed page, search for the clientPort parameter to view the port number of the ZooKeeper instance.
- For clusters of MRS 3.x or later
- Choose Cluster > Services > ZooKeeper. On the displayed page, click the Instance tab to view the business IP address of a ZooKeeper instance.
- Click the Configurations tab. On the displayed page, search for the clientPort parameter to view the port number of the ZooKeeper instance.
- For clusters of MRS 3.x or earlier
Parent topic: Cluster Access