Sponsored Content
Operating Systems Linux NFS throwing errors in /var/log/messages Post 302154885 by sysgate on Wednesday 2nd of January 2008 09:53:25 AM
Old 01-02-2008
I guess this has something to do with locked files over NFS, patches have been released in the last nfs versions.
 

10 More Discussions You Might Find Interesting

1. Solaris

st32 errors in /var/adm/messages

I'm trying to find out why st32 type errors keep arriving in /var/adm/messages (and are sent almost every day to my inbox by a Log Alert auto email). Can anyone tell me if there's a problem with the tape device? I'm seeing the following about 3 times a week, just after the backup to tape... (0 Replies)
Discussion started by: benjuneau
0 Replies

2. Solaris

NFS errors on messages file.

Hi, The following messages are getting logged to messages file extensively while the omniback backup is going on "NFS write error on host test.test.com: Read-only file system." The system has nfs filesystems and we are backing it up at that time. Any thoughts ?... Appreciate it..... (8 Replies)
Discussion started by: amqstam
8 Replies

3. Solaris

Errors in /var/adm/messages

Dear All, Please find the below errors and may i know why these errors are appearing. Mar 20 07:27:25 kolkata-gateway SUNW,UltraSPARC-IV+: L2$Data (0x00) 0x00000011.00010000 0x24436c65.6172436f ECC 0x0cf Mar 20 07:27:25 kolkata-gateway SUNW,UltraSPARC-IV+: L2$Data (0x10)... (1 Reply)
Discussion started by: lbreddy
1 Replies

4. Solaris

diff b/w /var/log/syslog and /var/adm/messages

hi sirs can u tell the difference between /var/log/syslogs and /var/adm/messages in my working place i am having two servers. in one servers messages file is empty and syslog file is going on increasing.. and in another servers message file is going on increasing but syslog file is... (2 Replies)
Discussion started by: tv.praveenkumar
2 Replies

5. UNIX for Advanced & Expert Users

/var/adm/messages vs /var/log/messages

The /var/adm/messages in Solaris seem to log more system messages/errors compared to /var/log/messages in Linux. I checked the log level in Linux and they seem OK. Is there any other log file that contains the messages or is it just that Linux doesn't log great many things? (2 Replies)
Discussion started by: gomes1333
2 Replies

6. Solaris

Corrupted Cache errors in /var/adm/messages

Hi, I am getting the following errors (thousands of these every min)..OS is solaris9...have no idea whats the cause and how to stop it..I am pasting only a few samples...any answers greatly appreciated corrupted cache (binding): 0xec7e corrupted cache (binding): 0x636f6d00 corrupted cache... (1 Reply)
Discussion started by: gkr747
1 Replies

7. Solaris

Errors in /var/adm/messages

Hi Everybody I have this errors in file /var/adm/messages: Jun 18 15:12:49 pem genunix: Ethernet address = 0:3:ba:bb:d2:dd Jun 18 15:12:49 pem unix: mem = 4194304K (0x100000000) Jun 18 15:12:49 pem unix: avail mem = 4101873664 Jun 18 15:12:49 pem rootnex: root nexus = Netra 240 Jun 18... (2 Replies)
Discussion started by: ybortega
2 Replies

8. Solaris

Difference between /var/log/syslog and /var/adm/messages

Hi, Is the contents in /var/log/syslog and /var/adm/messages are same?? Regards (3 Replies)
Discussion started by: vks47
3 Replies

9. Shell Programming and Scripting

How can view log messages between two time frame from /var/log/message or any type of log files

How can view log messages between two time frame from /var/log/message or any type of log files. when logfiles are very big and especially many messages with in few minutes, I would like to display log messages between 5 minute interval. Could you pls give me the command? (1 Reply)
Discussion started by: johnveslin
1 Replies

10. Shell Programming and Scripting

Transfer the logs being thrown into /var/log/messages into another file example /var/log/volumelog

I have been searching and reading about syslog. I would like to know how to Transfer the logs being thrown into /var/log/messages into another file example /var/log/volumelog. tail -f /var/log/messages dblogger: msg_to_dbrow: no logtype using missing dblogger: msg_to_dbrow_str: val ==... (2 Replies)
Discussion started by: kenshinhimura
2 Replies
MOUNT.NFS(8)						      System Manager's Manual						      MOUNT.NFS(8)

NAME
mount.nfs, mount.nfs4 - mount a Network File System SYNOPSIS
mount.nfs remotetarget dir [-rvVwfnsh ] [-o options] DESCRIPTION
mount.nfs is a part of nfs(5) utilities package, which provides NFS client functionality. mount.nfs is meant to be used by the mount(8) command for mounting NFS shares. This subcommand, however, can also be used as a standalone command with limited functionality. remotetarget is a server share usually in the form of servername:/path/to/share. dir is the directory on which the file system is to be mounted. Under Linux 2.6.32 and later kernel versions, mount.nfs can mount all NFS file system versions. Under earlier Linux kernel versions, mount.nfs4 must be used for mounting NFSv4 file systems while mount.nfs must be used for NFSv3 and v2. OPTIONS
-r Mount file system readonly. -v Be verbose. -V Print version. -w Mount file system read-write. -f Fake mount. Don't actually call the mount system call. -n Do not update /etc/mtab. By default, an entry is created in /etc/mtab for every mounted file system. Use this option to skip making an entry. -s Tolerate sloppy mount options rather than fail. -h Print help message. nfsoptions Refer to nfs(5) or mount(8) manual pages. NOTE
For further information please refer nfs(5) and mount(8) manual pages. FILES
/etc/fstab file system table /etc/mtab table of mounted file systems SEE ALSO
nfs(5), mount(8), AUTHOR
Amit Gud <agud@redhat.com> 5 Jun 2006 MOUNT.NFS(8)
All times are GMT -4. The time now is 06:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy