Starting agents
To start an agent, run the shell script or batch file.
- Go to the agent_installation\bin directory.
- Run the appropriate script:
- On Windows™, run this
command:
agent.cmd start
- On Linux™ or UNIX™, run this command:
./agent start
- On z/OS®, to run the agent as a started task, customize the sample
hlq.SBUZSAMP(BUZAGNT)
started task member, and then copy the task member to theSYS1.PROCLIB
library. Provide the installation directory of the agent. The default installation directory of the agent is /opt/ucd/agent/bin. The following lines show sample code://* //* IBM® UrbanCode® Deploy Agent - Start //* //BUZAGNT PROC AGENT='/opt/ucd/agent/bin' //* //BUZAGNT EXEC PGM=BPXBATCH,REGION=0M,TIME=NOLIMIT, // PARM='PGM &AGENT./agent run' //STDOUT DD SYSOUT=* //STDERR DD SYSOUT=* //* // PEND //*
- On IBM i, you must start the agent through the IBM Portable Application Solutions Environment for i (PASE for i) shell.
- On Windows™, run this
command:
- After the agent starts, go to the IBM UrbanCode Deploy web application, and under Resources, open the Agents page.
- Associate the agent user ID to the started task by setting up the STARTED class profile. To set up the STARTED class, enter these commands:
When the installation is complete, the agent is listed with a status of
Online
.