HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- NFS SERVER
Operating System - Linux
1830938
Members
1968
Online
110017
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
09-24-2002 09:59 AM
09-24-2002 09:59 AM
NFS SERVER
Hi Team,
CAn Any one help me out how to start an NFs server at system start up. and what are all the procedures for making up an NFs Server & a client..
Thanks in advance
Asif
CAn Any one help me out how to start an NFs server at system start up. and what are all the procedures for making up an NFs Server & a client..
Thanks in advance
Asif
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 01:54 PM
09-24-2002 01:54 PM
Re: NFS SERVER
Hello,
Make sure "nfs-utils" is installed :
rpm -q nfs-utils
Then make sure that NFS is started in system bootup scripts :
root:~# cd /etc/rc.d
root:/etc/rc.d# find . -print | grep nfs
/init.d/nfs
./init.d/nfslock
./rc0.d/K20nfs
./rc0.d/K86nfslock
./rc1.d/K20nfs
./rc1.d/K86nfslock
./rc2.d/K20nfs
./rc2.d/K86nfslock
./rc3.d/K20nfs
./rc3.d/S14nfslock
./rc4.d/K20nfs
./rc4.d/S14nfslock
./rc5.d/K20nfs
./rc5.d/S14nfslock
./rc6.d/K20nfs
./rc6.d/K86nfslock
If you only have "K.." script and not "S.." ones, use chk-config to make appropriate symlinks :
chkconfig --level 345 nfs on
To export directories, you need to edit /etc/exports like this :
/dir_to_be_exported *(rw,no_root_squash)
To have all options, read the exports 5 manpage.
To apply changes : exportfs -rv
On the client side, you also need nfs-utils package installed.
To mount remote directory :
mount nfs_server_IP:/directory /mountpoint
To make it automatically mounted at boot, edit /etc/fstab as follows :
nfs_server_IP:/directory /mountpoint nfs intr 0 0
Good luck.
Kodjo
Make sure "nfs-utils" is installed :
rpm -q nfs-utils
Then make sure that NFS is started in system bootup scripts :
root:~# cd /etc/rc.d
root:/etc/rc.d# find . -print | grep nfs
/init.d/nfs
./init.d/nfslock
./rc0.d/K20nfs
./rc0.d/K86nfslock
./rc1.d/K20nfs
./rc1.d/K86nfslock
./rc2.d/K20nfs
./rc2.d/K86nfslock
./rc3.d/K20nfs
./rc3.d/S14nfslock
./rc4.d/K20nfs
./rc4.d/S14nfslock
./rc5.d/K20nfs
./rc5.d/S14nfslock
./rc6.d/K20nfs
./rc6.d/K86nfslock
If you only have "K.." script and not "S.." ones, use chk-config to make appropriate symlinks :
chkconfig --level 345 nfs on
To export directories, you need to edit /etc/exports like this :
/dir_to_be_exported *(rw,no_root_squash)
To have all options, read the exports 5 manpage.
To apply changes : exportfs -rv
On the client side, you also need nfs-utils package installed.
To mount remote directory :
mount nfs_server_IP:/directory /mountpoint
To make it automatically mounted at boot, edit /etc/fstab as follows :
nfs_server_IP:/directory /mountpoint nfs intr 0 0
Good luck.
Kodjo
Learn and explain...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 10:49 PM
09-24-2002 10:49 PM
Re: NFS SERVER
Hi,
give this command.
#ntsysv
and select the networking services to be enabled automatically on bootup.
regards,
U.SivaKumar
give this command.
#ntsysv
and select the networking services to be enabled automatically on bootup.
regards,
U.SivaKumar
Innovations are made when conventions are broken
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