HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: read/write problem with NFS mounted directorie...
Operating System - HP-UX
1842253
Members
2493
Online
110188
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 08:36 AM
08-01-2001 08:36 AM
read/write problem with NFS mounted directories
Hi, all. I've got a problem with my NFS mounts. I have set up the NFS server (on the unix server) to export the directories /home and /download, which are both on our RAID drive. The permissions are read/write for everyone. These are mounted on our NT workstations as local directories. I have the NFS client set up (also on the server) to mount up dirctories from the NT stations. These are also read/write. I have not had any problems before with this. Last night, our network guy was swapping a switch and hopping network cables around. Now, I can write a file from /home/temp to one of the nt mounts (/engpro1/temp, for example) but it hangs and will not write a file from /engpro1/temp to /home/temp. the drives are mounted fine, as far as the NT is concerned (I can browse, open, etc, just not write). SAM says that the client and server are enabled and that the RAID mounted drives have full read/write. I can't find anything that changed except the cables, and we have everything talking nice now, so I don't know how that could be an issue. I have done a shutdown, so all services, etc have been started up fresh. Any ideas on why I can't write? Thanks.
Mark
Mark
"We apologize for the inconvience" -God's last message to all creation, from Douglas Adams "So Long and Thanks for all the Fish"
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 08:59 AM
08-01-2001 08:59 AM
Re: read/write problem with NFS mounted directories
Hi Mark,
swapping cables usally does not affect NFS-permissions. Only thing I can think of, is some name-resolution stuff.
I.e. if you permitted rw with a list of stationnames, and your box can not resolve the names now, so in effect, it is not able to permit write.
Esp. NT is somewhat strange, because if DNS fails, it tends to use WINS without asking someone if it really should, and a WINS-database might be outdated.
Would be nice to see the /etc/exports file.
What product are you using on the NT-side?
Volker
swapping cables usally does not affect NFS-permissions. Only thing I can think of, is some name-resolution stuff.
I.e. if you permitted rw with a list of stationnames, and your box can not resolve the names now, so in effect, it is not able to permit write.
Esp. NT is somewhat strange, because if DNS fails, it tends to use WINS without asking someone if it really should, and a WINS-database might be outdated.
Would be nice to see the /etc/exports file.
What product are you using on the NT-side?
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 09:23 AM
08-01-2001 09:23 AM
Re: read/write problem with NFS mounted directories
The easiest way to see if it's a UNIX or NT problem is to mount the exported directory on the UNIX server, as if it were a client.
I.E.
mkdir /test_export
mount server:/export /test_export
touch /test_export/testfile
If this works, then the problem is on the NT side. If not, report back the error that the server gives you!
Regards,
Shannon
I.E.
mkdir /test_export
mount server:/export /test_export
touch /test_export/testfile
If this works, then the problem is on the NT side. If not, report back the error that the server gives you!
Regards,
Shannon
Microsoft. When do you want a virus today?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 09:38 AM
08-01-2001 09:38 AM
Re: read/write problem with NFS mounted directories
attached is the /etc/exports file.
I thought of another thing that probably has some bearing on this. I upgraded from 10.20 to 11.0. It took me a bit of time to get the NIS stuff set up so that I could connect from the NT stations (we use a program called Diskaccess to mount the unix directories, and diskshare to share the nt folders to unix). I set up some of the others users when I reboot their NT stations to install some software. Mine I didn't touch, becuase, well, it's mine, and I'll get around to it. I was downloading programs to install to UNIX on the nt and saving them to /home (mounted as v:\home). My thought is that the connection from the NT to server was validated under the 10.20 OS. today, I had to reboot the nt, and it revalidated my login. now I can read but not write. I thought I had everything set up the same (with the NIS server and all that) but maybe I missed something? just a thought.
Shannon-
I think I did it right. here's what I got (engpro1 is NT name):
cd /
mkdir test_export
mount engpro1:/d/export /test_export
touch /test_export/433942a2.zip
There were no errors or anything.
Mark
I thought of another thing that probably has some bearing on this. I upgraded from 10.20 to 11.0. It took me a bit of time to get the NIS stuff set up so that I could connect from the NT stations (we use a program called Diskaccess to mount the unix directories, and diskshare to share the nt folders to unix). I set up some of the others users when I reboot their NT stations to install some software. Mine I didn't touch, becuase, well, it's mine, and I'll get around to it. I was downloading programs to install to UNIX on the nt and saving them to /home (mounted as v:\home). My thought is that the connection from the NT to server was validated under the 10.20 OS. today, I had to reboot the nt, and it revalidated my login. now I can read but not write. I thought I had everything set up the same (with the NIS server and all that) but maybe I missed something? just a thought.
Shannon-
I think I did it right. here's what I got (engpro1 is NT name):
cd /
mkdir test_export
mount engpro1:/d/export /test_export
touch /test_export/433942a2.zip
There were no errors or anything.
Mark
"We apologize for the inconvience" -God's last message to all creation, from Douglas Adams "So Long and Thanks for all the Fish"
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP