- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ERROR RELATED TO BOOTPTAB
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-21-2006 08:56 PM
02-21-2006 08:56 PM
ERROR RELATED TO BOOTPTAB
IN HP UX 11.11 SYS LOG IS SHOWING THE ERRORS AS FOLLOWING LINES
reading "/etc/bootptab"
read 1 entries from "/etc/bootptab"
reading "/etc/dhcpdeny"
error opening "/etc/dhcpdeny": No such file or directory
WHAT IT MEANS , HOW CAN BE RESOLVED IF ANY PROBLEM IS THERE
DAMU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 09:16 PM
02-21-2006 09:16 PM
Re: ERROR RELATED TO BOOTPTAB
No need to worry abou it, system couldn;t find /etc/dhcpdeny file..
# touch /etc/dhcpdeny
# chmod 644 /etc/dhcpdeny
I think, it is Ignite server. You can also
edit the /etc/rc.config.d/netdaemons file & set START_RBOOTD=0
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 09:47 PM
02-21-2006 09:47 PM
Re: ERROR RELATED TO BOOTPTAB
this is not an ignite server
arun can you explain wy this message is coming
damu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 11:14 PM
02-21-2006 11:14 PM
Re: ERROR RELATED TO BOOTPTAB
When bootpd receives a DHCP/BOOTP request, it first checks if the
hardware address of the client is listed in the /etc/dhcpdeny
database. ...
If /etc/dhcpdeny does not exist, then the error message will be logged to
syslog.
> How can I avoid this messages ?
Create the /etc/dhcpdeny file according to bootpd(1M):
The configuration file /etc/dhcpdeny contains the list of hardware
addresses, one address per line, for clients that will not be served
by our server.
This is an example of a /etc/dhcpdeny file:
# Sample /etc/dhcpdeny file
080009000001
0x080009000002
# Above two clients will not be served!
Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 01:03 AM
02-22-2006 01:03 AM
Re: ERROR RELATED TO BOOTPTAB
This is what the link below talks about.
http://docs.hp.com/en/B2355-90775/ch03s01.html
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 01:38 AM
02-22-2006 01:38 AM
Re: ERROR RELATED TO BOOTPTAB
The server has checked bootptab and read an entry, but it is missing this other file so it logs the error message.
You can:
1) Ignore the error message
or
2) Create the file with "touch /etc/dhcpdeny"
or
3) Turn off bootp on this machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 03:24 PM
02-22-2006 03:24 PM