gigabyte server management …

60
Gigabyte Server Management Installation and Configuration Guide Rev. 1.0

Upload: others

Post on 25-Jun-2022

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Gigabyte Server Management …

Gigabyte Server Management

Installation and Configuration GuideRev. 1.0

Page 2: Gigabyte Server Management …

Copyright© 2016 GIGA-BYTE TECHNOLOGY CO., LTD. All rights reserved.The trademarks mentioned in this manual are legally registered to their respective owners.

DisclaimerInformation in this manual is protected by copyright laws and is the property of GIGABYTE. Changes to the specifications and features in this manual may be made by GIGABYTE without prior notice. No part of this manual may be reproduced, copied, translated, transmitted, or published in any form or by any means without GIGABYTE's prior written permission.

Documentation ClassificationsIn order to assist in the use of this product, GIGABYTE provides the following types of documentations: For detailed product information, carefully read the User's Guide.

For more information, visit our website at:

http://b2b.gigabyte.com

You are a professional? Get an access to our complete source of sales, marketing & technical materials at:

http://reseller.b2b.gigabyte.com

https://www.facebook.com/gigabyteserver

Page 3: Gigabyte Server Management …

- 3 -

Table of Contents

Chapter 1 Getting Started ...............................................................................................51-1 Using Your Gigabyte Server Management ....................................................... 51-2 Hardware Requirement .................................................................................... 51-3 Software Requirement ..................................................................................... 5

1-3-1 Prerequisites on remote management server ..........................................................51-4 Installing Gigabyte Server Management (Windows) ........................................ 6

1-4-1 Installation Procedure ...............................................................................................61-5 Installing Gigabyte Server Management (Linux) ............................................ 10

1-5-1 Tomcat Installation Procedure ................................................................................101-5-2 PostgreSQL Installation Procedure ........................................................................101-5-3 Restore dbGSMv0XX.backup .................................................................................111-5-4 pgadminIII Installation Procedure (Optional) ..........................................................131-5-5 Login Gigabyte Server Management ......................................................................14

Chapter 2 Gigabyte Server Management .....................................................................152-1 Overview ........................................................................................................ 152-2 Enter Gigabyte Server Management ............................................................. 16

2-2-1 Node List ................................................................................................................172-2-1-1 Dashboard ..............................................................................................................182-2-1-2 Control Management ..............................................................................................212-2-1-3 Monitor ....................................................................................................................232-2-1-4 SEL .........................................................................................................................242-2-1-5 Event Management ................................................................................................252-2-1-6 Setting ....................................................................................................................272-2-2 Group .....................................................................................................................332-2-2-1 Group Node List Dashboard ...................................................................................352-2-2-2 Group Update .........................................................................................................372-2-2-3 Group Chassis ........................................................................................................382-2-2-4 Group Virtual Media ................................................................................................402-2-2-5 Group Log ...............................................................................................................422-2-2-6 Group Power Consumption ....................................................................................432-2-2-7 GroupNetworkConfiguration .................................................................................432-2-2-8 Group PEF ..............................................................................................................442-2-2-9 Group Trap .............................................................................................................452-2-2-10 Group Users ...........................................................................................................462-2-3 GSM .......................................................................................................................472-2-3-1 Log ..........................................................................................................................482-2-3-2 SNMP .....................................................................................................................49

Page 4: Gigabyte Server Management …

- 4 -

2-2-3-3 SMTP ......................................................................................................................502-2-3-4 Database Update ....................................................................................................512-2-4 Setting ....................................................................................................................522-2-4-1 GSMConfiguration .................................................................................................522-2-4-2 User Management ..................................................................................................532-2-4-3 TFTP Setting ..........................................................................................................532-2-4-4 GSM Update ...........................................................................................................542-2-4-5 Reset ......................................................................................................................542-2-5 Status .....................................................................................................................552-2-6 Help ........................................................................................................................56

Chapter 3 Appendix ......................................................................................................573-1 Event Log List ................................................................................................ 57

Page 5: Gigabyte Server Management …

- 5 - Gigabyte Server Management

1-1 Using Your Gigabyte Server ManagementGigabyte Server management has a user-friendly Graphics User Interface (GUI) called the Gigabyte Server management GUI. It is designed to be easy to use. It has a low learning curve because it uses a standard Internet browser. You can expect to be up and running in less than fiveminutes.ThischapterallowsyoutobecomefamiliarwiththeGigabyteServermanagementGUI’s various functions. Each function is described in detail.

1-2 Hardware RequirementBefore using Gigabyte Server Management , please check your system for the following required configurationrequirements:

• SystemProcessor:2GHzandabove• SystemMemory:Minimum4GBRAM• FreeDiskSpace:1000GBatleast• Nodeservers:255maximum

