<html><body><p><font size="2">Hello Keith,</font><br><br><font size="2">it is not so easy.</font><br><br><font size="2">The GUI receives events from other scale components using the currently defined ports.</font><br><font size="2">Changing the GUI ports will cause breakage in the GUI stack at several places (internal watchdog functions, interlock with health events, interlock with CES).</font><br><font size="2">Therefore at this point there is no procedure to change this behaviour across all components.</font><br><br><font size="2">Because the GUI service does not run as root. the GUI server does not serve the privileged  ports 80 and 443 directly but rather 47443 and 47080.</font><br><font size="2">Tweaking the ports in the server.xml file will only change the native ports that the GUI uses.</font><br><font size="2">The GUI manages IPTABLES rules to forward ports 443 and 80 to 47443 and 47080. </font><br><font size="2">If these ports are already used by another service, the GUI will not start up.</font><br><br><font size="2">Making the GUI ports freely configurable is therefore not a strightforward change, and currently no on our roadmap.</font><br><font size="2">If you want to emphasize your case as future development item, please let me know.</font><br><br><font size="2">I would also be interested in:</font><br><font size="2">> Scale version you are running</font><br><font size="2">> Do you need port 80 or 443 as well?</font><br><font size="2">> Would it work for you if the xCAT service was bound to a single IP address?</font><br><br><font size="2" face="Arial">Mit freundlichen Grüßen / Kind regards</font><br><br><b><font face="Arial">Dr. Markus Rohwedder</font></b><br><br><font size="1" face="Arial">Spectrum Scale GUI Development</font><table border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td class="small_font" width="600" colspan="4" valign="middle"><hr width="100%" size="2" align="left" style="color:#0055AA; "></td></tr>
<tr valign="top"><td class="small_font" width="600" colspan="4" valign="middle"><img width="1" height="1" src="cid:1__=8FBB0861DFBF7B798f9e8a93df938690918c8FB@" border="0" alt=""></td></tr>
<tr valign="top"><td class="inner" width="39" valign="middle"><font size="1" color="#0055AA" face="Arial">Phone:</font></td><td class="inner" width="157" valign="middle"><font size="1" color="#0055AA" face="Arial">+49 7034 6430190</font></td><td class="inner" width="246" valign="middle"><font size="1" color="#0055AA" face="Arial"> IBM Deutschland Research & Development</font></td><td width="158" rowspan="4" valign="middle"><div align="right"><img src="cid:2__=8FBB0861DFBF7B798f9e8a93df938690918c8FB@" width="158" height="40" align="bottom"></div></td></tr>
<tr valign="top"><td class="inner" width="39" valign="middle"><font size="1" color="#0055AA" face="Arial">E-Mail:</font></td><td class="inner" width="157" valign="middle"><font size="1" color="#0055AA" face="Arial">rohwedder@de.ibm.com</font></td><td class="inner" width="246" valign="middle"><font size="1" color="#0055AA" face="Arial"> Am Weiher 24</font></td></tr>
<tr valign="top"><td class="inner" width="39" valign="middle"><img width="1" height="1" src="cid:1__=8FBB0861DFBF7B798f9e8a93df938690918c8FB@" border="0" alt=""></td><td class="inner" width="157" valign="middle"><img width="1" height="1" src="cid:1__=8FBB0861DFBF7B798f9e8a93df938690918c8FB@" border="0" alt=""></td><td class="inner" width="246" valign="middle"><font size="1" color="#0055AA" face="Arial"> 65451 Kelsterbach</font></td></tr>
<tr valign="top"><td class="inner" width="39" valign="middle"><img width="1" height="1" src="cid:1__=8FBB0861DFBF7B798f9e8a93df938690918c8FB@" border="0" alt=""></td><td class="inner" width="157" valign="middle"><img width="1" height="1" src="cid:1__=8FBB0861DFBF7B798f9e8a93df938690918c8FB@" border="0" alt=""></td><td class="inner" width="246" valign="middle"><font size="1" color="#0055AA" face="Arial"> Germany</font></td></tr>
<tr valign="top"><td class="small_font" width="600" colspan="4" valign="middle"><hr width="100%" size="2" align="left" style="color:#0055AA; "></td></tr>
<tr valign="top"><td class="small_font" width="600" colspan="4" valign="middle"><img width="1" height="1" src="cid:1__=8FBB0861DFBF7B798f9e8a93df938690918c8FB@" border="0" alt=""></td></tr></table><br><img width="16" height="16" src="cid:3__=8FBB0861DFBF7B798f9e8a93df938690918c8FB@" border="0" alt="Inactive hide details for Keith Ball ---22.08.2018 21:33:25---Hello All, Does anyone know how to change the HTTP ports for the "><font size="2" color="#424282">Keith Ball ---22.08.2018 21:33:25---Hello All, Does anyone know how to change the HTTP ports for the Spectrum Scale GUI?</font><br><br><font size="2" color="#5F5F5F">From:        </font><font size="2">Keith Ball <bipcuds@gmail.com></font><br><font size="2" color="#5F5F5F">To:        </font><font size="2">gpfsug-discuss@spectrumscale.org</font><br><font size="2" color="#5F5F5F">Date:        </font><font size="2">22.08.2018 21:33</font><br><font size="2" color="#5F5F5F">Subject:        </font><font size="2">[gpfsug-discuss] Changing Web ports for the Spectrum Scale GUI</font><br><font size="2" color="#5F5F5F">Sent by:        </font><font size="2">gpfsug-discuss-bounces@spectrumscale.org</font><br><hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br><br><br>Hello All,<br><br>Does anyone know how to change the HTTP ports for the Spectrum Scale GUI? Any documentation or RedPaper I have found deftly avoids discussing this. The most promising thing I see is in /opt/ibm/wlp/usr/servers/gpfsgui/server.xml:<br><br>    <httpEndpoint id="defaultHttpEndpoint" host="*" httpPort="47080" httpsPort="47443"><br>        <tcpOptions soReuseAddr="true"/><br>    </httpEndpoint><br><br>but it appears that port 80 specifically is used also by the GUI's Web service. I already have an HTTP server using port 80 for provisioning (xCAT), so would rather change the Specturm Scale GUI configuration if I can. <br><br>Many Thanks,<br>  Keith<br><tt><font size="2">_______________________________________________<br>gpfsug-discuss mailing list<br>gpfsug-discuss at spectrumscale.org<br></font></tt><tt><font size="2"><a href="http://gpfsug.org/mailman/listinfo/gpfsug-discuss">http://gpfsug.org/mailman/listinfo/gpfsug-discuss</a></font></tt><tt><font size="2"><br></font></tt><br><br><BR>
</body></html>