Configuring GX7 to deliver SNMP traps

Size: px
Start display at page:

Download "Configuring GX7 to deliver SNMP traps"

Transcription

1 Configuring GX7 to deliver SNMP traps Introduction This document defines a method for manually configuring the GX7 to provide hardware diagnostic data via SNMP trap notifications for the configured trap receivers. The data is provided by the Baseboard Management Controller (BMC) on the GX7 motherboard. The BMC is managed via the Intelligent Platform Management Interface (IPMI). The system utiltity 'ipmitool' is used to configure the BMC and retrieve available data. The document focuses on enabling a remote trap receiver to receive SNMP notifications when any of the fan sensors that are monitored by the BMC violates a threshold. A number of steps must be completed to enable SNMP notifications to be processed by a remote trap receiver: 1. Configure the BMC 2. Configure the BMC LAN 3. Configure an alert destination 4. Configure the event filtering policy table 5. Configure the event filtering table 6. Validating an SNMP notification is generated A detailed description of these steps is provided by this document. Limitations Any customization applied to BMC configuration may not persist through upgrades to the BMC firmware. In the event that the BMC firmware is upgraded, the customization may need to be reapplied. The GX7 supports the following traps for this procedure: trapovertemperaturewarning (Over Upper Non Critical threshold) trapovertemperaturecritical (Over Upper critical threshold) trapovertemperaturewarningcleared trapovertemperaturecleared trapunderanalogvoltagecritical (Under Lower critical threshold) trapoveranalogvoltagecritical (Over Upper critical threshold) trapunderanalogvoltagecriticalcleared trapoveranalogvoltagecriticalcleared trapfancriticalunderspeed (Under lower critical threshold) trapfancriticalunderspeedcleared trapwatchdogreset (System reset) trapwatchdogpowerdown (System power down) trapwatchdogpowercycle (System power cycle) BMC firmware that shows a BMC LAN MAC address of 00:11:09:5b:7e:42 must be programmed to contain a unique BMC LAN MAC address. Please see the 'Configuring the BMC' section for further details. For all other GX7 systems, the BMC LAN MAC address must not be programmed.

2 Configuring the BMC A convenient method to configure the BMC LAN is to run the script attached to the technote on to the GX7 system. The script is:./snmp-notification.sh -t static -i n g I M 00:D0:C9:B7:AC:3E This script configures the following options: Option Setting IP address Netmask Gateway IP address of alert destination MAC address of alert destination 00:D0:C9:B7:AC:3E The script has the following arguments: #./snmp-notification.sh -h snmp-notifications.sh [-h] [-t <srctype>] [-i <sourceip>] [-m <sourcemac>] [-n <netmask>] [-g <default gateway IP>] [-c <channel>] -I <destinationips> -M <destinationmacs> -h Print this usage information. -c <channel number>. Default is 4 -t <static or dhcp>. If static, <sourceip> is required. -i <sourceip> where sourceip has format x.x.x.x -m <sourcemac> where sourcemac has format x:x:x:x:x:x. Only use this option if your BMC MAC adddress is set to 00:11:09:5b:7e:42 -n <netmask> where netmask has format x.x.x.x -g <default gateway IP> where default gateway IP has format x.x.x.x -I <destinationips> A comma separated list of IP addresses where each destinationip has format x.x.x.x -M <destinationmacs> A comma separated list of MAC addresses where each destinationmac has format x:x:x:x:x:x The BMC MAC address must only be programmed if it contains a factory default value 00:11:09:5b:7e:42, otherwise, it must not be programmed. To check your BMC LAN MAC address run the following command: # ipmitool lan print Set in Progress : Set Complete Auth Type Support : NONE MD2 MD5 PASSWORD Auth Type Enable : Callback : NONE MD2 MD5 PASSWORD : User : NONE MD2 MD5 PASSWORD : Operator : NONE MD2 MD5 PASSWORD : Admin : NONE MD2 MD5 PASSWORD : OEM : IP Address Source : Static Address IP Address : Subnet Mask : MAC Address : 00:11:09:5b:7e:42

3 Please refer to the list of GX7 BMC LAN MAC addresses attached to this technote. The BMC LAN MAC address should be set according to the Chassis Serial number. The Chassis Serial number is determined by running the following command: # ipmitool fru print 0 Chassis Type : Main Server Chassis Chassis Part Number : AdvanTech Chassis Serial : TPA Board Mfg Date : Fri May 14 15:49: Board Mfg : AMI Board Product : AdvanTech Board Serial : Board Part Number : AdvanTech Product Manufacturer : AdvanTech Product Name : FWA-6500 Product Part Number : AdvanTech Product Version : 2.0 Product Serial : Product Asset Tag : In the event that your Chassis Serial number is not present in the list, contact IBM support. If you do not want to use the script, the following sections provide detailed descriptions of each BMC configuration stage. Configuring the BMC LAN To enable SNMP traps to be sent the BMC LAN interface must be configured. It is possible to configure the LAN interface statically or via DHCP. The following subset provides enough data to enable the user to understand how to configure their BMC LAN: ipmitool lan help ipmitool lan set help ipmitool lan print ipmitool lan set 4 ipsrc <type> ipmitool lan set 4 ipaddr <x.x.x.x> ipmitool lan set 4 macaddr <x:x:x:x:x:x> Show the available lan commands Show the available commands for configuring the LAN Print the current LAN configuration Set the LAN type to 'static' or 'dhcp' Set the BMC LAN IP address to x.x.x.x Set the BMC LAN mac address The BMC LAN is always channel 4. At a minimum it is necessary to configure the IP channel address and netmask. It is likely that a default gateway IP needs to be set. The user should also ensure that the snmp value is set to public. The other BMC LAN fields are defaulted to suitable value. Here are some examples of configuring the BMC LAN: # ipmitool lan set 4 ipsrc dhcp # ipmitool lan set 4 snmp public Setting LAN SNMP Community String to public # ipmitool lan print Set in Progress : Set Complete

