- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- Re: Jet Admin
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-12-2001 05:36 AM
03-12-2001 05:36 AM
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 06:45 AM
03-12-2001 06:45 AM
Re: Jet Admin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 06:46 AM
03-12-2001 06:46 AM
Re: Jet Admin
jetadmin adds automatically _1 to the queue name.
You can change it by entering the option menu '1) Lp destination (queue) name:'
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 03:23 PM
03-12-2001 03:23 PM
Solution1) Locate the file /opt/hpnp/admin/option6hp
and make a backup copy just in case.
2) Edit the file and find the string 'aNAME'.
Locate the line aNAME="`echo $QBASENAME | "$SED" 's/-/_/g'"_"$i".
Precede this line with the following:
aNAME=${QBASENAME}
if [ $i -gt 0 ]
then
original line goes here
followed by fi
3) Locate the enclosing while [ 0 ] statement; the line above should be changed from
i=1
to
i=0.
That's it.
The condition prevents a hang in case more than one queue is being assigned to the same IP node. If a duplicate is found then the default behavior kicks in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2001 08:19 PM
03-16-2001 08:19 PM
Re: Jet Admin
http://www.hp.com/cposupport/swindexes/hpjetadmin1875_swen.html
The addqueue command has two primary options: -h and -q as in:
addqueue -h hostname -q queuename
Normally, you would make hostname and queuename the same but you can make them different or even use an IP address for the hostname in case your DNS doesn't resolve the printer's name.
Bill Hassell, sysadmin