- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to install a jetdirect printer without sam
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-13-2002 09:51 PM
06-13-2002 09:51 PM
How to install a jetdirect printer without sam
Can I install a jetdirect printer using a shell script ?
THANKS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 10:32 PM
06-13-2002 10:32 PM
Re: How to install a jetdirect printer without sam
# ll /opt/hpnp/bin/addqueue
If it exists, all you need is create a file (call it "prtlist") which has the list of the printers like so .. (1st field is IP address of printer, 2nd field is the printer queue name).
123.111.10.10 laser1
123.111.10.15 plotter1
.....
Then create your script (call it "addprt")
#!/usr/bin/sh
exec 0
do
/opt/hpnp/bin/addqueue -h $IP -q $PRINTER
done
Simply run the script.
# ./addprt
I would suggest try running "addqueue" manually first with just one printer and if it's fine, proceed with the script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 12:09 AM
06-14-2002 12:09 AM
Re: How to install a jetdirect printer without sam
Maybe you must download this self-extractor file,"hpwebjet_hpux11.selfx", for Unix V.11.0 to install "HP Web Jetadmin" from this site:
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=bpj07059&locale=en_US&docId=80027
I've installed HP Web Jetadmin on my server and for further information looks my attachment.
Regards
Ernesto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 12:43 AM
06-14-2002 12:43 AM
Re: How to install a jetdirect printer without sam
or look at:
This is simply done with the command:
/usr/hpnp/bin/addqueue -i TYPE -q QUEUE_NAME -h HOST_ADDRESS
The TYPE option comes from the list of printer types given by jetadmin but is not needed.
To remove a printer you use the related: removequeue
Thnks to: http://home.cox.rr.com/junix/hpux.html#29
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2002 10:36 PM
06-16-2002 10:36 PM
Re: How to install a jetdirect printer without sam
my system is a HP-UX 10.20
When I run the command :
/opt/hpnp/bin/addqueue -h 10.72.22.29 -q dirce03
I get the message:
Could not create the queue
THANKS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 03:37 AM
06-18-2002 03:37 AM
Re: How to install a jetdirect printer without sam
All of the other HP lasers on my network with internal jet direct cards worked fine with addqueue so I did'nt investigate further.
May be of no help to you other than suggestion try an other printer first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 07:16 AM
06-19-2002 07:16 AM
Re: How to install a jetdirect printer without sam
From there, you'll get a text-menu style interface for adding printers, modifying queues, printer and JetAdmin/JetDirect status, etc.
I'd post a screen capture, but I'm not sure how well it would translate. :)
I'm assuming that you have the software CD that came with the JetDirect and/or printer. They used to bundle the JetAdmin software for HP-UX on the JetDirect CD-ROMs, so if you don't have JetAdmin installed on you HP-UX host, you can get it from the CD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 08:58 AM
06-19-2002 08:58 AM
Re: How to install a jetdirect printer without sam
If this is your version then
#hppi
should allow you to create the new printer. addqueue also should work. for details look at man addqueue.
Sandip