Follow the procedure below to set up WebAdmin.
Change to the superuser
Acquire superuser privileges on the system.
$ su - Password:******
Set up WebAdmin
Set up WebAdmin.
If Symfoware Server is installed in "/opt/symfoserver64":
# cd /opt/symfoserver64/gui/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 activating the WebAdmin window.
Item | Value (recommended value) |
---|---|
Web server port number | 26515 |
WebAdmin internal port number | 26516 |
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.
symfo_1210_EE_64_WebAdmin_Port1 or
symfo_1210_SE_64_WebAdmin_Port1
symfo_1210_EE_32_WebAdmin_Port1 or
symfo_1210_SE_32_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:
symfo_1210_EE_64_WebAdmin_Port2 or
symfo_1210_SE_64_WebAdmin_Port2
symfo_1210_EE_32_WebAdmin_Port2 or
symfo_1210_SE_32_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.