Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2446576
  • 博文数量: 540
  • 博客积分: 11289
  • 博客等级: 上将
  • 技术积分: 6160
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-11 20:27
个人简介

潜龙勿用,见龙在田

文章分类

全部博文(540)

文章存档

2018年(2)

2013年(5)

2012年(24)

2011年(104)

2010年(60)

2009年(217)

2008年(128)

分类: LINUX

2009-08-06 15:33:52

做运维免不了跟服务器硬件打交道,公司有6,7台DELL 2950服务器,想监控各种硬件信息,便于维护。Windows 2003下安装挺方便的,有几台是Linux,下面我的安装步骤:

1. 先到dell网站下载DELL openmanage安装tar包。
ftp.dell.com/sysman/
                    OM_6.1.0_ManNode_A00.tar.gz
2. 解压后有个setup.sh安装脚本
[root@web share]# ls om6mannode/
COPYRIGHT.txt  docs  license.txt  linux  setup.sh
OM服务启动需要用到lockfile这个命令,先安装它:
[root@web Server]# rpm -ivh procmail-3.22-17.1.i386.rpm
warning: procmail-3.22-17.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
Preparing...                ########################################### [100%]
   1:procmail               ########################################### [100%]

[root@web om6mannode]# ./setup.sh
Warning: The lockfile utility is not found in PATH or /usr/bin.
         This utility prevents concurrent executions of setup.sh
         which can lead to unexpected or invalid installation results.


                  DELL SOFTWARE LICENSE AGREEMENT


This is a legal agreement ("Agreement") between you, the user, and Dell
Products L.P or Dell Global B.V. ("Dell"). This Agreement covers all
software that is distributed with the Dell product, for which there is
no separate license agreement between you and the manufacturer or owner
of the software (collectively the "Software"). This Agreement is not for
the sale of Software or any other intellectual property. All title and
intellectual property rights in and to Software is owned by the manufacturer
or owner of the Software. All rights not expressly granted under this Agreement
are reserved by the manufacturer or owner of the Software. By opening or
breaking the seal on the Software packet(s), installing or downloading the
Software, or using the Software that has been preloaded or is embedded in your
product, you agree to be bound by the terms of this Agreement. If you do not
agree to these terms, promptly return all Software items (disks, written
materials, and packaging) and delete any preloaded or embedded Software.
You may use one copy of the Software on only one computer at a time. If you
have multiple licenses for the Software, you may use as many copies at any time
as you have licenses. "Use" means loading the Software in temporary memory or
permanent storage on the computer. Installation on a network server solely for
distribution to other computers is not "use" if (but only if) you have a
separate license for each computer to which the Software is distributed. You
must ensure that the number of persons using the Software installed on a
network server does not exceed the number of licenses that you have. If the
number of users of Software installed on a network server will exceed the
number of licenses, you must purchase additional licenses until the number of
licenses equals the number of users before allowing additional users to use the
Software. If you are a commercial customer of Dell or a Dell affiliate, you
hereby grant Dell, or an agent selected by Dell, the right to perform an audit
of your use of the Software during normal business hours, you agree to
cooperate with Dell in such audit, and you agree to provide Dell with all
records reasonably related to your use of the Software. The audit will be

Do you agree to the above license terms? ('y' for yes | 'Enter' to exit): y

3. 我选择安装全部的组件:
##############################################

  Server Administrator Custom Install Utility

##############################################

  Components for Server Administrator Managed Node Software:

    [ ] 1. Server Administrator Web Server
    [ ] 2. Server Instrumentation
    [ ] 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
   - Server Administrator Web Server
   - Server Instrumentation
   - Storage Management

  Dependencies

  Components for Server Administrator Managed Node Software:

    [x] 1. Server Administrator Web Server
    [x] 2. Server Instrumentation
    [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

Do you want the Server Administrator services started?
   Press ('y' for yes | 'Enter' to exit): y
Starting mptctl:
Waiting for mptctl driver registration to complete:
[  OK  ]

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_snmp32d: [  OK  ]
Starting DSM SA Shared Services: [  OK  ]

Starting DSM SA Connection Service: [  OK  ]

4. 所有服务都起来,查看web访问端口1311是否监听:

[root@web om6mannode]# netstat -lantup|grep dsm
tcp        0      0 0.0.0.0:1311                0.0.0.0:*                   LISTEN      16906/dsm_om_connsv
5. 查看、关闭和重启服务状态命令:

[root@web om6mannode]# srvadmin-
srvadmin-services.sh   srvadmin-uninstall.sh 
[root@web om6mannode]# srvadmin-services.sh status
dell_rbu (module) is running
ipmi driver is running
dsm_sa_datamgr32d (pid 16773 16770) is running
dsm_sa_eventmgr32d (pid 16794) is running
dsm_sa_snmp32d (pid 16806) is running
dsm_om_shrsvc32d (pid 16838) is running
dsm_om_connsvc32d (pid 16906 16905) is running
[root@web om6mannode]# srvadmin-services.sh restart

Shutting down DSM SA Shared Services: [  OK  ]


Shutting down DSM SA Connection Service: [  OK  ]


Stopping Systems Management Data Engine:
Stopping dsm_sa_snmp32d: [  OK  ]
Stopping dsm_sa_eventmgr32d: [  OK  ]
Stopping dsm_sa_datamgr32d: [  OK  ]
Stopping Systems Management Device Drivers:
Stopping dell_rbu:[  OK  ]
Starting mptctl:
Waiting for mptctl driver registration to complete:
[  OK  ]

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_snmp32d: [  OK  ]
Starting DSM SA Shared Services: [  OK  ]

Starting DSM SA Connection Service: [  OK  ]

6. 远程访问监控软件:


IE浏览器可将该地址加入信任站点
帐号密码为系统内置的,root为super user,其他用户为normal user。

参考:

阅读(2290) | 评论(0) | 转发(0) |
0

上一篇:著名的3P

下一篇:[翻译原创]OnlineDataDrift

给主人留下些什么吧!~~