Follow the procedure below to set up WebAdmin.
Change to the superuser
Acquire superuser privileges on the system.
$ su - Password:******
Set the JAVA_HOME environment variable
Set the JAVA_HOME environment variable to the installation destination of Open JRE 8.
# export JAVA_HOME="OpenJRE8InstallDir"
Set up WebAdmin
Set up WebAdmin.
If WebAdmin is installed in /opt/fsepv<x>webadmin:
# cd /opt/fsepv<x>webadmin/sbin
# ./WebAdminSetup
Specify the port number
Specify the following port numbers to be used in WebAdmin.
Refer to the "/etc/services" file and only change to a different port number if there is overlap with a port number from another service.
Make a note of the port number for the Web server, because it will be required for starting the WebAdmin window.
Item | Value (recommended value) |
---|---|
Web server port number | 27515 |
WebAdmin internal port number | 27516 |
WebAdmin automatic start | y |
Specify a numeric value from 1024 to 32767 for the port number to be used for communication between the Web browser and the Web server.
The Web server port number will be registered as a port number with the following service name in the "/etc/services" file.
fsep_140_WA_64_WebAdmin_Port1
Specify a numeric value from 1024 to 32767 for the port number to be used for communication between the Web server and the WebAdmin runtime environment.
The WebAdmin internal port number will be registered as a port number with the following service name in the /etc/services file.
fsep_140_WA_64_WebAdmin_Port2
Note
Unused port numbers
Irrespective of the information specified in the "/etc/services" file, unused port numbers in the OS and other products can sometimes be automatically numbered and then used, or port numbers specified in environment files within products may also be used. Check the port numbers used by the OS and other products, and ensure that these are not duplicated.
Access restrictions
Prevent unauthorized access and maintain security by using a firewall product, or the packet filtering feature of a router device, to restrict access to the server IP address and the various specified port numbers.
Port access permissions
If a port is blocked (access permissions have not been granted) by a firewall, enable use of the port by granting access. Refer to the vendor document for information on how to grant port access permissions.
Consider the security risks carefully when opening ports.
Changing port numbers
When using WebAdmin in multiserver mode, it is recommended not to change WebAdmin ports after creating instances. Otherwise, the created instances may not be accessible through WebAdmin after the port is changed.