文档ID:a00147618en_us Last Updated: 2025-04-17
影响范围:何基于 Debian 的平台,例如 Ubuntu。
适用于 Debian 和 Ubuntu 的独立 HPE iLORest 工具不会在 HPE 支持中心发布;但是,您可以使用 PyPI 方法进行部署或更新。HPE 支持中心上次发布适用于 Debian 和 Ubuntu 的 HPE RESTful 接口工具版本 4.9.0.0 的独立软件包是在 2024 年 3 月 22 日:https://support.hpe.com/connect/s/softwaredetails?language=en_US&collectiOnId=MTX-6547ef09ccb7415a&tab=releaseNotes
所有适用于 Debian 和 Ubuntu 的 HPE iLORest 工具的后续版本都不会发布到 HPE 支持中心,而是用户可以使用下面方法更新 HPE iLORest。
N/A
HPE iLORest 包的后续版本已发布到软件交付存储库,并且可以使用 PyPI 方法进行部署和更新。
相应的软件包也可以在 Ubuntu 软件包仓库中找到***.***/ 并且也在***.***/search/?q=iLOREST
执行以下步骤从 Python 包安装 HPE iLORest 工具:
1. 通过输入以下命令卸载现有的 iLORest:
# dpkg -r ilorest
2.安装最新ilorest命令
# sudo pip3 install ilorest
3.通过如下命令确认ilorest版本
root@ubuntu:~$ilorest -v
iLORest: RESTful Interface Tool version 6.0.0.0
Copyright (c) 2014-2025 Hewlett Packard Enterprise Development LP
-----------------------------------------------------------------------------
Both remote and local mode is accessible when RESTful Interface Tool is run as administrator. Only remote mode is available for non-admin user groups.
iLORest >
注意 (1):如果需要设置代理才能访问互联网,但尚未设置且未在相应的操作系统存储库中注册,则使用 shell 提示符下的命令配置代理以连接到互联网 -
a.export http_proxy=http://<HTTP PROXY URL>:<Port>
b.export https_proxy=http://<HTTPS PROXY URL>:<Port>
注意 (2):如果尚未安装 Python3 pip,则使用以下命令安装 python3 pip
sudo apt install python3-pip
更多信息查看https://developer.hpe.com/blog/ilorest-as-a-pypi-package/
该案例暂时没有网友评论
✖
案例意见反馈
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作