Saturday, September 19, 2020

Updating HPE Servers with SPP & iSUT


In my recent attempt to automate and get a better handle of some of the HPE servers in our fleet, I tried to use the HP SUM function of the SPP server remotely. If you're trying to patch a VMware host, especially a Gen10, you will need to make sure you download and configure the iSUT component on those servers from HP. I'll link to the two sites that I used to get a better handle of the steps necessary to proceed with the updates.

  1. The Sleepy Admins - HPE Gen10 SUM iSUT
  2. PLJDesigns - How to install iSUT on HPE Gen10 VMware Servers
From my research, it appears that the new VMware images from HPE already come with iSUT preloaded so if using a recent image, this might not be a requirements. If you're looking for the download links, you can find them for vSphere 6.5 and vSphere 6.7 here:
  1. VMware vSphere 6.5 - HPE Download Link
  2. VMware vSphere 6.7 - HPE Download Link
Nov 23, 2020 Edit - Found the github page from HPE for the iLO RESTful interface that contains a ton of good information. https://hewlettpackard.github.io/python-redfish-utility/


sut –set mode=AutoDeploy
 

Wednesday, September 16, 2020

Comprehensive Windows Services Examples and Tutorial


It's not often that I have to script items due to the nature of our environment, but with an upcoming project, an opportunity (and some time) came up so I decided I would tackle one of the security aspects - disabling services. I'm a tad bit rusty and I need to research some of the newer services that didn't exist in the previous O/S versions, but what better way to automate some of these things, right? Without having to replicate any work or take unwarranted credit, I came accross this site that has plenty of examples of configuring manually, via command line and with PowerShell.

Windows 10 Forums: Start, Stop and Disable Services

Windows Services Features: Essential Tools For Windows Services

Windows Services Listings: Security Guidelines For System Services