Top
Symfoware Server V12.1.0  Installation and Setup Guide for Server
FUJITSU Software

E.1.1 Setting Up WebAdmin

Follow the procedure below to set up WebAdmin.

  1. Change to the superuser

    Acquire superuser privileges on the system.

    Example
    $ su -
    Password:******
  2. Set up WebAdmin

    Set up WebAdmin.

    Example

    If Symfoware Server is installed in "/opt/symfoserver64":

    # cd /opt/symfoserver64/gui/sbin
    # ./WebAdminSetup
  3. 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
    enter port number of Web Server (default: 26515):

    26515

    WebAdmin internal port number
    enter Internal port number for WebAdmin (default: 26516):

    26516

    WebAdmin automatic start
    Start WebAdmin automatically when system starting ? [y,n] (default: y)

    y

Web server port number

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.

64-bit product:

symfo_1210_EE_64_WebAdmin_Port1 or
symfo_1210_SE_64_WebAdmin_Port1

32-bit product:

symfo_1210_EE_32_WebAdmin_Port1 or
symfo_1210_SE_32_WebAdmin_Port1

WebAdmin internal port number

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:

64-bit product:

symfo_1210_EE_64_WebAdmin_Port2 or
symfo_1210_SE_64_WebAdmin_Port2

32-bit product:

symfo_1210_EE_32_WebAdmin_Port2 or
symfo_1210_SE_32_WebAdmin_Port2

WebAdmin automatic start

Select whether or not to start WebAdmin when the machine is started.

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.