Top
Systemwalker Software Configuration Manager Installation Guide
Systemwalker

1.2.2 Tasks Required before Installing on the Admin Server

1.2.2.1 Stopping ServerView Resource Orchestrator

If ServerView Resource Orchestrator is running, stop it by executing the following command:

[Windows]

<ServerView Resource Orchestrator installation directory>\SVROR\Manager\bin\rcxmgrctlstop

[Linux]

/opt/FJSVrcvmr/bin/rcxmgrctl stop

1.2.2.2 Changing Terminal Services to Install Mode [Windows]

If a Terminal Server has been installed, change the Terminal Services to Install mode by executing the following command:

CHANGE USER /INSTALL

1.2.2.3 Tuning System Parameters [Linux]

The system parameters must be tuned.

Tuning values for system parameters

Refer to the following tables for information on the system parameters that require tuning and their values:

Settings dependent on the parameter type

Set the parameters as below, depending on the "Type" shown in the table above.

Refer to the Linux manuals and other documents for details.

Tuning procedure

Use the following procedure to perform tuning tasks:

  1. Use the following command to check the current settings for the system parameters:

    # /sbin/sysctl -a

    Example

    # /sbin/sysctl -a
    . . .
      (omitted)
    . . .
    kernel.sem = 250 32000 32 128
    . . .
    kernel.msgmnb = 65536
    kernel.msgmni = 16
    . . .
      (omitted)
    . . .
  2. Refer to "Tuning values for system parameters", and compare the current settings to the values in the tables above. Calculate an appropriate value for each parameter, taking into account the parameter type ("Maximum" or "Addition").

  3. Edit the /etc/sysctl.conf file. Edit the file as shown in the following example:

    Example

    kernel.sem = 250 32002 32 130
    kernel.msgmnb = 106496
    kernel.msgmni = 1040
  4. Use the following command to check that the changes have been applied to the /etc/sysctl.conf file:

    # /bin/cat /etc/sysctl.conf
  5. To enable the settings in Step 4 above, perform either of the following methods:

    • Apply the settings by rebooting the system.

      # /sbin/shutdown -r now
    • Apply the settings by executing the "/sbin/sysctl -p" command.

      # /sbin/sysctl -p /etc/sysctl.conf (*1)

      *1: There is no need to reboot the system if this command is used.

  6. The output of the following command can be used to check that the changes made to the system parameter settings have been applied:

    # /sbin/sysctl -a

    Example

    # /sbin/sysctl -a 
    . . .
      (omitted)
    kernel.sem = 250 32002 32 130
    . . .
    kernel.msgmnb = 106496
    kernel.msgmni = 1040
    . . .
      (omitted)
    . . .

1.2.2.4 syslog Settings [Linux]

This product outputs logs to syslog. In order to output logs to syslog, check the following settings and adjust the settings if necessary.

Settings for syslog.conf or rsyslog.conf

It is recommended that the default settings for the operating system be used.

Systemwalker Software Configuration Manager outputs logs using local0 (facility). The following settings are required. If the following settings are missing even though syslog.conf or rsyslog.conf has already been edited, add the following settings to syslog.conf or rsyslog.conf.

Refer to the syslog.conf manuals for information on how to edit the syslog.conf file. Refer to the rsyslog.conf manuals for information on how to edit the rsyslog.conf file.

Enabling remote reception for syslog

Remote reception must be enabled in order to output logs to the syslog on the admin server from Systemwalker Software Configuration Manager.

Configure settings so that syslog automatically starts in remote reception mode when the operating system starts.

Edit the following files:

Restarting syslogd or rsyslogd

If the settings have been changed in "Settings for syslog.conf or rsyslog.conf" or "Enabling remote reception for syslog", restart syslogd or rsyslogd for the changes to take effect.

Refer to the syslogd manuals for information on syslogd. Refer to the rsyslogd manuals for information on rsyslogd.