4 Auth Type Support : NONE MD2 MD5 PASSWORD Auth Type Enable : Callback : NONE MD2 MD5 PASSWORD : User : NONE MD2 MD5 PASSWORD : Operator : NONE MD2 MD5 PASSWORD : Admin : NONE MD2 MD5 PASSWORD : OEM : IP Address Source : DHCP Address IP Address : Subnet Mask : MAC Address : 00:11:09:5b:7e:42 SNMP Community String : public IP Header : TTL=0x00 Flags=0x00 Precedence=# ipmitool lan set 4 ipsrc dhcp skippy:~ # ipmitool lan set 4 snmp public Setting LAN SNMP Community String to public skippy:~ # ipmitool lan print Set in Progress : Set Complete Auth Type Support : NONE MD2 MD5 PASSWORD Auth Type Enable : Callback : NONE MD2 MD5 PASSWORD : User : NONE MD2 MD5 PASSWORD : Operator : NONE MD2 MD5 PASSWORD : Admin : NONE MD2 MD5 PASSWORD : OEM : IP Address Source : DHCP Address IP Address : Subnet Mask : MAC Address : 00:11:09:5b:7e:42 SNMP Community String : public IP Header : TTL=0x00 Flags=0x00 Precedence=0x00 TOS=0x00 BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled Gratituous ARP Intrvl : 5.0 seconds Default Gateway IP : Default Gateway MAC : 00:00:00:00:00:00 Backup Gateway IP : Backup Gateway MAC : 00:00:00:00:00: q VLAN ID : Disabled 802.1q VLAN Priority : 0 RMCP+ Cipher Suites : 1,2,3,6,7,8,11,12,0 Cipher Suite Priv Max : aaaaaaaaaaaaaaa : X=Cipher Suite Unused : c=callback : u=user : o=operator : a=admin : O=OEM 0x00 TOS=0x00 BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled Gratituous ARP Intrvl : 5.0 seconds Default Gateway IP : Default Gateway MAC : 00:00:00:00:00:00 Backup Gateway IP : Backup Gateway MAC : 00:00:00:00:00: q VLAN ID : Disabled 802.1q VLAN Priority : 0 RMCP+ Cipher Suites : 1,2,3,6,7,8,11,12,0 Cipher Suite Priv Max : aaaaaaaaaaaaaaa : X=Cipher Suite Unused : c=callback : u=user

5 : o=operator : a=admin : O=OEM Once the BMC LAN is configured it is possible to configure SNMP alert destinations. Configuring an Alert Destination The GX7 alert destination channel is always 4. Alert destinations 1-4 can be used as SNMP destinations. The following commands configure alert destination 1: ipmitool lan alert help ipmitool lan alert print Show the LAN alert configuration commands Print all of the alert destination configuration data ipmitool lan alert print 4 1 Print the alert destination for channel 4 index 1 ipmitool lan alert 4 1 ipaddr <x.x.x.x> ipmitool lan alert 4 1 macaddr <x:x:x:x:x:x> ipmitool lan alert 4 1 gateway default ipmitool lan alert 4 1 type pet ipmitool lan alert set 4 1 ack off ipmitool lan alert set 4 1 retry 5 ipmitool lan alert set 4 1 time 30 Set the alert destination IP address to x.x.x.x Set the alert destination MAC address to x:x:x:x:x:x Set the gateway to be used by the alert destination Set the destination type as pet or oem Set acknowledgement off Set retries to 5 (only used if ack is on) Set time between retries to 30 seconds (only used if ack is on) Here are some examples that show how alert destination 1 is configured: #<command> # ipmitool lan alert 4 1 ipaddr #<command> # ipmitool lan alert 4 1 macaddr 11:22:33:44:55:66 #<command> # ipmitool lan alert 4 1 gateway default #<command> # ipmitool lan alert 4 1 type pet #<command> # ipmitool lan alert print 4 1 Alert Destination : 1 Alert Acknowledge : Unacknowledged Destination Type : PET Trap Retry Interval : 0 Number of Retries : 0 Alert Gateway : Default Alert IP Address : Events that are configured to generate traps can now be sent to the alert destination. Configuring the Event Filter Policy Table The event filter policy provides a means of designating which sensors should generate an SNMP trap notification and the alert destination to send them too. The commands that must be run are:

6 ipmitool pef help ipmitool raw 0x4 0x12 0x1 0x1 ipmitool raw 0x4 0x12 0x9 0x1 0x10 0x41 0x00 ipmitool pef list Show all of the event filtering commands Enable event filtering Byte 4: Index into the event filtering table Byte 6: Use channel 4 alert destination 1 List the events configured to trigger SNMP trap notifications At a minimum, event filtering must be enabled, the PEF policy must be modified to use a configured alert destination and the event filtering table must contain entries pertinent to the SNMP notifications that the user wishes to observe. Configuring the Event Filter Table The BMC provides means for up to 16 events to result in an SNMP notification. The only way to manipulate some of the PEF configuration is via the ipmitool raw command. The following commands enable traps on the set of sensors that the GX7 supports: ipmitool raw 0x04 0x12 0x06 0x02 0xc0 0x1 0x1 0x10 0x20 0xff 0x04 0x40 0x10 0x ipmitool raw 0x04 0x12 0x06 0x02 0xc0 0x01 0x01 0x10 0x20 0xff 0x04 0x42 0x01 ipmitool raw 0x04 0x12 0x06 0x03 0xc0 0x01 0x01 0x10 0x20 0xff 0x04 0x5a 0x01 ipmitool raw 0x04 0x12 0x06 0x04 0xc0 0x01 0x01 0x10 0x20 0xff 0x04 0x5b 0x01 ipmitool raw 0x04 0x12 0x06 0x05 0xc0 0x01 0x01 0x10 0x20 0xff 0x04 0x61 0x01 ipmitool raw 0x04 0x12 0x06 0x06 0xc0 0x01 0x01 0x10 0x20 0xff 0x04 0x62 0x01 Enable traps on system fan1 Enable traps on system fan2 Enable traps on power supply 1 fan 1. 0 indicates supply is removed or faulty Enable traps on power supply 1 fan 2. 0 indicates supply is removed, off, or faulty Enable traps on power supply 2 fan 1. 0 indicates supply is removed, off or faulty Enable traps on power supply 2 fan 2. 0 indicates supply is removed or faulty The configuration can be confirmed: # ipmitool pef list 1 active, pre-configured 0x11 Fan 64 Critical Threshold 2 active, pre-configured 0x11 Fan 66 Critical Threshold 3 active, pre-configured 0x11 Fan 90 Critical Threshold 4 active, pre-configured 0x11 Fan 91 Critical Threshold 5 active, pre-configured 0x11 Fan 97 Critical Threshold

7 6 active, pre-configured 0x11 Fan 98 Critical Threshold 7 inactive 8 inactive 9 inactive 10 inactive 11 inactive 12 inactive 13 inactive 14 inactive 15 inactive 16 inactive Validating SNMP Notification The easiest way to validate the operation of traps is to remove the redundant power supply. The following command is also useful: ipmitool sel list List system events. This should be run prior to and after removing the power supply to establish an event got raised locally on the system under test Provided the network configuration is correct, the SNMP notification should be viewable in the alert destination SNMP trap receiver. An event will also be present in the event list.

BMC User Guide. May 2018

BMC User Guide. May 2018 BMC User Guide May 2018 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential damage to

More information

3.2.7 switch#configure terminal switch(config)#spanning-tree mode pvst switch(config)#spanning-tree extend systemid switch(config)#vlan 1 switch(config-vlan)#exit switch(config)#vlan 10 switch(config-vlan)#exit

More information

3.2.7 switch# switch#configure terminal switch(config)#spanning-tree mode pvst switch(config)#spanning-tree extend systemid switch(config)#vlan 1 switch(config-vlan)#exit switch(config)#vlan 10 switch(config-vlan)#exit

More information

switch# switch#configure terminal switch(config)#spanning-tree mode pvst switch(config)#spanning-tree extend system-id switch(config)#vtp mode transparent switch(config)#vlan 4093 Switch(config-vlan)#exit

More information

IPMI View User Guide

IPMI View User Guide IPMI View User Guide Copyright 2002 Super Micro Computer, Inc., All rights reserved. IPMI View (IPMI 1.5 Over LAN) I. Overview: IPMI View is a management software based on IPMI specification version 1.5.

More information

FWA-6510 function Setting Introduction

FWA-6510 function Setting Introduction FWA-6510 function Setting Introduction APPROVALS Name (printed) Title Signature Date Version: V1.0 Page 2 of 41 HISTORY Revision Date Person Description V1.0 Version: V1.0 Page 3 of 41 CONTENT CONTENT...

More information

IPMI Configuration Guide

IPMI Configuration Guide IPMI Configuration Guide 1. Introduction of IPMI Server Manager... 2 2. IPMI Server Manager GUI Overview... 3 1 1. Introduction of IPMI Server Manager IPMI Server Manager allows remote access of computers

More information

iris-2400 Web GUI iris-2400 Web GUI IEI iman Web-based Graphics User Interface (GUI) User Manual Page i Rev May 8, 2014

iris-2400 Web GUI iris-2400 Web GUI IEI iman Web-based Graphics User Interface (GUI) User Manual Page i Rev May 8, 2014 iris-2400 Web GUI IEI iman Web-based Graphics User Interface (GUI) User Manual Rev. 1.00 May 8, 2014 Page i Revision Date Version Changes May 8, 2014 1.00 Initial release MODEL: Page ii Copyright COPYRIGHT

More information

Dell OpenManage Baseboard Management Controller. User s Guide. support.dell.com

Dell OpenManage Baseboard Management Controller. User s Guide.  support.dell.com Dell OpenManage Baseboard Management Controller User s Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Management Console User s Guide (AST 2500 Chipset)

Management Console User s Guide (AST 2500 Chipset) Management Console User s Guide (AST 2500 Chipset) Version: 1.2 Table of Contents Using Your Management Console... 2 Management Console Key Features and Functions... 3 Software Install... 4 Prerequisites

More information

Introduction to Intelligent Platform Management Interface (IPMI)

Introduction to Intelligent Platform Management Interface (IPMI) Introduction to Intelligent Platform Management Interface (IPMI) 14th July 2006 Started in 1998, IPMI is now at revision 2.0 Is a standard accepted by DELL, IBM, SUN, INTEL and many others Goal 1: IPMI

More information

Configuring Platform Event Filters

Configuring Platform Event Filters This chapter includes the following sections: Platform Event Filters, page 1 Enabling Platform Event Alerts, page 1 Disabling Platform Event Alerts, page 2, page 2 Configuring SNMP Trap Settings, page

More information

Configuring Communication Services

Configuring Communication Services This chapter includes the following sections: Configuring HTTP, on page 1 Configuring SSH, on page 2 Configuring XML API, on page 3 Enabling Redfish, on page 3 Configuring IPMI, on page 4 Configuring SNMP,

More information

Riverbed Technology, Inc. 199 Fremont Street San Francisco, CA Phone Fax

Riverbed Technology, Inc. 199 Fremont Street San Francisco, CA Phone Fax Riverbed Technology, Inc. 199 Fremont Street San Francisco, CA 94105 Phone 415.247.8800 Fax 415.247.8801 www.riverbed.com/cascade Tech Note #065 Product: Shark Version: 3.0 Date: 9/30/11 Configuring the

More information

Rack Management Controller. User Manual

