You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The following procedure describes how to use the Windows PC/terminal to connect the 

Unable to show "metadata-from": No such page "_space_variables"
serial port and assign it an IP address.

Procedure

  1. Connect one end of the supplied serial cable (DSUB 9-Pin Female to DSUB 9-Pin Male) to the SBC DB9 serial port and the other end to the serial port of your PC.

  2. Use the following serial port settings of PC.
    . Baud:38400
    . Data bits:8
    . Stop bits:1
    . Parity:None
    . Flow Control:None

  3. Login to the BMC using default credentials:
    At the prompt enter:
    Username: root
    Password: superuser

  4. Access the BMC Java Remote Console. Refer from step 5 step 10 of Launching the SBC 5400 BMC Remote Console.

  5. In the Java Remote Console, at the root prompt, execute the bmcInit.sh command. Assign the BMC management IP address, netmask, default gateway and NTP time server IP address. For example:

    Example:
    
    # ./bmcInit.sh
    ****************************************************************
    ***               BMC Initialization                         ***
    ****************************************************************
    Enter BMC management IP (aaa.bbb.ccc.ddd)     :10.2.13.237
    Enter BMC management netmask (aaa.bbb.ccc.ddd):255.255.255.0
    Enter default gateway IP (aaa.bbb.ccc.ddd)    :10.2.13.1
    Enter NTP time server IP (aaa.bbb.ccc.ddd)    :10.1.1.2
    Enter advanced configuration? <y/n>:n
    Please verify your entries....
    bmcIpAddr       = 10.2.13.237
    bmcNetmask      = 255.255.255.0
    gatewayIpaddr   = 10.2.13.1
    ntpServerIpaddr = 10.1.1.2
    Ok to apply configuration? <y/N/>:y
    Restarting NTP and network services ....
    ifdown: interface lo not configured
    Interface eth0 is going down
    Interface eth0 has gone down
    Interface lo is going to go up
    Interface lo is up
    IPv6 entry is not present in interfaces file
    Interface eth0 is going to go up
    Interface eth0 is up
    IPv6 entry is not present in interfaces file
    ipv6autoconf.sh : Nodes not present for IPv6
    Stopping lighttpd
    WEB is enabled and port numbers are NON-SSL:0x50 SSL:0x1bb
  6. Connect the Field Service port of SBC to the Ethernet router and access the BMC over the network.

 

  • No labels