Versions Compared

Key

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

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

...

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

    Caption
    0Figure
    1Installation Window

    The OS installation begins. 

    Include Page
    SBXDOC101:Screenshot_disclaimerSBXDOC101:
    Screenshot_disclaimer

  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

    as root user and assign the IP. The system will prompt you for the linuxadmin user password.

    Code Block
    languagenone
     susudo su - root

    Once logged in, you You are prompted to enter the IP information:

    Caption
    0Figure
    1IP Address

    Image Removed

    .

  5. Enter management IP address.
  6. Enter network mask address.
  7. Enter gateway IP address.
    You will be are 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

       

...

  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

    Include Page
    SBXDOC101:Screenshot_disclaimerSBXDOC101:
    Screenshot_disclaimer

    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.

...