Sponsored Content
Full Discussion: NFS errors on messages file.
Operating Systems Solaris NFS errors on messages file. Post 302279046 by sqa777 on Wednesday 21st of January 2009 08:39:42 PM
Old 01-21-2009
Quote:
Originally Posted by amqstam
I am not sure the export permissions on server1 and server2 are same from the application stand point but application is working fine (able to write to mounts) on both server1 as well as server2.

Being the application is just fine on both servers, i assume that the export permissions are same for both 1 and 2.
Tx.
Wait, I thought you said mounting and writing from the client from server2 worked fine but mounting and writing from the client from server1 resulted in error messages.
 

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. Linux

nfs errors

Trying to transfer a file from one server to another. It is real slow. Then i checked on the server receiving the file and noticed that there are a bunch of the following errors in the messages file during transfers: Sep 10 05:24:54 coral kernel: nfs: server MYSERVER not responding, still trying... (1 Reply)
Discussion started by: pieman8080
1 Replies

3. Linux

NFS throwing errors in /var/log/messages

Jan 2 19:49:25 lab009 last message repeated 2 times Jan 2 19:49:25 lab009 kernel: RPC call_verify: retry failed, exit EIO Jan 2 19:49:25 lab009 kernel: call_verify: server accept status: 5 Jan 2 19:49:25 lab009 last message repeated 2 times Jan 2 19:49:25 lab009 kernel: RPC call_verify:... (1 Reply)
Discussion started by: Sivaswami
1 Replies

4. Solaris

NFS write error on host : Stale NFS file handle

:confused:Hi all When i see in the /var/adm/messages, i saw the following error unix: NFS write error on host : Stale NFS file handle. unix: (file handle: 45ca415 3e7 a0000 2c7f6 3ebfc25f a0000 2 3e49) It is using sunOS 5.7. Is anybody know what is this error? Is is related to any network... (2 Replies)
Discussion started by: AirWalker83
2 Replies

5. UNIX for Advanced & Expert Users

strange "No such file or directory" errors on NFS volumes

we're seeing very strange "No such file or directory" errors on NFS volumes on one of our suse servers - can anyone please help? we're seeing it for both our NetApp NAS Device and one of our Solaris NFS servers too Here is what we're seeing: stg-backup:~ # cd /rmt/sge stg-backup:/rmt/sge... (3 Replies)
Discussion started by: fishsponge
3 Replies

6. 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

7. 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

8. 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

9. Shell Programming and Scripting

Capturing errors messages into log file

Can we capture and write all the error messages which were being displayed on the command prompt screen during execution of a program into a log file? If yes, can anyone please let me know on how to do it? I am using ksh and working on AIX server. Thank you in advance. (4 Replies)
Discussion started by: vpv0002
4 Replies

10. Solaris

NFS write error on host xyz: Stale NFS file handle - Solaris 10

Oct 13 12:19:15 xyz nfs: NFS write error on host xyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400) Oct 13 12:19:15 xyz nfs: NFS write error on host zyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: ... (5 Replies)
Discussion started by: psychocandy
5 Replies
etrn(1M)						  System Administration Commands						  etrn(1M)

NAME
etrn - start mail queue run SYNOPSIS
etrn [-b] [-v] server-host [client-hosts] DESCRIPTION
SMTP's ETRN command allows an SMTP client and server to interact, giving the server an opportunity to start the processing of its queues for messages to go to a given host. This is meant to be used in start-up conditions, as well as for mail nodes that have transient connec- tions to their service providers. The etrn utility initiates an SMTP session with the host server-host and sends one or more ETRN commands as follows: If no client-hosts are specified, etrn looks up every host name for which sendmail(1M) accepts email and, for each name, sends an ETRN command with that name as the argument. If any client-hosts are specified, etrn uses each of these as arguments for successive ETRN commands. OPTIONS
The following options are supported: -b System boot special case. Make sure localhost is accepting SMTP connections before initiating the SMTP session with server- host. This option is useful because it prevents race conditions between sendmail(1M) accepting connections and server-host attempting to deliver queued mail. This check is performed automatically if no client-hosts are specified. -v The normal mode of operation for etrn is to do all of its work silently. The -v option makes it verbose, which causes etrn to display its conversations with the remote SMTP server. ENVIRONMENT VARIABLES
No environment variables are used. However, at system start-up, svc:/network/smtp:sendmail reads /etc/default/sendmail. In this file, if the variable ETRN_HOSTS is set, svc:/network/smtp:sendmail parses this variable and invokes etrn appropriately. ETRN_HOSTS should be of the form: "s1:c1.1,c1.2 s2:c2.1 s3:c3.1,c3.2,c3.3" That is, white-space separated groups of server:client where client can be one or more comma-separated names. The :client part is optional. server is the name of the server to prod; a mail queue run is requested for each client name. This is comparable to running: /usr/lib/sendmail -qR client on the host server. EXAMPLES
Example 1: Using etrn Inserting the line: ETRN_HOSTS="s1.domain.com:clnt.domain.com s2.domain.com:clnt.domain.com" in /etc/default/sendmail results in svc:/network/smtp:sendmail invoking etrn such that ETRN commands are sent to both s1.domain.com and s2.domain.com, with both having clnt.domain.com as the ETRN argument. The line: ETRN_HOSTS="server.domain.com:client1.domain.com,client2.domain.com" results in two ETRN commands being sent to server.domain.com, one with the argument client1.domain.com, the other with the argument client2.domain.com. The line: ETRN_HOSTS="server1.domain.com server2.domain.com" results in set of a ETRN commands being sent to both server1.domain.com and server2.domain.com; each set contains one ETRN command for each host name for which sendmail(1M) accepts email, with that host name as the argument. FILES
/etc/mail/sendmail.cf sendmail configuration file /etc/default/sendmail Variables used by svc:/network/smtp:sendmail ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsndmu | +-----------------------------+-----------------------------+ |Interface Stability |Stable | +-----------------------------+-----------------------------+ SEE ALSO
sendmail(1M), attributes(5) RFC 1985 NOTES
Not all SMTP servers support ETRN. SunOS 5.10 10 Aug 2004 etrn(1M)
All times are GMT -4. The time now is 10:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy