- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error export NFS
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-05-2010 11:59 AM
тАО02-05-2010 11:59 AM
i have to problem mount nfs
nfs server: sapl917
SAPL917:/usr/sbin> exportfs -i -o root=sapl903 /temporal
nfs client: sapl903
SAPL903:/> mount -F nfs sapl917:/temporal
mount: sapl917:/temporal was either ignored or not found in /etc/fstab
This is NFS temporal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2010 12:14 PM
тАО02-05-2010 12:14 PM
Re: Error export NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2010 12:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2010 12:43 PM
тАО02-05-2010 12:43 PM
Re: Error export NFS
change it
NFS CLIENT: SAPL903
SAPL903:/> mount -F nfs sapl917:/temporal /temporal
mount: /temporal: No such file or directory
the problem continues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2010 12:53 PM
тАО02-05-2010 12:53 PM
Re: Error export NFS
no affect the apliccation run operation system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2010 01:06 PM
тАО02-05-2010 01:06 PM
Re: Error export NFS
NFS CLIENT: SAPL903
SAPL903:/> mount -F nfs sapl917:/temporal /temporal
mount: /temporal: No such file or directory
ok, the directory /temporal must exist on the client so that sapl919:/temporal can be mounted on it. this is the "mount point" for the NFS file system.
If this is just a one-time use, you don't need to change fstab, if you want it to mount automatically at boot, then fix it. it should not impact anything else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2010 09:13 PM
тАО02-05-2010 09:13 PM
Re: Error export NFS
<
As i can see that you did not give the mount point in your command. Please give the same.
Regards,,
PT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2010 09:14 PM
тАО02-05-2010 09:14 PM
Re: Error export NFS
otherwise you have define in /etc/fstab.
Rgds,
PT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2010 09:29 PM
тАО02-05-2010 09:29 PM
Re: Error export NFS
ls -ltr temporal
Regards,
Prasanth Thomas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2010 07:00 AM
тАО02-08-2010 07:00 AM
Re: Error export NFS
mkdir tempura
next:
mount -F nfs sapl917:/temporal /tempura
other question:
if nedd modify the owner to NFS
what have to do?
in the NFS SERVER
exportfs (SIDADM)
example:
exportfs -i -o SIDADM=sapl903 /temporal
this is correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2010 07:33 AM
тАО02-08-2010 07:33 AM
Re: Error export NFS
#showmount -e
from SAPL917 server.
Regards,
PT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2010 07:37 AM
тАО02-08-2010 07:37 AM
Re: Error export NFS
>>>if nedd modify the owner to NFS
what have to do?
Do you want to change the ownership for the mount point? Please clarrify the same.
Regards,
Prasanth Thomas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2010 08:36 AM
тАО02-08-2010 08:36 AM
Re: Error export NFS
export list for SAPL917:
/var/opt/ignite/clients (everyone)
/temporal (everyone)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2010 08:37 AM
тАО02-08-2010 08:37 AM
Re: Error export NFS
***************************************
******************************************
yes, nedd change the ownership for the mount point.
example:
user: SIDADM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2010 08:39 AM
тАО02-08-2010 08:39 AM
Re: Error export NFS
>>>SAPL917:/> showmount -e
export list for SAPL917:
/var/opt/ignite/clients (everyone)
/temporal (everyone
As per the above o/p everyone can access the /temporal share point.
Regards,
Prasanth Thomas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2010 08:47 AM
тАО02-08-2010 08:47 AM
Re: Error export NFS
exportfs -i -o SIDADM=sapl903 /temporal
Regards,
PT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2010 09:00 AM
тАО02-08-2010 09:00 AM
Re: Error export NFS
http://docs.hp.com/en/B2355-60127/exports.4.html
Regards,
Prasanth Thomas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2010 10:22 AM
тАО02-08-2010 10:22 AM