Problem with nfs exports between 5.0.5 and 5.0.7


 
Thread Tools Search this Thread
Operating Systems SCO Problem with nfs exports between 5.0.5 and 5.0.7
# 1  
Old 02-07-2011
Question Problem with nfs exports between 5.0.5 and 5.0.7

Hello everyone!

I have two systems: an old SCO 5.0.5 Openserver (here's the uname -a output):
Code:
/# uname -a
SCO_SV munixela 3.2 5.0.5 i386

And a SCO 5.0.7 OpenServer (uname -a output):
Code:
/# uname -a
SCO_SV catedral 3.2 5.0.7 i386

I exported a Filesystem from the 5.0.7 machine, using the scoadmin program, and the first time I did, my Informix 4 SE old application was able to access the data in the exported filesystem from the 5.0.5 server (after mounting it of course). After a reboot, the filesystem was not available for the Informix 4 SE app anymore. I tried re-exporting the filesystem with different configurations, also, I modified the /etc/default/exports file to allow root access to the filesystem, all to no avail.

I can however "see" the filesystem, list its contents, and do all sorts of file I/O operations successfully, but it seems that the Informix 4 SE app for some reason can not "find" anything on it. I get an error message:
Code:
Program stopped at "man0340f.4gl", line number 17.
SQL statement error number -329.
Database not found or no system permission.
SYSTEM error number -45.
Operation not supported on socket

Which the documentation says is caused due to an OS problem described in the message itself ( .... Smilie). The database IS on the filesystem, and has all the necessary permissions.

Could you please help me find a solution here? Thank you in advance for any and all help.
# 2  
Old 02-07-2011
Does this OS have truss/tusc/strace, that you can find the call that got errno 45? My errno.h says 45 is deadlock, so it might be refusing flock() calls. Locking on NFS can be a problem area.
# 3  
Old 02-07-2011
"after a reboot" Which of the machines (or both) did you re-start.
# 4  
Old 02-07-2011
Quote:
Originally Posted by jgt
"after a reboot" Which of the machines (or both) did you re-start.
The 5.0.7 machine.


---------- Post updated at 12:38 PM ---------- Previous update was at 12:31 PM ----------

Quote:
Originally Posted by DGPickett
Does this OS have truss/tusc/strace, that you can find the call that got errno 45? My errno.h says 45 is deadlock, so it might be refusing flock() calls. Locking on NFS can be a problem area.
It has strace ... problem here is that to be honest I'm lost as to how to use it or finding the correct stream module to query Smilie


However, this deadlock thing seems logical, meaning I found on the manpages that nfs can not work with locks. Hence the question: How could I get it to work as the first time I mounted the remote fs on the 5.0.5 machine since no different configs were made? ...
# 5  
Old 02-07-2011
Is there a tcp/ip interface to this DB? You could run it client-server.
# 6  
Old 02-08-2011
Is there a start up script that has not been run? Sometimes people forget to put the script in /etc/rc2.d and when the system is booted so infrequently the process isn't started.
# 7  
Old 02-14-2011
Quote:
Originally Posted by DGPickett
Is there a tcp/ip interface to this DB? You could run it client-server.
No, it is an old Informix 4 SE database, no TCP/IP port is available.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

NFS not showing under /etc/fstab nor /etc/exports

Hi guys, I was asked to perform the following: On server usdfslpsap04 following NFS mounts should be disabled usdfslpwmt3:/u01/opt/wm6_data/ebiz_edi/CALIBER_data 50412232 13369544 34481872 28% /u01/opt/wm6_data/ebiz_edi/CALIBER_data usauxoradw:/DWH/Transfer/current... (1 Reply)
Discussion started by: 300zxmuro
1 Replies

2. AIX

Problem with NFS

Hello everyone I need to share a file system with two Aix boxes, the version is 5.3 tl9. I create the nfs and I can see the files from both servers, but the problem with one of them is that I can write on the file or If I create a new one I canīt. On the server that I create the... (5 Replies)
Discussion started by: lo-lp-kl
5 Replies

3. AIX

AIX Exports file

Why can I not add more than 1 filesystem to the /etc/exports file and export them via smitty, or command line? I have tried, I stopped the NFS daemons, edited the /etc/exports file by hand, saved it, then re-started NFS, but it only still exports the first line in the exports file. ... (4 Replies)
Discussion started by: mrmurdock
4 Replies

4. Programming

Listing function exports from object file

Is it possible to view all the functions exported by a given object file? "dump -tv" comes the closest, but what exactly am I looking for to determine whether the symbol exists in the object file? Essentially, I have a library that requires a call to "xdr_sizeof" and the compile is failing... (5 Replies)
Discussion started by: DreamWarrior
5 Replies

5. Shell Programming and Scripting

Howto Simplify Multiple Exports in .bash_profile

Dear expert, My .bash_profile contain the following lines: # User specific environment and startup programs export CFLAGS="-I $HOME/.libstree/include"; export LDFLAGS="-L $HOME/.libstree/lib"; export LD_LIBRARY_PATH=/home/ewijaya/MyBioTool/libstree-0.4.2/lib:${LD_LIBRARY_PATH} export... (1 Reply)
Discussion started by: monkfan
1 Replies

6. UNIX for Dummies Questions & Answers

Howto Simplify/Factorize Exports in .bash_profile

Dear expert, My .bash_profile contain the following lines: # User specific environment and startup programs export CFLAGS="-I $HOME/.libstree/include"; export LDFLAGS="-L $HOME/.libstree/lib"; export LD_LIBRARY_PATH=/home/ewijaya/MyBioTool/libstree-0.4.2/lib:${LD_LIBRARY_PATH} export... (1 Reply)
Discussion started by: monkfan
1 Replies

7. AIX

nfs problem...

Got a prob.. I am trying to export a directory and mount it on to a server using NFS. My exporting goes fine as I am able to see the shares through "exportfs -v" But when I am trying to mount the directory on a the client.. I get an error.. "system call error number - 1" pls help.... ... (3 Replies)
Discussion started by: balaji_prk
3 Replies

8. UNIX for Advanced & Expert Users

nfs exports and netmask option

Setting up nfs on a redhat ES 4 gives me following issue that i can't explain. My nfs was working perfect whith following /etc/exports on the server /home/test/nfstest 198.9.200.227(rw,sync,no_root_squash) But after a powerloss and restart of the server it only works with the... (0 Replies)
Discussion started by: progressdll
0 Replies

9. UNIX for Dummies Questions & Answers

/etc/exports

i have the following entry in /etc/exports which is /opt/hpxt. i am on hpux b11.0.0 questions 1) is /hpxt in the same physical machine? got confused by the meaning of export. (1 Reply)
Discussion started by: yls177
1 Replies

10. UNIX for Advanced & Expert Users

NFS Problem

For having shared file system i've been using nfs ,but regarding this i've some problem ,when i execute "df -ak" i can see the shared file system & i can also go there & list files ,but when i want to create anything in this area (Incld. file ,dir ....) i get permission denied. (i've shared related... (6 Replies)
Discussion started by: nikk
6 Replies
Login or Register to Ask a Question