Rack Management Controller. User Manual Rack Management Controller User Manual Version 1.1 Nov. 2014 Copyright 2014 Wiwynn. All rights reserved Copyright Copyright 2014 by Wiwynn Corporation. All rights reserved. No part of this publication

More information

The Discovery Wizard now provides the ability to create SNMP Setups that can be selected for individual discoveries. An SNMP Setup specifies:

The Discovery Wizard now provides the ability to create SNMP Setups that can be selected for individual discoveries. An SNMP Setup specifies: Using Discovery Using Discovery Open the Discovery application by clicking Discovery in the Task Bar, selecting Discovery from the Applications menu, or by clicking the Discovery icon in the Topology Toolbar.

More information

DCMI Conformance Test Suite (DCTS for Linux) User Guide. Rev

DCMI Conformance Test Suite (DCTS for Linux) User Guide. Rev DCMI Conformance Test Suite (DCTS for Linux) User Guide Rev 1.5.0.31 Notice: This document contains information on products in the design phase of development. The information here is subject to change

More information

Hardware Events Alerting on Dell Servers IPMI PET Applied

Hardware Events Alerting on Dell Servers IPMI PET Applied Hardware Events Alerting on Dell Servers IPMI PET Applied Chen Kaiwang kaiwang.chen@gmail.com November 1, 2011 Who Am I? System Administrator zongheng.com, 20+ million visits per day 173.com, new project

More information

Supermicro Utility (IPMICFG) User s Guide

Supermicro Utility (IPMICFG) User s Guide Supermicro Utility (IPMICFG) User s Guide Supermicro Utility IPMICFG User Guide Manual Revision: IPMICFG 1.21.0 Document release date: 06/15/2015 Copyright 2015 Super Micro Computer, Inc. All Rights Reserved.

More information

IPMI Configuration Guide

IPMI Configuration Guide IPMI Configuration Guide Published December 2018 Copyright 2018 ASRock Rack INC. All rights reserved. AST2500 V1.04 TABLE OF CONTENTS 1. Introduction... 1 2. HTML5 Web GUI... 2 3. Web GUI Overview... 5

More information

Configuring Platform Event Filters

Configuring Platform Event Filters This chapter includes the following sections: Platform Event Filters, page 1 Enabling Platform Event Alerts, page 1 Disabling Platform Event Alerts, page 2, page 2 Configuring SNMP Trap Settings, page

More information

USER MANUAL SNMP-RC210 SNMP WEB MANAGEMENT CARD. bxterra.com

USER MANUAL SNMP-RC210 SNMP WEB MANAGEMENT CARD. bxterra.com USER MANUAL SNMP-RC210 SNMP WEB MANAGEMENT CARD bxterra.com TABLE OF CONTENTS INTRODUCTION... INSTALLATION... SNMP MANAGER GUI... SNMP MANAGER FUNCTIONS MENU... SETTINGS... ONLINE UPGRADE... SYSTEM MANAGER...

More information

Chassis Display Tasks

Chassis Display Tasks CHAPTER 2 This chapter describes the chassis display tasks for Element Manager and contains these sections: Viewing Card Properties, page 2-2 Enabling a Card, page 2-4 Viewing the Card Inventory, page

More information

Configuring ARP attack protection 1

Configuring ARP attack protection 1 Contents Configuring ARP attack protection 1 ARP attack protection configuration task list 1 Configuring unresolvable IP attack protection 1 Configuring ARP source suppression 2 Configuring ARP blackhole

More information

Configuring Platform Event Filters

Configuring Platform Event Filters This chapter includes the following sections: Platform Event Filters, page 1 Enabling Platform Event Alerts, page 1 Disabling Platform Event Alerts, page 2, page 2 Configuring SNMP Trap Settings, page

More information

LAN Interface TCW120B

LAN Interface TCW120B LAN Interface TCW120B 1. Short description TCW120 is a multifunctional device for remote monitoring and management. It is an Ethernet based controller, which is designed to work in IP-based networks and

More information

OmniVista 3.5 Discovery Help

OmniVista 3.5 Discovery Help Using Discovery Open the Discovery application by clicking Discovery in the Task Bar, selecting Discovery from the Applications menu, or by clicking the Discovery icon in the Topology Toolbar. The Discovery

More information

Contents. Table of Contents

Contents. Table of Contents Table of Contents Contents 1. Web Interface Configuration... 2 1.1 Login Information... 3 1.2 Saving Configuration Changes... 4 1.3 Status Page... 5 1.4 Log... 6 1.4.1 Log Settings... 6 1.4.2 Syslog...

More information

NVIDIA DGX-1. DU _v15 May User Guide

NVIDIA DGX-1. DU _v15 May User Guide DU-08033-001 _v15 May 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the Deep Learning System... 1 1.1. Using the DGX-1: Overview... 1 1.2. Hardware Specifications... 2 1.2.1. Components...

More information

Release Notes Schroff Firmware Part Number 99-W D For the 6-Slot Zephyr Chassis Fan Tray

Release Notes Schroff Firmware Part Number 99-W D For the 6-Slot Zephyr Chassis Fan Tray s Schroff Firmware Part Number 99-W0005011D For the 6-Slot Zephyr Chassis Fan Tray Release Date: December x, 2008 Release History: Release Date Schroff Version PPS version June 28, 2007 Revision A V1.51

More information

Chapter 3 Managing System Settings

Chapter 3 Managing System Settings Chapter 3 Managing System Settings Using the System Settings Utility The navigation pane at the top of the web browser interface contains a System tab that enables you to manage your FS700TSSmart Switch

More information

NVIDIA DGX-1. DU _v12 November User Guide

NVIDIA DGX-1. DU _v12 November User Guide DU-08033-001 _v12 November 2017 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the Deep Learning System... 1 1.1. Using the DGX-1: Overview... 1 1.2. Hardware Specifications... 2 1.2.1. Components...

More information

rx2660 Management Processor Setup

