- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Re: Ilorest - Change DNS Name for ILO - Error
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
01-31-2025 01:28 AM - last edited on 02-02-2025 07:58 PM by support_s
01-31-2025 01:28 AM - last edited on 02-02-2025 07:58 PM by support_s
On a DL360 Gen11 server I get an error when I want to change the DNS Name with ilorest :
When I send the command :
ilorest set HostName=AAAA.BBBB --select EthernetInterface. --url XX.XX.XX.XX -u Administrator -p PASSWORD --commit
I have an error :
Committing changes...
Base.1.18.PropertyValueFormatError
ERROR: One or more types failed to commit. Run the status command to see uncommitted data. if you wish to discard failed changes refresh the type using select with the --refresh flag.
I think the error comes from the dot (.) in the HostName name AAAA.BBBB
However, when I enter the same Hostname in the BIOS in the ILO parameters, it works.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2025 07:10 AM
01-31-2025 07:10 AM
Re: Ilorest - Change DNS Name for ILO - Error
Hello,
Please refer to the "RESTful Interface Tool User Guide" and see if it helps.
Regards,
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.
[All opinions expressed here 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
02-07-2025 02:42 AM
02-07-2025 02:42 AM
Query: Ilorest - Change DNS Name for ILO - Error
Hello,
Let us know if you were able to resolve the issue.
If you are satisfied with the answers then kindly click the "Accept As Solution" button for the most helpful response so that it is beneficial to all community members.
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 03:40 AM
02-17-2025 03:40 AM
Re: Query: Ilorest - Change DNS Name for ILO - Error
sorry I couldn't find anything on the ilorest user guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 06:31 AM
02-17-2025 06:31 AM
Re: Ilorest - Change DNS Name for ILO - Error
Hi @Sylwek60
I suggest checking for special character restrictions, iLO might require the hostname to follow a specific format, Try setting the hostname without the period (.) instead use underscore.
Use the --refresh flag: The error message suggests using the --refresh flag to discard failed changes. After modifying the command, retry with the following:
ilorest set HostName=AAAA_BBBB --select EthernetInterface. --url XX.XX.XX.XX -u Administrator -p PASSWORD --commit --refresh
Regards,
Greeshma
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
02-17-2025 10:39 PM - last edited on 02-18-2025 08:30 PM by Sunitha_Mod
02-17-2025 10:39 PM - last edited on 02-18-2025 08:30 PM by Sunitha_Mod
Re: Ilorest - Change DNS Name for ILO - Error
Hi @Greeshma21 ,
I have an error when executing the command :
set: error: The option --refresh is not available for set
usage: set [-h] [--url URL] [--sessionid SESSIONID] [-u USER] [-p PASSWORD] [-o LOGIN_OTP] [--biospassword BIOSPASSWORD] [--https HTTPS_CERT] [--usercert USER_CERTIFICATE] [--userkey USER_ROOT_CA_KEY]
[--userpassphrase USER_ROOT_CA_PASSWORD] [--includelogs] [--path PATH] [--force_vnic] [--logout] [--selector SELECTOR] [--filter FILTER] [--commit] [--reboot REBOOT] [--latestschema]
[--uniqueoverride]
there is no --refresh option with the set command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 01:10 AM - edited 02-19-2025 01:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 10:05 PM - edited 02-19-2025 10:05 PM
02-19-2025 10:05 PM - edited 02-19-2025 10:05 PM
Re: Ilorest - Change DNS Name for ILO - Error
Hello @Sylwek60,
That's Excellent!
We are delighted to know you were able to find the solution and we appreciate you for keeping us updated.