Sponsored Content
Operating Systems AIX Migrating NFSv3 to NFSv4 in AIX Post 303005380 by bakunin on Tuesday 17th of October 2017 01:26:56 PM
Old 10-17-2017
Quote:
Originally Posted by System Admin 77
The only method I knew is remove NFSv3 share and re-create it for NFSv4.
Well, what is wrong with this method? You simply edit /etc/exports (there is a vers=-part in the line which states the NFS version), issue a exportfs -va and you are done. You can even configure every export for several versions of NFS at the same time, so you can transform NFSv3-shares to NFSv3+NFSv4 and in a second step change from NFSv3+NFSv4 to NFSv4 only.

A few caveats, though:

- There are different daemons involved in NFSv3 and NFSv4. Issue an
Code:
lssrc -g nfs

to see if they are indeed all running. For NFSv4 you need nfsd and nfsrgyd, for NFSv3 you need nfsd, biod, rpc.statd, rpc.lockd and rpc.mountd running. For NFSv3 you may also need the portmapper.

- For "scattered" NFSv4 exports you need some static storage: NFSv4 allows for transient filelocks: if you open a file from serverA and this server dies but its exports are also exported via serverB you can resume your work with the same file from serverB while maintaining file- and record-locks. For this you need some static storage where NFS stores these locks.

- NFSv4 uses "NFS-domains" and for a client to mount an export it has to have the same NFS domain configured. Use the command chnfsdomain to display/change the value. My suggestion is to use the same value as the DNS domain because this is rather easy to maintain. Otherwise the name of the domain doesn't matter at all.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
 

9 More Discussions You Might Find Interesting

1. AIX

Problem with migrating from AIX 5.1 to 5.3

I'am migrating from AIX 5.1 to 5.3 during migration installation a receive message enough space for dir /usr. My question is : how i can resolve this problem ? i can't reboot my server i hope that there is a command to obtain a spece without go out from installation procedure pannel... I'am... (0 Replies)
Discussion started by: tt155
0 Replies

2. AIX

Migrating AIX users to Linux

Hi all, I was wondering if anyone out there knew if it was possible to migrate users from AIX to Linux. What we want to do is install OpenLDAP on a Linux machine and port all the users over to LDAP. I've googled around and could only find a few things, such as mrgpwd - but that only comes... (0 Replies)
Discussion started by: djcronos
0 Replies

3. AIX

migrating easytrieve from Z/OS to AIX platform

Hi, my requirement is to migrate easytrieve running on Z/OS to AIX platform. can anyone let me know what changes should be made if we do such a migration. (0 Replies)
Discussion started by: rohit510
0 Replies

4. AIX

Migrating C Application from AIX to Linux

Hi All, I am currently facing new problem of migrating C(c language) application from AIX machine to Linux machine. We are using GCC to compile the source code.. But facing with the compilation issues, with lot of GCC C libs differing between AIX box to Linux box... Pls help me... (3 Replies)
Discussion started by: karthikc
3 Replies

5. AIX

AIX Servers Ugrading or Migrating

:( Hi Grue, I am very new in AIX/UNIX environment. Please give me answer that during the upgrading or Migrating to 6.1 the AIX Server the applications of this server is accessible to Apps users or not? Thanks (2 Replies)
Discussion started by: Tahniet
2 Replies

6. AIX

Migrating a NIM Server to AIX 6.1

Guys, We are planning to upgrade one of our NIM server to AIX 6.1 from 5.3... Since the server itself is a NIM Server we can't perform it via NIM & I'm choosing to do CD install.. The Install method would be Upgrade installation. Is there anything special that I need to consider before... (5 Replies)
Discussion started by: kkeng808
5 Replies

7. AIX

Migrating RHEL 5 UNIX users to AIX

Hi, I'm able to migrate UNIX users/groups from Solaris to AIX (with same password using 13-char encrypted password from shadow file) but no luck with RHEL 5 to AIX. I see encrypted password in RHEL 5 is bit lengthier than 13-char. Is there any way to convert encrypted password such that same... (1 Reply)
Discussion started by: reddyr
1 Replies

8. AIX

Migrating from HP Unix to IBM AIX 6.1

HI , We are in process to migrate from UNIX to AIX 6.1 version . I need to understand differences between commands that are used in UNIX and AIX. I want to make sure AIX has all command options avaliable from HP Unix.If any mismatch it should be addressed . Since many commands are used it... (2 Replies)
Discussion started by: Perlbaby
2 Replies

9. AIX

Upgrading to AIX 7 vs migrating

Hi all, I have this weird notion that upgrading the TL does not cause the machine to wipe, but upgrading a major version (from aix 6 to 7) means it's actually a fresh install and will wipe the date and i have to install the software again (TSM server, for instance). Trying to google it, i came... (3 Replies)
Discussion started by: tde3000
3 Replies
All times are GMT -4. The time now is 09:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy