- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS and NIC question
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-07-2003 08:29 AM
04-07-2003 08:29 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 08:40 AM
04-07-2003 08:40 AM
Re: NFS and NIC question
If it's not already started, start the NFS server with /sbin/init.d/nfs.server. Then, export the directory with exportfs If you want this to be permanent, add it to the /etc/exports file.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 08:46 AM
04-07-2003 08:46 AM
Re: NFS and NIC question
you can see speed of a NIC
# man lanadmin
-x options Get and display driver specific options of
the interface corresponding to PPA.
# lanadmin -x ppa
also,share a directory via NFS is
# man showmount
-a Print all remote mounts in the format
name:directory
where hostname is the name of the client, and directory is the
directory or root of the file system that was mounted.
-d List directories that have been remotely mounted by clients.
-e Print the list of exported file systems.
# showmount -e
cf)
# exportfs -a
have a good day!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 08:51 AM
04-07-2003 08:51 AM
Re: NFS and NIC question
man exports
fill in your share details in the file /etc/exports.
thereafter, run the following commands -
# exportfs -ua
# exportfs -a
# exportfs
the above command will show the shares you have exported.
you don't have to restart nfs.
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 08:54 AM
04-07-2003 08:54 AM
Re: NFS and NIC question
you may however run the other commands such as exportfs -a and exportfs.
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 10:26 AM
04-07-2003 10:26 AM
Re: NFS and NIC question
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
10/0/12/0 0x001083F95434 0 UP lan0 snap0 1 ETHER Yes 119
# lanadmin -x lan0
Invalid PPA Number entry
# lanadmin -x snap0
Invalid PPA Number entry
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 10:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 07:34 PM
04-07-2003 07:34 PM
Re: NFS and NIC question
#lanadmin -x 0
what's display??
It's may do display correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 05:01 AM
04-08-2003 05:01 AM
Re: NFS and NIC question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 05:11 AM
04-08-2003 05:11 AM
Re: NFS and NIC question
-balaji