1-3 Software Requirement1-3-1 Prerequisites on remote management serverSupported Browsers:• Internet Explorer 9 or later• Google Chrome 39.0.2171.65 m or later• MozillaFirefox33.1.1

Operating System:• Windows 2008 & 2012 R2• Redhat/CentOS 6.3 or later

Chapter 1 Getting Started

Page 6: Gigabyte Server Management …

Gigabyte Server Management - 6 -

1-4 Installing Gigabyte Server Management (Windows)1-4-1 Installation Procedure1. UnzipthefileandrunGSM_Setup.exe.2. Then,aseriesofinstallationwizardsappear.3. Click Next.

4. Click Install to start the nstallation.

Page 7: Gigabyte Server Management …

- 7 - Gigabyte Server Management

5. Installingpreparationfiles.

CAUTION! Please make sure you have enough space on your hard drive for the program.

6. Installing Java JDK, this may take few mintues to complete installation.

Page 8: Gigabyte Server Management …

Gigabyte Server Management - 8 -

7. Installing Visual C++.

8. Installing PostgreSQ.

9. Setting Database of PostgreSQL.

Page 9: Gigabyte Server Management …

- 9 - Gigabyte Server Management

10. Insatalltion completed, click Finish.

Page 10: Gigabyte Server Management …

Gigabyte Server Management - 10 -

1-5 Installing Gigabyte Server Management (Linux)1-5-1 Tomcat Installation Procedure

1-5-2 PostgreSQL Installation Procedure

1. Unzipapache-tomcat-7.0.47.tar.gz tar-zxvfapache-tomcat-7.0.47.tar.gz

2. Move apache-tomcat-7.0.47 to /root/tomcat7 mv apache-tomcat-7.0.47 /root/tomcat7

3. Move GSM.war to /root/tomcat7/webapps mv GSM.war /root/tomcat7/webapps

4. Execute startup.sh cd /root/tomcat7/bin ./startup.sh

[Ubuntu]1. Install default-jre apt-get install default-jre2. Install PostgreSQL apt-get install postgresql postgresql-contrib3. Openuppostgresql.conffileinyourfavoriteeditor vi /etc/postgresql/9.3/main/postgresql.conf4. Alterthelisten_addressesasbelow: listen_addresses = '*'

[Cent OS/RedHat]1. Remove the old PostgreSQL package. yum remove postgresql*

2. Locateandedityourdistributions.repofile,located: [CentOS] vi /etc/yum.repos.d/CentOS-Base.repo ([base] and [updates] sections) [Red Hat] vi /etc/yum/pluginconf.d/rhnplugin.conf ([main] section)

3. Tothesection(s)identifiedabove,youneedtoappendaline: exclude=postgresql*

Page 11: Gigabyte Server Management …

- 11 - Gigabyte Server Management

4. DownloadPGDGRPMfile [CentOS] curl -O http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-1.noarch.rpm [Red Hat] curl -O http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpm

5. InstallPGDGRPMfile [CentOS] rpm -ivh pgdg-centos93-9.3-1.noarch.rpm [Red Hat] rpm -ivh pgdg-redhat93-9.3-1.noarch.rpm6. Install PostgreSQL yum install postgresql93-server7. Initialize service postgresql-9.3 initdb8. Startup chkconfigpostgresql-9.3on

1-5-3 Restore dbGSMv0XX.backup1. Modifypg_hba.conffile[Ubuntu] vi /etc/postgresql/9.3/main/pg_hba.conf

[CentOS / Red Hat] vi /var/lib/pgsql/9.3/data/pg_hba.conf

2. Edit

TYPE DATABASE USER ADDRESS METHODLocal all all→postgres peer→trusthost all all→postgres 127.0.0.1/32 indent→trusthost all all→postgres ::1/128 indent→trust

:wqtosaveeditedfile.

3. Start service[Ubuntu] service postgresql restart

Page 12: Gigabyte Server Management …

Gigabyte Server Management - 12 -

[CentOS / Red Hat] service postgresql-9.3 start

4. Create database createdb -U postgres dbGSM

5. Restore dbGSMv0XX.backup to database pg_restore -h 127.0.0.1 -p 5432 -U postgres -d dbGSM -v " dbGSMv0XX.backup"

Page 13: Gigabyte Server Management …

- 13 - Gigabyte Server Management

1-5-4 pgadminIII Installation Procedure (Optional)[CentOS]1. Install pgadmin3 yum install pgadmin3_93

2. Execute pgadmin3 pgadmin3 &

3. File -> Add server

[Redhat]1. Get wxBase curl -O http://yum.postgresql.org/9.2/redhat/rhel-6.5-x86_64/wxBase-2.8.12-1.el6.x86_64.rpm

