Gigabyte MB10-DS0 Manual
Læs nedenfor 📖 manual på dansk for Gigabyte MB10-DS0 (49 sider) i kategorien Server. Denne guide var nyttig for 23 personer og blev bedømt med 4.5 stjerner i gennemsnit af 2 brugere
Side 1/49

Gigabyte Server Management
Installation and Conguration 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 Classications
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

- 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
veminutes.ThischapterallowsyoutobecomefamiliarwiththeGigabyteServermanagement
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
congurationrequirements:
• SystemProcessor:2GHzandabove
• SystemMemory:Minimum4GBRAM
• FreeDiskSpace:1000GBatleast
• Nodeservers:255maximum
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
• MozillaFirefox33.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. .UnziptheleandrunGSM_Setup.exe
2. Then,aseriesofinstallationwizardsappear.
3. Click .Next
4. Click to start the nstallation.Install

- 7 - Gigabyte Server Management
5. Installingpreparationles.
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. 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-jre
2. Install PostgreSQL
apt-get install postgresql postgresql-contrib
3. Openuppostgresql.confleinyourfavoriteeditor
vi /etc/postgresql/9.3/main/postgresql.conf
4. Alterthelisten_addressesasbelow:
listen_addresses = '*'
[Cent OS/RedHat]
1. Remove the old PostgreSQL package.
yum remove postgresql*
2. Locateandedityourdistributions.repole,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)identiedabove,youneedtoappendaline:
exclude=postgresql*

