- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- JetAdmin Installed but Getting Error
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
08-21-2000 10:40 AM
08-21-2000 10:40 AM
JetAdmin Installed but Getting Error
*************************************
* DIAGNOSTICS *
* HP JetAdmin Utility for UNIX *
*************************************
System:
1) Verify installation of software
2) Examine spooler operations
Printer/Network:
3) Test network printer's accessibility
4) Print a test page to printer
5) View HP JetDirect interface's current configuration
6) Check BOOTP and TFTP operations (super-user only)
7) Show HP JetDirect interface's protocol settings
8) Display operational and protocol statistics
?) Help q) Quit
Please enter a selection: 6
Can't perform this task, due to network port has been used by rbootd.
Press the return key to continue ...
It appears that rbootd is the conflict. /etc/services shows:
printer 515/tcp spooler # remote print spooling
Note: I first installed the "Printer Installer" and received the same results. So I removed that and then installed the above JetAdmin. Both programs were down loaded from HP's jetAdmin web site.
This L2000 is my server for both HP 700 series workstations and a flexlm license server for NT workstations. Should I remove rbootd from the startup scripts? Or how can I resolve this conflict?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 11:14 AM
08-21-2000 11:14 AM
Re: JetAdmin Installed but Getting Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 11:39 AM
08-21-2000 11:39 AM
Re: JetAdmin Installed but Getting Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 12:05 PM
08-21-2000 12:05 PM
Re: JetAdmin Installed but Getting Error
rfpux7/etc # cat services|grep boot
bootps 67/udp # Bootstrap Protocol Server
bootpc 68/udp # Bootstrap Protocol Client
instl_boots 1067/udp # installation bootstrap protocol server
instl_bootc 1068/udp # installation bootstrap protocol client
rfpux7/etc # cat services|grep print
printer 515/tcp spooler # remote print spooling
pdclientd 6874/tcp # Palladium print client daemon
pdeventd 6875/tcp # Palladium print event daemon
rfpux7/etc #
I do not see rbootd in the services file. The only print related entries are:
printer 515/tcp spooler # remote print spooling
hpoms-ci-lstn 5403/tcp #SAP spooler support
hpoms-dps-lstn 5404/tcp #SAP spooler support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 12:12 PM
08-21-2000 12:12 PM
Re: JetAdmin Installed but Getting Error
bootp may be a red herring. What does 'lpstat -i -t' tell you about the printer queue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 12:17 PM
08-21-2000 12:17 PM
Re: JetAdmin Installed but Getting Error
rfpux7/etc # lpstat -i -t
scheduler is running
system default destination: rpfitlj4
device for rpfitlj4: /dev/null
rpfitlj4 accepting requests since Aug 15 18:04
printer rpfitlj4 is idle. enabled since Aug 15 18:04
fence priority : 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 12:26 PM
08-21-2000 12:26 PM
Re: JetAdmin Installed but Getting Error
Check the lp scheduler log (/var/spool/lp/log) for any information regarding the test print.
Also try another test print and monitor with lpstat -i -t. You can also use netstat -a piped into some form of grep to look for a network connection to your printer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 12:37 PM
08-21-2000 12:37 PM
Re: JetAdmin Installed but Getting Error
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 01:15 PM
08-21-2000 01:15 PM
Re: JetAdmin Installed but Getting Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 01:27 PM
08-21-2000 01:27 PM
Re: JetAdmin Installed but Getting Error
cat /etc/hosts | lp -d rfpitlj4
I get: lp: destination "rfpitlj4" non-existent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 01:29 PM
08-21-2000 01:29 PM
Re: JetAdmin Installed but Getting Error
rfpux7/etc # nslookup rfpitlj4
Using /etc/hosts on: rfpux7
looking up FILES
Name: rfpitlj4
Address: 208.43.74.206
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 01:29 PM
08-21-2000 01:29 PM
Re: JetAdmin Installed but Getting Error
Your print queue is called 'rpfitlj4' not 'rfpitlj4'. The error message makes all the difference!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 01:36 PM
08-21-2000 01:36 PM
Re: JetAdmin Installed but Getting Error
Now, when I look in SAM the printer is called "rfpitlj4", yet as you pointed out, the queue is called rpfitlj4. So, the only way I know how to remove this is in SAM. But will SAM remove the bad queue as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 01:40 PM
08-21-2000 01:40 PM
Re: JetAdmin Installed but Getting Error
lpshut
lpadmin -xrpfitlj4
lpsched
to remove the bad queue.
Then 'jetadmin' to recreate the queue (no need to go through sam).
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 01:52 PM
08-21-2000 01:52 PM
Re: JetAdmin Installed but Getting Error
Ok, the commands worked to delete the queue. Then in JetAdmin I deleted the existing printer. Then when I try to recreate it I get the following:
Completed creating BOOTP/TFTP configuration database for rfpitlj4.
Tftp service is also used to boot up JetDirect. Make
sure /var/adm/inetd.sec allows JetDirect's IP to access
tftp service on this node.
Please wait...
Can't perform this task, due to network port has been used by rbootd.
Press the return key to continue ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 01:54 PM
08-21-2000 01:54 PM
Re: JetAdmin Installed but Getting Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 01:58 PM
08-21-2000 01:58 PM
Re: JetAdmin Installed but Getting Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 02:24 PM
08-21-2000 02:24 PM
Re: JetAdmin Installed but Getting Error
Go to jetadmin main menu, delete the printe and reinstall it.
cd /opt/hpnp/bin
./jetadmin ->1. configuration->4.delete
Back to configuration, go to 3. Add a local spooler, give the printer IP to be sure is not confusion, take care if you like to have the printer queue the same name as the printer you have to modify it (by default is printer_mane_q or something.
Try again, eventually try lp -dqueue_name /etc/hosts (shouldn't make any difference.
Any better?