Changing Ip Address (Linux) - Fujitsu ETERNUS DX60 Operation Manual

Storage eternus sf express v16.2 windows/linux
Hide thumbs Also See for ETERNUS DX60:
Table of Contents

Advertisement

Port Number
Protocol
28009
tcp
28443
tcp
15432
tcp
If the above port numbers are used by other applications, the Web Console cannot start. In this case, change the port numbers
according to the following steps.
1.
Execute the following shell script on the Management Server to stop the ETERNUS SF Manager services.
/opt/FJSVesfcm/bin/stopesf.sh
2.
Open the following files with text editor.
-
/etc/opt/FJSVesfcm/conf/tomcat/server.xml
-
/etc/opt/FJSVesfcm/conf/apache/httpd.conf
-
/var/opt/FJSVesfcm/db/data/postgresql.conf
-
/opt/FJSVesfcm/tomcat/webapps/esf/WEB-INF/config/database.yml
-
/opt/FJSVssmgr/etc/properties/esccs_event.properties
3.
Change the default port numbers (28005, 28009, 28443 and 15432) to other numbers.
-
server.xml
Change the port number of the Server tag.
<Server port="28005" shutdown="SHUTDOWN">
Change the port number listed in the port of the Connector tag and redirectPort.
<Connector port="28009" address="127.0.0.1"
-
httpd.conf
Change the port numbers of the ProxyPass and ProxyPassReverse directive.
ProxyPass / ajp://localhost:28009/ timeout=900
ProxyPassReverse / ajp://127.0.0.1:28009/
-
postgresql.conf
Change the port number of the port directive.
port = 15432
-
database.yml
Change the port number of the port directive to the same number as described in postgresql.conf.
port = 15432
4.
Save and close these files.
5.
Execute the following shell script on the Management Server to start the ETERNUS SF Manager services.
/opt/FJSVesfcm/bin/startesf.sh
5.2.3.2

Changing IP Address (Linux)

The following is the procedure to change the IP address of Management Server.
enableLookups="false" redirectPort="28443" protocol="AJP/1.3" />
Note
- 86 -

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents