最新版本:2007-11 5.3.0
前提: 使用DELL品牌机器,其实也就是要有DELL主板上的一块小小芯片(BMC)就成!
官方公布测试通过可使用型号:
PowerEdge 10th generation system family:
R200, R900
PowerEdge 9th generation system family:
1900, 1950, 1955, 2900, 2950, 2970, 6950
PowerEdge 8th generation system family:
800, 830, 840, 850, 860, 1800, 1850, 1855MC, 2800, 2850, 6800, and 6850
PowerEdge 7th generation system family:
700, 750, 1750
PowerEdge 6th generation system family:
600SC, 650, 1600SC, 1650, 1655MC, 2600, 2650, 4600, 6600, 6650
PowerVault system family:
NX1950, PV100, PV500, PV600
目的: 监控系统硬件状态,配合 IT Assistant 可实现N台机器集中管理主动硬件报警,包括一些硬件驱动的更新提示,
当然报警级别可自定义!
附加功能,硬件配置,硬件的插槽位置,硬盘的raid情况,重启,关机,机器序列号,自定义标签,液晶面板的自定义显示等等等 ...
官方详细说明:
* Added support for the following Dell systems: T105, M600, M605, R805,
R200, and R900.
* Added support for the following Dell PowerVault systems: 100, 500,
and 600.
* Added support for Microsoft?Windows Server?2008 (32-bit and 64-bit),
Standard, Web, DataCenter, Enterprise, and Core editions.
* Added support for Red Hat?Enterprise Linux?Version 4.5 (x86_32) and
(x86_64) for AS, ES, and WS editions.
* Added support to configure or report Integrated Dell Remote Access
Controllers' (iDRAC) Intelligent Platform Management Interface (IPMI)
settings and extended settings for modular servers.
* Added interface to launch the iDRAC and Chassis Management Controller
(CMC) from GUI.
* Added support to display the modular server slot name and the slot
number in the System/Server Module Summary page.
* Added support to display the internal USB device information in the
BIOS Setup and Ports Information page.
* Added support to display Trusted Platform Module (TPM) information in
the BIOS Setup page.
* Added support to disable baseboard management controller (BMC)
automatic system recovery (ASR) when the operating system's watchdog
timer (WDT) is configured.
* Added support for additional LAN network ports on the motherboard.
* Added support to display embedded hypervisor information in the BIOS
Setup page and Ports Information page.
* Added support to configure the optical drive controller in the BIOS
Setup page.
* Added support to edit Server Administrator user privileges on Red Hat
Enterprise Linux and SUSE?Linux Enterprise Server operating systems.
* Added support for iSCSI enablement of Network Interface Controller.
* Added support to configure power monitoring settings.
实用性: 强
建议: 安装,但配置较差机器不建议,因为其会占用一定的系统资源!
原理:

