ISD installation error exit code 8

Hi All,

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 ?

wait __Download\dir6.3.5_commonagent_windows /s /a silent

Please increase these two setting for client.

_BESClient_Download_NormalStageDiskLimitMB (Default is 2048)
_BESClient_Download_PreCacheStageDiskLimitMB (Default is 250)

apology correct setting names

__BESClientDownload_NormalStageDiskLimitMB (Default is 2048)
__BESClientDownload_PreCacheStageDiskLimitMB (Default is 250)

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.

Thanks
Niraj

wait _Download\dir6.3.5commonagent_windows /s /a silent

Looking at this command line, can you please advise the file extension that you are calling.

is it dir6.3.5commonagent_windows.exe or dir6.3.5commonagent_windows.bat.

Please try using double court shown as below.

wait “_Download\dir6.3.5commonagent_windows” /s /a silent

and let me know the result.

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.

Thanks
Niraj