原文出处:http://qingwang.blog.51cto.com/505009/116730

客户新购买了两台DELL R200 服务器。两块160G的硬盘。使用DELL 的sas 6/ir 配置raid1. 安装的系统是:centos5.2
系统安装成功后。配置Dell OpenManage Server Administrator。
1.使用root登陆服务器。
[root@localhost ~]# mount /dev/cdrom /mnt
把光驱挂在/mnt 下。
2.进入/mnt目录下
[root@localhost ~]# cd /mnt/SYSMGMT/srvadmin/
[root@localhost  srvadmin]# cp -R linux/ /home/admin/     
把linxu目录拷贝到/home/admin/下。
3.进入/home/admin/linux
[root@localhost ~]#cd /home/admin/linux
设置 support.s目录755的权限。
[root@localhost linux]# chmod -R 755 support.s/*
4.编辑srvadmin-install.sh文件。
[root@localhost support.s]# vi srvadmin-install.sh
― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ―
# 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"
― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ― ―

修改grep -c "Tikanga" /etc/redhat-release` -gt 0 为grep -c "CentOS release 5.2 (Final)" /etc/redhat-release` -gt 0。
系统的版本可以从/etc/redhat-releasec查到。修改后保存文件。
服务器的版本。
[root@localhost support.s]# cat /etc/redhat-release
CentOS release 5.2 (Final)
5.开始安装:
[root@localhost support.s]# ./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. All
Enter the number to select a component from the above list.
  Enter q to quit.
Enter : 4 我选择全部安装
##############################################
Server Administrator Custom Install Utility
##############################################
Selected Options
   - All
Dependencies
   - Server Administrator CLI
   - Server Administrator Web Server
   - Storage Management
Components for Server Administrator Managed Node Software:
[x] 1. Server Administrator CLI
    [x] 2. Server Administrator Web Server
    [x] 3. Storage Management
    [x] 4. 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): Enter'
