Sponsored Content
Full Discussion: AIX, Netscape and NFS
Top Forums UNIX for Advanced & Expert Users AIX, Netscape and NFS Post 5906 by rwb1959 on Sunday 26th of August 2001 02:13:18 PM
Old 08-26-2001
Check the NFS export on the remote
machine to make sure it is read/write (rw)
and that your local NFS mount is also
read/write. There may be a mismatch.
 

10 More Discussions You Might Find Interesting

1. AIX

How to do a NFS mount from AIX to Linux?

How to do? Thanks (1 Reply)
Discussion started by: rainbow_bean
1 Replies

2. AIX

nfs on aix

Hi, I want to know how to configure nfs on aix, What changes are needs to be done nfs master and nfs client What are steps to share a directory and mouning on nfs client, Regards Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

3. AIX

Using AIX HACMP and NFS together

Hi, need advice on this. Is it possible to assign a mountpoint from a SAN storage to server1 & server2. Use NFS to the same mountpoint from server2 so that concurrent access is allowed. Can this setup be used together with HACMP? If server1 crash, the mountpoint resource will swing to... (8 Replies)
Discussion started by: chongkls77
8 Replies

4. AIX

NFs share AIX 6.1 and 5.3 - bug ? -

Hi folks, Just get my 1st AIX 6.1 servers up and creating some NFS shares without issues. I can mount it from others AIX 6.1 systems but can't from 5.3. Permissions etc. are OK lcppa1261 45: pbrun mount lcppa1001:/export/images /mnt NFS server lcppa1001 not responding still trying... (1 Reply)
Discussion started by: unclefab
1 Replies

5. AIX

NFS Share Setup On AIX

Hi all, I have one IBM AIX server (serverA) which is connected to the san storage. I have created a volume group and also file system (jfs2) and mounted to directory /profit. After that I created a NFS share for that directory and started the NFS daemon. Over at another server, which is... (1 Reply)
Discussion started by: a_sim
1 Replies

6. AIX

NFS mount problems on AIX

Hi, I have two machines (AIX) each on a different VLAN. Need to mount a filesystem using nfs on the other one. When I export the nfs file system its a breeze. But when I try to mount it on the other machine the smitty command hangs on "running" and i get an OK from smitty but with this... (6 Replies)
Discussion started by: aixromeo
6 Replies

7. AIX

aix toolbox and netscape navigator

Hi everybody I am new to the aix system and know I want to download some packages , so i start search for the aix repository like apt-get on Ubuntu , I found the results tell me to install rpm.rte and aix toolbox through navigator , but i have the following problem 1- i don't know hoe to open... (1 Reply)
Discussion started by: hard_revenge
1 Replies

8. AIX

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. (0 Replies)
Discussion started by: famasutika
0 Replies

9. Shell Programming and Scripting

AIX NFS Check

Good day On a AIX system I would like to see if a NFS mount is not set to auto mount, the desired output should be Mount name and Yes or NO. My test environment has 3 NFS mounts of which only 1 is set to auto mount. lsfs -v nfs | read -r Name Nodename Mount VFS Size Options Auto Accounting... (3 Replies)
Discussion started by: AE24
3 Replies

10. 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
NFSMOUNT.CONF(5)						File Formats Manual						  NFSMOUNT.CONF(5)

NAME
nfsmount.conf - Configuration file for NFS mounts SYNOPSIS
Configuration file for NFS mounts that allows options to be set globally, per server or per mount point. DESCRIPTION
The configuration file is made up of multiple sections followed by variables associated with that section. A section is defined by a string enclosed by [ and ] branches. Variables are assignment statements that assign values to particular variables using the = operator, as in Proto=Tcp. Sections are broken up into three basic categories: Global options, Server options and Mount Point options. [ NFSMount_Global_Options ] - This statically named section defines all of the global mount options that can be applied to every NFS mount. [ Server "Server_Name" ] - This section defines all the mount options that should be used on mounts to a particular NFS server. The "Server_Name" strings needs to be surrounded by '"' and be an exact match of the server name used in the mount command. [ MountPoint "Mount_Point" ] - This section defines all the mount options that should be used on a particular mount point. The "Mount_Point" string needs to be surrounded by '"' and be an exact match of the mount point used in the mount command. EXAMPLES
These are some example lines of how sections and variables are defined in the configuration file. [ NFSMount_Global_Options ] Proto=Tcp The TCP protocol will be used on every NFS mount. [ Server "nfsserver.foo.com" ] rsize=32k wsize=32k A 33k (32768 bytes) block size will be used as the read and write size on all mounts to the 'nfsserver.foo.com' server. [ MountPoint "/export/home" ] Background=True All mounts to the '/export/home' export will be performed in the background (i.e. done asynchronously). FILES
/etc/nfsmount.conf Default NFS mount configuration file SEE ALSO
nfs(5), mount(8), 9 Mar 2008 NFSMOUNT.CONF(5)
All times are GMT -4. The time now is 11:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy