Weird nfs issue after TL upgrade


 
Thread Tools Search this Thread
Operating Systems AIX Weird nfs issue after TL upgrade
# 1  
Old 03-12-2012
Weird nfs issue after TL upgrade

We recently upgraded 2 of our AIX 6.1 servers from TL4 to TL5.
Both servers are on the same p7 780 frame, installed at the same time from the same image. Both servers are mounting the same nfs share after reboot what worked perfectly fine until the upgrade.
Since the patching, one of the two boxes became unable to see files in the share bigger 2GB - the other system doesnt have this problem.
Workaround we currently use is to drop nfs and have it recreated. After the recreation and remount of the filesystems all files are visible / accessible - until we boot, than the bigger 2 gig files become unavailable again.

Has anyone seen a similar behavior and know how to fix it permanently?

Regards
zxmaus
# 2  
Old 03-18-2012
What do you mean by "unable to see files large than 2GB"?
# 3  
Old 03-18-2012
the nfs mount contains dump files from another server. Some of these dumpfiles are 10 GB, others are 800 mb. While I have no issues to use the small ones on this box, I get some weird 'cannot access file xy - file or directory does not exist' while I do a simple ls. Doing the same on the other box shows all files. I guess this has something to do with the very very old nfs 2 limitation of 2 gig but as far as I am aware of, AIX 6.1 doesnt even support nfs2 any more - and I have never heard about a limitation like this in nfs3 ?

Regards
zxmaus
# 4  
Old 03-18-2012
Can you verify there are no JFS errors logged on the source server? Also if possible take the file system offline and run a fsck if you have not done already. Do you see these errors when running the same commands on the local file system of the NFS server?
# 5  
Old 03-19-2012
I dont see the errors local - and I dont see them either on the other server mounting the same share - that makes it so weird

Seems after dropping / recreating nfs it works fine until files in the shared filesystem are updated / new dumps written - than the problem starts again - but only on the one server, not on the other one - so I'd exclude the nfs server

Regards
zxmaus
# 6  
Old 03-19-2012
and the mount options are exactly the same?

maybe you have different mount options on one of the servers because of non printable characters or spaces in one of the /etc/filesystems files?

check the options directly using the mount command
Code:
mount | grep filesystem


nfs version 2 has a 2 gb limit afaik


also I would check
Code:
lslpp -l bos.net.nfs.client

check the version, and also the cksum of each file, and compare the two systems
maybe one file has not been replaces with the update


also check the nfs services:


Code:
 lssrc -g nfs
Subsystem         Group            PID          Status 
 biod             nfs              3342544      active
 nfsd             nfs              4194350      active
 rpc.mountd       nfs              8912918      active
 rpc.statd        nfs              9961520      active
 rpc.lockd        nfs              10027058     active
 nfsrgyd          nfs                           inoperative
 gssd             nfs                           inoperative


Last edited by funksen; 03-19-2012 at 09:22 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Weird issue in converting XLSX to TXT

Hi Guys, I have used Perl scripting to convert XLSX file to TXT file using Perl module Spreadsheet::XLSX. I processed one XLSX file having one column and 65k rows of data . Strangely ,It is merging data for every 2047 row and I could see data in TXT file as Ex: Suppose in XLSX file ,if... (2 Replies)
Discussion started by: Rajk459
2 Replies

2. AIX

Upgrade to TL8 failed: bos.net.NFS.client 6.1.8.1 (usr: COMMITTED, root:

dears i am trying to upgrade the TL from TL7 to TL8 and i facing this issue AIX6.1 << End of Success Section >> +-----------------------------------------------------------------------------+ BUILDDATE Verification ...... (2 Replies)
Discussion started by: thecobra151
2 Replies

3. Shell Programming and Scripting

weird equal variable issue

I run this #!/bin/bash cron=$(ps aux | grep crond | grep -v grep | grep -o crond| uniq) echo "cron :$cron:" if ; then echo "OK: crond service running fine on `hostname`" exit 2 else echo "CRITICAL: crond service not running on `hostname`" exit 0... (2 Replies)
Discussion started by: anil510
2 Replies

4. UNIX for Advanced & Expert Users

Weird SUID issue

Hi, I am setting up SUID permissions on a binary. It gets set for most of the users, however, 1 in 10 users is unable to set these. For those who works: > chmod 6555 Test > ls -l Test -r-sr-sr-x 1 A B 5524 Nov 15 14:53 Test For those where it doesn't work: > chmod 6555 Test... (14 Replies)
Discussion started by: vibhor_agarwali
14 Replies

5. Solaris

NFS Mount permissions weird

Hi all. I have a nas mounted on a solaris box as /u04. Currently I am getting a permission denied error from my HP DataProtector backup and when I ls -l the actual directory I get: drwxrwxrwt 5 65535 nogroup 4096 Nov 9 13:46 u04 I also have SAN mounted as /u06 and it is... (1 Reply)
Discussion started by: jamie_collins
1 Replies

6. Shell Programming and Scripting

weird issue about h, g, x in SED

I have a file called merge2.t: Hi Hello how are you. </Endtag> <New> I am fine.</New> This is a test. freelong how Here is the SED: sed -n ' /<\/Endtag>/ !{ H } /<\/Endtag>/ { x p } (4 Replies)
Discussion started by: freelong
4 Replies

7. HP-UX

Weird Issue with crontab.

Hello all, Normally I'm pretty comfortable with crontab, changing and updating (done it many-a-time). But in the last two days I've been pulling my hair out over the following... Details of OS: HP-UX mdirect B.11.23 U ia64 2587410573 unlimited-user license Issue: Execute a script (very... (3 Replies)
Discussion started by: Cameron
3 Replies

8. UNIX for Advanced & Expert Users

Weird Awk issue

Hi All, a bit of a weird one here. I'm trying to pass a variable into an awk command, and I keep getting an error. I have the line nawk -F"," -v red=$random_variable '{print $red}' $w_dir/$file_name > $w_dir/${column_name} that keeps failing with the error nawk: can't open file {print... (17 Replies)
Discussion started by: Khoomfire
17 Replies

9. UNIX for Advanced & Expert Users

weird domain issue.

OK so i have a virtual server where i store files. one day i tied to login and i couldn't connect to my sevrer so i logged into my ssh and checked to see if the process was running. proftp was not. I then tried to start it manually and got the error below. Now the domain listed there is not mine... (2 Replies)
Discussion started by: thirddegreekris
2 Replies

10. UNIX for Advanced & Expert Users

Weird SSH issue

hey all, I guess I'm the newbie on these boards, anyways, hello. I recently became the admin for a few Solaris machines, and I have recently discovered an issue with SSH on one of my machines. On one of my machines, I can only SSH into the machine as root. I have tried the newest version... (6 Replies)
Discussion started by: AKM
6 Replies
Login or Register to Ask a Question