Linux   发布时间:2022-04-01  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了linux – 如何安装HP CentOS repo大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

我一直在寻找答案,但无法找到任何适合我的说明. 我想为我的新ML310e Gen8服务器安装HP CentOS repo,我可以为它设置洞察管理软件等. 谢谢 你正在寻找 HP Software Delivery Repository (HP-SDR). process to install it is documented pretty well here. 我通过Puppet这样做,但手动运行
我一直在寻找答案,但无法找到任何适合我的说明.

我想为我的新ML310e Gen8服务器安装HP CentOS repo,我可以为它设置洞察管理软件等.

谢谢

解决方法

你正在寻找 HP Software Delivery Repository (HP-SDR). process to install it is documented pretty well here.

我通过Puppet这样做,但手动运行也没什么大不了的:

有HP管理组件包(MCp)和HP Support Pack for ProLiant(SPp).从技术上讲,CentOS应该使用MCP,而Red Hat应该使用SPP.我只是将HP SPP用于所有方面.

在您的情况下,只需下载add_repo.sh脚本.该脚本很愚蠢,因为它需要安装redhat-lsb软件包.最后,您的命令将如下所示:

# sh add_repo.sh -d RedHat spp

完成后,您可以通过yum安装HP代理.对于您的服务器,我建议是这样的:百胜安装HP-SNMP代理hpssa HP-健康hpsmh处的模板hpsmh处hpssacli HPONCFG也许百胜安装的kmod-hpahcisr如果你有一个动态智能阵列控制器.

完整命令用法

[root@mdmarra ~]# sh add_repo.sh 

  Usage: add_repo.sh <RepoName>

    eg: where <RepoName> might be "spp" (Support Pack for Proliant)
        or any directory found in http://downloads.linux.hp.com/SDR/repo

    Normally the diStribution,version,architecture and other information
    is auto-detected.  You made override these attributes with the following:

         [ -a <Architecture> ]     override to specified Linux architecture
         [ -d <DiStribution> ]     override to specified Linux diStribution
         [ -r <Release> ]          override to specified Linux release

         [ -R <Revision> ]         override to specified product revison

         [ -o <OutputDirectory> ]  override default output directory
         [ -s <APTConfigFile> ]    override default APT configuration file
         [ -y <YUMConfigFile> ]    override default YUM configuration file
         [ -z <ZYPPConfigFile> ]   override default ZYPP configuration file

         [ -m <TransportMethod> ]  override default transport protocol
                                   (ftp or http)
         [ -w <WaystationHost> ]   override default waystation host
         [ -u <URLPrefix> ]        override default URL prefix

大佬总结

以上是大佬教程为你收集整理的linux – 如何安装HP CentOS repo全部内容,希望文章能够帮你解决linux – 如何安装HP CentOS repo所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。