(Feature available only in Premium Edition)
PMP provides the option to remotely change the password of select resources by deploying PMP agents. As of now, this facility is available for changing the password of servers - Windows, Windows Domain and Linux alone. Using this utility, you can change the password of a server present in a remote location, from the PMP web interface itself.
The agent could be used in target machines to which the PMP server can
connect and effect password changes. All password related communication
is over HTTPS and is secure. The agent is useful in cases when,
The PMP agent package is dynamically created by the PMP server to include the SSL certificate of the PMP server, that is used for the HTTPS communication between the server and the agent. So, the only place to download the agent is from the 'Admin' tab of the PMP web GUI. The agent package is a zip file containing the necessary executables, configuration files and the SSL certificate. Download the agent based on the OS of the target and just unzip the package.
The package has all the necessary configuration
already created by the server. Make sure the account in the system in
which the agent is installed has sufficient privileges required to modify
passwords.
To install the PMP Agent as a Windows service,
Open a command prompt and navigate to the PMP agent installation directory
Execute the command 'AgentInstaller.exe start'
To stop the agent and uninstall the Windows service,
Open a command prompt and navigate to the PMP agent installation directory
Execute the command 'AgentInstaller.exe stop'
Configuring the port
The default port in which the agent listens
to the triggers from the server for password reset is 5768. To change
this to a different value,
Go to the PMP agent installation directory
Open the file Agent.txt
Modify the parameter AgentPort to the value you require
Restart the agent service
The package has all the necessary configuration already created by the server. Make sure the account in the system in which the agent is installed has sufficient privileges required to modify passwords.
To
install the agent as service
Execute the command "sh installAgent-service.sh install" to install the agent as service
To
start the agent
Execute the command "sh
installAgent-service.sh start"
To stop the agent
Execute the command "sh installAgent-service.sh stop"
To
uninstall the agent as service
Use the command "sh installAgent-service.sh remove", in case you wish to remove PMP Agent as service
Configuring the port
The default port in which the agent listens
to the triggers from the server for password reset is 5768. To change
this to a different value,
Go to the PMP agent installation directory
Open the file Agent.txt
Modify the parameter AgentPort to the value you require
Restart the agent service
Go to 'Resources' Tab
Click the name of the resource whose password has to be changed remotely
Click the "Change Password" icon
If the password changes do not take effect in the target systems, check
if the agent port is reachable from the server through a TCP connection (using telnet)
if the account in which the agent is installed has sufficient privileges to make password changes
© 2007, AdventNet Inc. All Rights Reserved.