- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to configure a LJ4350
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
05-25-2006 01:52 AM
05-25-2006 01:52 AM
How to configure a LJ4350
I need to setup a LaserJet4350 on HPUX 11i.
We're running the old JetDirect software. The printer runs using the old net_ljx000 as the model selection but I need to understand how to tell it to use drawer 4 as the default paper source.
thanks
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 01:56 AM
05-25-2006 01:56 AM
Re: How to configure a LJ4350
As far I know the printer configuration is done on the printer to tell what tray it uses by default, the hpux scheduler just sends the job to the queue and has no control in configuring the printer function.
Rgds
HGn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 02:12 AM
05-25-2006 02:12 AM
Re: How to configure a LJ4350
man net_ljx000
NOTE: The original jetadmin software (in the directory /opt/hpnp) is not only obsolete since 1999, but is known to have Y2K errors. You should download the current version of JetDirect software immediately. Note that installing the new software will not affect the currently defined printers, so to get the latest printer scripts and configurations, delete the old printer(s) and add them back.
Both the obsolete jetadmin and the current hppi products have the addqueue and removequeue commands so even if you havge dozens of JetDirect printers, you can remove and re-add them with just two commands:
cd /opt/hpnpl/bin
./removequeue -q myprinter
./addqueue -q myprinter -h ip_or_hostname
Get the latest software from:
http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=18922&prodTypeId=18972&prodSeriesId=27349&swLang=8&taskId=135&swEnvOID=7
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 02:34 AM
05-25-2006 02:34 AM
Re: How to configure a LJ4350
I need to make this use tray 4 without user intervention since the printer is printing from inside Oracle Reports and we do not have access to the command line from the reports server or our application that invokes it.
Since we use the same net_ljx000 for other printers without the large capacity tray can I copy /opt/hpnpl/sh/net_ljx000 (which is where I found it) to some other name and then edit it to force tray 4 use always?
thanks
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 11:12 AM
05-25-2006 11:12 AM
Re: How to configure a LJ4350
cd /opt/hpnpl/bin
./addqueue -h 12.34.56.78 -q lj4350a
Now cd to the printer script directory /etc/lp/interface and edit the file with the name lj4350a (or whatever queue name you choose for this tray4 printer). All the defaults are in one location in the net_ljx000 script so look for the string: mediasrc="def"
What these various items do is to establish default settings. So by changing mediasrc="def" to mediasrc="8" Note that input tray 1 is medisrc="4" (they don't follow the tray numbers labeled on the printer). If you search for tray4, you'll see how this option (-otray4) is handled in the script.
Then test the printer with a simple file:
lp -dlj4350a /etc/issue
It should pick paper from the 4th paper tray. You can make several print queues for the came printer with different options preset in the script. Remember to document these changes in your sysadmin logs.
Bill Hassell, sysadmin