2. Install wxBase rpm -ivh wxBase-2.8.12-1.el6.x86_64.rpm

3. Get wxGTK curl -O http://yum.postgresql.org/9.2/redhat/rhel-6.5-x86_64/wxGTK-2.8.12-1.el6.x86_64.rpm

4. Install wxGTK rpm -ivh wxGTK-2.8.12-1.el6.x86_64.rpm

5. Get PgAdmin3 curl -O http://yum.postgresql.org/9.3/redhat/rhel-6.5-x86_64/pgadmin3_93-1.18.1-2.rhel6.x86_64. rpm

6. Install PgAdmin3 rpm -ivh pgadmin3_93-1.18.1-2.rhel6.x86_64.rpm

7. Execute pgadmin3 pgadmin3 &

8. File -> Add server

Page 14: Gigabyte Server Management …

Gigabyte Server Management - 14 -

1-5-5 Login Gigabyte Server Management1. Open a browser and enter URL http://localhost:8080/GSM/

2. Enter Database User Name postgres

• This utility supported CentOS 6.3 or later version.• PostgreSQL must be execute in root authority.• In Fedora 19, you have to install package in the following: Locateandedityourdistributions.repofile,located: vi /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo ([fedora] sections)

InstallPGDGRPMfile: curl -O http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-1.noarch. rpm

Initialize: /usr/pgsql-9.3/postgresql93-setup initdb

Page 15: Gigabyte Server Management …

- 15 - Gigabyte Server Management

2-1 Overview

Chapter 2 Gigabyte Server Management

1. Openawebbrowserand type in your identified IP.The IPaddress canbe foundusing your DHCP server.

2. Enterthefollowingvalues:• Username:admin• Password:password

• The default user name and password are in lower-case characters.• When you log in using the root user name and password, you have full administrative

powers. It is advised that once you log in, you change the root password.

Page 16: Gigabyte Server Management …

Gigabyte Server Management - 16 -

2-2 Enter Gigabyte Server Management After you successfully log into your Gigabyte Server Management, the Remote Management GUI appears. Click GET INforadvancedconfiguration.

Page 17: Gigabyte Server Management …

- 17 - Gigabyte Server Management

Parameter Decription/Resulting Action

SelectCheck Selectboxtoconfigureconnectednodes in the same group.

BMC MAC Displays the connected Node BMC MACaddress information. BMC IP Displays the Node BMC IP address.

Click on selected IP to view the Node dashboard information and Node remote management functions. The Node remote management function is descriped in section 2-2-1 Dashboard.

BMC Connection Displays the Node BMC connection status.Node Type Displays the Node type information.

TherearethreetypeofNodemanagement:• BMC:Baseboardmanagementcontroller,whichgivesa

user or administrator the ability to control a remote system and the ability to perform a variety of functions. With BMC, data only transmitted in the local network area.

• CMC:ChassisManagementController,whichprovides function for managing multiple server chassis. CMC is higher level control and monitoring of one or multiple chassis.

• RMC:RemoteManagementController.SimilarwithBMC, RMC provides LAN-based system console access as wellas remote system management functions. RMC provides out-of-the-band functions and giving you complete access to your server from any location via a web browser.

iKVM ProvidesiKVMfunctionforspecifiedsystem.ToactiveatetheiKVM function, click Select check box, and click Launch tab.

Description User can add description for selected node.

2-2-1 Node ListNode List provides the function of List all system, List all node, Sort by differnet, and Search function of current remote client system.

Node list

Page 18: Gigabyte Server Management …

Gigabyte Server Management - 18 -

2-2-1-1 DashboardDashboard containstwocategories:Node Detail and BIOS Info. NoteDetailprovidesbasicremotemanagementconfigurationforsinglenode.

DetailThe Detail is a display page for basic system health information, such as FRU information,andsoftwareinformation.Itemsonthiswindowarenon-configurable.

Page 19: Gigabyte Server Management …

- 19 - Gigabyte Server Management

MonitorThe Monitor displays displays a real-time record of the node system fan and voltage information.Itemsonthiswindowarenon-configurable.

IdentifyIdentifyprovidesnodesystem identification function.Whenyouclickon the Identify tab, the ID button of remoted node system will be light on for 15 seconds.

PowerPower provides node system power control operation. You can power on or power off the node system remotely. To perform the power control operation, just simply click on the tab.

Page 20: Gigabyte Server Management …

Gigabyte Server Management - 20 -

BIOS InfoThe BIOS Info is a display page for system manfacturer information and software technical information, suchasBIOS information, and firmware information. Itemsonthiswindowarenon-configurable.

Page 21: Gigabyte Server Management …

- 21 - Gigabyte Server Management

2-2-1-2 Control ManagementControl management containstwocategories:Networkconfiguration and Chassis configuration. Each catergory will be described in the following section.

NetworkConfigurationNetworkConfiguration provides IPv4andIPv6configuration.Whenyoufinishconfiguration,clickSubmittosaveconfiguration.

Page 22: Gigabyte Server Management …

Gigabyte Server Management - 22 -

ChassisConfigurationChassisConfiguration allows you to power off/cycle and hard reset the remote host system. Additionally you can see the remote power status.

Icon Decription/Resulting Action

Power off system.

Power cycle system.

hard reset system.

Parameter Decription/Resulting ActionChassis Identify Definethechassislightingtime.

Whenyoufinishconfiguration,clickSubmit.Boot Option Definethechassislightingtime.

Selectbootoptionbyclickingspecifieddevicetab.Restore BIOS default settings

Click Browseandselectthefileonyourlocalsystemand click Restore to restore BIOS default setting.

Page 23: Gigabyte Server Management …

- 23 - Gigabyte Server Management

2-2-1-3 MonitorYou can find a real-time record of the node system fan and voltage information in Sensor Monitoring.

Power Consumption(Note)

This screen displays information on the system power consumption. The information includes Current Power Consumption, Power consumption configuration and Power consumption monitoring.Toconfigurepower limit,setPowerLimitManagementActivated toON and input the value in the respective column. Click Submittosaveconfiguration.

NOTE! Function available on selected models.

Page 24: Gigabyte Server Management …

Gigabyte Server Management - 24 -

2-2-1-4 SELSEL displays the connected Node system event log information. Click Refresh to update current system SEL.Click Clear to clear current system SEL.Click Download to download current system SEL.

Page 25: Gigabyte Server Management …

- 25 - Gigabyte Server Management

2-2-1-5 Event ManagementEvent management contains twocategories:PEF and Trap. Each catergory will be described in the following section.

PEFAplatformeventfilter(PEF)cantriggeranactionandgenerateanalertwhenacriticalhardware-related event occurs. For each PEF, you can choose the action to be taken when a platform event occurs.You can also choose to generate and send an alert when a platform event occurs. In the Platform Events screen, you can enable the generation of platform event alerts globally by clicking Global Alerting Enable.

Page 26: Gigabyte Server Management …

Gigabyte Server Management - 26 -

Trap SettingIn the Trap Settings, user can set the IPv4 and Ipv6 Destination List.IPv6 and IPv4 are two completely separate protocols. IPv6 is not backwards compatible with IPv4,andIPv4hostsandrouterswillnotbeabletodealdirectlywithIPv6traffic.IPv6hasasignificantly largeraddressspace than IPv4.This results from theuseofa128-bitaddress, whereas IPv4 uses only 32 bits.Whenyoufinishtheconfiguration,clickSubmittosaveconfiguration.

Page 27: Gigabyte Server Management …

- 27 - Gigabyte Server Management

2-2-1-6 SettingSetting providesgeneralsystemcoonfigurationforspecifiednode.

Page 28: Gigabyte Server Management …

Gigabyte Server Management - 28 -

NOTE! GSM has built-in TFTP server, users have to activate TFTP server and configureGSMserverIPaddressbeforeupdatingBIOS,BMCorCPLD.

UpdateUpdate page provides functions for BIOS, BMC firmware, logo and CPLD update remote for specifiednode.1. ToupdateBIOSorfirmware,selectupdatetype.2. SelectthefileonyourlocalsystemusingBrowse.3. Click UpdatetoupdatethenewversionofBIOSorfirmware.4. Toupdatelogo,selectthefileonyourlocalsystemusingBrowse.5. Click Update to update a new logo.6. ToupdateCPLD,selectthefileonyourlocalsystemusingBrowse.7. Click Update to update CPLD.

Page 29: Gigabyte Server Management …

- 29 - Gigabyte Server Management

Virtual MediaUser can mount an ISO Image via Virtual Media function page.Follow the instructions below to mount or unmount an ISO image.1. To mount an ISO image, select the ISO image and click Mount.

NOTE! Virtual Media does not support Windows operating system.

2. To unmount an ISO image, select the ISO image and click Unmount.

Page 30: Gigabyte Server Management …

Gigabyte Server Management - 30 -

SettingThispageprovides function forgeneratingaspecificuser.EnterUserNameandPassword inrespective columns, and click Submit to greate a new user account.

Page 31: Gigabyte Server Management …

- 31 - Gigabyte Server Management

UserDisplays user list.UserDisplaysuserlistandprvidestheconfigurationofchannelprivilegelevel.

Channel Privilege Level

User This may be considered the lowest privilege level.

Operator AllBMCcommandsareallowed,exceptforconfigurationcommands that can change the behavior of the out-of-band interfaces. For example, Operator privilege does not allow the capability to disable individual channels, or change user access privileges.

