- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Copying JetDirect config for a single printer
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-31-2006 02:12 AM
03-31-2006 02:12 AM
Copying JetDirect config for a single printer
We have discovered (after a failover) that one server has a certain printer configured, but the other server does not, and I need to get it configured. I tried using SAM to "add a network printer," but it took me through a bunch of steps that meant nothing to me, and changed nothing. I tried viewing the config on the server with the working printer, but can't find a complete config setup (with model, options, etc.). Is there any way to copy this information from one server to another? I tried to copy the interface file and a copy of the entry in model.orig, but that doesn't actually add the printer, and probably confuses things more.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 05:07 AM
03-31-2006 05:07 AM
Re: Copying JetDirect config for a single printer
cd /opt/hpnp/bin
./addqueue -h 12.34.56.78 -q printer1
./addqueue -h 12.34.56.77 -q printer2
./addqueue -h 12.34.56.76 -q printer3
...
and so on. Just put in the IP address for each printer and pick a local name for the queue in your machine.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 05:12 AM
03-31-2006 05:12 AM
Re: Copying JetDirect config for a single printer
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 02:05 AM
04-04-2006 02:05 AM
Re: Copying JetDirect config for a single printer
box1:/opt/hpnp/bin
(root)# ll
total 1944
-rwxr-xr-x 1 bin bin 16433 Apr 29 1996 fsize
-rwxr-xr-x 1 bin bin 20568 Apr 29 1996 hpnpadmin
-rwxr-xr-x 1 bin bin 24702 Apr 29 1996 hpnpadmin1
-rwx------ 1 root bin 24666 Apr 29 1996 hpnpd
-rwx------ 1 root bin 16433 Apr 29 1996 hpnpdr
-rwxr-xr-x 1 bin bin 45223 Apr 29 1996 hpnpf
-rwxr-xr-x 1 bin bin 16439 Apr 29 1996 hpnps
-rwxr-xr-x 1 bin bin 24687 Apr 29 1996 hpnptyd
-rwxr-xr-x 1 bin bin 16438 Apr 29 1996 ip2long
-rwxr-xr-x 1 bin bin 16445 Apr 29 1996 ishpnp
lrwxr-xr-x 1 root sys 25 Mar 17 1997 jetadmin -> /opt/hpnp//admin/jetadmin
-rwxr-xr-x 1 bin bin 396100 Apr 29 1996 jetprint
-rwxr-xr-x 1 bin bin 16438 Apr 29 1996 lshpnp
-rwxr-xr-x 1 bin bin 16446 Apr 29 1996 psbr
-rwxr-xr-x 1 bin bin 20574 Apr 29 1996 psbsm
-rwx------ 1 root bin 28858 Apr 29 1996 rfp
-rwxr-xr-x 1 bin bin 172594 Apr 29 1996 xjdm
-rwsr-sr-x 1 root bin 90525 Apr 29 1996 xjjm
-rwxr-xr-x 1 bin bin 16437 Apr 29 1996 xjmore
I did a find for addqueue on the entire box and it didn't come up at all. Any thoughts?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 02:06 AM
04-04-2006 02:06 AM
Re: Copying JetDirect config for a single printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 02:39 AM
04-04-2006 02:39 AM
Re: Copying JetDirect config for a single printer
10.20
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?locale=en_US&pnameOID=18923&taskId=135&prodTypeId=18972&prodSeriesId=27350&swEnvOID=6
11.xx
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?locale=en_US&pnameOID=18922&taskId=135&prodTypeId=18972&prodSeriesId=27349〈=en&cc=us
NOTE: HP-UX 10.20 has been obsolete and unsupported since 2001.
Now if your machine is running 10.01 or 10.10 or earlier, HPPI won't work so you can get the last version of JetAdmin from:
ftp://contrib:9unsupp8@hprc.external.hp.com/jetadmin/
Bill Hassell, sysadmin