- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Backup All Bios Settings - Restore
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
07-08-2020 07:22 AM
07-08-2020 07:22 AM
Backup All Bios Settings - Restore
Hi, I want to backup all BIOS settings from a DL360 Gen10 to a file and restore to 30 other DL360 Gen10 servers. Is this possible including raid configuration? Who has done something similar?
Thanks
Best regards
Werner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2020 07:39 AM - last edited on 04-11-2025 06:44 AM by Parvez_Admin
07-08-2020 07:39 AM - last edited on 04-11-2025 06:44 AM by Parvez_Admin
Re: Backup All Bios Settings - Restore
Hi
The following should help with the BIOS backup - https://support.hpe.com/hpesc/public/docDisplay?docId=a00036487en_us&docLocale=en_US
Admin [above link is no longer valid, please visit https://support.hpe.com/connect/s/ to find the latest info ]
GetBIOSSettings https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=a00020913en_us
RAID is not managed by the BIOS, it's managed by the ACU. There is a sperate set of tools for this, the following should help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2020 04:58 AM
07-10-2020 04:58 AM
Re: Backup All Bios Settings - Restore
Hi, I configured a new dl360Gen10 with a iLO IP address 172.x.x.x. On the management PC I installed the hpe-scripting-toolkit-windows-11.40-17. I start ilorest.exe on the management PC with this commands:
Ilorest > Login 172.x.x.x -u Administrator -p password
Ilorest >select Bios.v1_0_0
Ilorest >get -j
With that I get a File bios.json, but inside the file I can not see the iLO IP address 172.x.x.x i set before, DHCP should be disabled and subnetmask should set 255.255.0.0.
"Dhcpv4": "Enabled",
………."Ipv4Address": "0.0.0.0",
"Ipv4Gateway": "0.0.0.0",
"Ipv4PrimaryDNS": "0.0.0.0",
"Ipv4SecondaryDNS": "0.0.0.0",
"Ipv4SubnetMask": "0.0.0.0",
What is wrong, I do not see my settings....Is that not the right submenu ?
Thanks a lot!
Best regards, have a nice weekend! Werner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2020 02:01 AM
07-14-2020 02:01 AM
Re: Backup All Bios Settings - Restore
Hi
Take a look at the following... The serverclone function looks like it does what you need
https://hewlettpackard.github.io/python-redfish-utility/#help-command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2022 11:36 AM
04-08-2022 11:36 AM
Re: Backup All Bios Settings - Restore
@StorageMike I can not for the life of me figure out how to use the ilorest serverclone command.
Nothing I try works
for:
ip 192.168.1.10
username usr
password pwd
iLOrest > get --select ilo. --url 192.168.1.10 -u usr -p pwd serverclone
iLOrest > serverclone --url 192.168.1.10 -u usr -p pwd save
Can you give me an example of running serverclone in iLOrest from a jump box, to clone an iLO with the above IP username and password?