Installing and Configuring the Update Server on a Windows system

InfoPrint Manager lets you configure an automatic updating environment for the client systems.

The updating environment consists of two main components: the update and the client systems. When an update system is configured, all the client machines can connect to the update server to install the available updates, such as product updates or individual file updates. Setting up an automatic update system allows all systems to be up to date.

To install the update server.
  1. Insert the InfoPrint Manager for Windows Common Clients DVD-ROM into your DVD-ROM drive.
  2. Click InfoPrintManagerUpdateServer.exe to install the update server.
  3. Select the installation path. The default installation directory is c:\Program Files\RICOH\InfoPrint Manager Update Server\.

To configure the update server settings:

  1. Go to the configuration directory for the update server.
    Note: The default configuration directory is c:\ProgramData\RICOH\InfoPrint Manager Update Server\.
  2. Open the ipm_updateserver.cfg file using a text editor to change the parameters.
    product-path
    Specifies the location of all product kits, file updates and registry updates that can be automatically downloaded and installed by client machines. The default path is C:\ProgramData\Ricoh\InfoPrint Manager Update Server\Products.
    listen-port
    Specifies the port on which the update server communicates with the update client. The specified port must be opened in the firewall on both server and client machines. For the server machines, the port number must be configured in the incoming section. For the client machines, the port number must be configured in the outgoing section. The default port number is 10000.
    client-check-for-updates-interval
    Specifies the time interval in seconds that passes between two subsequent checks for new product updates by the automatic update client machines that communicate with this automatic update server machine. The default interval is 84600 seconds.
    number-postpones-by-user
    Specifies how many times the user on the client machine can postpone a product installation or update (0 means unlimited number of postpones). Once the product installation postponing number has been exceeded, the update will be silently installed. During the silent install, InfoPrint Select is not available until installation ends. The default value is 0.
    Products Order
    Specifies the update order of listed products. Product updates order priority is separated by comma. The first product in the list has the highest priority.

    Example of ipm_updateserver.cfg file:

    [Global Settings]
    
    product-path=C:\ProgramData\Ricoh\InfoPrint Manager Update Server\Products
    
    #the port used by the update server for incoming connections.
    listen-port=10000
    
    #the time between the update client checks for updates on the update server machine.
    client-check-for-updates-interval=84600
    
    #0 means infinite
    number-postpones-by-user=0
    
    #product installation order
    products-order = InfoPrint Select, InfoPrint Manager PDF Driver

  3. Restart InfoPrint Manager Update Service from Windows Services for configuration settings to take effect.
  4. Create one ore more DNS entries to provide the automatic update service to client machines.
    Record Type
    Service Location (SRV)
    Service
    _ipmupdateserver
    Protocol
    _tcp
    Priority
    A number between 0 and 65535 that indicates the priority for the host that is specified in host offering this service. The host with the lowest preference number have a higher priority. The host with the highest preference number have a lower priority.
    Weight
    Not used. Use 0.
    Port Number
    It must be identical to listen-port from ipm_updateserver.cfg
    Host Offering this Service
    IP address of the update server.
Note: When trying to connect to an InfoPrint Manager Update Server, if more than one _ipmupdateserver SRV records are found, the Priority field is evaluated for each SRV record. The client machine connects to the InfoPrint Manager Update Server with the higher priority. If the InfoPrint Manager Update Server does not respond, the client machine attempts to connect to the next server until one of the configured InfoPrint Manager Update Servers respond or until the end of the list is reached.