Top
ETERNUS SF Storage Cruiser 14.1 Installation Guide

4.2.4 Post-installation setup

Procedure to setup the Manager is described below.

See

When the admin server is a cluster system, refer to "A.4 Manager operation setup" for the procedure.


4.2.4.1 /etc/services configuration

The Manager operation requires port numbers below to enable it to communicate with the Client or the Agent.

Service name

Port number/Protocol name

Sender

Receiver

sscruisera

4917/tcp

Manager

Agent

nfport

23456/tcp

Client

Manager

ssvscme

7420/tcp
7420/udp

Manager

Virtualization switch

Note

  • As well as the above, managers use port number 162/udp for receiving SNMP TRAP from managed devices, including agents.

  • The description of "ssvscme" service is required only when using virtual storage management.

Write the contents below in the /etc/services file and declare the use of a port number. In situations where there is no description in the /etc/services file, booting will be from the following port numbers.

#Service name   Port number/Protocol name
sscruisera      4917/tcp
nfport          23456/tcp
ssvscme         7420/tcp
ssvscme         7420/udp

Information

When a port number is already in use, please specify a vacant port number. In this case, the settings for another server of ETERNUS SF Storage Cruiser, if using the same port number, should also be changed.


4.2.4.2 Administrator login account creation

Procedure to create the administrator's login account is described below.

  1. Login with the administrator (root), and execute the following command.

    # /opt/FJSVssmgr/bin/scsetup
  2. Create the administrator's login account and perform creation of a CLI encryption key.

    The input is required as follows.

    Input a new CLI crypt key [length:4-56]: CLI encryption key
    Are you sure? [y,n,q?] y
    Input a new user name [length:1-16]: user name
    Input a new password [length:1-16]: password
    Retype a new password [length:1-16]: password confirm
    Are you sure? [y,n,q?] y
    CLI encryption key

    Please enter the CLI encryption key to be used (between 4 and 56 characters).

    Double-byte characters, single-byte alphanumerical characters, symbols, and strings composed entirely of single or double-byte characters can be used.

    Notice that CLI encryption is required for ETERNUS SF Storage Cruiser internal use only. Therefore, users don't have to remember the key.

    Username

    Enter the user name of the login account for administrators (between 1 and 16 characters).

    The name must start with an alphabetic character, and alphanumerical characters (including underscores, "_", periods, ".", and hyphens, "-") can be used.

    Password

    Enter the password of the login account for administrators (between 1 and 16 characters).

    The password is a string of alphanumerical characters and symbols, but can not start with "{".

    Password confirmation

    For password confirmation, enter the password of the administrator again.

  3. When a login account is successfully created, the following message will be displayed.

    FJSVrcx:INFO:27801:rcxcert:The command was successfully completed.

    If failed, one of the following message will be displayed.

    ERROR : Database update failed.
    or
    FJSVrcx:ERROR:67806:rcxcert:rcxcert setup has already been completed.
    FJSVrcx:ERROR:67808:rcxcert:The command was not completed successfully. 
    or
    ERROR: "scsetup" command can not be executed except for "ETERNUS SF Storage Cruiser" Manager. Please create administrative login account manually.
  4. When the creation failed, check the status as below.

    • Refer to "4.2.1.2.5 Static disk space" to check if there is free space on the file system which is the installation destination of this software. After resolving the issue, execute the scsetup command again.

    • Check if ETERNUS SF Storage Cruiser Manager is correctly installed. If not, uninstall this software by referring to "9.2 [Linux] Manager Uninstallation", and then install it again.

    If the creation of administrative login account still failed, collect the displayed message and contact Fujitsu System Engineer.


4.2.4.3 Rebooting the system

The system should be restarted upon completion of the settings. ETERNUS SF Storage Cruiser will start automatically.

# /sbin/shutdown -r now