HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS version 3
Operating System - HP-UX
1833859
Members
2485
Online
110063
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
03-23-2000 12:07 AM
03-23-2000 12:07 AM
NFS version 3
I wish to set up NFS version 3 on a D class system running HP-UX 10.20. So
that I do not miss any steps can someone please outline the what needs to be
done and where can I find all of the needed parts. I can get the patches from
the patch DB, but what needs to be installed 1st as the baseline?
Thanks in advance for your help.
=- Wesley -=
that I do not miss any steps can someone please outline the what needs to be
done and where can I find all of the needed parts. I can get the patches from
the patch DB, but what needs to be installed 1st as the baseline?
Thanks in advance for your help.
=- Wesley -=
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2000 03:35 AM
03-23-2000 03:35 AM
Re: NFS version 3
Here is a way to update the system directly to NFSPV3/AutoFS and the latest
patched code in a few short steps. Here is how to do it:
1. Obtain the latest patch list
2. Run swinstall and modify the option setting to allow reinstallation of
patches if the same version already exists.
3. Select the patches from the patch depot and install.
4. Follow the "Special Installation Instructions" at the end of the .text file
for the "NFS Kernel and Performance" and/or the "NFS/NIS Cumulative Megapatch"
(10.20).
"After installation of this patch, the NFS configuration file will have been
modified to control the behavior of the system, and, as an ascii file,
can be altered by the system administrator.
The environment variable names and values defined by this patch (and
the resulting system behavior based on those values) are as follows:
For systems not previously running NFS Version 3 either via patch
installation or by installation of the ACE/HWE Networking Bundles (B6378AA or
B6379AA), the NFS configuration file will now contain
AUTOFS=0
MOUNT_VER=2
MOUNTD_VER=2
This indicates that only the Automounter may be used (as previously set
by the AUTOMOUNT variable in this file) and that the AutoFS product will not be
used. In addition,the default client protocol requested at mount time
will be PV2 (MOUNT_VER=2), and only PV2 will be supported by the server
(MOUNTD_VER=2).
For systems currently running NFS Version 3 either via patch
installation or by installation of the ACE/HWE Networking Bundles (B6378AA or
B6379AA), the NFS configuration file will contain
AUTOFS=1
MOUNT_VER=3
MOUNTD_VER=3
This indicates that AutoFS will be used, if the previously
defined AUTOMOUNT variable is set to 1. In addition, the default client
protocol requested at mount time will be PV3,and the default protocol supported
for exported file systems will be PV3. PV2 will be supported as well in both
instances.
NOTE: When using AutoFS (AUTOFS=1) please verify that execute ("x")
file access is turned OFF for all existing map files ("auto_master",
"auto.home", etc.). Any map file
which has execute access set will be interpreted by AutoFS as an
executable map and not as a regular map file. Execute access to the
"/etc/auto.home" file can, for example, be removed with the chmod command:
chmod a-x /etc/auto.home
The system administrator may modify the NFS variables as is
deemed appropriate, but selecting PV3 or AutoFS should not be attempted unless
all patches included in the Networking Bundle have been installed."
Berlene
patched code in a few short steps. Here is how to do it:
1. Obtain the latest patch list
2. Run swinstall and modify the option setting to allow reinstallation of
patches if the same version already exists.
3. Select the patches from the patch depot and install.
4. Follow the "Special Installation Instructions" at the end of the .text file
for the "NFS Kernel and Performance" and/or the "NFS/NIS Cumulative Megapatch"
(10.20).
"After installation of this patch, the NFS configuration file will have been
modified to control the behavior of the system, and, as an ascii file,
can be altered by the system administrator.
The environment variable names and values defined by this patch (and
the resulting system behavior based on those values) are as follows:
For systems not previously running NFS Version 3 either via patch
installation or by installation of the ACE/HWE Networking Bundles (B6378AA or
B6379AA), the NFS configuration file will now contain
AUTOFS=0
MOUNT_VER=2
MOUNTD_VER=2
This indicates that only the Automounter may be used (as previously set
by the AUTOMOUNT variable in this file) and that the AutoFS product will not be
used. In addition,the default client protocol requested at mount time
will be PV2 (MOUNT_VER=2), and only PV2 will be supported by the server
(MOUNTD_VER=2).
For systems currently running NFS Version 3 either via patch
installation or by installation of the ACE/HWE Networking Bundles (B6378AA or
B6379AA), the NFS configuration file will contain
AUTOFS=1
MOUNT_VER=3
MOUNTD_VER=3
This indicates that AutoFS will be used, if the previously
defined AUTOMOUNT variable is set to 1. In addition, the default client
protocol requested at mount time will be PV3,and the default protocol supported
for exported file systems will be PV3. PV2 will be supported as well in both
instances.
NOTE: When using AutoFS (AUTOFS=1) please verify that execute ("x")
file access is turned OFF for all existing map files ("auto_master",
"auto.home", etc.). Any map file
which has execute access set will be interpreted by AutoFS as an
executable map and not as a regular map file. Execute access to the
"/etc/auto.home" file can, for example, be removed with the chmod command:
chmod a-x /etc/auto.home
The system administrator may modify the NFS variables as is
deemed appropriate, but selecting PV3 or AutoFS should not be attempted unless
all patches included in the Networking Bundle have been installed."
Berlene
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