Mohammad_Ahmad
12 years agoLevel 4
How to stop and start the pdagent process on LINUX Clients?
PD 6.5
Suse Linux
i need to restart the pdagent services after rerunning the LINUX Client installer to change my current file browsing setting, what is the command line for it?
- You can rerun the UNIX or Linux client installer to change your current filebrowsing setting. After the change, you must stop and restart the agent.To stop the pdagent process on UNIX and Linux clients◆ Enter the following commands to stop the pdagent process:# cd /install_path/pdag/share/platform/etc# sh service.sh stopFor install_path, specify the path in which the agent is installed. Thedefault is /opt.For platform, specify one of the following: AIX, Darwin, HP-UX, Linux,SunOS. Use Darwin for MAC OS.To start the pdagent process on UNIX and Linux clients◆ Enter the following commands to start the pdagent process:# cd /install_path/pdag/share/platform/etc# sh service.sh startFor install_path, specify the path in which the agent is installed. Thedefault is /opt.For platform, specify one of the following: AIX, Darwin, HP-UX, Linux,SunOS. Use Darwin for MAC OS.taken from Pure Disk getting starting guide 6.5 on page number 92