Preparing Hardware Appliances for SL1

Download this manual as a PDF file

This section describes how to prepare hardware appliances before installing SL1.

Use the following menu options to navigate the SL1 user interface:

  • To view a pop-out list of menu options, click the menu icon ().
  • To view a page containing all of the menu options, click the Advanced menu icon ().

Hardware Specifications

For details about supported ScienceLogic Hardware Appliances, see the ScienceLogic Support Site. https://support.sciencelogic.com/s/system-requirements?tabset-e65a2=2

Prerequisites for SL1 Hardware Appliances

Perform the following steps to prepare an SL1 appliance for configuration:

  • Install the SL1 appliance in a server rack and connect the power cables according to the instructions provided with the hardware.
  • Connect the SL1 appliance to your network.
  • Connect a monitor and keyboard to the SL1 appliance.

Initial Configuration for SL1 Hardware Appliances

You must perform the following tasks during initial configuration of an SL1 hardware appliance shipped by ScienceLogic:

Changing the Password for em7admin

To change the password for the default administrative user em7admin for console logins and SSH access:

  1. Either go to the console of the SL1 appliance or use SSH to access the server.

  2. Log in as user em7admin with the current password.

  3. At the shell prompt, type the following:

    passwd

  4. When prompted, type and re-type the new password.

Changing Network Settings

To change the IP address, Netmask, Gateway address, and DNS Server for an appliance in the ifconfig file:

  1. Either go to the console of the SL1 appliance or use SSH to access the server.

  2. Login as user em7admin with the appropriate password.

  3. Enter the following at the command line:

    sudo ifconfig

    Your output will look like this:

    ens32: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500

    inet 10.64.68.20 netmask 255.255.255.0 broadcast 10.64.68.255

    inet6 fe80::250:56ff:fe84:455f prefixlen 64 scopeid 0x20<link>

    ether 00:50:56:84:45:5f txqueuelen 1000 (Ethernet)

    RX packets 1774927 bytes 161985469 (154.4 MiB)

    RX errors 0 dropped 861 overruns 0 frame 0

    TX packets 1586042 bytes 158898786 (151.5 MiB)

    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

     

    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536

    inet 127.0.0.1 netmask 255.0.0.0

    inet6 ::1 prefixlen 128 scopeid 0x10<host>

    loop txqueuelen 0 (Local Loopback)

    RX packets 13406577 bytes 4201274223 (3.9 GiB)

    RX errors 0 dropped 0 overruns 0 frame 0

    TX packets 13406577 bytes 4201274223 (3.9 GiB)

    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

  1. Examine the output, find the first interface in the output, and note its name.

  2. Use the vi editor to edit the settings for the interface. To do this, enter the following at the command line:

    sudo vi /etc/sysconfig/network-scripts/ifcfg-interface name you noted in step #4

    For example, from our output, we could enter:

    sudo vi /etc/sysconfig/network-scripts/ifcfg-ens32

  1. Your output will look like this:

TYPE=Ethernet

BOOTPROTO=none

DNS1=10.64.20.33

DEFROUTE=yes

IPV4_FAILURE_FATAL=no

IPV6INIT=yes

IPV6_AUTOCONF=yes

IPV6_DEFROUTE=yes

IPV6_FAILURE_FATAL=no

NAME=ens32

UUID=d471435d-9adf-47c9-b3f3-32f61dccbad8

DEVICE=ens32

ONBOOT=yes

IPADDR=10.64.68.20

PREFIX=24

GATEWAY=10.64.68.1

IPV6_PEERDNS=yes

IPV6_PEERROUTES=yes

  1. You can edit one or more of the following settings:
  • DNS1=IP address of the DNS server that will be used by the SL1 appliance.
  • IPADDR=IP address of the SL1 appliance.
  • PREFIX=netmask for the SL1 appliance.
  • GATEWAY=IP address of the network gateway that will be used by the SL1 appliance.
  1. Save your changes and exit the file (:wq)
  2. At the command line, enter the following:

sudo service network restart

Ports for SL1 Hardware Appliances

See the section on ports to configure firewalls to allow traffic to and from the SL1 appliances.