Sponsored Content
Top Forums UNIX for Dummies Questions & Answers HELP! The '/var/adm/message' file increase every few seconds??? Post 28340 by Kelam_Magnus on Tuesday 17th of September 2002 10:25:39 AM
Old 09-17-2002
First, I would do a ps -aef |grep bootpd to see how the command is running. Next, to keep the file from growing, I believe you can send the output to /dev/null by linking the file there, as follows.

ln -s /var/adm/messages /dev/null

When you eventually fix the problem, then remove the link.


Now, I would read the man page for bootpd. It will tell you a great deal.

I wouldn't necessarily do this step, but you can to stop the messages. Next, if you choose to you can edit the /etc/inetd.conf file and comment out the line for that. Also, in /etc/services.

OR you can kill and restart the bootpd daemon if you need it to be running.

ps -aef |grep bootpd |grep -v grep
kill PID # for bootpd

/usr/lbin/bootpd -s

Try these steps and get back... Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to subtract 2 hours from 'date' in shell ( /bin/sh ) script ?

I write a sh script that zip and copy to tape all files that older then 2 hours. 1. The way I choose is - touch a file with "now - 2 hours", then use fine with '! -newer' 2. Do you have any other idea to do it ? tnx. (1 Reply)
Discussion started by: yairon
1 Replies

2. Programming

i can't use 'make' in my computer?

I need to compile a file,but 'make' does not work.please tell me how to use it or need which tools? (3 Replies)
Discussion started by: dsun5
3 Replies

3. Shell Programming and Scripting

Clearify what it means under 'WHAT' when hit the 'w'-command

I wonder how I shall read the result below, especially 'what' shown below. The result was shown when I entered 'w'. E.g what is TOP? What is gosh ( what does selmgr mean?)? login@ idle JCPU PCPU what 6:15am 7:04 39 39 TOP 6:34am 6:45 45 45 TOP 6:41am ... (1 Reply)
Discussion started by: Aelgen
1 Replies

4. UNIX for Advanced & Expert Users

Terminal 'Local Echo' lost on Modem Dial-out

Can anybody help me? I am developing a utility for automating message paging to a BT alphanumeric pager. I am using a USR 56K Fax-modem connected to /dev/cuab on a Sun Ultra-10. I am using the UNIX 'tip' utility to connect to the modem and I have configured the modem as follows: Baud Rate:... (2 Replies)
Discussion started by: mybeat
2 Replies

5. UNIX for Dummies Questions & Answers

How a program to convert '|' delimited file into excel?

Hi All, I want to convert a '|' delimited file to excel file. I want it is an automated process (this means I need not to open excel, import and choose '|' delimited, then ... to generate an excel) I need to use a scripts or proram to convert the file. Do any one have this tools? A... (11 Replies)
Discussion started by: wilsonchan1000
11 Replies

6. Filesystems, Disks and Memory

HELP! The '/var/adm/message' file increase every few seconds???

Hi, guys, I have a big problem. I've got a sun solaris 4.1.4 workstation, and the /var/adm/message file will add one row every few seconds. It soon becomes a large file. I wander if there are some mistakes configuring the workstation. the /var/adm/message is as follow: ... (1 Reply)
Discussion started by: cloudsmell
1 Replies

7. UNIX for Dummies Questions & Answers

quoting echo 'it's friday'

echo 'it's friday' why appear the > (3 Replies)
Discussion started by: yls177
3 Replies

8. IP Networking

BELKIN 'F5D5020' 16bit PCMCIA - FreeBSD HOWTO

Hey all, I've bought a few bits from Belkin who seem quite happy to support FreeBSD! Last time I bought a UPS from them and it's still going well :D I saw this on their website that the 16bit PCMCIA card was supported under FreeBSD: http://www.belkin.com/network/F5D5020.html I went to my... (0 Replies)
Discussion started by: WIntellect
0 Replies

9. UNIX for Advanced & Expert Users

How to remove a file with a leading dash '-' in it's name?

Somehow someone created a file named '-ov' in the root directory. Given the name, the how was probably the result of some cpio command they bozo'ed. I've tried a number of different ways to get rid of it using * and ? wildcards, '\' escape patterns etc.. They all fail with " illegal option --... (3 Replies)
Discussion started by: GSalisbury
3 Replies

10. Shell Programming and Scripting

What are the differences between 'bash' and 'sh'

Hopefully this doesn't come off as too much of a "newbie" question or a flamebait. But I have recently begun working with a Sun Solaris box after having spent the past five years working with RedHat. From what i can tell, thing look fairly similar and the 'man' command is some help. But I've... (7 Replies)
Discussion started by: deckard
7 Replies
dhcptools(1M)															     dhcptools(1M)