- 11 - Gigabyte Server Management
4. DownloadPGDGRPMle
[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. InstallPGDGRPMle
[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
chkcongpostgresql-9.3on
1-5-3 Restore dbGSMv0XX.backup
1. Modifypg_hba.confle
[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
:wqtosaveeditedle.
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:
Locateandedityourdistributions.repole,located:
vi /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo
([fedora] sections)
InstallPGDGRPMle:
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. Openaweb browserandtype inyouridentied IP.TheIP addresscanbe found
using 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.

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 imageforadvancedconguration.

- 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.Thenodehealthstatuswillappearontheleftsidewithdifferentcolor,eachcolordenition
willbedescribedinthefollowing:
Icon Decription/Resulting Action
Normal:Allnodesandsensorarenormaland
there’s no sensor that has any alert.
Warning:There’satleastonenode/sensorthathaswarningalert.
Unknown:There'snotcriticalalertornon-
criticalalertclassedasunknownstatus.
Critical:There’satleastonenode/sensorthathascriticalalert.
Non-connected:Thisindicatesthe
identiednodeisnotconnected.

Gigabyte Server Management - 18 -
2-2-1 System Manager
System Manager provides the function of List all connected node systems. Click the
drop-downlisttolterandselectspecicnodegroup.
Andtheclickhedrop-downlistforadvancedconguration.
Produkt Specifikationer
Mærke: | Gigabyte |
Kategori: | Server |
Model: | MB10-DS0 |
Bredde: | 170 mm |
Dybde: | 170 mm |
Pakkedybde: | 214 mm |
Pakkebredde: | 233 mm |
Pakkehøjde: | 62 mm |
Wi-Fi: | Ingen |
Relativ luftfugtighed ved drift (H-H): | 8 - 80 % |
Ethernet LAN-porte (RJ-45): | 1 |
Antal USB 3.2 Gen 1 (3.1 Gen 1) type-A-porte: | 2 |
Ethernet LAN: | Ja |
Driftstemperatur (T-T): | 10 - 35 °C |
Hurtig installationsvejledning: | Ja |
Kabler inkluderet: | SATA |
Maksimal intern hukommelse: | 32 GB |
On-board grafikkort, model: | Aspeed AST2400 |
Mikrofonindgang: | Ingen |
Processorproducent: | Intel |
Antal VGA-porte (D-sub): | 1 |
Komponent til: | Server |
Processor sokkel: | BGA 1667 |
Thermal Design Power (TDP): | 45 W |
Understøttede hukommelsestyper: | DDR4-SDRAM |
Understøttede hukommelsesclock-hastigheder: | 1600,1866,2133 Mhz |
Antal SATA III-stik: | 6 |
LAN Kontroller: | Intel I210 |
Hukommelseskanaler: | Dual-channel |
CPU-ventilatorstik: | Ja |
Antal COM-stik: | 1 |
ATX strømstrik (24 stikben): | Ja |
Antal kabinetventilatorstik: | 1 |
Motherboard form faktor: | Mini-ITX |
Understøttede lagerdrev brugerflader: | SATA III |
Antal understøttede processorer: | 1 |
Hukommelsesspænding: | 1.2 V |
Strømstik til ventilator: | Ingen |
PCI Ekspres x16 (Gen 3.x) slots: | 1 |
Antal DIMM-slots: | 4 |
Diskret grafik support: | Ja |
Intel® Xeon serie: | D-1500 |
Antal understøttede processor cores: | 8 |
Understøttet UDIMM modul kapacitet: | 16GB |
Understøttet RDIMM modul kapacitet: | 32GB |
Har du brug for hjælp?
Hvis du har brug for hjælp til Gigabyte MB10-DS0 stil et spørgsmål nedenfor, og andre brugere vil svare dig
Server Gigabyte Manualer

15 December 2024

31 August 2024

31 August 2024

31 August 2024

31 August 2024

31 August 2024

31 August 2024

31 August 2024

31 August 2024

31 August 2024
Server Manualer
- Server QNAP
- Server Bosch
- Server Acer
- Server Sony
- Server HP
- Server D-Link
- Server Asus
- Server Toshiba
- Server Lenovo
- Server Abus
- Server Planet
- Server Black Box
- Server TRENDnet
- Server Buffalo
- Server Medion
- Server Linksys
- Server Megasat
- Server Cisco
- Server Seagate
- Server Netgear
- Server Tripp Lite
- Server Western Digital
- Server Technics
- Server Digitus
- Server Dell
- Server Fujitsu
- Server MSI
- Server NEC
- Server APC
- Server LevelOne
- Server FLIR
- Server ZyXEL
- Server Eaton
- Server ELAC
- Server Synology
- Server Hikvision
- Server Monacor
- Server AVerMedia
- Server Asustor
- Server Kramer
- Server Hanwha
- Server LaCie
- Server Naim
- Server Fantec
- Server Provision-ISR
- Server Quantum
- Server Axis
- Server ACTi
- Server Digi
- Server ATen
- Server Teo
- Server Vimar
- Server Smart-AVI
- Server Intel
- Server Supermicro
- Server StarTech.com
- Server Conceptronic
- Server Rocstor
- Server IStarUSA
- Server Blackmagic Design
- Server Lindy
- Server Veritas
- Server Promise Technology
- Server Sitecom
- Server HGST
- Server AMX
- Server Intellinet
- Server Iomega
- Server Silverstone
- Server Geovision
- Server Ernitec
- Server KanexPro
- Server Gefen
- Server Moxa
- Server C2G
- Server Allnet
- Server Maxdata
- Server Matrox
- Server Valcom
- Server Freecom
- Server IoSafe
- Server Revox
- Server Luxman
- Server G-Technology
- Server Areca
- Server SEH
- Server Ibm
- Server Sonnet
- Server TAIDEN
- Server SIIG
- Server Advantech
- Server Mobotix
- Server Extron
- Server Avocent
- Server Silex
- Server Middle Atlantic
- Server In Win
- Server Sun
- Server Atlona
- Server MvixUSA
- Server Dual Bay
- Server Raidsonic
- Server EMC
- Server Infortrend
- Server Opengear
- Server EXSYS
- Server Raritan
- Server Chenbro Micom
- Server Mr. Signal
- Server Atlantis Land
- Server Lantronix
- Server NETSCOUT
- Server Origin Storage
- Server IMC Networks
Nyeste Server Manualer

9 Marts 2025

9 Marts 2025

9 Marts 2025

30 Januar 2025

30 Januar 2025

23 Januar 2025

23 Januar 2025

23 Januar 2025

23 Januar 2025

23 Januar 2025