Before you begin, make sure that:
Microsoft .NET Framework 4.0 (full version) or later is installed.
The recommended print driver is installed.
Active Directory is running.
The computer where you installed LPMC is enrolled to an Active Directory domain.
The administrator is logged in to an Active Directory domain and is granted administrative rights to access the domain.
Lexmark Print Management Client (LPMC) is a software package deployed in client systems in a domain to provide secure releasing of print jobs. LPMC captures the print jobs from the print spooler and, if necessary, encrypts them. Print jobs are stored in the computer until they are released from a Print Release–enabled printer.
Obtain an installation package for LPMC, and then save it to a temporary local drive.
Copy the configuration file to the folder where you saved the installation package, and then if necessary, modify it. For more information, see Understanding configuration files for Windows operating system.
Install the package by doing either of the following:
From the folder where you saved the package, double-click the MSI package.
At the command prompt, type
.Follow the instructions on the computer screen.
After the installation is complete, do the following:
Navigate to the programs and features folder of your operating system.
Look for Lexmark Print Management Client.
At the command prompt, type
.Check if the following services are running:
Lexmark Print Capture Service
Lexmark Print Release Service
Assign the recommended print driver to the LPMC printer port. For more information, see Installing the print driver and creating a print queue or contact your system administrator.
Notes:
LPMC acts as a secure server that accepts and establishes connections over the HTTPS protocol. LPMC allows data encryption that connects to the regular network. To be able to accept an SSL connection, LPMC secures a certificate to confirm the identity of the server and serve as the basis for encryption.
Each certificate specifies the subject that a certificate identifies. For example, the workstation where LPMC is running may be defined as “workstation-name,” such as
, or by a more generic name, such as . The reserved name, , is an alias for 127.0.0.1 network address.When a certificate is created, it is added to the workstation and becomes available for all users who log in to the machine. LPMC also binds a certificate to the appropriate network connection and uses the port that is defined in the configuration file.
If the configured port is changed after the installation, then LPMC cannot establish an SSL connection. To reconnect over an SSL, reinstall LPMC, or manually rebind the certificate to the new port number.
Note: The creation and binding of the certificate occur during the LPMC installation process. |
Setting | Default value | Description |
---|---|---|
The path that stores the log files. | ||
If set to , then the LPMC events are logged. |
Setting | Default value | Description |
---|---|---|
The number of hours before LPMC deletes a job after printing. | ||
The number of hours before LPMC deletes a job that is not released on a print queue. |
Setting | Default value | Description |
---|---|---|
The number of hours before LPMC deletes a job after printing. | ||
The number of hours before LPMC deletes a job that is not released on a print queue. |
Setting | Default value | Description |
---|---|---|
The release and tracking server address. | ||
The port where a job is released from the printer. |
Setting | Default value | Description |
---|---|---|
The Identity Service Provider address used to authenticate users. | ||
The port where a job is released from the printer. |
Setting | Default value | Description |
---|---|---|
If set to , then the deleted jobs are not tracked. | ||
If set to , then LPMC sends the deleted jobs data using IntervalMode. | ||
Send the deleted jobs data after a specified interval of time. You can set the interval in minutes, hours, days, or weeks. If IntervalMode is enabled, then the deleted jobs data are temporarily saved in c:\ProgramData\LPMC\DJTReport.xml. When the set interval has elapsed, the deleted jobs data are sent to the report server, and the DJTReport.xml file is deleted. | ||
Specify when to send the deleted jobs data to the report server. —Set any value equal to or greater than . —Set the value in hours with the HHMM format. The interval runs every day based on the set hour. You can set multiple instances of the setting. This setting triggers the deleted jobs tracker to run multiple times during the day. —Consists of and values. —Set any value from to , where is Sunday, and is Saturday. —Set the value in HHMM format, where the interval runs based on the indicated hour of the day. and settings can have multiple instances. | ||
Contains information about the report server where the deleted jobs data are stored. | ||
N/A | More information about the deleted jobs data. —The name of the site where the job was submitted from. |
Setting | Default value | Description |
---|---|---|
If set to , then the Color, Sides, Staple, Hole Punch, and number of copies settings can be modified in the printer control panel.Notes:
|
Setting | Default value | Description |
---|---|---|
If set to , then the User folders with no print jobs and valid User Tokens are automatically deleted. |
<?xml version="1.0" encoding="utf-8"?> <Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Logger> <LogFilePath>C:\ProgramData\LPMC\lpmc.log</LogFilePath> <LoggingEnabled>false</LoggingEnabled> </Logger> <LPMServerlessADSettings> <CaptureSettings> <LoopbackPort>9167</LoopbackPort> <PrintJobFileNameFormat>%d_%i.prn</PrintJobFileNameFormat> </CaptureSettings> <ClientSettings> <PrintAndKeepLifespan>48</PrintAndKeepLifespan> <UnprintedJobsLifespan>48</UnprintedJobsLifespan> </ClientSettings> <ReleaseSettings> <EsfListenerPort>9443</EsfListenerPort> </ReleaseSettings> <ServerSettings> <ActiveDirectoryUserProperty>otherLoginWorkstations</ActiveDirectoryUserProperty> <ServiceAccountUsername></ServiceAccountUsername> </ServerSettings> <ADWriteSettings> <ADWriteOption>AtPrintTime</ADWriteOption> </ADWriteSettings> </LPMServerlessADSettings> <LPMServerlessSettings> <CaptureSettings> <LoopbackPort>9167</LoopbackPort> <PrintJobFileNameFormat>%d_%i.prn</PrintJobFileNameFormat> </CaptureSettings> <ClientSettings> <PrintAndKeepLifespan>48</PrintAndKeepLifespan> <UnprintedJobsLifespan>48</UnprintedJobsLifespan> </ClientSettings> <ReleaseSettings> <EsfListenerPort>9443</EsfListenerPort> </ReleaseSettings> <ServerSettings> <ServerIP>api.iss.lexmark.com/lpm-gateway</ServerIP> <ServerPort>443</ServerPort> </ServerSettings> <ServerAPISettings> <APIVersion>2.0</APIVersion> <IDPServerSettings> <ServerIP>idp.iss.lexmark.com</ServerIP> <ServerPort>443</ServerPort> </IDPServerSettings> </ServerAPISettings> </LPMServerlessSettings> <LPMServerSettings> <CaptureSettings> <LoopbackPort>9168</LoopbackPort> <PrintJobFileNameFormat>%d_%i.prn</PrintJobFileNameFormat> </CaptureSettings> <ClientSettings> </ClientSettings> <ServerSettings> <ServerIP>lsp.lexmark.com/lexmark</ServerIP> <ServerPort>443</ServerPort> </ServerSettings> <IDPServerSettings> <ServerIP>idp.iss.lexmark.com</ServerIP> <ServerPort>443</ServerPort> </IDPServerSettings> </LPMServerSettings> <DeleteJobTrackerSettings> <TrackDeletedJob>true</TrackDeletedJob> <SendImmediately>true</SendImmediately> <IntervalMode>minutes</IntervalMode> <SendInterval> <Minutes>5</Minutes> <Daily>1200</Daily> <Daily>2300</Daily> <Weekly> <Day>2</Day> <Day>3</Day> <Day>4</Day> <Day>5</Day> <Day>6</Day> <Hour>1000</Hour> <Hour>1500</Hour> </Weekly> </SendInterval> <ServerSettings> <ServerIP>0.0.0.0</ServerIP> <ServerPort>9780</ServerPort> <ServerSSL>false</ServerSSL> </ServerSettings> <OtherSettings> <SiteName></SiteName> </OtherSettings> </DeleteJobTrackerSettings> <LateBindingSettings> <LateBindingEnabled>false</LateBindingEnabled> </LateBindingSettings> <DeleteEmptyUserFolders>false</DeleteEmptyUserFolders> </Configuration>
Make sure to download the PCL® XL or UPD for your operating system.
Run the installer file from your computer.
Select Extract, and then clear Start the installation software.
Copy the path to the UPD files.
Note: If you want to change the path, then browse to the folder where you want to save the UPD files. |
Click Install, and then follow the instructions on the screen.
Open the printers folder, and then click Add a printer.
In the Add Printer Wizard dialog box, select Use an existing port.
From the list, select the LPMC printer port, and then click Next.
When prompted to install the software, select Have Disk.
In the “Copy manufacturer's files from” field, paste the location of the UPD files, or browse to the INF file for the driver.
Click OK > Next.
From the list, select Lexmark Universal v2 PS3, and then click Next.
Type a descriptive name for the print queue, select whether to use the new print queue as the default, and then share the printer.
Click Finish.