I’ve had the fixlet “IBM BigFix Pre Upgrade Check (Version 9.5.9)” running for about 30min now with a “running” status. It completed successfully on 3/4 deployments but this one is taking longer for some reason.
is there a point when I should stop the action and kill the besadmin.exe process on the server and if so, then what?
Running wait cmd.exe /C __Local\PreCheck\BESAdmin.exe /username={parameter "Username" of action} /password={parameter "Password" of action} /preupgrade /standalone
Don’t really know an answer, but this looks time-sensitive, so…
When running the real upgrade, besadmin keeps a running log in the user’s TEMP folder. You might check the \windows\temp folder to see whether there are any directories or log files that might look like besadmin output
I only do upgrades manually too, but thought it might be a good idea to run this pre-check fixlet first. There are no directories in \temp\ related to besadmin that i see.
Besadmin.exe is running with 0% cpu and 2,184K memory usage with no fluctuations.
the issue was that I had created the client setting “_BESTools_Logging_LogPath” on the root server with a value of “d:” when I was doing some besadmin perf testing with v9.5.4 (even though that client setting did nothing in v9.5.4) and the v9.5.9 besadmin.exe tool required a folder + filename to be in the value (or the client setting to not exist).