# How to enable 9600 as http port while installing opendistro for elasticsearch via RPM?

**URL:** https://forum.opensearch.org/t/how-to-enable-9600-as-http-port-while-installing-opendistro-for-elasticsearch-via-rpm/601
**Category:** Performance Analyzer
**Created:** [May 2, 2019, 4:39pm UTC](https://forum.opensearch.org/t/how-to-enable-9600-as-http-port-while-installing-opendistro-for-elasticsearch-via-rpm/601 "2019-05-02T16:39:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![gvgksk](https://avatars.discourse-cdn.com/v4/letter/g/ba9def/32.png) [@gvgksk](https://forum.opensearch.org/u/gvgksk)
#### Post date: [May 2, 2019, 4:39pm UTC](https://forum.opensearch.org/t/how-to-enable-9600-as-http-port-while-installing-opendistro-for-elasticsearch-via-rpm/601/1 "2019-05-02T16:39:01Z")

</div>

I had setup opendistro elasticsearch cluster using rpm installer. I want to use perfTop CLI tool to analyze performance metrics of my cluster. But I need 9600 port to use this feature of opendistro. http.port is 9200 in my elasticsearch.yml file.

This is achievable via docker using : docker run -p 9200:9200 -p 9600:9600 -e “discovery.type=single-node” amazon/opendistro-for-elasticsearch:0.9.0

I want to achieve the same via rpm installation as well. Please help.

---

<div class="post-metadata">

### Author: ![sendkb](https://avatars.discourse-cdn.com/v4/letter/s/4af34b/32.png) [@sendkb](https://forum.opensearch.org/u/sendkb)
#### Post date: [August 7, 2019, 9:59pm UTC](https://forum.opensearch.org/t/how-to-enable-9600-as-http-port-while-installing-opendistro-for-elasticsearch-via-rpm/601/2 "2019-08-07T21:59:35Z")

</div>

Hi Gvgksk,

Can you check if PerformanceAnalyzerApp is running on port 9600. What is the output of  
`netstat -plten |grep 9600`

If you want to change the port from 9600 to something else for the PerformanceAnalyzerApp you can tweak the setting here [1]

[1] - [performance-analyzer/performance-analyzer.properties at main · opendistro-for-elasticsearch/performance-analyzer · GitHub](https://github.com/opendistro-for-elasticsearch/performance-analyzer/blob/master/pa_config/performance-analyzer.properties#L18)
