Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
BackToTop
BackToTop

EAfter creating a KVM instance you must install the SBC Operating System (OS).

To install the SBC OS:

  1. In the Sonus SBC Installer Boot Menu screen press Enter to begin the installation.
     

    Caption
    0Figure
    1Installation Window

    The OS installation begins. 

  2. After installation completes press Enter.
    You will be prompted to enter the log on details:

    Caption
    0Figure
    1Login Information

    .

  3. Enter linuxadmin as the login and sonus as the password.

    Caption
    0Figure
    1Root Login

     

  4. Enter the following command to login as root with sonus1 as the password.

    Code Block
    languagenone
     su - root

    You are prompted to enter the IP information:

    Caption
    0Figure
    1IP Address

  5. Enter management IP address.
  6. Enter network mask address.
  7. Enter gateway IP address.
    You will be prompted to set IPv6 address.
  8. Perform one of the following steps:

    • Enter y to set IPv6

      1. Enter IPv6 management IP address.

      2. Enter the prefix length for IPv6.
      3. Enter IPv6 gateway address.

        Caption
        0Figure
        1IPv6 Details

    • Enter n if you do not want to set IPv6.

      Caption
      0Figure
      1Network Configuration

       

Verify Logical Interfaces Mapping using MAC Address

To verify the logical interfaces (management interface, HA interface and packet interfaces) with the MAC address:

  1. Enter the command to get the MAC address mapped with the interface:

    Code Block
    languagenone
    ifconfig -a

    Or
    Enter the command to get MAC address of a specific interface. For example, management interface, execute the following command:

    Code Block
    languagenone
    ifconfig mgt0
    Caption
    0Figure
    1MGT MAC Address

  2. Note the MAC address for each interface. For example, in the above screen, the MAC address for mgt0 is 52:54:00:d7:f3:69.

Pagebreak