ISS Technology Update, Volume 7 Number 5 - Newsletter
ISS Technology Update Volume 7, Number 5
11
NOTE
The following script is provided as an example only and must be modified for your
lar environment. Additional checks can be added as needed. The capitalized text
e the
particu
(SUCCESS, REBOOTREQUIRED, and NOTREQUIRED) must be modified to customiz
script.
REM This section performs the firmware update. Online Flash
components
REM and HPSUM are kept in a directory called Roms
REM ---- RUN HPSUM in SILENT MODE using /s or /silent switch
\Roms\HPSUM /s
REM ----
REM Check the error code returned to determine Success or Failure
REM ----
if errorlevel 0 goto SUCCESS
if errorlevel 2 goto REBOOTREQUIRED
if errorlevel 3 goto NOTREQUIRED
REM ---
REM Reboot the server
REM ---
\system\reboot c:
The PXE image location i
s specified as part of the DHCP server configuration and further
ecified by the PXE Bootloader either pxelinux or Microsoft ADS. sp
9. Boot the remote target servers and start PXE (normally by pressing the F12 key) during startup. Allow the scripts to run and
the server to reboot.