Downloading and Installing RICOH Data Collector with Command Line
To start monitoring and gathering data from your printers, you must first install
the RICOH Data Collector application. If a data collector is not available, the Install Data Collector to Get Printer Data page is displayed.
- On the Install Data Collector to Get Printer Data page, prepare to install RICOH Data Collector to connect to your printer and click Next.
- Check the computer requirements and click Next.
- Check the ports that you need to open and click Next.
- Check the URLs that need to be whitelisted from your firewall in order to be accessible
for the data collector. Click Next.
- On the Download & Install Data Collector page, click Download Data Collector for Windows or click here for Linux.
- Save the installation file to your computer.The procedure for saving the file depends on the web browser.
- Open a command prompt.
- Launch the installer as an administrator on a Windows system or as root on a Linux
system. The installer contains the file name, including the installer version, followed
by the extensions .exe or .bin. Depending on the operating system, use one of the
command line options:RICOH.Data.Collector-*.exe -i silent -DC_REGION={USA|Europe} [-DC_PROXY_ADDR=<proxyAddress> -DC_PROXY_PORT=<proxyPort> -DC_PROXY_USER=<proxyUser> -DC_PROXY_PWD=<proxyPassword>] [-DC_SERVER_PORT=<serverPort>] [-DC_DB_PORT=<dbPort>] [-DC_RESTART_SYSTEM={true|false}] [-DUSER_SHORTCUTS=<userShortcuts>] or
RICOH.Data.Collector-*.bin -i silent -DC_REGION={USA|Europe} [-DC_PROXY_ADDR=<proxyAddress> -DC_PROXY_PORT=<proxyPort> -DC_PROXY_USER=<proxyUser> -DC_PROXY_PWD=<proxyPassword>] [-DC_SERVER_PORT=<serverPort>] [-DC_DB_PORT=<dbPort>] [-DC_RESTART_SYSTEM={true|false}] [-DUSER_SHORTCUTS=<userShortcuts>]
Command Line Options
Command Line Options Mandatory Optional Details Values Default Values -DC_REGION Yes No Available regions USA/Europe N/A -DC_PROXY_ADDR No Yes Proxy server N/A System proxy settings -DC_PROXY_PORT No Yes Proxy port N/A System proxy settings -DC_PROXY_USER No Yes Proxy username N/A N/A -DC_PROXY_PWD No Yes Proxy password N/A N/A -DC_SERVER_PORT No Yes Web server port N/A 19280 -DC_DB_PORT No Yes Database server port N/A 19293 -DUSER_SHORTCUTS No Yes Shortcuts location N/A Desktop (Windows)
Home directory (Linux)
-DC_RESTART_SYSTEM No Yes Restart system after installation true/false false - Note:
- The commands do not prompt for input when run from the command line.
- After the command line installation, it takes approximately 2 minutes for RICOH Data Collector to become functional.
- If you use the sudo command when launching the installer on a Linux system, the proxy settings (if not specified) default to the system proxy settings only if the -E option is specified: sudo INSTALLER -E -i silent -DC_REGION={USA|Europe} [-DC_PROXY_ADDR=<proxyAddress> -DC_PROXY_PORT=<proxyPort> -DC_PROXY_USER=<proxyUser> -DC_PROXY_PWD=<proxyPassword>] [-DC_SERVER_PORT=<serverPort>] [-DC_DB_PORT=<dbPort>] [-DC_RESTART_SYSTEM={true|false}] [-DUSER_SHORTCUTS=<userShortcuts>]