Hi all,
i got some more hints regarding printer options for HP JetAdmin.
Darie Duclos <Darie.Duclos@unifr.ch>:
The best place I found to put the default options for jetadmin-installed
printers is in the 'configuration' file of each printer, on the host where
jetadmin is installed. In /etc/lp/printers/<printername>, there is a file
called 'configuration'. Whatever you put in there is a default for
that printer queue. For example, I created multiple queues for the
printer lw3, using jetadmin: each time I select the IP name of the
printer (for example lw3), and for the "Lp destination (queue) name"
I select something significant like "lw3d" for double-sided printing.
Once the printer queue is created, I go to the /etc/lp/printer/lw3d
directory and simply add the following line to the 'configuration' file:
Options: duplex mtypeRecycled
In my case, lw3d is a queue for printing 2up on recycled paper.
You can find the options in the man pages which came with jetadmin.
In our case, for a laserjet 5M, the man page is net_lj5x.
Brooke King <jbking@sandia.gov>:
In each JetAdmin file, there is a line that reads:
options=$5
I inserted following this line:
if [ -z "$options" ]
then
options=vd
else
options="$options vd"
fi
To make the "vd" option default, but overridable if someone cares
to use "lp -o." I even put this in a script that is run after a
print server gets JumpStarted (and has appropriate JetAdmin and
other queues created) so that it is automatically part of the
print server's configuration. It works great.
Perhaps this infos are useful for other. Maybe, it is not working
for all versions of HP JetAdmin software (see question from
leideck@informatik.uni-mannheim.de).
Detlev
-- Detlev | Institut fuer Mikroelektronische Systeme, Uni Hannover Habicht | D-30167 Hannover +49 511 7624992 habicht@ims.uni-hannover.de --------+-------- Handy +49 172 5415752 ---------------------------
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:13:24 CDT