NAME
dhcptools - command line tool for DHCP elements of bootpd SYNOPSIS
[] [] [requested_IP_address] [] [] [] [] [] [] [] DESCRIPTION
is a command line tool that provides access to DHCP-related options for the server. The options provide control for dumping internal data structures, generating a hosts file, previewing client address assignment, reclaiming unused addresses, tracing packets, and validating configuration files. Options supports the following options: Dump internal data to output files. The dump output files are and The first file reports fixed address clients known to the currently active server. The second file reports global and group configuration. The third file reports miscellaneous internal data. Generate a hosts file in format; see hosts(4). The output file is The file can be incorporated into a name database in advance of server activation so that the server can automatically allocate a host name along with an IP address to a DHCP client. For IP address alloca- tion to DHCP clients, the server uses gethostbyaddr(3N) to find the host name associated with a particular IP address. Each host entry in contains an IP address followed by a hostname. The IP address of the first entry is first_IP_address. The hostname of the first entry is derived from the hostname_template. Each subsequent host entry contains a unique IP address and hostname derived from the first_IP_address, subnet_mask, and hostname_template. The wildcards permitted in the host- name_template are A means to use a character selected sequentially from the range [a-z,0-9]. A means to use a digit selected sequentially from the range [0-9]. A means to use a letter selected sequentially from the range [a-z]. A maximum of 3 wild- cards can be specified. If a domain_name is specified, it will be appended to the hostname. The maximum num- ber_of_entries_to_generate is 1000. Preview a client's address assignment based on current conditions for the server. The output is written to stdout. The subnet-identifier tells the subnet for which the client is requesting an IP address. Optionally, the user may request a specific IP address and lease duration using the parameters lease-time and requested-IP-address. Use Internet address dot notation (see inet(3N) for the IP address and an integer num- ber of seconds for the lease-time. Preview a client's address assignment based on current conditions for the server. This option is the same as except that the client is identified by a unique client-identifer. See bootpd(1M). Preview a client's address assignment based on current conditions of the server. This option is the same as except that the class identifier is used to identify the device group from which the client is requesting an IP address. See bootpd(1M). Reclaim a client's IP address for re-use by the server. This option is intended for limited use by the administrator to return an allocated but unused IP address to a DHCP allocation pool. The option may be useful to clear the database of old entries (for example, for clients retired from ser- vice while holding an unexpired IP address lease). Do not reclaim an address that belongs to an active client. See bootpd(1M). The IP_address, hardware_address, and hardware_type can be obtained from the database file. Reclaim a client's IP address for re-use by the server. This option is the same as except that the client is identified by its unique client_identifier. See bootpd(1M). The IP_address and matching client_identifier can be obtained from the database file. Establish packet tracing for This will trace the inbound and outbound BOOTP/DHCP packets for the local server. The output file is The packet trace count can be a value from 0 to 100. To query the current count, use To turn off packet tracing use Validate configuration files. The default configuration files that will be validated are and When a bootptabfile or dhpctabfile is specified, the full pathname is required. The output file for validate is Only one of the or options is allowed per command. RETURN VALUE
returns zero upon successful completion or non-zero if the command failed, in which case an explanation is written to standard error. EXAMPLES
Dump the active server's internal data to the dump output files: Generate a file with 10 entries: Query the active daemon for the the current packet trace count: Set the count to 10 packets: Preview two clients' address assignments by hardware address: To preview a client's address assignment by client identifier, a unique client identifier value is needed. This information can be obtained for actual DHCP clients (provided they support a client identifier) from the manufacturer's documentation. See bootpd(1M) for more information about the client identifier. Assuming that is a valid client identifier, the preview command is: To reclaim an IP address by hardware address: The parameter values were obtained from this sample entry in the dhcpdb file: To reclaim an IP address by client identifier (see earlier example of preview by client identifier): To validate a bootptab and dhcptab file: WARNINGS
The operations of dump, packet trace, preview, and reclaim depend on communication with the local server. If the server is not running, you may encounter an error. AUTHOR
was developed by HP. FILES
Default file for validate Default file for validate Dump output file Dump output file Dump output file FIFO file for to communication FIFO file for to communication FIFO file for to communication Hostgen output file in format Packet trace output file Validate output file Library file SEE ALSO
bootpd(1M), bootpquery(1M). DARPA Internet Request For Comments RFC1533, RFC1534, RFC1541, RFC1542, Assigned Numbers. dhcptools(1M)
All times are GMT -4. The time now is 05:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy