- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Servers - General
- >
- Re: Ilorest Change IP conf
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-13-2021 05:51 AM
тАО01-13-2021 05:51 AM
Ilorest Change IP conf
Hello,
we try to change the IP addresses via Ilorest. Unfortunately we get only error codes:
iLOrest > set IPv4StaticAddresses/SubnetMask=255.255.252.0
ERROR: 'list' object has no attribute 'keys'
iLOrest > set IPv4StaticAddresses=[255.255.252.0,10.22.22.0,10.33.33.21]
ERROR: 'dict' object has no attribute 'lower'
We want to make the change with the ilorest not via a jason download. any ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2021 12:57 AM
тАО01-15-2021 12:57 AM
Re: Ilorest Change IP conf
Hello deshark,
Please try the commands seperately for IP address, subnet mark......:
ex:
set Ipv4Address (Enter a static IP address using dotted-decimal notation (for example, 10.33.33.21))
set Ipv4Gateway (Enter a gateway IP address using dotted-decimal notation (for example, 10.33.33.21))
set Ipv4SubnetMask (Enter a subnet mask address using dotted-decimal notation (for example, 255.255.255.0))
Regards,
I am a HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2021 03:52 AM
тАО01-15-2021 03:52 AM
Re: Ilorest Change IP conf
I Tried the command but i still not working
iLOrest > get IPv4Addresses --filter "@odata.id=/redfish/v1/Managers/1/EthernetInterfaces/1/"
IPv4Addresses=
SubnetMask=255.255.255.0
AddressOrigin=Static
Gateway=10.44.16.254
Address=10.44.16.75
iLOrest > set Ipv4Address=10.44.16.98 --filter "@odata.id=/redfish/v1/Managers/1/EthernetInterfaces/1/"
Skipping property ipv4address, not found in current server.
ERROR : Setting for 'ipv4address' is the same as the current value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2021 03:07 AM
тАО01-28-2021 03:07 AM
Re: Ilorest Change IP conf
Hello deshark,
Please try selecting the ethernet interface and then setting the IPv4 address as per the screenshots attached.
Regards,
I am a HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2023 06:39 AM
тАО03-10-2023 06:39 AM
Re: Ilorest Change IP conf
I managed to get it to work by doing the following : https://community.hpe.com/t5/servers-general/ilorest-modifying-existing-ilo-ip/m-p/7164497/highlight/false#M16738
I had to do it via raw JSON PATCH'ing, no other syntax would work.