rx2660 Management Processor Setup Effective: 12/17/18 RX2660 MP SETUP Revision: A rx2660 Management Processor Setup Log into the Management Processor (MP) serial port on the rx2660. (Make a connection to the MP LAN DB9 serial port, 9600

More information

Configuring ARP attack protection 1

Configuring ARP attack protection 1 Contents Configuring ARP attack protection 1 ARP attack protection configuration task list 1 Configuring unresolvable IP attack protection 1 Configuring ARP source suppression 2 Configuring ARP blackhole

More information

System Management Module User's Guide

System Management Module User's Guide System Management Module User's Guide Note Before using this information and the product it supports, be sure to read and understand the safety information and the safety instructions, which are available

More information

TITLE: Device Server Configuration/Installation Manual

TITLE: Device Server Configuration/Installation Manual TITLE: Device Server Configuration/Installation Manual TechNote: 000269 Symptom: Error Message: Solution: 1: Device Server Introduction A: Overview B: Redirector Software C: Typical Installation 2: Hardware

More information

Peplink SD Switch User Manual. Published on October 25th, 2018

Peplink SD Switch User Manual. Published on October 25th, 2018 Peplink SD Switch User Manual Published on October 25th, 2018 1 Table of Contents Switch Layout 4 Specifications 5 Hardware Overview 6 Quick Start Functions 7 Reset Switch 7 Connect Ethernet 7 Connect

More information

GIGABYTE Remote Management Console User s Guide. Version: 1.0

GIGABYTE Remote Management Console User s Guide. Version: 1.0 GIGABYTE Remote Management Console User s Guide Version: 1.0 Table of Contents Using Your GIGABYTE Remote Management Console...2 Software Install...3 Prerequisites on remote management PC...3 Install Java

More information

ilo MP Utilities ilo MP

ilo MP Utilities ilo MP The Integrated Lights-Out Management Processor () offers remote server management through an independent management processor (MP). It provides a way for you to connect to a server and perform administration

More information

DCMI Data Center Manageability Interface Specification v1.0, Revision 1.0. Addenda, Errata, and Clarifications

DCMI Data Center Manageability Interface Specification v1.0, Revision 1.0. Addenda, Errata, and Clarifications DCMI Data Center Manageability Interface Specification v1.0, Revision 1.0 Addenda, Errata, and Clarifications Addendum Document Revision 1 Date: 4/21/2009 THIS SPECIFICATION IS PROVIDED "AS IS" WITH NO

More information

AST2500 ibmc Configuration Guide

AST2500 ibmc Configuration Guide AST2500 ibmc Configuration Guide Version 1.0 Copyright Copyright 2017 MITAC COMPUTING TECHNOLOGY CORPORATION. All rights reserved. No part of this manual may be reproduced or translated without prior written

More information

-Page 1 of 7 -

-Page 1 of 7 - ATCA Tester Version 3.0.0 Release Notes -Page 1 of 7 - Introduction The ATCA Tester is an automated test suite for testing the platform management software in different types of ATCA building blocks, such

More information

Contents. Table of Contents

Contents. Table of Contents Table of Contents Contents 1. Web Interface Configuration... 2 1.1 Login Information... 2 1.2 Saving Configuration Changes... 3 1.3 Status Page... 4 1.4 Log... 4 1.4.1 Log Settings... 4 1.5 System... 5

More information

-Page 1 of 21 -

-Page 1 of 21 - ATCA Tester Version 3.3.0 Release Notes -Page 1 of 21 - Introduction The ATCA Tester is an automated test suite for testing the platform management software in different types of ATCA building blocks,

More information

B-SX600 SERIES MPS1 Printserver Manual. Ver

B-SX600 SERIES MPS1 Printserver Manual. Ver B-SX600 SERIES MPS1 Printserver Manual Ver. 2.0.1 1 Table of Contents 1 Purpose of This Document...3 2 First Network Configuration by QuickSetup...3 3 Open the Configuration Screen through Web Browser...4

More information

SEI DC-UPS Power Management Package Users Manual

SEI DC-UPS Power Management Package Users Manual SEI DC-UPS Power Management Package Users Manual (301) 694-9601 (800) 765-4734 Fax (301) 694-9608 Email: info@seipower.com www.seipower.com 5115 Pegasus Court Suite Q Frederick, MD 21704 1. Introduction

More information

Using the Web Graphical User Interface

Using the Web Graphical User Interface Prerequisites for Using the Web GUI, page 1 Information About Using The Web GUI, page 1 Connecting the Console Port of the Device, page 3 Logging On to the Web GUI, page 3 Enabling Web and Secure Web Modes,

More information

TFC-1600MM Media Conversion System. Management Configuring Guide

TFC-1600MM Media Conversion System. Management Configuring Guide TFC-1600MM Media Conversion System Management Configuring Guide CONFIGURING THE SYSTEM This chapter provides network managers and system administrators with information about how to configure the Media

More information

Habanero BMC Configuration Guide

Habanero BMC Configuration Guide Habanero BMC Configuration Guide Version 1.0 Copyright Copyright 2015 MiTAC International Corporation. All rights reserved. No part of this manual may be reproduced or translated without prior written

More information

Nexans Switch Basic Configurator Version 4.14P or later

Nexans Switch Basic Configurator Version 4.14P or later Nexans Version 4.14P or later Manual KD673E14 FEATURES o Configuration of the following basic switch parameters: DHCP, IP address, network mask and gateway Switch name, location und contact Management

More information

Microsoft RemoteFX Error Code 43 Identification and Workaround for the PowerEdge C410x

Microsoft RemoteFX Error Code 43 Identification and Workaround for the PowerEdge C410x Microsoft RemoteFX Error Code 43 Identification and Workaround for the PowerEdge C410x Subject: Workaround, if Windows 2008 R2 SP1 Device Management identifies a code 43 device error. Document Version

More information

Utilization of Agilent s Remote Management Cards RMC Plus L/LS 1.0 (N2521A-AT1/N2521A-AT3) in Intel s. Performance Appliance Platform.

Utilization of Agilent s Remote Management Cards RMC Plus L/LS 1.0 (N2521A-AT1/N2521A-AT3) in Intel s. Performance Appliance Platform. Utilization of Agilent s Remote Management Cards RMC Plus L/LS 1.0 (N2521A-AT1/N2521A-AT3) in Intel s Product Note Agilent Technologies offers a complete portfolio of server remote management solutions.

More information

Cyclone Microsystems PCIe Chassis Monitor User s Manual P/N CM026

Cyclone Microsystems PCIe Chassis Monitor User s Manual P/N CM026 Cyclone Microsystems PCIe Chassis Monitor User s Manual P/N CM026 Revision 0.2 23 May 12 Overview The Cyclone PCIe Chassis Monitor system is comprised of 2 parts: an intelligent monitor board and a set

More information

BMC v User Manual

BMC v User Manual BMC v.02.05 User Manual Version 1.2 Published Apr. 2013 Copyright 2012 Wiwynn. All rights reserved. Contents Chapter 1: Overview... 5 1.1 LOGIN... 5 Chapter 2: BMC Monitoring... 6 2.1 DASHBOARD... 6 2.2

More information

McAfee SIEM HA Receivers

McAfee SIEM HA Receivers Product Guide Revision A McAfee SIEM HA Receivers COPYRIGHT Copyright 2015 McAfee, Inc., 2821 Mission College Boulevard, Santa Clara, CA 95054, 1.888.847.8766, www.intelsecurity.com TRADEMARK ATTRIBUTIONS

More information

Cisco RF Switch Firmware Command Reference Guide

Cisco RF Switch Firmware Command Reference Guide Cisco RF Switch Firmware Command Reference Guide March 31, 2011 Cisco RF Switch Firmware Version 4.0 OL-15733-03 This document describes the cable-specific RF Switch Firmware and supporting command-line

More information

EGW1-IA3-MB User s Manual

EGW1-IA3-MB User s Manual www.exemys.com Rev. 0 1 Products are in constant evolution to satisfy our customer needs. For that reason, the specifications and capabilities are subject to change without prior notice. Updated information

More information

CONFIGURING SYSTEM EVENT ALERT NOTIFICATIONS FOR EMC KAZEON RUNNING ON INTEL PLATFORM

CONFIGURING SYSTEM EVENT ALERT NOTIFICATIONS FOR EMC KAZEON RUNNING ON INTEL PLATFORM CONFIGURING SYSTEM EVENT ALERT NOTIFICATIONS FOR EMC KAZEON RUNNING ON INTEL PLATFORM ABSTRACT This white paper explains how to configure Kazeon servers running on Intel platform so that alerts will be

More information

1. IPMI OS Drivers and Open Source Software

1. IPMI OS Drivers and Open Source Software AST2050 Application 1. IPMI OS Drivers and Open Source Software AST2050 firmware is full compliant with IPMI 2.0 specification. So users could use standard IPMI driver comes from operation system distribution.

More information

rx2800i4 Management Processor Setup

rx2800i4 Management Processor Setup Effective: 12/17/18 RX2660 MP SETUP Revision: A rx2800i4 Management Processor Setup Log into the Management Processor (MP) serial port on the rx2800i4. (Make a connection to the MP LAN DB9 serial port,

More information

HPE ilo IPMI User Guide

HPE ilo IPMI User Guide HPE ilo IPMI User Guide Abstract This document provides customers with information on the implementation of the Intelligent Platform Management Interface in HPE ilo, including the available commands. Part

More information

Managed Ethernet Switch User s Manual

Managed Ethernet Switch User s Manual Managed Ethernet Switch User s Manual Information Coding: UM00D908 Version: V1.1 Product version: all Product Name: Managed Industrial Ethernet Switches on DIN Rail and Rack. Applicable to: Technical Support

More information

User s Guide. SNMPWEBCARD Firmware Version Revision 3

User s Guide. SNMPWEBCARD Firmware Version Revision 3 WARRANTY REGISTRATION: register online today for a chance to win a FREE Tripp Lite product www.tripplite.com/warranty User s Guide SNMPWEBCARD Firmware Version 12.06.0062 Revision 3 Table of Contents 1.

More information

High-Performance Computing Clusters with IPMI

High-Performance Computing Clusters with IPMI Managing and Monitoring High-Performance Computing Clusters with IPMI This article introduces the Intelligent Platform Interface (IPMI) specification in the context of high-performance computing clusters

More information

User Manual Network Interface

User Manual Network Interface User Manual Network Interface Rev. 1.00 SRP-350Ill SRP-352Ill SRP-350IIOBE http://www.bixolon.com Table of Contents 1. Manual Information... 3 2. Specifications... 3 2-1 Hardware version... 3 2-2 Configuration

More information

The features and functions of the D-Link Smart Managed Switch can be configured through the web-based management interface.

The features and functions of the D-Link Smart Managed Switch can be configured through the web-based management interface. 4 Configuration The features and functions of the D-Link Smart Managed Switch can be configured through the web-based management interface. Web-based Management After a successful login you will see the

More information

AXIS T85 PoE+ Network Switch Series. AXIS T8524 PoE+ Network Switch. AXIS T8516 PoE+ Network Switch. User Manual

AXIS T85 PoE+ Network Switch Series. AXIS T8524 PoE+ Network Switch. AXIS T8516 PoE+ Network Switch. User Manual AXIS T8508 PoE+ Network Switch AXIS T8516 PoE+ Network Switch AXIS T8524 PoE+ Network Switch User Manual Table of Contents About this document........................................ 3 Solution overview...........................................

More information

H3C Firewall Devices. High Availability Configuration Guide (Comware V7) Hangzhou H3C Technologies Co., Ltd.

H3C Firewall Devices. High Availability Configuration Guide (Comware V7) Hangzhou H3C Technologies Co., Ltd. H3C Firewall Devices High Availability Configuration Guide (Comware V7) Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: F5020/F5040 firewalls M9006/M9010/M9014 security gateways

More information

TrueNAS X-SeriesUnifiedStorageArray Basic Setup Guide. December 2017 Edition

TrueNAS X-SeriesUnifiedStorageArray Basic Setup Guide. December 2017 Edition TrueNAS X-SeriesUnifiedStorageArray Basic Setup Guide December 2017 Edition Copyright 2017 ixsystems, Inc. All rights reserved. All trademarks are the property of their respective owners. 1 X Series Unified

More information

Quick Start Guide for Standalone EAP

Quick Start Guide for Standalone EAP Quick Start Guide for Standalone EAP CHAPTERS 1. Determine the Management Method 2. Build the Network Topology 3. Log In to the EAP 4. Edit the SSID 5. Configure and Manage the EAP This guide applies to:

More information

OEM FRU TECHNICAL WHITE PAPER

OEM FRU TECHNICAL WHITE PAPER OEM FRU TECHNICAL WHITE PAPER Capabilities and Use Cases of the OEM FRU Storage Feature on Dell EMC PowerEdge Servers ABSTRACT This white paper describes the capabilities of the OEM FRU storage feature

More information

Using the Web Graphical User Interface

Using the Web Graphical User Interface Prerequisites for Using the Web GUI, page 1 Information About Using The Web GUI, page 2 Connecting the Console Port of the Switch, page 3 Logging On to the GUI, page 4 Enabling Web and Secure Web Modes,

More information

ProSAFE 8-Port 10-Gigabit Web Managed Switch Model XS708Ev2 User Manual

ProSAFE 8-Port 10-Gigabit Web Managed Switch Model XS708Ev2 User Manual ProSAFE 8-Port 10-Gigabit Web Managed Switch Model XS708Ev2 User Manual April 2016 202-11656-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. You

More information

ETH002-2 Relays at 16A Technical Documentation

ETH002-2 Relays at 16A Technical Documentation ETH002-2 Relays at 16A Technical Documentation Overview The ETH002 provides two volt free contact relay outputs with a current rating of up to 16Am. The module is powered from a 12vdc supply which can

More information

C H A P T E R Commands Cisco SFS Product Family Command Reference OL

C H A P T E R Commands Cisco SFS Product Family Command Reference OL CHAPTER 3 This chapter documents the following commands: aaa accounting, page 3-8 aaa authorization, page 3-9 action, page 3-11 addr-option, page 3-12 authentication, page 3-14 auto-negotiate (Ethernet

More information

Release Notes Schroff Firmware Part Number Intelligent Shelf Alarm Panel (ISAP-II)

Release Notes Schroff Firmware Part Number Intelligent Shelf Alarm Panel (ISAP-II) s Schroff Firmware Part Number 63998-10151 Intelligent Shelf Alarm Panel (ISAP-II) Release Date: August 27, 2009 Release History: Release Date Schroff Version PPS version August 27, 2009 Revision 51, Build

More information

HOME AUTOMATION, INC. Model 93A00-1. Serial Server. User s Manual

HOME AUTOMATION, INC. Model 93A00-1. Serial Server. User s Manual HOME AUTOMATION, INC. Model 93A00-1 Serial Server User s Manual Document Number 93I00-1 Rev. A December, 2009 Introduction The 93A00-1 is a RS232/RS485 to TCP/IP converter integrated with a robust system

More information

ProSAFE 8-Port and 16-Port 10-Gigabit Ethernet Web Managed Switch Models XS708Ev2 and XS716E User Manual

ProSAFE 8-Port and 16-Port 10-Gigabit Ethernet Web Managed Switch Models XS708Ev2 and XS716E User Manual ProSAFE 8-Port and 16-Port 10-Gigabit Ethernet Web Managed Switch Models XS708Ev2 and XS716E User Manual March 2017 202-11656-03 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing

More information

Chassis Tasks. Viewing Cards on a Chassis CHAPTER

Chassis Tasks. Viewing Cards on a Chassis CHAPTER CHAPTER 3 This chapter describes the Chassis Manager tasks and contains these sections: Viewing Cards on a Chassis, page 3-1 Viewing Internal Gateway Ports, page 3-7 Viewing Physical Ports on a Chassis,

More information

8-port mk2 user s guide v port mk2

8-port mk2 user s guide v port mk2 8-port mk2 1 CONTENT The 8-port mk2... 4 Connection example... 5 User Login... 6 Switch Status... 7 System information... 7 Logging message... 7 Port counters... 8 Aggregation state... 8 LLDP statistics...

More information

EAP150 EAP150. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW

EAP150 EAP150. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW Long Range Ceiling Mount Access Point 2.4 GHz 150Mbps 11b/g/n 26dBm AP/WDS/Repeater PRODUCT OVERVIEW is a 150Mbps wireless-n ceiling mount AP which offers users extended coverage, strong penetration, secure

More information

SNMP Commands CHAPTER

SNMP Commands CHAPTER CHAPTER 7 This chapter contains the Cisco ONS 15540 ESP-specific SNMP commands. For the complete list of SNMP commands supported on the Cisco ONS 15540 ESP, and their descriptions, refer to Cisco IOS Configuration

More information

EAP150 EAP150. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW

EAP150 EAP150. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW Long Range Ceiling Mount Access Point 2.4 GHz 150Mbps 11b/g/n AP/WDS/Repeater PRODUCT OVERVIEW is a 150Mbps wireless-n ceiling mount AP which offers users extended coverage, strong penetration, secure

More information

ThinkServer Management Module User Guide

ThinkServer Management Module User Guide ThinkServer Management Module User Guide NOTE: Before using the information and the product it supports, be sure to read and understand Appendix A Notices. First Edition (June 2016) Copyright Lenovo 2016.

More information

DrayTek Vigor Technical Specifications. PPPoE, PPTP, DHCP client, static IP, L2TP*, Ipv6. Redundancy. By WAN interfaces traffic volume

DrayTek Vigor Technical Specifications. PPPoE, PPTP, DHCP client, static IP, L2TP*, Ipv6. Redundancy. By WAN interfaces traffic volume DrayTek Vigor 3900 Technical Specifications WAN Protocol Ethernet PPPoE, PPTP, DHCP client, static IP, L2TP*, Ipv6 Multi WAN Outbound policy based load balance Allow your local network to access Internet

More information

System Management Module User's Guide

System Management Module User's Guide System Management Module User's Guide Note Before using this information and the product it supports, be sure to read and understand the safety information and the safety instructions, which are available

More information

AST2500 ibmc Configuration Guide

AST2500 ibmc Configuration Guide AST2500 ibmc Configuration Guide Version 1.0b Copyright Copyright 2017 MITAC COMPUTING TECHNOLOGY CORPORATION. All rights reserved. No part of this manual may be reproduced or translated without prior

More information

DGS-1510 Series Gigabit Ethernet SmartPro Switch Web UI Reference Guide. Figure 9-1 Port Security Global Settings window

DGS-1510 Series Gigabit Ethernet SmartPro Switch Web UI Reference Guide. Figure 9-1 Port Security Global Settings window 9. Security DGS-1510 Series Gigabit Ethernet SmartPro Switch Web UI Reference Guide Port Security 802.1X AAA RADIUS TACACS IMPB DHCP Server Screening ARP Spoofing Prevention MAC Authentication Web-based

More information

Oct 2007 Version 1.01

Oct 2007 Version 1.01 Oct 2007 Version 1.01 Table of Contents Introduction...4 System Requirement...4 Getting Started...4 Installing the Smart WLAN Manager...5 Discovering the Switch and AP...9 Understanding the Screen Layout...12

More information

Portal configuration commands

Portal configuration commands Contents Portal configuration commands 1 display portal acl 1 display portal connection statistics 5 display portal free-rule 7 display portal interface 9 display portal-roaming 11 display portal server

More information

EAP150 EAP150. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW

EAP150 EAP150. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW Long Range Ceiling Mount Access Point 2.4 GHz 150Mbps 11b/g/n 26dBm AP/WDS PRODUCT OVERVIEW is a 150Mbps wireless-n ceiling mount AP which offers users extended coverage, strong penetration, secure network

More information

Powered by Accton. ES Port Gigabit Web-Smart Switch. Management Guide.

Powered by Accton. ES Port Gigabit Web-Smart Switch. Management Guide. Powered by Accton ES4324 24-Port Gigabit Web-Smart Switch Management Guide www.edge-core.com Management Guide 24-Port Gigabit Web-Smart Switch with 24 1000BASE-T (RJ-45) Ports, and 4 Combination (RJ-45/SFP)

More information

Section 3 - Configuration. Enable Auto Channel Scan:

Section 3 - Configuration. Enable Auto Channel Scan: Enable Auto Channel Scan: Wireless Channel: The Auto Channel Scan setting can be selected to allow the DGL-4500 to choose the channel with the least amount of interference. Indicates the channel setting

More information

User Manual ASMB-BMC. ASMB Server Board BMC Function Application for Single Unit

User Manual ASMB-BMC. ASMB Server Board BMC Function Application for Single Unit User Manual ASMB-BMC ASMB Server Board BMC Function Application for Single Unit Copyright The documentation and the software included with this product are copyrighted 2013 by Advantech Co., Ltd. All rights

More information

BiAdmin can be installed by running the setup.exe program in the directory ioprint\utils\biadmin\disk1 on the Chase Research CD-ROM.

BiAdmin can be installed by running the setup.exe program in the directory ioprint\utils\biadmin\disk1 on the Chase Research CD-ROM. BiAdmin Program This document describes the installation and operation of the BiAdmin Configuration & Management program. Requirements This program requires: Windows 95 or Windows 98 Windows NT 3.51, Windows

More information

NePort Series User Manual

NePort Series User Manual NePort Series User Manual Conextop Technologies Co., Ltd. All rights reserved I Disclaimer Copyright 2003 Conextop, Inc. All rights reserved. Conextop,NePort,with its patent-pending technology, and nechip

More information

8-Port Gigabit Ethernet Smart Managed Plus Switch with 2-Port 10G/Multi-Gig Uplinks User Manual

8-Port Gigabit Ethernet Smart Managed Plus Switch with 2-Port 10G/Multi-Gig Uplinks User Manual 8-Port Gigabit Ethernet Smart Managed Plus Switch with 2-Port 10G/Multi-Gig Uplinks User Manual Model GS110EMX December 2017 202-11810-03 350 E. Plumeria Drive San Jose, CA 95134 USA Support Thank you

More information

Out-of-Band Management

Out-of-Band Management CHAPTER 4 Out-of-Band Management Note Out-of-band management requires the optional Cisco network management module (NMM). This chapter describes how to manage your hub or hub stack using the management

More information

Baseboard Management Controller Messages

Baseboard Management Controller Messages CHAPTER 8 The Baseboard Management Controller (BMC) provides the interface to the System Event Log (SEL). The SEL can be accessed from the system side as well as from other external interfaces. The BMC

More information

DGS-1510 Series Gigabit Ethernet SmartPro Switch Web UI Reference Guide

DGS-1510 Series Gigabit Ethernet SmartPro Switch Web UI Reference Guide 6. Layer 3 Features ARP ARP Gratuitous ARP IPv4 Interface IPv4 Static/Default Route IPv4 Route Table IPv6 General Prefix IPv6 Interface IPv6 Neighbor IPv6 Static/Default Route IPv6 Route Table ARP Aging

More information