Administrator AllBMCcommandsareallowed,includingconfigurationcommands. An Administrator can even execute configurationcommandsthatwoulddisablethechannelthat the Administrator is communicating over.

Page 32: Gigabyte Server Management …

Gigabyte Server Management - 32 -

LogLog records the event when sensor has an abnormal state. When the log matches the pre-definedalert,thesystemsendsoutthenotificationautomatically,ifitispre-configured.To clear the event lot, click Clear.To save the event lot, click Download.

Page 33: Gigabyte Server Management …

- 33 - Gigabyte Server Management

2-2-2 Group Group provides the function of Create group, Edit droup, Delete group, and Search function of current remote grouped client systems. Click GET IN for advanced configuration.

Group Node list

Parameter Decription/Resulting Action

Select Check Selectboxtoconfigureconnectednodesinthesamegroup.

Group ID Displays the connected group ID information. Group Name Displays the group name.

Click on selected Group Name to view the Group dashboard information and Gropu remote management functions.

Group Type Displays the group type information.

Description User can add description for selected group. When finish configuration,clickSubmit.

Page 34: Gigabyte Server Management …

Gigabyte Server Management - 34 -

Create a Group1. Click Create.2. Definenewgroupnamein the respective column.3. Select Group type from the drop-down list.4. Whenfinishconfiguration,clickSubmit.

Delete a Group1. SelectthespecifiedgroupbycheckingSelect box.2. Whenfinishconfiguration,clickDelete.

Page 35: Gigabyte Server Management …

- 35 - Gigabyte Server Management

2-2-2-1 Group Node List DashboardWhen you enter the Group Server interface, there are various categories on the side bar:Dashboard andnineother options:Group Update, Group Chassis, Group Virtual Media, Group Log, Group Power Consumption Monitor, Group Network Configuration,GroupPEF,GroupTrap,and Group Users.

NOTE! GroupPowerConsumption,GroupNetworkConfiguration,GroupPEF, Group Trap, and Group UsersappearswhenGroupuserisconfigured.

Page 36: Gigabyte Server Management …

Gigabyte Server Management - 36 -

Group Management1. Click Add and check Selectboxtoselectspecifiednodeinthegroup.2. Whenfinishconfiguration,clickSubmit.3. To Delete node from the group, check Select box and click Delete.

4. To Rename group, check Select box and click Rename. 5. Whenfinishconfiguration,clickSubmit.

Page 37: Gigabyte Server Management …

- 37 - Gigabyte Server Management

2-2-2-2 Group UpdateGroupUpdatepageprovidesfunctionsforBIOS,BMCfirmware,logoandCPLDupdateremoteforspecifiedgroup.1. Click Add and check Selectboxtoselectspecifiedgroup.2. Select update type and selectthefileonyourlocalsystemusingBrowse.3. Click UpdatetoupdatethenewversionofBIOSorfirmware.

Page 38: Gigabyte Server Management …

Gigabyte Server Management - 38 -

2-2-2-3 Group ChassisGroup Chassis allows you to power on/off/cycle/hard reset and hard reset the remote host system. Additionally you can see the remote power status.

Icon Decription/Resulting Action

Power on system.

Power off system.

Power cycle system.

Hard reset system.

Page 39: Gigabyte Server Management …

- 39 - Gigabyte Server Management

Parameter Decription/Resulting ActionChassis Identify Definethegroupchassislightingtime.

Whenyoufinishconfiguration,clickSubmit.Boot Option Definethegroupchassislightingtime.

Selectbootoptionbyclickingspecifieddevicetab.Restore BIOS default settings

Click Browseandselectthefileonyourlocalsystemand click Restore to restore BIOS default setting.

Page 40: Gigabyte Server Management …

Gigabyte Server Management - 40 -

2-2-2-4 Group Virtual MediaThispageprovidesmountinganISOimageviaVirtualMediaremoteforspecifiedgroup.Follow the instructions below to mount or unmount an ISO image.1. To mount an ISO image, select the ISO image and click Mount.

2. Selectthespecifiedgroup,andclickSubmit.

Page 41: Gigabyte Server Management …

- 41 - Gigabyte Server Management

3. To unmount an ISO image, select the ISO image and click Unmount.

NOTE! Virtual Media does not support Windows operating system..

Page 42: Gigabyte Server Management …

Gigabyte Server Management - 42 -

2-2-2-5 Group LogLog records the event when sensor has an abnormal state. When the log matches the pre-definedalert,thesystemsendsoutthenotificationautomatically,ifitispre-configured.To clear the event lot, click Clear.To save the event lot, click Download.

Page 43: Gigabyte Server Management …

- 43 - Gigabyte Server Management

2-2-2-6 Group Power ConsumptionThis screen displays information on the group system power consumption.

2-2-2-7GroupNetworkConfigurationThis page provides GroupIPv4andIPv6DHCPconfiguration.

Page 44: Gigabyte Server Management …

Gigabyte Server Management - 44 -

2-2-2-8 Group PEFThis page provides Group PEF.Choose to generate and send an alert when a platform event occurs. In the Platform Events screen, you can enable the generation of platform event alerts globally by clicking Global Alerting Enable.

Page 45: Gigabyte Server Management …

- 45 - Gigabyte Server Management

2-2-2-9 Group TrapThis page provides GroupIPv4andIPv6configuration.Whenyoufinishtheconfiguration,clickSubmittosaveconfiguration.

Page 46: Gigabyte Server Management …

Gigabyte Server Management - 46 -

2-2-2-10 Group UsersThis page displaysgroupuserlistandconfigurationofchannelprivilegelevel.

Channel Privilege Level

User This may be considered the lowest privilege level.

Operator AllBMCcommandsareallowed,exceptforconfigurationcommands that can change the behavior of the out-of-band interfaces. For example, Operator privilege does not allow the capability to disable individual channels, or change user access privileges.

Administrator AllBMCcommandsareallowed,includingconfigurationcommands. An Administrator can even execute configurationcommandsthatwoulddisablethechannelthat the Administrator is communicating over.

Page 47: Gigabyte Server Management …

- 47 - Gigabyte Server Management

2-2-3 GSMGSM dashboard display the database usage and IP range configuration for remote node or group system.Click GET INforadvancedconfiguration.

IP RangeUser can specify the IP range that is scanned during the normal discovery run. Follow steps outlinedbelowtoconfigureIPdiscover.1. Click Enable to specify the IP range in the respective columns.2. Enter Start IP and End IP in the respective columns.3. Select Scan Type.4. Whenyoufinishtheconfiguration,clickSubmittotosaveyourconfiguration.

Page 48: Gigabyte Server Management …

Gigabyte Server Management - 48 -

2-2-3-1 LogThis page records GSM event log when sensor has an abnormal state. When the log matchesthepre-definedalert,thesystemsendsoutthenotificationautomatically.Click Clear to clear all event log.Click Download to download the event log.

Page 49: Gigabyte Server Management …

- 49 - Gigabyte Server Management

2-2-3-2 SNMPThispageprovidesSNMPtrapconfigurationwhichincludesSNMPsettingandSNMPdestinationconfiguration.

Parameter Decription/Resulting ActionAlerting Enable Determine whether the trap is sent by connected node.Host address Displays the host address information.Alerting Level Determine the alerting level from the drop-down list.

Please refer to Section 3-1 Event Log for description of alerting level.

GSM SNMP DestinationIPv4 Destination Usercanconfigure4IPv4Destination.Enable SelectONtoconfigureIPv4 addressIPv4 Address EnterspecifiedIPaddress.

Whenyoufinish theconfiguration,clickSubmit to to save your configuration.

Page 50: Gigabyte Server Management …

Gigabyte Server Management - 50 -

2-2-3-3 SMTPIfyouwantthealerttobesentbyemail,youcanconfiguretospecifythee-mailaddress,subjectand message in this page.FollowstepsoutlinedbelowtoconfigureIPdiscover.1. ConfigureSMTPserver.EnterinformationinServer Host, Server Port, Account,

Password and Email address.2. Check the SMTP Authentication Enable box and enter the user email address;

select the Event Level from the drop-down list.3. Whenyoufinishconfiguration,clickSave. 4. To Delete the configured authentication email, check Delete box, click Save to

delete account.5. For sending a test email, check Enable box, click Send Test Mail.

Page 51: Gigabyte Server Management …

- 51 - Gigabyte Server Management

2-2-3-4 Database UpdateThispageprovidesusertobackupandupdatecurrentdatabasefiles.1. Tobackupanddownloadthecurrentdatabasefiles,clickBackup Downlaod.2. Toupdatecurrentdatabase,selectthefileonyourlocalsystemusingBrowse.3. ClickUpdatetoupdatetothenewversionoffile.

Page 52: Gigabyte Server Management …

Gigabyte Server Management - 52 -

2-2-4-1 GSMConfiguration2-2-4 Setting

Page 53: Gigabyte Server Management …

- 53 - Gigabyte Server Management

2-2-4-2 User ManagementFollowstepsoutlinedbelowtoconfigurespecificusers.1. Click the Add. a window pops up. 2. Enter User Name and Password. Check Enable status, and select Level.3. Whenyoufinishconfiguration,clickSubmit to create a new user.4. To delete user, check Select box, and click Delete.

