首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >使用HPE RESTful接口工具"ilorest“本地登录失败

使用HPE RESTful接口工具"ilorest“本地登录失败
EN

Server Fault用户
提问于 2018-03-16 23:05:24
回答 2查看 4.6K关注 0票数 2

我们遇到了HPE Proliant Gen 10服务器的问题。当试图通过HPE的iLO接口工具"ilorest“从Linux中本地登录到RESTful 5时,我们会得到消息"Error:未能进行身份验证。无效的凭据或糟糕的用户名/密码”。

这很奇怪,因为应该可以从本地安装的操作系统登录,而无需提供用户凭据。

示例:

代码语言:javascript
运行
复制
./ilorest login
iLOrest : RESTful Interface Tool version 2.2
Copyright (c) 2014, 2017 Hewlett Packard Enterprise Development LP

Validating...............................................................
Error: Could not authenticate. Invalid credentials, or bad username/password.

我们在iLO 5中的安全设置被设置为“生产”(不是HighSecurity或FIPS),所以这不是问题所在。

在iLO、RBSU等中是否还有其他设置可以通过"ilorest“激活对本地登录的支持,而不需要用户名和密码?

EN

回答 2

Server Fault用户

发布于 2018-05-11 10:58:41

如果我没有错,您希望从ILORest工具访问/更改您的劳工组织功能,并且您在从本地系统访问它时遇到了困难。

如果我弄错了,请纠正我,否则您不需要在ILORest中使用登录,只需在shell上键入ilorest命令,然后输入另一个shell,您可以在其中更新BIOS/ILO设置。

*#

iLOrest : RESTful接口工具Version2.2

版权(c) 2014,2017惠普企业发展有限公司**

iLOrest >

您需要在修改这些设置时进行身份验证。您可以使用下面提到的链接获得帮助。

https://hewlettpackard.github.io/python-redfish-utility/

票数 1
EN

Server Fault用户

发布于 2018-05-21 20:41:45

ilorest --nologo login -u Administrator -p your_ilo_password

例如:

代码语言:javascript
运行
复制
echo '{"path": "/redfish/v1/Systems/1/BIOS/Settings/","body": {"Attributes": {"PowerRegulator": "DynamicPowerSavings"}}}' > PowerRegulator.json; ilorest --nologo rawpatch PowerRegulator.json
票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/902111

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档