AIX NFS Client Logging


 
Thread Tools Search this Thread
Operating Systems AIX AIX NFS Client Logging
# 1  
Old 07-10-2012
AIX NFS Client Logging

My AIX NFS client failed to mount a Windows server NFS service today.

Is NFS client logging enabled by default on AIX? If not, is there a way to enable NFS client logging on AIX6.1.

Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

I need a help of good people with effective bash script to mount nfs shared, By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people. The scenario as follow: An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies

2. Red Hat

NFS client

Dear All , I have a NFS Server A and NFS client B. I have mounted the respective volume in NFS client. Now I wanted to make this volume as a NFS Server to another machine . Is this possible in Linux. Rgds Jegan R (3 Replies)
Discussion started by: jegaraman
3 Replies

3. AIX

AIX NFS Server and NFS Client

Hi 2 ALL, try to run NFS Server in AIX 7.1 : 1. Step by step on NFS Server node mkdir /tmp/test chgrp staff /tmp/test chmod 775 /tmp/test-- create export directory (fs) mknfsexp -d /tmp/test -t ro exportfs -va show mount -e :/# exportfs -av exports: 1831-187 re-exported /tmp/test... (4 Replies)
Discussion started by: penchev
4 Replies

4. Red Hat

NFS mounting from client pc

The server ip is 10.2.2.24. I have installed nfs-utils package the i have edited /etc/exports i have added the following line /home 10.2.2.0/24(rw,sync,no_root_squash,no_all_squash) i have saved, i have started the nfs service, then i am trying to mount nfs sharing from client machine using... (1 Reply)
Discussion started by: ainstin
1 Replies

5. AIX

HACMP and NFS client

Hi all, I know there are topics regarding this but didn't found the answer. I have two node HACMP cluster and the application that runs there relies on some NFS mount. The NFS server is some 3rd box that have nothing to do with the cluster. How can I mount the NFS shares only on the active... (5 Replies)
Discussion started by: emoubi
5 Replies

6. HP-UX

Create NFS Client

I have found numerous articles on creating share on HPUX 11.1 (data source prepared for export) but I did not find from client's perspective what to do? I have a shared dir (all NFS ready full permissions) that I would like to access from a HP server what I need to do on this HPUX to be able to... (5 Replies)
Discussion started by: rsheikh01
5 Replies

7. AIX

can not mount from aix client to linux nfs server

Hi, I am trying to mount a nfs folder from AIX client to Linux NFS Server, but I got the following error: # mount 128.127.11.121:/aix /to_be_del mount: 1831-010 server 128.127.11.121 not responding: RPC: 1832-018 Port mapper failure - RPC: 1832-008 Timed out mount: retrying... (1 Reply)
Discussion started by: victorcheung
1 Replies

8. Solaris

Solaris 9 as a nfs client -- centos as a nfs server.

Hello, I have a centos as nfs server, its name is centos_A. After I finish the setup of the nfs server, the other linux can access this nfs server immediately via /net/centos_A/* But, My solaris 9 can not access /net/centos_A/* immediately. I have to leave /net/centos_A, and wait for about... (1 Reply)
Discussion started by: bruceharbin
1 Replies

9. UNIX for Advanced & Expert Users

difference between logging into unix through f-secure ssh client and telnet

hi, what is the difference between logging into unix through f-secure ssh client and telnet is there any more security check is involved can any one explain thanks in advance (1 Reply)
Discussion started by: trichyselva
1 Replies

10. UNIX for Dummies Questions & Answers

sudo logging + NFS hang?

Hi all, I have two problems, My system is SunOS 5.9: 1- I have installed sudo but I have a problem logging user activities on other hosts, the way I installed it is that I installed sudo and the sudoers file in a shared directory on a NFS server which is mounted by all computers on the... (1 Reply)
Discussion started by: neked
1 Replies
Login or Register to Ask a Question
tapset::nfsd(3stap)													       tapset::nfsd(3stap)

NAME
tapset::nfsd - systemtap nfsd tapset DESCRIPTION
nfsd.dispatch NFS server receives an operation from client See probe::nfsd.dispatch(3stap) for details. nfsd.proc.lookup NFS server opening or searching for a file for client See probe::nfsd.proc.lookup(3stap) for details. nfsd.proc.read NFS server reading file for client See probe::nfsd.proc.read(3stap) for details. nfsd.proc.write NFS server writing data to file for client See probe::nfsd.proc.write(3stap) for details. nfsd.proc.commit NFS server performing a commit operation for client See probe::nfsd.proc.commit(3stap) for details. nfsd.proc.create NFS server creating a file for client See probe::nfsd.proc.create(3stap) for details. nfsd.proc.remove NFS server removing a file for client See probe::nfsd.proc.remove(3stap) for details. nfsd.proc.rename NFS Server renaming a file for client See probe::nfsd.proc.rename(3stap) for details. nfsd.open NFS server opening a file for client See probe::nfsd.open(3stap) for details. nfsd.close NFS server closing a file for client See probe::nfsd.close(3stap) for details. nfsd.read NFS server reading data from a file for client See probe::nfsd.read(3stap) for details. nfsd.write NFS server writing data to a file for client See probe::nfsd.write(3stap) for details. nfsd.commit NFS server committing all pending writes to stable storage See probe::nfsd.commit(3stap) for details. nfsd.lookup NFS server opening or searching file for a file for client See probe::nfsd.lookup(3stap) for details. nfsd.create NFS server creating a file(regular,dir,device,fifo) for client See probe::nfsd.create(3stap) for details. nfsd.createv3 NFS server creating a regular file or set file attributes for client See probe::nfsd.createv3(3stap) for details. nfsd.unlink NFS server removing a file or a directory for client See probe::nfsd.unlink(3stap) for details. SEE ALSO
probe::nfsd.dispatch(3stap), probe::nfsd.proc.lookup(3stap), probe::nfsd.proc.read(3stap), probe::nfsd.proc.write(3stap), probe::nfsd.proc.commit(3stap), probe::nfsd.proc.create(3stap), probe::nfsd.proc.remove(3stap), probe::nfsd.proc.rename(3stap), probe::nfsd.open(3stap), probe::nfsd.close(3stap), probe::nfsd.read(3stap), probe::nfsd.write(3stap), probe::nfsd.commit(3stap), probe::nfsd.lookup(3stap), probe::nfsd.create(3stap), probe::nfsd.createv3(3stap), probe::nfsd.unlink(3stap), probe::nfsd.rename(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::nfsd(3stap)