2-2-4-3 TFTP SettingGSMTFTPserverconfigurationFollowstepsoutlinedbelowtoconfigureTFTP server.1. Select ON for use TFTP server on GSM.2. Enter IP address and clcik Submit.

NOTE! GSMhasbuilt-inTFTPserver,usershavetoconfigureGSMserverIPaddress before updating BIOS, BMC or CPLD.

Page 54: Gigabyte Server Management …

Gigabyte Server Management - 54 -

2-2-4-4 GSM UpdateTheGSMfirmwarecanbeupdatedremotely.Toupdatefirmware,followtheinstructionbelow:1. SelectthefileonyourlocalsystemusingBrowse.2. Click Updatetoupdatetothenewversionoffirmware.

2-2-4-5 ResetUnit reset function. To reset system to the factory default, click Reset.

Page 55: Gigabyte Server Management …

- 55 - Gigabyte Server Management

2-2-5 StatusStatus shows the general system health status of the current remote client node system.TheSystemStatuswillappearwithdifferentcolor,eachcolordefinitionwillbedescribed in the following, click GET IN to view system health status.

Color Decription/Resulting Action

Green Normal:Allsensorsarenormalandthere’sno sensor that has any alert.

Amber Non-critical:There’satleastonesensor that has warning alert.

Red Critical:There’satleastonesensorthathascriticalalert.

Yellow Unknow:There'snotcriticalalertornon-criticalalertclassfiedasunknownstatus.

Health

Unknown Non-critical

Critical

After getting in Status page, you will see the detail system health status as below illustration:

Page 56: Gigabyte Server Management …

Gigabyte Server Management - 56 -

2-2-6 HelpHelp page provides the general information including License information, Hardware requirements, Software requirements and Operating System requirements.

Page 57: Gigabyte Server Management …

- 57 - Appendix

Chapter 3 Appendix3-1 Event Log List

SNMP ID Event Level Event Function Event DescriptionD06F00 FATAL DB Database connnection failed.D06F01 ERROR DB Database connnection denied.D16F00 ERROR NetworkConfiguration GetIPv4configurationfailedD16F01 ERROR NetworkConfiguration SetIPv4configurationfailedD16F02 ERROR NetworkConfiguration GetIPv6configurationfailedD16F03 ERROR NetworkConfiguration SetIPv6configurationfailedD26F00 ERROR Chassis Control Power control failedD26F01 ERROR Chassis Control Set chassis identify failedD26F02 ERROR Chassis Control Get chassis status failedD36F00 ERROR Power Limit Get power limit failedD36F01 ERROR Power Limit PowerlimitconfigurationfailedD36F02 ERROR Power Limit PowerlimitconfigurationfailedD46F00 ERROR Platform Event Platform event log failedD46F01 ERROR Platform Event Set platform event failedD56F00 ERROR Trap Destination Get IPv4 destination failedD56F01 ERROR Trap Destination Set IPv4 destination failedD56F02 ERROR Trap Destination Get IPv4 activate status failedD56F03 ERROR Trap Destination Set IPv4 activate status failedD56F04 ERROR Trap Destination Get IPv6 destination failedD56F05 ERROR Trap Destination Set IPv6 destination failedD56F06 ERROR Trap Destination Get IPv6 activate status failedD56F07 ERROR Trap Destination Set IPv6 activate status failedD36F03 WARN Group Power Limit Policy already existD36F04 INFO Group Power Limit Add new policyD36F05 INFO Group Power Limit Delete policyD36F06 INFO Group Power Limit GroupXXX:enablepowerlimitD36F07 INFO Group Power Limit Group XXX: reduce power limit

to XXXD36F08 INFO Group Power Limit GroupXXX:disablepowerlimitD66F00 WARN User Management Useraccount:XXXalreadyexistD66F01 INFO User Management Addnewuseraccount:XXXD66F02 INFO User Management Deleteuseraccount:XXXD76F00 INFO System Reset System reset successD76F01 ERROR System Reset System reset failed, please wait a

few minuteD86F00 INFO Group Setting Create groupD86F01 INFO Group Setting Delete groupD86F02 INFO Group Setting Add group memberD86F03 INFO Group Setting Delete group memberD86F04 INFO Group Setting Rename group

Page 58: Gigabyte Server Management …

Appendix - 58 -

D96F00 INFO Background(GSM) : IPDiscover

Found new OpenRack1.0 RMC IP(with ip)

D96F01 INFO Background(GSM) : IPDiscover

Found new IPMI IP(with ip/mac/type)

D96F02 INFO Background(GSM) :Node Status Add node(with mac information)

D96F03 INFO Background(GSM) :Node Status

Start monitor after a random time has expired

D96F04 INFO Background(GSM) :Node Status Delete node(with mac information)

D96F05 INFO Background(GSM) :Monitor high frequency Add node(with mac information)