----------------------------------------------------------- 左腿专用分隔线-------------------------------------------------------------------------
1.找到随机附带光盘 “DELL SYSTEMS CONSOLE AND AGENT”
2.目录 \srvadmin\linux 整目录拷贝至 /usr/local/src
3.chmod +x supportscripts 赋予脚本执行权限
4.vi srvadmin-install.sh (dell 这脚本做得有点S,当然如果你是redhat 的话,跳过此步骤,centos 继续,其他版本未尝试!)
# Check if operating system is RHEL3.
if [ -f /etc/redhat-release ] && [ `grep -c "Taroon" /etc/redhat-release` -gt 0 ]; then
GBL_OS_TYPE=${GBL_OS_TYPE_RHEL3}
GBL_OS_TYPE_STRING="RHEL3"
# Else check if operating system is RHEL4.
elif [ -f /etc/redhat-release ] && [ `grep -c "Nahant" /etc/redhat-release` -gt 0 ]; then
GBL_OS_TYPE=${GBL_OS_TYPE_RHEL4}
GBL_OS_TYPE_STRING="RHEL4"
# Else check if operating system is RHEL5.
elif [ -f /etc/redhat-release ] && [ `grep -c "Tikanga" /etc/redhat-release` -gt 0 ]; then
GBL_OS_TYPE=${GBL_OS_TYPE_RHEL5}
GBL_OS_TYPE_STRING="RHEL5"
# Else check if operating system is SLES.
elif [ -f /etc/SuSE-release ]; then
LOC_VERSION=`cat /etc/SuSE-release | grep "VERSION" | sed -e 's#[^0-9]##g'`
# Check if operating system is SLES9.
if [ "${LOC_VERSION}" = "9" ]; then
GBL_OS_TYPE=${GBL_OS_TYPE_SLES9}
GBL_OS_TYPE_STRING="SLES9"
fi
# Check if operating system is SLES10.
if [ "${LOC_VERSION}" = "10" ]; then
GBL_OS_TYPE=${GBL_OS_TYPE_SLES10}
GBL_OS_TYPE_STRING="SLES10"
找相应的系统版本替换 grep -c "xxxx" 值即可。(xxxx 值可从 cat /etc/redhat-release)
执行 ./ srvadmin-install.sh
5. 如果提示 某些包未找到,请执行安装相应包:
yum install ncurses libxml2 compat-libstdc++-33
再执行 ./ srvadmin-install.sh 即可
----------------------------------------------------------- 左腿专用分隔线-------------------------------------------------------------------------
安装过程:
##############################################
Server Administrator Custom Install Utility
##############################################
Components for Server Administrator Managed Node Software:
[ ] 1. Server Administrator CLI
[ ] 2. Server Administrator Web Server
[ ] 3. Storage Management
[ ] 4. Remote Access Core Components
[ ] 5. Remote Access SA Plugin Components
[ ] 6. All
Enter the number to select a component from the above list.
Enter q to quit.
Enter : 6
##############################################
Server Administrator Custom Install Utility
##############################################
Selected Options
- All
Dependencies
- Server Administrator CLI
- Server Administrator Web Server
- Storage Management
- Remote Access Core Components
- Remote Access SA Plugin Components
Components for Server Administrator Managed Node Software:
[x] 1. Server Administrator CLI
[x] 2. Server Administrator Web Server
[x] 3. Storage Management
[x] 4. Remote Access Core Components
[x] 5. Remote Access SA Plugin Components
[x] 6. All
Enter the number to select a component from the above list.
Enter c to copy selected components to destination folder.
Enter i to install the selected components.
Enter r to reset selection and start over.
Enter q to quit.
Enter : i
Default install location is: /opt/dell/srvadmin
Do you want to change it?
Press ('y' for yes | 'Enter' for default):
Installing the selected packages.
warning: instsvc-drivers-5.3.0-438.i386.rpm: Header V3 DSA signature: NOKEY, key ID 23b66a9d
Preparing... ########################################### [100%]
1:srvadmin-omilcore ########################################### [ 6%]
To start all installed services without a reboot,
enter the following command: srvadmin-services.sh start
2:srvadmin-syscheck ########################################### [ 12%]
3:srvadmin-deng ########################################### [ 18%]
4:srvadmin-omauth ########################################### [ 24%]
5:srvadmin-omacore ########################################### [ 29%]
6:srvadmin-jre ########################################### [ 35%]
7:srvadmin-ipmi ########################################### [ 41%]
8:srvadmin-hapi ########################################### [ 47%]
9:srvadmin-isvc ########################################### [ 53%]
10:srvadmin-rac5-component########################################### [ 59%]
11:instsvc-drivers ########################################### [ 65%]
12:srvadmin-cm ########################################### [ 71%]
13:srvadmin-iws ########################################### [ 76%]
14:srvadmin-omhip ########################################### [ 82%]
15:srvadmin-racadm5 ########################################### [ 88%]
16:srvadmin-racdrsc5 ########################################### [ 94%]
17:srvadmin-storage ########################################### [100%]
Do you want the Server Administrator services started?
Press ('y' for yes | 'Enter' to exit): y
Starting Systems Management Device Drivers:
Starting dell_rbu:[ OK ]
Starting ipmi driver: Already started[ OK ]
Starting Systems Management Data Engine:
Starting dsm_sa_datamgr32d: [ OK ]
Starting dsm_sa_eventmgr32d: [ OK ]
Starting DSM SA Shared Services: [ OK ]
Starting DSM SA Connection Service: [ OK ]
6. 访问 https://xxx.xxx.xxx.xxx:1311
前提: 使用DELL品牌机器,其实也就是要有DELL主板上的一块小小芯片(BMC)就成!
官方公布测试通过可使用型号:
PowerEdge 10th generation system family:
R200, R900
PowerEdge 9th generation system family:
1900, 1950, 1955, 2900, 2950, 2970, 6950
PowerEdge 8th generation system family:
800, 830, 840, 850, 860, 1800, 1850, 1855MC, 2800, 2850, 6800, and 6850
PowerEdge 7th generation system family:
700, 750, 1750
PowerEdge 6th generation system family:
600SC, 650, 1600SC, 1650, 1655MC, 2600, 2650, 4600, 6600, 6650
PowerVault system family:
NX1950, PV100, PV500, PV600
目的: 监控系统硬件状态,配合 IT Assistant 可实现N台机器集中管理主动硬件报警,包括一些硬件驱动的更新提示,
当然报警级别可自定义!
附加功能,硬件配置,硬件的插槽位置,硬盘的raid情况,重启,关机,机器序列号,自定义标签,液晶面板的自定义显示等等等 ...
官方详细说明:
* Added support for the following Dell systems: T105, M600, M605, R805,
R200, and R900.
* Added support for the following Dell PowerVault systems: 100, 500,
and 600.
* Added support for Microsoft?Windows Server?2008 (32-bit and 64-bit),
Standard, Web, DataCenter, Enterprise, and Core editions.
* Added support for Red Hat?Enterprise Linux?Version 4.5 (x86_32) and
(x86_64) for AS, ES, and WS editions.
* Added support to configure or report Integrated Dell Remote Access
Controllers' (iDRAC) Intelligent Platform Management Interface (IPMI)
settings and extended settings for modular servers.
* Added interface to launch the iDRAC and Chassis Management Controller
(CMC) from GUI.
* Added support to display the modular server slot name and the slot
number in the System/Server Module Summary page.
* Added support to display the internal USB device information in the
BIOS Setup and Ports Information page.
* Added support to display Trusted Platform Module (TPM) information in
the BIOS Setup page.
* Added support to disable baseboard management controller (BMC)
automatic system recovery (ASR) when the operating system's watchdog
timer (WDT) is configured.
* Added support for additional LAN network ports on the motherboard.
* Added support to display embedded hypervisor information in the BIOS
Setup page and Ports Information page.
* Added support to configure the optical drive controller in the BIOS
Setup page.
* Added support to edit Server Administrator user privileges on Red Hat
Enterprise Linux and SUSE?Linux Enterprise Server operating systems.
* Added support for iSCSI enablement of Network Interface Controller.
* Added support to configure power monitoring settings.
实用性: 强
建议: 安装,但配置较差机器不建议,因为其会占用一定的系统资源!
原理:
----------------------------------------------------------- 左腿专用分隔线-------------------------------------------------------------------------
1.找到随机附带光盘 “DELL SYSTEMS CONSOLE AND AGENT”
2.目录 \srvadmin\linux 整目录拷贝至 /usr/local/src
3.chmod +x supportscripts 赋予脚本执行权限
4.vi srvadmin-install.sh (dell 这脚本做得有点S,当然如果你是redhat 的话,跳过此步骤,centos 继续,其他版本未尝试!)
# Check if operating system is RHEL3.
if [ -f /etc/redhat-release ] && [ `grep -c "Taroon" /etc/redhat-release` -gt 0 ]; then
GBL_OS_TYPE=${GBL_OS_TYPE_RHEL3}
GBL_OS_TYPE_STRING="RHEL3"
# Else check if operating system is RHEL4.
elif [ -f /etc/redhat-release ] && [ `grep -c "Nahant" /etc/redhat-release` -gt 0 ]; then
GBL_OS_TYPE=${GBL_OS_TYPE_RHEL4}
GBL_OS_TYPE_STRING="RHEL4"
# Else check if operating system is RHEL5.
elif [ -f /etc/redhat-release ] && [ `grep -c "Tikanga" /etc/redhat-release` -gt 0 ]; then
GBL_OS_TYPE=${GBL_OS_TYPE_RHEL5}
GBL_OS_TYPE_STRING="RHEL5"
# Else check if operating system is SLES.
elif [ -f /etc/SuSE-release ]; then
LOC_VERSION=`cat /etc/SuSE-release | grep "VERSION" | sed -e 's#[^0-9]##g'`
# Check if operating system is SLES9.
if [ "${LOC_VERSION}" = "9" ]; then
GBL_OS_TYPE=${GBL_OS_TYPE_SLES9}
GBL_OS_TYPE_STRING="SLES9"
fi
# Check if operating system is SLES10.
if [ "${LOC_VERSION}" = "10" ]; then
GBL_OS_TYPE=${GBL_OS_TYPE_SLES10}
GBL_OS_TYPE_STRING="SLES10"
找相应的系统版本替换 grep -c "xxxx" 值即可。(xxxx 值可从 cat /etc/redhat-release)
执行 ./ srvadmin-install.sh
5. 如果提示 某些包未找到,请执行安装相应包:
yum install ncurses libxml2 compat-libstdc++-33
再执行 ./ srvadmin-install.sh 即可
----------------------------------------------------------- 左腿专用分隔线-------------------------------------------------------------------------
安装过程:
##############################################
Server Administrator Custom Install Utility
##############################################
Components for Server Administrator Managed Node Software:
[ ] 1. Server Administrator CLI
[ ] 2. Server Administrator Web Server
[ ] 3. Storage Management
[ ] 4. Remote Access Core Components
[ ] 5. Remote Access SA Plugin Components
[ ] 6. All
Enter the number to select a component from the above list.
Enter q to quit.
Enter : 6
##############################################
Server Administrator Custom Install Utility
##############################################
Selected Options
- All
Dependencies
- Server Administrator CLI
- Server Administrator Web Server
- Storage Management
- Remote Access Core Components
- Remote Access SA Plugin Components
Components for Server Administrator Managed Node Software:
[x] 1. Server Administrator CLI
[x] 2. Server Administrator Web Server
[x] 3. Storage Management
[x] 4. Remote Access Core Components
[x] 5. Remote Access SA Plugin Components
[x] 6. All
Enter the number to select a component from the above list.
Enter c to copy selected components to destination folder.
Enter i to install the selected components.
Enter r to reset selection and start over.
Enter q to quit.
Enter : i
Default install location is: /opt/dell/srvadmin
Do you want to change it?
Press ('y' for yes | 'Enter' for default):
Installing the selected packages.
warning: instsvc-drivers-5.3.0-438.i386.rpm: Header V3 DSA signature: NOKEY, key ID 23b66a9d
Preparing... ########################################### [100%]
1:srvadmin-omilcore ########################################### [ 6%]
To start all installed services without a reboot,
enter the following command: srvadmin-services.sh start
2:srvadmin-syscheck ########################################### [ 12%]
3:srvadmin-deng ########################################### [ 18%]
4:srvadmin-omauth ########################################### [ 24%]
5:srvadmin-omacore ########################################### [ 29%]
6:srvadmin-jre ########################################### [ 35%]
7:srvadmin-ipmi ########################################### [ 41%]
8:srvadmin-hapi ########################################### [ 47%]
9:srvadmin-isvc ########################################### [ 53%]
10:srvadmin-rac5-component########################################### [ 59%]
11:instsvc-drivers ########################################### [ 65%]
12:srvadmin-cm ########################################### [ 71%]
13:srvadmin-iws ########################################### [ 76%]
14:srvadmin-omhip ########################################### [ 82%]
15:srvadmin-racadm5 ########################################### [ 88%]
16:srvadmin-racdrsc5 ########################################### [ 94%]
17:srvadmin-storage ########################################### [100%]
Do you want the Server Administrator services started?
Press ('y' for yes | 'Enter' to exit): y
Starting Systems Management Device Drivers:
Starting dell_rbu:[ OK ]
Starting ipmi driver: Already started[ OK ]
Starting Systems Management Data Engine:
Starting dsm_sa_datamgr32d: [ OK ]
Starting dsm_sa_eventmgr32d: [ OK ]
Starting DSM SA Shared Services: [ OK ]
Starting DSM SA Connection Service: [ OK ]
6. 访问 https://xxx.xxx.xxx.xxx:1311
通过 open manage it assistant 是可以进行检测的!
但只有数据,不能生成图表,资源占用不详.
但只有数据,不能生成图表,资源占用不详.
分页: 1/1
1
1
澳洲海...
mysql-master-master















