You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This condition is usually caused by improper agentcmd usage. Use the following format for guidance:\n
\n
agentcmd.exe -s -p <agent port> <agent hostname> "rexec <password in .uptmpasswd file> <unix path to script on agent host or (windows) script path in the registry" \n
\n
For Example:\n
\n
agentcmd.exe -s -p 9998 sql2005 "rexec password cpu"\n
\n
Where:\n
\n
sql2005 = client hostname where the custom script resides\n
password = password value for the agent.CmdsPassword value\n
cpu = the name assigned to the script path in the Windows registry (i.e. cpu = cmd.exe /c c:\\scripts\\typecpu.bat)
  • No labels