Server Management - Systems Insight Manager
1824012 Members
3830 Online
109667 Solutions
New Discussion юеВ

How do you change the webmin port?

 
SOLVED
Go to solution
Mark Wolf_2
Advisor

How do you change the webmin port?

Most of the servers that I monitor are *nix. Webmin is running on these servers but using a custom port (thank you oracle). How do you change the port that HPSIM uses when it call the webmin tool?

Mark Wolf
3 REPLIES 3
Aravindh Rajaram
Honored Contributor
Solution

Re: How do you change the webmin port?

Do the following

1. Run the command
mxtool -rf \tools\webmin.xml

2. Open the file named "webmin.xml" present in the \tools folder.

3. Edit the attribute and replace 10000 with the desired port number and save the file.

4. Run the command Run the command
mxtool -af \tools\webmin.xml
David Claypool
Honored Contributor

Re: How do you change the webmin port?

You also should update the AdditionalWSdiscs.props file so the correct port is discovered.
Mark Wolf_2
Advisor

Re: How do you change the webmin port?

The first response was a good one. Thank you for you help

Mark