- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Jet Admin Software not working.
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
03-01-2002 09:31 PM
03-01-2002 09:31 PM
I have 9000/T600 with ver 10.20. My Jet admin software is not working more. I have to reinstall the Jet admin Software. But I have more than 80 Network printers connected with this server and they are working fine.
During the Fresh installation of Jetadmin, will the old printers configuration will remain on the system or I have to reconfigure all the printers again.
Any Idia to solve this problem.
With Regards
Harpreet Singh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 11:02 PM
03-01-2002 11:02 PM
Re: Jet Admin Software not working.
Always err on the side of caution, why not take a full system backup and have a peace of mind.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2002 06:15 AM
03-02-2002 06:15 AM
Re: Jet Admin Software not working.
Use SAM to save LP Spooler configuration
"Save/Restore Printer Configuration" option
.. Just FYI JetAdmin was Obsoleted by HP
& been replaced by HP`s JD Printer Installer found here:
http://www.hp.com/cposupport/networking/software/HP11e118.SD.html
g`d luck
t??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2002 08:39 AM
03-02-2002 08:39 AM
Re: Jet Admin Software not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2002 08:42 AM
03-02-2002 08:42 AM
Re: Jet Admin Software not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2002 09:33 AM
03-02-2002 09:33 AM
SolutionRather than reinstall, use hpnpf to print direct to a printer:
/opt/hpnp/bin/hpnpf -x 12.34.56.78 -N /etc/profile
If this works with the IP address, try it with the printer's name. If that fails, you've got DNS problems. Use nslookup to see how IP addresses are being resolved. You can supercede the DNS server by changing the hosts: line in /etc/nsswitch.conf:
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
Now put the IP address and hostname for all the printers into /etc/hosts. Check your work with nslookup to see that lookup by hostname and also by IP address returns the correct information. Then try the spooling system again.
JetAdmin was replaced by the Printer Installer code so if you want the latest version, you can download it from HP's website.
In all cases, re-adding the printers with both JetAdmin and Printer Installer is trivial: just use addqueue (the printers must be on and already have their network information loaded). If you use addqueue, use the -h option with IP address rather than hostname and future DNS problems will not affect printing.
Bill Hassell, sysadmin