Trying to deploy ISD agent with following script, its working with fixlet debugger in my window test system ,but while deploying with task in console its showing exit code 8 which means low disk space but there is more than 6 gb space on the test servers where i am trying to install , please help is there anything wrong with the following script ?
Remember there will be multiple copies of the file download (probably 2) when the action is running, at least one in the download staging area and one copied to the __Download directory as the action is running. So if you have 6GB free but the download is 2GB then when its running you may have only 2GB free and then an installer might extract taking the remaining 2GB fairly easily.
So really it depends on the size of the file in question but as the setup/installer is the one that errors this is a possible scenario.
Can you please share the windows event logs and task manager screen shot during the operation from the problematic machine? Looks like you don’t have enough memory to process the command.
Note: Also there is possibility that file itself didn’t download on endpoint before executing the command. Need to verify that file has been downloaded successfully at endpoint.