I was doing a maintenance task as I do every month for windows updates. However this month, 6 of my nodes remain in provisioning mode and I cannot get them out. Is there a table in the database that sets this value? I have searched every
table I can think of and nothing seems to correlate with the provisioning state. I have tried rebooting everything multiple times. I have ran tons of powershell things....the two most specific to the operation below. I have tried hitting
the cancel provisioning link in the gui. Nothing seems to want to get them out of this state. Can anyone help?
set-hpcnodestate -force -state offline -name <nodename>
Get-HpcOperation -NodeName hpc2008node | Stop-HpcOperation
Thanks!