- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bootpd / JetDirect errors
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
02-18-2002 07:58 AM
02-18-2002 07:58 AM
Bootpd[8040]: client 192.168.100.44 requested unknown/unservable option.tag=33
This line will be repeated many times, with three different option.tag numbers: 33, 36, & 90.
My bootptab entries look like this:
jetd_IT: :ht=ether: :ha=0060b0b9c417: :hn: :ip=192.168.100.45: :vm=rfc1048:
Every entry is the same except for the lable, ha, & ip tags (obviously).
I've been having problems recently with jetdirect printers being disabled and the only way to print to them is to reset the jetdirect. But I don't think this problem is related because #1 its a recent problem, and #2 I see these bootpd errors in the syslog file going back to the begining of the file (august).
Any insight as to what these errors are, and how to fix them would be greatly appreciated.
Thanks!
Ro
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 08:08 AM
02-18-2002 08:08 AM
SolutionProbably your jetdirect printer is sending info to the syslkog file. Look under the printer configuration on the printer and see if the syslog server is defined as this server of yours where the messaged are logged.
Do a telnet to the printer and then press "/". this will bring up the network configuration for the printer. See if syslog server is defined. If you remove the syslog server entry from the printer, it will stop sending these alerts to your server.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 08:09 AM
02-18-2002 08:09 AM
Re: Bootpd / JetDirect errors
You can also try bootpquery on the ip addresses in question. Man bootpquery for info on syntax and flags; be aware it does not appear to be trivial.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 08:59 AM
02-18-2002 08:59 AM
Re: Bootpd / JetDirect errors
Did you recently upgrade your jetdirect software? I've seen other forum posts that talk about problems with the new version on HPUX.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:13 AM
02-18-2002 10:13 AM
Re: Bootpd / JetDirect errors
Sanjey: The syslog entry WAS blank. I added a server entry and got even more worthless syslog entries.... Gonna just ignore 'em.
Mark: I'm using 10.20. The man page for bootpd dosn't show entries for 36 or 90 either....
Steve: I haven't upgraded bootpd/dhcp OR jetdirect in quite some time... I'll do that later today.
Thanks for all suggestions. Dosn't seem too critical. Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:39 AM
02-18-2002 10:39 AM
Re: Bootpd / JetDirect errors
sounds like the patch is what you need. I am using my 10.20 as a syslogd for some problem printers, and I get messages like this from jetdirect:
Feb 18 10:55:17 ats8000.crhc.org printer: offline or intervention needed
Feb 18 10:55:17 ats8000.crhc.org printer: paper out
Feb 18 10:55:39 ats8000.crhc.org printer: error cleared
Feb 18 10:55:50 ats8000.crhc.org printer: offline or intervention needed
Feb 18 10:55:50 ats8000.crhc.org printer: paper out
Feb 18 10:55:57 ats8000.crhc.org printer: error cleared
Feb 18 10:56:08 ats8000.crhc.org printer: offline or intervention needed
Feb 18 10:56:08 ats8000.crhc.org printer: paper out
Feb 18 10:56:09 ats8000.crhc.org printer: error cleared
99% of the time I can ignore them, as they are regular operational stuff. It's that 1% of the time where the messages help diagnosing whether I've got a network or a printer issue.
HTH
mark