Installing the selected packages.
warning: srvadmin-cm-5.5.0-364.i386.rpm: Header V3 DSA signature: NOKEY, key ID 23b66a9d
Preparing...                ########################################### [100%]
   1:srvadmin-omilcore      ########################################### [  8%]
     To start all installed services without a reboot,
     enter the following command:  srvadmin-services.sh  start
   2:srvadmin-syscheck      ########################################### [ 15%]
   3:srvadmin-deng          ########################################### [ 23%]
   4:srvadmin-omauth        ########################################### [ 31%]
   5:srvadmin-omacore       ########################################### [ 38%]
   6:srvadmin-jre           ########################################### [ 46%]
   7:srvadmin-ipmi          ########################################### [ 54%]
   8:srvadmin-hapi          ########################################### [ 62%]
   9:srvadmin-isvc          ########################################### [ 69%]
  10:srvadmin-cm            ########################################### [ 77%]
  11:srvadmin-iws           ########################################### [ 85%]
  12:srvadmin-omhip         ########################################### [ 92%]
  13:srvadmin-storage       ########################################### [100%]
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:                                      [  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://服务器名或ip地址:1311
出现成功界面。使用用户名及密码登陆吧。

如果安装出现错误。请安装相应的软件包
如:
warning: srvadmin-cm-5.5.0-364.i386.rpm: Header V3 DSA signature: NOKEY, key ID 23b66a9d
error: Failed dependencies:
        libstdc++.so.5 is needed by srvadmin-iws-5.5.0-364.i386
        libstdc++.so.5(GLIBCPP_3.2) is needed by srvadmin-iws-5.5.0-364.i386
        libstdc++.so.5 is needed by srvadmin-omacore-5.5.0-364.i386
        libstdc++.so.5(GLIBCPP_3.2) is needed by srvadmin-omacore-5.5.0-364.i386
        libstdc++.so.5(GLIBCPP_3.2.2) is needed by srvadmin-omacore-5.5.0-364.i386
-   Installation of some of the packages have failed.
 -   Please refer to 'readme_ins.txt' file for more details.
 -   The readme_ins.txt can be found in srvadmin/docs/readme folder
安装
[root@localhost opt]# yum -y install compat-libstdc++-33
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package compat-libstdc++-33.i386 0:3.2.3-61 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 compat-libstdc++-33     i386       3.2.3-61         base              232 k
Transaction Summary
=============================================================================
Install      1 Package(s)        
Update       0 Package(s)        
Remove       0 Package(s)        
Total download size: 232 k
Downloading Packages:
(1/1): compat-libstdc++-3 100% |=========================| 232 kB    00:01    
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID e8562897
Importing GPG key 0xE8562897 "CentOS-5 Key (CentOS 5 Official Signing Key) <centos-5-key@centos.org>" from http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: compat-libstdc++-33          ######################### [1/1]
Installed: compat-libstdc++-33.i386 0:3.2.3-61
Complete!

本文出自 51CTO.COM技术博客

转载于:https://blog.51cto.com/xiaomaimai/355261

Centos5安装Dell OpenManage Server Administrator相关推荐

  1. DELL T110II Server如何通过RAID 级别迁移的方式在OMSA下实现磁盘阵列扩容?

    目录: RAID 转移规则说明 操作步骤 本文介绍了 通过RAID 级别转换来实现扩容的方法 注意:本文相关RAID的操作,仅供在测试环境里学习和理解戴尔PowerEdge服务器RAID控制卡的功能和 ...

  2. 初次安装ArcGIS 10.2 License Server Administrator无法启动

    场景: 项目上用到ArcGIS  10.2,自己想先用个破解版玩着.破解版首先需要安装License Manager,正常来说安装完License Manager之后会弹出License Server ...

  3. 安装部署Exchange Server 2010 CAS NLB MailBox DAG

    安装部署Exchange Server 2010 CAS NLB & MailBox DAG 注:本文档描写了安装部署Exchange Server 2010 NLB+DAG方面的操作步骤,如 ...

  4. 如何在Linux/MacOS系统上安装Microsoft SQL Server

    转载来源:https://hub.docker.com/_/mssql-server-linux 如何在Linux/MacOS系统上安装Microsoft SQL Server 快速安装 # 首先在L ...

  5. ArcGIS License Server Administrator 10.2 无法启动许可的解决办法

    刚刚重装了电脑,安装ArcGIS的时候,安装完desktop之后又安装了License Manager,结果把破解文件替换完之后,发现ArcGIS License Server Administrat ...

  6. oracle ola_Ola HallengrenSQL Server维护解决方案–安装和SQL Server备份解决方案

    oracle ola Database administrators tend to use various scripts or applications, to make the daily SQ ...

  7. tfs sql查询_TFS安装中SQL Server课程

    tfs sql查询 介绍 ( Introduction ) More often than not (at least in places I've worked at), the job of in ...

  8. localdb 安装_如何安装Microsoft SQL Server Express LocalDB

    localdb 安装 Microsoft SQL Server Express LocalDB, a solution primarily intended for developers, is a ...

  9. 适配Dell R750xs server Broadcom BCM57412 NetXtreme-E 10Gb SFP+ 网卡

    摘要 The Issue is to handle Scaler v8.2-385 (baf7f3a) on Dell R750xs server, the 10G NIC card is Broad ...

最新文章

  1. 跳来跳去,到底去大公司还是小公司?
  2. 25.EXTJS 主页面的jsp
  3. Codeforces Round #462 (Div. 2)题解
  4. python 、example
  5. 电脑不能打字_宝妈、学生、上班族手机兼职——打字录入
  6. 房产企业数字化转型如何快速落地?
  7. ajax大数据导入的一系列问题处理
  8. JDK 14:CMS GC是OBE
  9. 计算机应用技木就业前京,计算机专业毕业的研究生在京就业情况及启示.doc
  10. Arduino笔记-人体热释电外传感器使用
  11. 【OpenCV】OpenCV实战从入门到精通之 -- 图像对比度、亮度值调整
  12. 高中信息技术——GoldWave音频处理刷题点整理
  13. js基础知识汇总10
  14. 租服务器的 直连100m是啥,如何知道我的服务器带宽是独享10M或者100M?
  15. hihocoder #1328 : 逃离迷宫
  16. 写给这批≥30岁的测试工程师 。
  17. 学c语言推荐哪种笔记本电脑,哪款笔记本适合大学生 推荐学生党笔记本电脑
  18. MEM/MBA英语基础(07)复合句-定语从句
  19. Gopher China 2021,未来可期
  20. 职场中为人处世那些事!

热门文章

  1. UITableView长按拖动排序(支持不同行高,不同section间交换)
  2. python3、ipython3、setup-tools、pip等环境搭建详细总结
  3. composer QA
  4. 微信公众平台开发教程(二) 基本原理及消息接口
  5. android 远程下载与pull解析技术
  6. Linux系统下智能DNS服务器BIND9.7.2安装配置
  7. 990. 等式方程的可满足性
  8. python全局代理_玩Python之HTTP代理
  9. 基于BAE微信公众账号管理系统答辩PPT免费下载
  10. js时间搓化为今天明天_做猪皮冻,记住“泡一泡,刮一刮,搓一搓”,皮冻晶莹剔透无异味...