Operating System - HP-UX
1753805 Members
7381 Online
108805 Solutions
New Discussion юеВ

Re: Add HP CLJ 2840 to HP-UX

 
SOLVED
Go to solution
Bill Hassell
Honored Contributor
Solution

Re: Add HP CLJ 2840 to HP-UX

Did you download the 2840 model script? If not, go here first:

http://www.hp.com/pond/modelscripts/index2.html

Download it, store it in /tmp and then install it by uncompressing it, then unsharing with sh:

sh net_clj2840.sh.Z
sh net_clj2840.sh

Then add the printer like this:

addqueue -h 172.16.4.253 -q test253 -b off -r off -t off

hppi tries to probe the printer in an archaic manner that has needed fixing for several years. A workaround is to try disabling SNMP in the printer, but using addqueue is the preferred method for modern HP printers.


Bill Hassell, sysadmin
Thierry Doppler
Frequent Advisor

Re: Add HP CLJ 2840 to HP-UX

Hi Bill,

Thanks you for your help !

I installed the new model script successfull, it appear now in hppi as model script.
But neither "add queue" nor "hppi" are successfull to configure it.
-----------
#>addqueue -h 172.16.4.253 -q test253 -b off -r off -t off
Could not contact 172.16.4.253
-----------
hppi:
Enter the network printer name or IP address (q - quit): 172.16.4.253

!! 172.16.4.253 is NOT an acceptable name!!
Either it is NOT a network printer or this host is denied access
to it!

Enter the network printer name or IP address (q - quit):
-----------

Then I tried to disable SNMP, and I received another error message :
-----------
Enter the network printer name or IP address (q - quit): fr01

!! No response from fr01 !!
... (trying to ping fr01)

The HP JetDirect Printer Installer for Unix can ping the device.
The problem may be:
* incorrect GET community name!
* it is not a network printer!
* other.

Do you want to continue (y/n/q, default - n)?
-----------
... then i can continue and install the printer manually, but only witj hppi ! addqueue anwers always "Could not contact 172.16.4.253"

OK, the problem is solved !
Thank you very much!
Thierry
Thierry Doppler
Frequent Advisor

Re: Add HP CLJ 2840 to HP-UX

The solution was to disable SNMP.