Operating System - HP-UX
1833777 Members
2244 Online
110063 Solutions
New Discussion

Re: HP Printer Installer not installed on UX Server and Workstation

 
SOLVED
Go to solution
Michael Gim
Advisor

HP Printer Installer not installed on UX Server and Workstation

I noticed that the HPPI are not installed on any of my Unix workstations and server. May I know where can I get the necessary files so that I can configure the workstations and servers to be able to print to a network plotter
4 REPLIES 4
Bill Hassell
Honored Contributor
Solution

Re: HP Printer Installer not installed on UX Server and Workstation

Sorry for the ugly URL:

http://h20000.www2.hp.com/bizsupport/TechSupport/Product.jsp%3Flocale%3Den_US%26prodTypeId%3D18972%26prodSubCatId%3D28674

You can find this by searching the main HP webpage for JETDIRECT, then select "Support for your JetDirect product"


Bill Hassell, sysadmin
Michael Gim
Advisor

Re: HP Printer Installer not installed on UX Server and Workstation

Thanks for the hyperlink. But upon installing the software, I am encountered with a lot of errors from the SD Install Log file. I am attaching the log file for anaylsis
John Payne_2
Honored Contributor

Re: HP Printer Installer not installed on UX Server and Workstation

Bad download? Try downloading again, but before installing, do a swremove on the jetdirect install to get it cleaned up.

Hope it helps

John
Spoon!!!!
Bill Hassell
Honored Contributor

Re: HP Printer Installer not installed on UX Server and Workstation

You probably downloaded the depot to a PC first and then used ftp to get it to the HP-UX box. The default for most ftp transfers is ASCII which causes extra characters to be inserted into the data stream. ftp the the file to HP-UX again, but use the BINARY command before 'put'ing the file. Then verify it with tar as in:

tar tvf /fullpathname/hppisomething.depot

This will list the contents using tar, and tar will be checking the format of the file.


Bill Hassell, sysadmin