- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Remote Server Management
- >
- [ENG/FR] How to enable / install Redfish and SNMPV...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 12:16 AM - last edited on 10-08-2023 09:04 AM by support_s
09-28-2023 12:16 AM - last edited on 10-08-2023 09:04 AM by support_s
[ENG/FR] How to enable / install Redfish and SNMPV3 on HPE ILO with the command line (ssh)
Hello,
I would like to make a script to install Redfish and the SNMPV3 module on a lot of ILO 6, version 1.05.
I tried a lot of command but unfortunately it seems like i can't found any way to configure / enable these module in command line.
I do not want to use the graphical interface because i have more than one hundred server to deploy.
Do you guys already had this kind of issue ? I searched on the documentation but it's talking only about the graphical interface.
Thank's
Bonjour,
J'aimerais créer un script me permettant de déployer Redfish ainsi qu'une configuration snmp sur mes serveurs ILO 6 version 1.05.
J'ai essayé pas mal de commande mais impossible de réussire à retrouver mes petits.
Je souhaites faire ça via ligne de commande (ssh) étant donné que j'ai une centaines de serveur à déployer de mon cotés.
Avez vous déjà réussis à déployer Redfish et / ou du SNMPV3 sur un serveur ILO en ligne de commande ?
J'ai fouillé la doc mais on ne parle uniquement que de l'interface web.
Si vous avez une idée je suis preneur
Merci
- Tags:
- Prolaint server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 05:29 AM
09-28-2023 05:29 AM
Re: [ENG/FR] How to enable / install Redfish and SNMPV3 on HPE ILO with the command line (
It seems like Redfish is enabled by default.
I can use this command line in a script :
create /map1/accounts1 username=user password=pwd group=admin
So the redfish issue is solved.
If anyone have any idea how to enable and set credential for SNMPV3 to my ILO in command line...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 10:10 PM
10-02-2023 10:10 PM
Re: [ENG/FR] How to enable / install Redfish and SNMPV3 on HPE ILO with the command line (
Greetings!
Please attempt the following and verify functionality.
-> Enable SNMPv3:
set /map1/snmpv3/enabled Yes
->Configure SNMPv3 Credentials:
set /map1/snmpv3/users/1/username YourUsername
->Authentication Protocol
set /map1/snmpv3/users/1/authprotocol "MD5 or SHA"
->Authentication Password:
set /map1/snmpv3/users/1/authpassword YourAuthPassword
->Privacy Protocol
set /map1/snmpv3/users/1/privprotocol AES ot DES
->Privacy Password
set /map1/snmpv3/users/1/privpassword YourPrivPassword
->Save Changes
commit
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 12:41 AM - last edited on 10-05-2023 12:46 AM by Sunitha_Mod
10-03-2023 12:41 AM - last edited on 10-05-2023 12:46 AM by Sunitha_Mod
Re: [ENG/FR] How to enable / install Redfish and SNMPV3 on HPE ILO with the command line (
Hello !
Thank's for you'r answer.
I already tried the command set /map1/snmpv3/enabled Yes but i have an error message :
status=2
status_tag=COMMAND PROCESSING FAILED
error_tag=INVALID TARGET
Tue Oct 3 07:39:35 2023
Invalid target.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 01:56 AM
10-05-2023 01:56 AM
Re: [ENG/FR] How to enable / install Redfish and SNMPV3 on HPE ILO with the command line (
Please try updating the iLO firmware to the latest revision and check for the issue.
If the issue persists, create another iLO account and try setting new iLO password (without special characters) and check for the issue.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 05:35 AM
11-23-2023 05:35 AM
Re: [ENG/FR] How to enable / install Redfish and SNMPV3 on HPE ILO with the command line (
Hello,
After reading the documentation and searching on my machine why it isn't working i found that in the directory /map1/ i do not have any snmpv3.
I only have only snmp1.
Do you have any idea how to install snmpv3 file ? @BPSingh ?
Thank's a lot for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 11:01 PM
11-23-2023 11:01 PM
Re: [ENG/FR] How to enable / install Redfish and SNMPV3 on HPE ILO with the command line (
Greetings!
Simple Network Management Protocol Version 3 (SNMPv3) is listed under standard features under iLO quickspecs.
Page# 11 https://www.hpe.com/psnow/doc/c04154343.pdf
iLO6 user guide.
Please ensure iLO is running latest firmware and also please do check if SNMPv3 request is enabled in iLO GUI. Ideally it should be under "Management" -> "SNMP Settings" page under "SNMP Alerts" section. If the issue persists, please log a support case for further investigation.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 06:22 AM - last edited on 11-28-2023 08:32 PM by Sunitha_Mod
11-28-2023 06:22 AM - last edited on 11-28-2023 08:32 PM by Sunitha_Mod
Re: [ENG/FR] How to enable / install Redfish and SNMPV3 on HPE ILO with the command line (
Hello @BPSingh ,
Thank's for your answer.
The thing is that i have like 2000+ servers to configure.
Doing it by the web interface gonna be impossible.
That's why i'm trying to found a way to do this via commands (and i will script it to automate the deployement)
I checked on the interface and as you said the management snmpv3 is there any way to install or enable it by command line ?
Here is some screenshot to show you what i'm seeing on my side :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2023 07:17 AM
12-01-2023 07:17 AM
Re: [ENG/FR] How to enable / install Redfish and SNMPV3 on HPE ILO with the command line (
Greetings!
Refer to the below web-link:
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
