Changing the pdserver name
Use this procedure to change the name of the InfoPrint Manager pdserver.
If InfoPrint Manager is installed in the recommended location, you can find the var
folder in C:\ProgramData\Ricoh\InfoPrint Manager
. If InfoPrint Manager is installed in a custom location, you can find the var
folder in the installation path. VAR_PATH is the path to the var
folder.
To change the pdserver name, follow these steps:
- Stop all running pdservers. For interoperating systems, stop all pdservers from all interoperated machines.
- Stop the InfoPrint Manager Control Service. Make sure you have the access rights to do it:
net stop InfoPrintManagerControlService
- From a command line terminal, clear the namespace:
clrfstns
- Reset the fst.ports:
pdinitports -n
, wheren
is the number of necessary ports (usually 10) - For InfoPrint Manager versions later than 4.12.0, use File Explorer to remove the
VAR_PATH\var\pd\pdserver.conf
file. - Remove the
old_server_name
file from theVAR_PATH\var\pd\old_server_name\pdb\spooler
directory. - Rename the
VAR_PATH\var\pd\old_server_name
folder toVAR_PATH\var\pd\new_server_name
. - Open
regedit.exe
, the Windows registry.- Change the Server Name from
old_server_name
tonew_server_name
inHKEY_LOCAL_MACHINE/SOFTWARE/RICOH/InfoPrint Manager/PDServers/old_server_name
. - Rename
HKEY_LOCAL_MACHINE/SOFTWARE/RICOH/InfoPrint Manager/PDServers/old_server_name
toHKEY_LOCAL_MACHINE/SOFTWARE/RICOH/InfoPrint Manager/PDServers/new_server_name
.
- Change the Server Name from
- Start the InfoPrint Manager Control Service. Make sure you have the access rights to do it:
net start InfoPrintManagerControlService
- Start or Restart the InfoPrint Manager Management Console and InfoPrint Manager Administration GUI to ensure that all changes have been successfully applied.