cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop and start the pdagent process on LINUX Clients?

Mohammad_Ahmad
Level 4

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?

 

1 ACCEPTED SOLUTION

Accepted Solutions

inn_kam
Level 6
Partner Accredited
You can rerun the UNIX or Linux client installer to change your current file
browsing 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 stop
For install_path, specify the path in which the agent is installed. The
default 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 start
For install_path, specify the path in which the agent is installed. The
default 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

View solution in original post

1 REPLY 1

inn_kam
Level 6
Partner Accredited
You can rerun the UNIX or Linux client installer to change your current file
browsing 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 stop
For install_path, specify the path in which the agent is installed. The
default 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 start
For install_path, specify the path in which the agent is installed. The
default 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