D96F06 INFO Background(GSM) :Monitor high frequency

Start monitor after a random time has expired

D96F07 INFO Background(GSM) :Monitor high frequency Delete node(with mac information)

D96F08 INFO Background(GSM) :S y s t e m i n f o h i g h frequency

Add node(with mac information)

D96F09 INFO Background(GSM) :S y s t e m i n f o h i g h frequency

Start monitor after a random time has expired

D96F0A INFO Background(GSM) :S y s t e m i n f o h i g h frequency

Delete node(with mac information)

D96F0B INFO B a c k g r o u n d ( G S M ) : Sys tem in fo lowfrequency

Add node(with mac information)

D96F0C INFO B a c k g r o u n d ( G S M ) : Sys tem in fo lowfrequency

Start monitor after a random time has expired

D96F0D INFO B a c k g r o u n d ( G S M ) : Sys tem in fo lowfrequency

Delete node(with mac information)

D96F0E INFO Background(GSM) :Power reading Add node(with mac information)

D96F0F INFO Background(GSM) :Power reading

Start monitor after a random time has expired

D96F10 INFO Background(GSM) :Power reading Delete node(with mac information)

DA6F00 WARN B a c k g r o u n d ( E a c h node):NodeStatus

Node disconnect, terminate all service process

Page 59: Gigabyte Server Management …

- 59 - Appendix

DA6F01 WARN B a c k g r o u n d ( E a c h node):NodeStatus IPMI damage retry count

DA6F02 ERROR B a c k g r o u n d ( E a c h node):NodeStatus

IPMI damage, terminate all service process except node status itself

DA6F03 INFO B a c k g r o u n d ( E a c h node):NodeStatus Node have been terminate

DA6F04 ERROR B a c k g r o u n d ( E a c h node) : Monitor highfrequency

Send command exception(Could be raw command fai l or sql command fail)

DA6F05 INFO B a c k g r o u n d ( E a c h node) : Monitor highfrequency

Node have been terminate

DA6F06 ERROR B a c k g r o u n d ( E a c h node) : System infohigh frequency

Exception information(get free port fail)

DA6F07 WARN B a c k g r o u n d ( E a c h node) : System infohigh frequency

Node management status is true/false

DA6F08 INFO B a c k g r o u n d ( E a c h node) : System infohigh frequency

Node have been terminate

DA6F09 ERROR B a c k g r o u n d ( E a c h node):Systeminfolowfrequency

Get FRU fail

DA6F0A ERROR B a c k g r o u n d ( E a c h node):Systeminfolowfrequency

Get SDR fail

DA6F0B ERROR B a c k g r o u n d ( E a c h node):Systeminfolowfrequency

Get 3 Net MAC fail

DA6F0C ERROR B a c k g r o u n d ( E a c h node):Systeminfolowfrequency

Get SMBIOS info fail

DA6F0D INFO B a c k g r o u n d ( E a c h node):Systeminfolowfrequency

Node have been terminate

DA6F09 ERROR B a c k g r o u n d ( E a c h node):Systeminfolowfrequency

Get FRU fail

DA6F0A ERROR B a c k g r o u n d ( E a c h node):Systeminfolowfrequency

Get SDR fail

DA6F0B ERROR B a c k g r o u n d ( E a c h node):Systeminfolowfrequency

Get 3 Net MAC fail

Page 60: Gigabyte Server Management …

Appendix - 60 -

DA6F0C ERROR B a c k g r o u n d ( E a c h node):Systeminfolowfrequency

Get SMBIOS info fail

DA6F0D INFO B a c k g r o u n d ( E a c h node):Systeminfolowfrequency

Node have been terminate

DC6F03 ERROR Node BMC Update No compatible image, end processDC6F04 ERROR Node BMC Update Cannot connect to TFTP server,

end processDC6F05 ERROR Node BMC Update UpdateBMCfail:[message]DD6F00 INFO Node BIOS Update Start update BIOSDD6F01 INFO Node BIOS Update Update BIOS successDD6F02 WARN Node BIOS Update Node is busy, end processDD6F03 ERROR Node BIOS Update No compatible image, end processDD6F04 ERROR Node BIOS Update Cannot connect to TFTP server,

end processDD6F05 ERROR Node BIOS Update UpdateBIOSfail:[message]DE6F00 INFO Get Node SEL Getting node SELDE6F01 INFO Get Node SEL Get node SEL completeDE6F02 WARN Get Node SEL CannotfindSELrecordDE6F03 INFO Clear Node SEL Clearing node SELDE6F04 INFO Clear Node SEL Clear node SEL completeDE6F05 INFO Dump Node SEL StartingtodumpnodeSELfileDE6F06 INFO Dump Node SEL Dump node SEL complete