beautypg.com

FUJITSU ServerView Suite V6.10 User Manual

Page 255

background image

rem

rem *******************************************************

rem * WaitServerlist initialisation

rem * (WaitServerList: temporary subset of Serverlist)

rem ********************************************************

rem

if exist svwaitls.txt del svwaitls.txt

if exist oklist.txt del oklist.txt

rem

rem ********************************************************

rem * Check actual states of all server of the ServerList and StartFlash

rem * Only State "No Flash states" expected - other states will be

cleaned

rem * or aborted first

rem * Only for servers with "No flash states" "StartFlash" is executed

rem * Thease servers were added to WaitServerlist (WaitForDone-cycle)

rem * StartFlash is executed with Path of FirmwareTree contained

rem * in file fwpath.txt

rem * Batch-File cli-init.bat is called for each server with the param-

eters

rem * of the fields in ServerList

rem *****************************************************

rem

for /F "eol=; tokens=1-3 delims=, " %%i in (serverls.txt) do call cli-

init %%i %%j %%k

rem

rem ***************************************************

rem * WaitForDone cycle

rem * The flashs are running

rem * Now is time to WaitForDone (status ready - hopefully without any

error)

rem * All servers in flashingmode are listed in svwaitls.txt

rem * Each server, returns with timeout is set in svtmpls and WaitForDone

rem * is started again

rem * Each server, which returns without errors, is set to oklist.txt

rem * (After CleanUp)

rem * Each server, which finished with errors will left be in error state

rem * all information in the speziell result-file

rem * Batch-File cli-work.bat is called for each server with the

ServerView Update Management

255

7.1 GFCLI (Command-Line Interface)