- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- login NFSv3 disk
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
04-11-2002 07:57 AM
04-11-2002 07:57 AM
login NFSv3 disk
I changed my linux system NFS server to NFSv3.
I can mount the exported disks by the linux system on HP-UX 10.20 and HP-UX 11.00 systems
with vers=3 option.
If a user, which home is on the linux exported disk, tries to "rlogin" on a HP-UX 10.20 system, the process hangs up between the quotas checking and the write of the copyright.
There is no problem for rloging to HP-UX 11.00
system.
Any ideas ?
Thanks
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 08:00 AM
04-11-2002 08:00 AM
Re: login NFSv3 disk
As far as I know NFS v3 was not supported until 10.30.
This may be causing the problem.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 08:10 AM
04-11-2002 08:10 AM
Re: login NFSv3 disk
Some points:
1) Install the latest NFS patches for 10.20
2) Check /etc/rc.config.d/nfsconf file. Check the following parameters:
MOUNT_VER=2 or MOUNT_VER=3
--> This controls the default NFS Version used by the NFS Client mount command.
MOUNTD_VER=2 or MOUNTD_VER=3
--> This controls whether or not the NFS Server will support NFS Version 3. If MOUNTD_VER=3 and an incoming mount request is for NFS PV2, the mountd will service the NFS PV2 request.
Read this document too:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=f0111e5206cff97d48/screen=ckiDisplayDocument?docId=200000059705436
Jeff: 10.20 supports NFS version 3
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 08:16 AM
04-11-2002 08:16 AM
Re: login NFSv3 disk
NFSv3 is working well on my HP-UX 10.20 system with the good patches.
I have a lot of NFSv3 disks mount from all other Unix systems (solaris,True64,AIX,IRIX,..)
and that's OK.
My linux system is running under
Suse , kernel 2.4.18
Thanks
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 08:17 AM
04-11-2002 08:17 AM
Re: login NFSv3 disk
2.Check the entry for the users in /etc/passwd for correct home directory on HP-UX 10.20 machine.
3. Check the permission of NFS exported file systems for users.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 08:24 AM
04-11-2002 08:24 AM
Re: login NFSv3 disk
I misread/misinterpreted the docs - which state "Starting with HP-UX ver 10.30, NFS version 3 has been used by DEFAULT."
Sorry - in the immortal words of Roseanne Rosanandana, "Never Mind."
Rgds,
Jeff