Sponsored Content
Top Forums UNIX for Dummies Questions & Answers HELP! The '/var/adm/message' file increase every few seconds??? Post 28352 by LivinFree on Tuesday 17th of September 2002 12:27:46 PM
Old 09-17-2002
I know that some syslogds will freak out it you remove the file it's writing to, unless you stop/start the daemon. Besides, I wouldn't junk the messages file - it's obviously telling you there's a problem, although most likely with configuration...
 

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
rdc(1M) 																   rdc(1M)

NAME
rdc - user interface for Routing Administration Manager (RAMD) SYNOPSIS
coresize] filesize] seconds] DESCRIPTION
provides a user-oriented interface for working with the and routing daemons. and are referred to as routing daemons. provides a command- line interface to start and stop these daemons. In addition, it provides commands to check the configuration file for syntax errors, make the daemon dump core, and dump the current state of the daemon. can reliably determine the running state of the routing protocols. This can be used in shell scripts to manipulate Options supports the following command-line options: Specifies that does not change the kernel forwarding table while running and routing daemons. This option is useful to test the daemons, when the daemons should operate as a route server that does not forward. Suppresses the stderr messages of and routing daemons. This option can be used to suppress informational messages that are normally printed to the standard output, and the log error messages through syslogd(1M). Specifies the time in seconds for which waits to start, stop, reconfigure and terminate daemons. By default, this value is set to 10 seconds. Specifies the maximum size of a core dump produced by the routing daemons invoked using Specifies the maximum size of a file produced or created by the routing daemons invoked using Commands The following commands are used to send HP-UX signals to or routing daemons for various purposes: Sends an abort signal to the requested daemon and terminates the daemon with a core dump. The core files are generated in the file where can be or Sends a signal to the requested daemon to dump its current state into the where is one of the routing daemons. Kills the daemon abruptly. This command is used when the daemon hangs. Sends signal to the requested daemon to reread its configuration file and reconfigure its current state. Sends signal to the requested daemon to terminate gracefully. Sends signal to the daemon to toggle the trace. If tracing is enabled, this command causes tracing to be suspended and the trace file to be closed. If tracing is disabled, the trace file is reopened and tracing initiated. This is useful to move the trace files. If or the routing daemon tracing is modified using this command and the daemons are reconfigured with the trace options, the effect on tracing is with respect to the configuration file. Sends signal to to recheck the interface configuration. periodically checks the kernel interface configuration for any changes. This command can be used to force the daemon to check the interface status immediately. Currently, the only valid argument for this com- mand is for checking on By default, obtains its configuration information from the file. maintains many versions of the configuration file. The versions of the configuration file maintained by are as follows: command of is used to create this configuration file. When must install a new configuration file using the command, the existing file is renamed as file. When creates a new configuration file, using the command, the existing file is renamed as and the existing is renamed as file. Configuration File Commands The following commands perform operations related to configuration files: Checks for syntax errors. This is done after changes are made to the configuration file and before reconfiguring the routing daemons. The system administrator use this command to ensure that there are no syntax errors in the configuration file, which can otherwise terminate the daemons on reconfiguration. Checks the file for syntax errors. Renames the file to retaining the older versions of the configuration files. This operation fails if does not exist. Replaces the old configuration file to This command fails, if the file does not exist or if the file is of zero length, or if the backout command deletes an existing, non-zero length file. Performs a operation even if the file exists and is of non-zero length. Sets all configuration files to mode 664, owner root and group trusted non-root user. This allows a trusted non-root user to modify the configuration files. Creates a new configuration file, with zero length. The file mode is set to 664, owner root and group trusted non-root user. This allows a trusted non-root user to install a new configuration file. Controlling Daemons The following commands can be used to control the daemons: Starts The command returns an error if is already running. It invokes and waits for the time period specified with option. A non-zero exit status is returned, if an error is detected while executing the binary, or if a lock is not obtained on the pid file within the speci- fied wait time. Starting invokes all the configured protocols in the configuration file of The following commands can be used to determine the current state of the daemon or to stop or restart and other IPv6 routing protocols. Determines if daemons are currently running. exits with a zero status if the daemon is running and with a non-zero value if the daemons are not running. Stops the requested routing daemon gracefully. Stopping stops all the daemons. Restarts the requested daemon. reports an error, if there is a failure. EXAMPLES
To start type the following at the HP-UX command prompt: If successful, the pid of the daemon is displayed. To get the current state of the daemons, type the following at command prompt: This will dump the current state of the and routing daemons. The dump files for the and routing daemons are and respectively; where is one of the routing daemons. To reconfigure the routing daemons, change the configuration file and issue the following command at the command prompt: AUTHOR
was developed by Future software Ltd. FILES
where, can be or the routing daemons. SEE ALSO
kill(1), ram_monitor(1M), ramd(1M), syslogd(1M), signal(2), ramd.conf(4). rdc(1M)
All times are GMT -4. The time now is 06:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy