Sponsored Content
Full Discussion: Location of smit.log
Operating Systems AIX Location of smit.log Post 302323122 by AIXlearner on Friday 5th of June 2009 12:33:33 PM
Old 06-05-2009
Location of smit.log

What is the location of smit.log
 

10 More Discussions You Might Find Interesting

1. HP-UX

Open view log location

Can someone tell me where the path to store the error message in HP OpenView? thk a lot (0 Replies)
Discussion started by: zp523444
0 Replies

2. Gentoo

Location log after process crontab

Hi... I want to know directori location and file name (log) after crontab has been running.. (linux disto gentoo and sun solaris) Because for long time maybe contain this log file becomes large. Thanks for your help. regards, srilinux (4 Replies)
Discussion started by: srilinux
4 Replies

3. AIX

AIX ftp log location

Hi, Where can I find FTP log location for AIX 4? Thanks, Itik (2 Replies)
Discussion started by: itik
2 Replies

4. UNIX for Advanced & Expert Users

Location of log file

This below one find the table name in the log.I want location of log file.Please any help > find / -type f -name "*.log" -exec grep -i 'sct' {} 2>/dev/null \; . . importing table "sct" . . exporting table sct . . importing table "sct" . . exporting table sct ... (1 Reply)
Discussion started by: mohan705
1 Replies

5. Shell Programming and Scripting

Shell Script for Copy files from one location to another location

Create a script that copies files from one specified directory to another specified directory, in the order they were created in the original directory between specified times. Copy the files at a specified interval. (2 Replies)
Discussion started by: allways4u21
2 Replies

6. Virtualization and Cloud Computing

HPVM log file location and a sample

1. Can somebody tell me the log file location of HPVM where all the events of guest OS are reported ? 2. And if possible a log file with important events in it ? (1 Reply)
Discussion started by: thegeek
1 Replies

7. AIX

Log Location

Hi, I would like to find out where the system will display the server was shutdown due to power fluctuation. I have check the command errpt and alog -o -t boot |more but not getting the requred information. alog -o -t boot command is not showing the time Time: 9 LEDS: 0x538 invoking... (4 Replies)
Discussion started by: manoj.solaris
4 Replies

8. Shell Programming and Scripting

File created in a different location instead of desired location on using crontab

Hi, I am logging to a linux server through a user "user1" in /home directory. There is a script in a directory in 'root' for which all permissions are available including the directory. This script when executed creates a file in the directory. When the script is added to crontab, on... (1 Reply)
Discussion started by: archana.n
1 Replies

9. UNIX for Dummies Questions & Answers

avahi , change the log location

avahi error message goes to /var/log/messages , how can put avahi to log the error in a file /var/log/avahi-error instead of /var/log/messages (1 Reply)
Discussion started by: prpkrk
1 Replies

10. Shell Programming and Scripting

How to find a existing file location and directory location in Solaris box?

Hi This is my third past and very impressed with previous post replies Hoping the same for below query How to find a existing file location and directory location in solaris box (1 Reply)
Discussion started by: buzzme
1 Replies
nfslog.conf(4)						     Kernel Interfaces Manual						    nfslog.conf(4)

NAME
nfslog.conf - NFS server logging configuration file SYNOPSIS
DESCRIPTION
The file specifies the location of the NFS server logs, as well as the location of the private work files used by the NFS server and nfs- logd(1M) daemon during logging. Each entry in the file consists of a mandatory tag identifier and one or more parameter identifiers. The parameter identifier specifies the value or location of the specific parameter. For instance, the parameter identifier specifies the location of the NFS server activity log. The mandatory tag identifier serves as an index into the file to identify the various parameters to be used. At export time, the share_nfs(1M) command specifies the NFS server logging parameters to use by associating a tag from the file to the exported file system. It is legal for more than one file system to be exported using the same logging tag identifier. A "global" tag identifier is included in It specifies the default set of values to be used during logging. If no tag identifier is speci- fied at export time, then the values in the "global" entry are used. The "global" values can be modified by updating this entry in Each entry in the file must contain a mandatory tag identifier and at least one parameter/value pair. If a parameter is not specified in a given entry, the global value of the parameter will be used. The exact entry syntax follows: The entries are described here. Specifies the directory where the log and work files will be placed. This path is prepended to all relative paths specified in other parameters. Specifies the location of the user-readable log file. The log will be located in the unless path is an absolute path. Specifies the location of the private file handle to path mapping database files. These database files are for the private use of the NFS server kernel module and the daemon. These files will be located in the unless path is an absolute path. These database files are permanently stored in the file system. Consult nfslogd(1M) for information on pruning the database files. Specifies the location of the private work buffer file used by the NFS server kernel module to record raw RPC information. This file is later processed by the daemon, which in turn generates the user-readable log file. This work buffer file will be located in the unless path is an absolute path. Sets the format of the user-readable log file. If not specified, the format is used. The format is compatible with log files generated by the Washington University The for- mat provides a more detailed log, which includes directory modification operations not included in the basic format, such as and Note that the format is not compatible with Washington University's log format. WARNINGS
Log files, work files, and file handle to path mapping database can become very large. Be aware of appropriate placement within the file system name space. See nfslogd(1M) for information on pruning the database files and cycling logs. EXAMPLES
Example 1: Using the global Tag The tag may be modified so that all exported file systems that enabled logging use a common set of parameters that conform to the specific needs of the user. These values are used until a specific tag identifier overrides them. Example 2: Overriding the Global defaultdir and logformat Because log files can become very large, it may be desirable to store the log and work files in separate file systems. This can be easily accomplished by simply specifying a different for every file system exported by means of a unique tag: File systems shared with the engineering identifier will have their log and work files located in For instance, the log file will be located at Note that the engineering log file will be stored in the extended format, while the rest of the log files will remain in the basic format. Any of the parameters can be updated in a tag identifier, which overrides the global settings. SEE ALSO
nfslogd(1M), share_nfs(1M). nfslog.conf(4)
All times are GMT -4. The time now is 03:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy