Environment
Situation
Resolution
OES11 and iPrint Appliance:
At a terminal, type these command to import iPrint configuration data:
rcnovell-ipsmd stop/opt/novell/iprint/bin/ipsmd -x /path/to/XML -u cn=admin,o=WhateverOrgrcnovell-ipsmd startreplace /path/to/XML with the path to XML file you wish to import.
Additional Information
The Print Manager daemon (ipsmd) auto creates an XML copy of the Print Manager database (psmdb.dat) every 1am and/or every few seconds after a change has been made to the database. The latest XML copy of that database is /var/opt/novell/iprint/[printmanager.ou.o].psm/padbtxt.xml. View this file as a guide to create a custom XML to import customer iPrint configuration information. The <manager> information must be accurate and must exist. Beyond that, the administrator can define any other valid iPrint XML tags and values. Most of the tags are self explanitory, and therefore this TID will not explain them all. However, a few of the tags are less obvious and will be explained.
<redirectedprinter>
<profile>
By executing the xml-import, any information that is new will be added to the database. Any information that is different (for example, an existing <printer> with different <gatewayloadstring> value) will be updated with the new value. Information that exists within the psmdb.dat and is not represented in the XML file will continue without change.