Server Management - Systems Insight Manager
1830212 Members
1435 Online
109999 Solutions
New Discussion

How to make the Custom Management Page URL using HTTPS

 
OlivierV
Trusted Contributor

How to make the Custom Management Page URL using HTTPS

Hello All.

I defined a new system type (PowerEdge) in SIM 4.2. No problem, the device is correctly identified. In this new rule, I added $ipaddress:1311 in the Custom Management Page box because the Dell management agents listen on this port. But they only accept HTTPS.

When I click on the Custom Management Page weblink in the Links tab (System page of this server), SIM adds HTTP at the beginning of the URL, so it doesn't work. I tried to add HTTPS:// before $ipaddress but SIM adds HTTP:// before. Is there a way to make SIM understand I want HTTPS instead of HTTP ?

Thank you.

2 REPLIES 2
Aravindh Rajaram
Honored Contributor

Re: How to make the Custom Management Page URL using HTTPS

I'm not very sure about editing it using the Manage System Type page. But try this...Make use of the additionalWSdisc.props file to solve your purpose. The file will be present in /config/identification folder. More info as to how to make the changes will be neatly described in a file named additionalWSdisc_README.txt file present in the same folder.
OlivierV
Trusted Contributor

Re: How to make the Custom Management Page URL using HTTPS

Thanks.

I loked into this file. Port 1311 and HTTPS are already defined. I understand this file lists the different ports that can be used to discover new devices. But it is not used for the custom management page in the device attributes.

Regards.