Example: Adding printers

A user wants to add new printers to an IBM® Content Manager OnDemand system. That user created an XML file named printerAdd.xml.

To complete this task, run the following QSHELL command line function:
arsxml add -h QUSROND -i printerAdd.xml
The file printerAdd.xml might look like this:
<?xml version="1.0" encoding="UTF-8"?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<printer name="PRT01" queue="QUSRSYS/PRT01"/>
<printer name="PRT02" queue="QUSRSYS/PRT02"/>
<printer name="PRT03" queue="QUSRSYS/PRT03"/>
</onDemand>