Go to main content

SPARC and Netra SPARC S7-2 Series Servers Administration Guide

Exit Print View

Updated: June 2017
 
 

Display the SP Network Parameters

This procedure displays information such as the network address for the SP.

  1. At the Oracle ILOM prompt, type:
    -> show /SP/network
    

    To display IPv6 properties:

    -> show /SP/network/ipv6
    
  2. Find the relevant property in the output.
    • For the IP address of the SP, find the ipaddress property in the output. For example:

      ipaddress = 10.15.153.17
    • For the IP address of the DHCP server that provided the dynamic IP address requested by the SP, find the dhcp_server_ip property in the output. For example:

      dhcp_server_ip = 10.15.117.2
      
  3. (Optional) Display the value of a single property:
    -> show /SP/network property-name

    For example:

    -> show /SP/network ipgateway 
    
     /SP/network
        Properties:
            ipgateway = 10.15.153.1
    

Related Information