|
Molbiol print setup
- Setting up to print from your molbiol account
- How do I know which printer I am set to print to ?
- How do I change my printer ?
- How do I print to a new printer ?
- I have my printer setup - how do I print a file ?
- What do these error messages mean ?
Setting up to print from your molbiol account
When you first transfer from enterprise to the new system, orac, you will not be able to print from any of
your "normal" printers. You must first set up a printer for your account. To do this, simply type:
myprinter
This will allow you to print using your (or your group's) default printer next time you log in.
The print server that we are now using allows you to print
almost any type of file directly without first converting it to a postscript file. To print a file (e.g. text, pdf, gif, jpeg,
as well as postscript) from you account, type:
lpr filename.jpg
How do I know which printer I am set to print to ?
When you log onto molbiol you should see a message telling you which printer group you are in and which printer you
are set to. This message appears at the top of each new xterm window.
Alternatively you can type on the command line:
echo $PRINTER
If you do not know where this particular printer is, you can look it up in the list of printers that are known to CBRG. This list can be found
at: http://zen.molbiol.ox.ac.uk:631/printers
top | back
How do I change my printer ?
When your molbiol account is first registered, printing is set up for you by CBRG. We normally
do this according to "group" - everyone in a particular "group" prints to a particular printer. The group you
are allocated depends on where you are working and who you are working with.
If you would like your printing set to a different printer - one that is more convenient - you can find a
complete list of all the printers on the system at:
http://zen.molbiol.ox.ac.uk:631/printers (Note - if the printer you want to use isn't on the list, see the next section "How do I print
to a new printer"). Once you have found the name of a printer that you would like to use (and that you are entitled to use), you can
change your print settings by editing a file in your home directory. When logged into orac, type:
nedit ~/.profile
This will allow you to add the new printer settings to the file. Add the following two lines to the file (substituting printername for
the name of the printer that you would like to use):
PRINTER=printername
export PRINTER
Alternatively, you can change the default printer for your account temporarily by typing these same two commands at the prompt.
top | back
How do I print to a new printer ?
In order to print from your molbiol account, the printer you want to use must first be registered on the new system
by CBRG. This will tell the system where to find the printer and which individuals or groups are allowed to use the printer.
Ideally the printer will be connected directly to the university network and have an IP address. For us to configure a
printer we will need to know ( ask your local IT support ):
- the IP address
- the physical location of the printer ( e.g. room number and building )
- the make/model of the printer ( e.g. Laserjet 5M ) as well as other details (colour/black+white, duplex etc.).
- which individuals or groups are allowed to use it
Alternatively, if the printer is controlled by a separate print server, please provide the server details:
- PRINTER SERVER NAME (and IP address)
- PRINTER QUEUE NAME (on the print server)
Important - Please also ask your local IT Support to set up the printer to allow printing from the following
two machines:
- 163.1.13.51 orac.molbiol.ox.ac.uk
- 163.1.13.52 zen.molbiol.ox.ac.uk
top | back
I have my printer setup but how do I print a file ?
- If find however that the "lpr" command does not give a satisfactory result, there are a few alternatives that you could try:
top | back
What do these error messages mean ?
The following error messages are possible when you type lpr filename:
lpr: error - scheduler not responding! - This means that no printer is set up for your account. You can confirm this
by typing: echo $PRINTER If the command does not return a printer name please see the sections above to set up a valid
printer for your account
lpr: unable to print file: client-error-not-possible - This means that you are attempting to print to a printer
that has been set up for another individual or group and that you are not entitled to use it. If you believe that you should be able to use
this printer, please email us at genmail.
top | back
|