
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2017 11:00 AM
Dear Guys ,
We are going to upgrade the firmware of UCS ( infrastructure and server firmware ) from 2.2 to 3.1 ! We have some technical questions we have 2 UCS chassis and each chassis it have 6 Blade servers and we have 7 number of VMware Esxi ( 4Esxi in chassis 1 and 3Esxi chassis 2) it's covered around 50 VM machines ! while server firmware upgrade from UCS it will ask reboot the blade server that time i would like to reboot the server one by one and i don't want lose unwanted shutdown any one of VM-Machines ! how can I achieve this goal ?
Best Regards
Subash
00967-738555958
Solved! Go to Solution.
- Labels:
-
Unified Computing System (UCS)
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2017 11:14 AM
Yes.. You can achieve this.. You can reboot ESXi host one by one after putting in maintenance mode. Make sure you have Maintenance Policies - user acknowledged from UCS side.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2017 11:14 AM
Yes.. You can achieve this.. You can reboot ESXi host one by one after putting in maintenance mode. Make sure you have Maintenance Policies - user acknowledged from UCS side.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2017 11:35 AM
Dear Sunil
Great Thanks your mail and i have attached my UCS maintenance policy i think reboot policy User Ack is available
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2017 11:40 AM
Perfect.. You can upgrade... Just get confirmation from Cisco TAC that u can 3.1 from 2.2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2017 01:01 PM
Dear Sunil ,
Thanks for your great answer ! I have final questions when can I make the maintenance mode in Esxi host before upgrade server firmware or after upgrade the firmware it will ask to us for reboot .. That time can we do maintenance mode ?
Best Regards
Subash.T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2017 04:18 PM
Send me email on lbxsunil@gmail.com and I will share proper steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2017 05:58 AM
Hi sunil,
Please could you check your mail
Best Regards
Subash.T

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2017 09:17 AM
Add your blade firmware to a host firmware policy. Add that host firmware policy to the service profile template. If you have your maintenance policy set correctly (acknowledge), then you'll get alerts for all blades affected before the firmware upgrade happens. I've leveraged both Cisco Powertool and VMWare PowerCLI to automate the process. I utilized Powertool to grab each blade with acknowledgement alert. Then loop through each one by use PowerCLI to put that host in maintenance mode, once in maintenance mode, Powertool acknowledges the alert on the blade. I then create a loop that checks the status of the blade in UCS. Once status is Ok, then it loops through checking the status in VMWare (the server may be up and OK in UCS, but the VMware OS is still booting). Once it comes back to "connected" state in VMWware. the script moves to the next ESX host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2017 06:06 AM
@christopher Eakin
Hi Chris,
would you please share the scripts and steps
