- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- zerox wc90 printer driver
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 09:10 AM
06-20-2006 09:10 AM
zerox wc90 printer driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 10:54 AM
06-20-2006 10:54 AM
Re: zerox wc90 printer driver
Note that there are no printer drivers at all in HP-UX. Instead, printer scripts are used to encapsulate print jobs with specific options. HP-UX does not provide any scripts for non-HP printers, just generic scripts.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 01:57 AM
06-21-2006 01:57 AM
Re: zerox wc90 printer driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 02:20 AM
06-21-2006 02:20 AM
Re: zerox wc90 printer driver
You download the drivers from the xerox driver page:
http://www.support.xerox.com/go/prodselect.asp?Xlang=en_US&metrics=HDR
You not only need the drivers, but also the xerox progrma to mange the printers, in order to fully configure the printer. Once configured, it appears as any other to the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 05:17 AM
06-21-2006 05:17 AM
Re: zerox wc90 printer driver
http://www.office.xerox.com/userdoc/PShare3/htm_9485.htm
This refers to something called PhaserShare which may or may not be the network card in your printer. There are some errors on that page: 9.x and 10.x are the only versions listed, both are obsolete. However, the instructions for 10.x will work for 11i EXCEPT there is no note about the required setting in SAM for BSD printer (it must be set)
Note that there is no custom printer script for remote printers. Remote printers (in HP-UX) are handled in a very primitive way and no -o options are passed over. So to use special features ion the WC90, you will have to write a wrapper script to insert the appropriate language codes into each print job.
Now in searching through several spec sheets for various printers, it seems to imply that they are JetAdmin compatible. Although JetAdmin has been obsolete for more than 5 years, this implies that some Xerox LAN cards may be compatible with HP's JetDirect protocol. Perhaps if you call Xerox, they can tell you.
Another way to find out is to use hpnpadmin to query the Xerox LAN card as in:
/opt/hpnpl/bin/hpnpadmin -A 12.34.56.78
or
/opt/hpnpl/bin/hpnpadmin -v 12.34.56.78
If the first query reports that the IP address responds as an HP JetDirect card, your options just got a lot better. The -v option will report on more details about the card.
If the card responds like a etDirect card, you can add the printer as an HP JetDirect printer. However, neither HP nor Xerox supply and printer scripts for HP-UX. Now the Xerox website cannot locate a WC90 -- is this really an XE90fx multifunction printer? If so, I could not find any documentation about PCL or Postscript so it is difficult to recommend a useful script except the "dumb" script.
Bill Hassell, sysadmin