3.8 DP Installation (All DP-SOAM Sites)

Note:

During the Data Processor (DP) installation procedure, various errors are displayed at different stages. While executing a step, ignore errors related to values other than the ones referenced by that step.
Configuring the Database Processor (DP) Server
  1. To launch a web browser, in Active SDS VIP, connect to the XMI virtual IP address assigned to active SDS site using https://xx.xxx.xx.xxx/
    If the Security Certificate Warning screen displays, click Continue to this website (not recommended).
    Continue to this website (not recommended)

  2. To login, in Active SDS VIP, establish a GUI session as the guiadmin user on the NOAM-A server.

    GUI Login

  3. To configure DP server, in Active SDS VIP, perform the following steps:
    1. Navigate to Configuration, and select Servers.
      Navigating to Servers

    2. Click Insert to insert the new NOAM server into the server or first servers table.
    3. Fill in the fields as follows:
      • Hostname: Assigned Hostname
      • Role: MP
      • System ID: Leave blank
      • Hardware Profile: SDS Cloud Guest
      • Network Element Name: [Select NE from list where Query server is physically located]
      • Location: Optional

      Main menu for Server (insert)

  4. The network interface fields are now available with selection choices based on the hardware profile and the network element. To insert the DP server in Active SDS VIP, perform the following steps:
    The network interface fields are now available with selection choices based on the chosen hardware profile and network element.
    OAM Interface

    1. Enter the server IP addresses for the XMI network, select ethX for the interface, and retain the VLAN checkbox unchecked.
    2. Enter the server IP addresses for the IMI network, select ethX for the interface, and retain the VLAN checkbox unchecked.

      Note:

      For OpenStack, use the IP addresses used during instance booting and networking.
    3. Add the following NTP servers:
      NTP Server Preferred?
      Valid NTP Server Yes
      Valid NTP Server (Optional) No
      Valid NTP Server (Optional) No
    4. Optionally, mark the Prefer checkbox to prefer one server over the other.
    5. Click OK, once all the server data is entered.
  5. To export the initial configuration, in Active SDS VIP, perform the following steps:
    1. From the GUI screen, select the SDS server and click Export to generate the initial configuration data for that server.
    2. Navigate to the Info tab to confirm the file is created.
      Main menu servers export

  6. To login and change directory, in Active SDS VIP, perform the following steps:
    1. Obtain a terminal window to the active SDS VIP server, logging in as the admusr user.
    2. Change directory to filemgmt:
      $ cd /var/TKLC/db/filemgmt
  7. In Active SDS VIP, copy the configuration file created in the previous step from the /var/TKLC/db/filemgmt directory on the active SDS VIP to the /var/tmp directory.
    The configuration file has a filename like TKLCConfigData.<hostname>.sh.
    For example:
    $ scp \
    /var/TKLC/db/filemgmt/TKLCConfigData.<hostname>.sh \
    <ipaddr>:/var/tmp/TKLCConfigData.sh

    Note:

    The IPADDR is the IP address of the DP server associated with the XMI network.

    In DP Server, wait for configuration to complete.

    The automatic configuration daemon looks for the file TKLCConfigData.sh in the /var/tmp directory, implements the configuration in the file, and prompts the user to reboot the server.

    A broadcast message is sent to the terminal. This process can take between 3 to 20 minutes to complete.

    If you are on the console, wait to be prompted to reboot the server. Do not reboot the server. It is rebooted later in this procedure.

  8. Verify if the script is completed successfully, by checking the following file.
    $ sudo cat /var/TKLC/appw/logs/Process/install.log

    Note:

    Ignore the warning about removing the USB key since no USB key is present. No response occurs until the reboot prompt is issued.
  9. Optionally, to set the time zone and reboot the server, perform the following steps:
    1. Change the system time zone, from the command line prompt, by running set_ini_tz.pl. The following command example uses the America/New_York time zone.
      $ sudo /usr/TKLC/appworks/bin/set_ini_tz.pl "America/New_York" >/dev/null 2>&1
      $ sudo init 6
    2. Replace with appropriate the time zone selected for this installation. For a complete list of valid time zones, see List of Frequently Used Time Zones.
    Wait for server to reboot.
  10. To verify server health, in DP Server, perform the following steps:
    1. Log into the NOAM1 as the admusr user.
    2. Run the following command on the first NOAM server and ensure no errors are returned:
      $ sudo syscheck
      Running modules in class hardware...
      OK
      Running modules in class disk...
      OK
      Running modules in class net...
      OK
      Running modules in class system...
      OK
      Running modules in class proc...
      OK
      LOG LOCATION: /var/TKLC/log/syscheck/fail_log
  11. For additional DP servers, repeat steps 3 through 10 of this procedure in Active SDS VIP.

3.8 Adding DP Server to the SDS Server Group

  1. To add server to OAM Server Group, in Active SDS VIP, perform the following steps:
    1. Navigate to Configuration and select Server Groups.
      Navigating to Server Groups

    2. Click Insert.
    3. Fill in the following fields:
      • Server Group Name: [Enter Server Group Name]
      • Level: C
      • Parent: [Select System OAM Group Name]
      • Function: SDS
      • WAN Replication Connection Count: Use Default Value

      Main menu server groups (insert)

    4. Click OK, once all fields are entered.
  2. To add server to OAM Server Group, in Active SDS VIP, perform the following steps:
    1. Select the new server group and click Edit.
      Main menu for Server Group (edit)

    2. In the window where the servers for the server group are listed, find the Query server being configured and select the Include in SG checkbox.
      Include in SG

    3. Leave other boxes unchecked.
    4. Click Apply.

      A confirmation banner displays.
      Confirmation Banner

  3. For each subtending DP server, repeat Step 1 and Step 2 of this procedure, in Active SDS VIP.
    This process takes a minimum of 5 minutes, depending on the underlying infrastructure. The servers establish DB replication with the active DP-SOAM server at the NE.
  4. To verify and restart the servers, in SDS VIP, perform the following steps:
    1. Navigate to Status & Manage, and select Server.
      Navigating to Server

    2. Verify the DB and Reporting Status are Norm and the Proc status is Man.
      Main menu for Server

    3. Select the DP server and click Restart.
    4. Click OK on the confirmation screen.
      Server OK

      A confirmation Successfully restarted application banner displays.

    5. Verify the Appl state is Enabled and the Alm, DB, Reporting Status, and Proc are Norm.
      Main menu for Server

    Note:

    To refresh the server status screen before the default set time of 15 to 30 seconds, navigate to the Status & Manage, and select Server screen again.
  5. For each additional DP server, repeat Step 3 of this procedure, in Active SDS VIP.