Használati útmutató Gigabyte MD60-SC0

Olvassa el alább 📖 a magyar nyelvű használati útmutatót Gigabyte MD60-SC0 (49 oldal) a nincs kategorizálva kategóriában. Ezt az útmutatót 10 ember találta hasznosnak és 2 felhasználó értékelte átlagosan 4.5 csillagra

Oldal 1/49
Gigabyte Server Management
Installation and Conguration Guide
Rev. 1.0
Copyright
© 2016 GIGA-BYTE TECHNOLOGY CO., LTD. All rights reserved.
The trademarks mentioned in this manual are legally registered to their respective owners.
Disclaimer
Information 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 Classications
In 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
Active GIGABYTE distributors and resellers: Access a comprehensive source of sales,
marketing & technical materials at:
http://reseller.b2b.gigabyte.com
Please contact your sales representative to register.
https://www.facebook.com/gigabyteserver
- 3 -
Table of Contents
Chapter 1 Getting Started 5 ...............................................................................................
1-1 Using Your Gigabyte Server Management 5 .......................................................
1-2 Hardware Requirement 5 ....................................................................................
1-3 Software Requirement 5 .....................................................................................
1-3-1 Prerequisites on remote management server 5 ..........................................................
1-4 Installing Gigabyte Server Management (Windows) 6 ........................................
1-4-1 Installation Procedure 6 ...............................................................................................
1-5 Installing Gigabyte Server Management (Linux) 10 ............................................
1-5-1 Tomcat Installation Procedure 10 ................................................................................
1-5-2 PostgreSQL Installation Procedure 10 ........................................................................
1-5-3 Restore dbGSMv0XX.backup .................................................................................11
1-5-4 pgadminIII Installation Procedure (Optional) 13 ..........................................................
1-5-5 Login Gigabyte Server Management 14 ......................................................................
Chapter 2 Gigabyte Server Management 15 .....................................................................
2-1 Overview ........................................................................................................ 15
2-2 Enter Gigabyte Server Management 16 .............................................................
2-2-1 System Manager 18 ....................................................................................................
2-2-1-1 Information ..............................................................................................................19
2-2-1-2 Monitoring ...............................................................................................................20
2-2-1-3 Remote Access .......................................................................................................21
2-2-1-4 NetworkConguraiton ............................................................................................26
2-2-1-5 Event Log 27 ...............................................................................................................
2-2-1-6 Alert Management 28 ..................................................................................................
2-2-1-7 Updates ..................................................................................................................30
2-2-2 Group Manager 32 ......................................................................................................
2-2-3 Alert ........................................................................................................................34
2-2-4 Account ...................................................................................................................35
2-2-5 Preference ..............................................................................................................36
2-2-5-1 IP Range 37 .................................................................................................................
2-2-5-2 Event Log 38 ...............................................................................................................
2-2-5-3 Alert Management 39 ..................................................................................................
2-2-5-4 Database ................................................................................................................42
2-2-5-5 Properties ...............................................................................................................43
2-2-5-6 Update ....................................................................................................................44
2-2-6 Help ........................................................................................................................45
Chapter 3 Appendix 46 ......................................................................................................
3-1 Event Log List 46 ................................................................................................
- 4 -
- 5 - Gigabyte Server Management
1-1 Using Your Gigabyte Server Management
Gigabyte 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
veminutes.ThischapterallowsyoutobecomefamiliarwiththeGigabyteServermanagement
GUI’s various functions. Each function is described in detail.
1-2 Hardware Requirement
Before using Gigabyte Server Management , please check your system for the following required
congurationrequirements:
• SystemProcessor:2GHzandabove
• SystemMemory:Minimum4GBRAM
• FreeDiskSpace:1000GBatleast
• Nodeservers:255maximum
1-3 Software Requirement
1-3-1 Prerequisites on remote management server
Supported Browsers:
• Internet Explorer 9 or later
• Google Chrome 39.0.2171.65 m or later
• MozillaFirefox33.1.1
Operating System:
• Windows 2008 & 2012 R2
• Redhat/CentOS 6.3 or later
Chapter 1 Getting Started
Gigabyte Server Management - 6 -
1-4 Installing Gigabyte Server Management (Windows)
1-4-1 Installation Procedure
1. .UnziptheleandrunGSM_Setup.exe
2. Then,aseriesofinstallationwizardsappear.
3. Click .Next
4. Click to start the nstallation.Install
- 7 - Gigabyte Server Management
5. Installingpreparationles.
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.
Gigabyte Server Management - 8 -
7. Installing Visual C++.
8. Installing PostgreSQ.
9. Setting Database of PostgreSQL.
- 9 - Gigabyte Server Management
10. Insatalltion completed, click .Finish
Gigabyte Server Management - 10 -
1-5 Installing Gigabyte Server Management (Linux)
1-5-1 Tomcat Installation Procedure
1-5-2 PostgreSQL Installation Procedure
1. Unzipapache-tomcat-7.0.47.tar.gz
 tar-zxvfapache-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-jre
2. Install PostgreSQL
apt-get install postgresql postgresql-contrib
3. Openuppostgresql.confleinyourfavoriteeditor
vi /etc/postgresql/9.3/main/postgresql.conf
4. Alterthelisten_addressesasbelow:
listen_addresses = '*'
[Cent OS/RedHat]
1. Remove the old PostgreSQL package.
yum remove postgresql*
2. Locateandedityourdistributions.repole,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. Tothesection(s)identiedabove,youneedtoappendaline:
exclude=postgresql*
- 11 - Gigabyte Server Management
4. DownloadPGDGRPMle
[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. InstallPGDGRPMle
[CentOS] rpm -ivh pgdg-centos93-9.3-1.noarch.rpm
[Red Hat] rpm -ivh pgdg-redhat93-9.3-1.noarch.rpm
6. Install PostgreSQL
yum install postgresql93-server
7. Initialize
service postgresql-9.3 initdb
8. Startup
 chkcongpostgresql-9.3on
1-5-3 Restore dbGSMv0XX.backup
1. Modifypg_hba.confle
[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 METHOD
Local all all→postgres peer→trust
host all 127.0.0.1/32all→postgres indent→trust
host all all→postgres ::1/128 indent→trust
:wqtosaveeditedle.
3. Start service
[Ubuntu]
service postgresql restart
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"
- 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
Gigabyte Server Management - 14 -
1-5-5 Login Gigabyte Server Management
1. 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:
 Locateandedityourdistributions.repole,located:
vi /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo
([fedora] sections)
 InstallPGDGRPMle:
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
- 15 - Gigabyte Server Management
2-1 Overview
Chapter 2 Gigabyte Server Management
1. Openaweb browserandtype inyouridentied IP.TheIPaddresscanbe found
using your DHCP server.
2. Enterthefollowingvalues:
• 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.
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 Node Status imageforadvancedconguration.
- 17 - Gigabyte Server Management
After you entering into your Management Console, the Management Console GUI
appears.
Management Console Information shows the general system health status of the current remote
node.Thenodehealthstatuswillappearontheleftsidewithdifferentcolor,eachcolordenition
willbedescribedinthefollowing:
Icon Decription/Resulting Action
Normal:Allnodesandsensorarenormaland
there’s no sensor that has any alert.
Warning:There’satleastonenode/sensorthathaswarningalert.
Unknown:There'snotcriticalalertornon-
criticalalertclassedasunknownstatus.
Critical:There’satleastonenode/sensorthathascriticalalert.
Non-connected:Thisindicatesthe
identiednodeisnotconnected.
Gigabyte Server Management - 18 -
2-2-1 System Manager
System Manager provides the function of List all connected node systems. Click the
drop-downlisttolterandselectspecicnodegroup.
Andtheclickhedrop-downlistforadvancedconguration.
- 19 - Gigabyte Server Management
2-2-1-1 Information
The Information is a display page for basic system health information, such as FRU
information, hardware information, and software information. Items on this window are
non-congurable.
Gigabyte Server Management - 20 -
2-2-1-2 Monitoring
The Monitoring displays a real-time record of the node system fan and voltage
information.Itemsonthiswindowarenon-congurable.
- 21 - Gigabyte Server Management
2-2-1-3 Remote Access
The Remote Accessprovidesthefollowingremotefunctions:
• PowerControlConguration
• Chassis Identify
• Boot Option
• Launch iKVM
• Reboot BMC
• Restore BIOS default settings
• Mount/Unmount Virtual Media
• NetworkTimeProtocolConguration
• BMCAccountConguration
Gigabyte Server Management - 22 -
Icon Decription/Resulting Action
Power on system.
Power off system.
Power cycle system.
Hard reset system.
Power Control
User can power on/off/cycle/and hard reset the remote host system in . power control
- 23 - Gigabyte Server Management
Chassis Identify
Boot Option
iKVM
Reboot BMC
Restore BIOS default settings
Parameter Decription/Resulting Action
Chassis Identify Denethechassislightingtime.
Whenyounishconguration,clickSubmit.
Boot Option Selectbootoptionbyclickingspecieddevicetab.
iKVM
Click to launch the redirection console Launch
and manage the server remotely.
Please ensure that you have latest version of
JAVA tool to active the Java KVM console.
Reboot BMC Click to restart BMC.RebootBMC
Restore BIOS
default settings
Click Browseandselecttheleonyourlocalsystem
and click to restore BIOS default setting.Restore
Gigabyte Server Management - 24 -
Virtual Media
User 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
2. To unmount an ISO image, select the ISO image and click .Unmount
Network Time Protocol
Network Time Protocol provides Networkconguration. User can view and modify the
network settings on this screen. Select the Operation Mode from the drop-down list.
NOTE! Virtual Media does not support Windows operating system.
Parameter Decription/Resulting Action
Dedicate Mode RequestanimmediateclocksynchronizationwiththeNTPserver;
request will be sent when click the Sync Time Now button.
Daemon Mode
Runs NTP daemon which sends a NTP
request at approximately 5 minute
intervals. Multiple NTP servers may be
speciedtoprovideredundancy.
- 25 - Gigabyte Server Management
BMCAccountConguration
User can configure the adminstrator ID and password in this section. After finish
conguration,clickSumit.
- 27 - Gigabyte Server Management
2-2-1-5 Event Log
Event Log displays the connected Node system event log information.
Click to clear current system event log.Clear
Click to download current system event log.Download
Gigabyte Server Management - 28 -
2-2-1-6 Alert Management
Alert Management SNMP Trap Setting Platform Events containstwocategories: and
Filters (PEF). Each catergory will be described in the following section.
SNMP Trap Setting
In 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,andIPv4hostsandrouterswillnotbeabletodealdirectlywithIPv6trafc.
IPv6hasasignicantly largeraddressspacethanIPv4.This resultsfrom theuseofa128-bit
address, whereas IPv4 uses only 32 bits.
Whenyounishtheconguration,click tosaveconguration.Submit

Termékspecifikációk

Márka: Gigabyte
Kategória: nincs kategorizálva
Modell: MD60-SC0

Szüksége van segítségre?

Ha segítségre van szüksége Gigabyte MD60-SC0, tegyen fel kérdést alább, és más felhasználók válaszolnak Önnek




Útmutatók nincs kategorizálva Gigabyte

Útmutatók nincs kategorizálva

Legújabb útmutatók nincs kategorizálva

MOZA

MOZA SR-P Útmutató

10 Április 2025
CaterChef

CaterChef 445001 Útmutató

9 Április 2025
IFM

IFM E40581 Útmutató

9 Április 2025
Livn

Livn Bolt Útmutató

9 Április 2025
Livn

Livn Beats Útmutató

9 Április 2025
IFM

IFM O3R252 Útmutató

9 Április 2025