Exit Print View

Sun Datacenter InfiniBand Switch 648 Topic Set

Get PDF Book Print View
 

Document Information

Using This Documentation

Related Documentation

Documentation, Support, and Training

Documentation Feedback

Installation

Preparing the Site

Installing the Switch

Administration

Administering the Switch

Diagnosing a Problem

Remote Management

Understanding ILOM on the Switch

Installing the ILOM Firmware

Administering ILOM (CLI)

Administering ILOM (Web Interface)

Administering ILOM (SNMP)

SNMP Overview

SNMP Commands

Monitoring ILOM Targets (SNMP)

Performing Daily Tasks (SNMP)

Display the Date and Time (SNMP)

Display the Time Zone (SNMP)

Display the Aggregate Sensor State (SNMP)

Display the Aggregate Sensor Status (SNMP)

Display ILOM Sessions (SNMP)

Display the ILOM Event Log (SNMP)

Checking the Status of Services (SNMP)

Display the HTTP Service Status (SNMP)

Display the HTTPS Service Status (SNMP)

Verifying Other Aspects (SNMP)

Display the Alert Properties (SNMP)

Display ILOM User Accounts (SNMP)

Display the Remote Log Hosts (SNMP)

Display the Network Management Configuration (SNMP)

Display the System Components (SNMP)

Display the Additional System Component Information (SNMP)

Display the Sensor Entities (SNMP)

Controlling ILOM Targets (SNMP)

Performing General Tasks on ILOM Targets (SNMP)

Set the Date and Time (SNMP)

Clear the ILOM Event Log (SNMP)

Set the Remote Log Hosts (SNMP)

Set the Network Management Parameters (SNMP)

Performing ILOM User Tasks (SNMP)

Add an ILOM User Account (SNMP)

Delete an ILOM User Account (SNMP)

Managing Other Aspects (SNMP)

Set the HTTP Service State (SNMP)

Enable Alerts to Send SNMP Traps (SNMP)

Modify Alert SNMP Version (SNMP)

Disable Alerts (SNMP)

Administering Hardware (IPMI)

Understanding ILOM Commands

Service

Servicing the Switch

Reference

Command Reference

Index

Set the Network Management Parameters (SNMP)
  1. From the SNMP client, set the network parameter:

    $ snmpset -v2c -c public mc_IP SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkPendingIpparameter.\”SP/network\” a “value

    where:

    • parameter is the network parameter to configure:

      • Discovery – The IP address discovery method, static or dhcp.

      • Address – The IP address of the managment controller, should static discovery be configured.

      • Gateway – The IP address of the subnet gateway.

      • Netmask – The netmask for the subnet.

    • value is the value of the parameter

    For example, to set the network netmask:

    $ snmpset -v2c -c public mc_IP SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkPendingIpNetmask.\”SP/network\” a "255.255.0.0"
    SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkPendingIpNetmask."SP/network" = IpAddress: 255.255.0.0
    $
  2. Commit the pending netmask:

    $ snmpset -v2c -c public mc_IP SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkCommitPending.\”SP/network\” i 1
    SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkCommitPending."SP/network" = INTEGER: true(1)
    $
  3. Verify the netmask:

    $ snmpwalk -v2c -c public mc_IP SUN-ILOM-CONTROL-MIB::ilomCtrlNetwork 
    SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkMacAddress."SP/network" = STRING: 46:46:41:39:00:FF
    SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkIpDiscovery."SP/network" = INTEGER: static(1)
    SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkIpAddress."SP/network" = IpAddress: 123.45.67.89
    SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkIpGateway."SP/network" = IpAddress: 123.45.67.5
    SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkIpNetmask."SP/network" = IpAddress: 255.255.0.0
    SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkPendingIpDiscovery."SP/network" = INTEGER: static(1)
    SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkPendingIpAddress."SP/network" = IpAddress: 123.45.67.89
    SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkPendingIpGateway."SP/network" = IpAddress: 123.45.67.5
    SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkPendingIpNetmask."SP/network" = IpAddress: 255.255.0.0
    SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkCommitPending."SP/network" = INTEGER: false(2)
    $
Related Information