- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Remote Server Management
- >
- Changing iLO Hostname using PowerShellScript
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
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
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
06-30-2020 03:43 AM
06-30-2020 03:43 AM
Changing iLO Hostname using PowerShellScript
Hello everyone,
Server: Synergy 480 Gen9 iLO 4
Powershell module: https://www.powershellgallery.com/packages/HPEiLOCmdlets/3.0.0.0
I am trying to change - iLO Subsystem Name (Hostname). When i execute script:
Get-HPEiLOIPv4NetworkSetting -Connection $iLOConnection
$DNSName = Set-HPEiLOIPv4NetworkSetting -Connection $iLOConnection -InterfaceType Dedicated -DNSName "NewHostName"
if ($test.Status -contains "Error")
{
Write-Host "Error Category: $($DNSName.StatusInfo.Category)" -ForegroundColor Red
Write-Host "Error Message: $($DNSName.StatusInfo.Message)" -ForegroundColor Red
Write-Host "IPV4...Failed" -ForegroundColor Red
break;
}
I get error
Error Category: FeatureSupportability
Error Message: Feature not supported - SHARED_NETWORK_PORT
IPV4...Failed
If i execute command Get-HPEiLOIPv4NetworkSetting -Connection $iLOConnection I get all the information i need about the iLO network settings. Snippet of information:
PermanentMACAddress : 94:18:82:04:0e:73
MACAddress : 94:18:82:04:0e:73
DNSName : ILOHOSTNAME
DomainName :
SpeedAutoselect : Enabled
PingGatewayOnStartup : Enabled
iLONICAutoDelay : 90
My question would be how to change iLO Subsystem Name (Hostname)? Every other command that i used with HPEiLOCmdlets work, this Set-HPEiLOIPv4NetworkSettings doesn't work and I always get SHARED_NETWORK_PORT. I can change the iLO Hostname manually through the iLO GUI. My iLO is Dedicated Network Port.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2020 01:00 AM
07-01-2020 01:00 AM
Re: Changing iLO Hostname using PowerShellScript
Tried on BL460c Gen8, it worked out fine. There could be a problem with the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2020 12:05 AM
07-07-2020 12:05 AM
Re: Changing iLO Hostname using PowerShellScript
Hello,
Do you face the issue with all synergy compute or specifc to this synergy compute
Regards,
FR01
I am an HPE Employee