- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Export file
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
01-30-2007 09:29 AM
01-30-2007 09:29 AM
Export file
remote "export" file shows:
server1:/etc->cat /etc/exports
/sapmnt/CP1/exe -anon=65534
/sapmnt/CP1/global -anon=65534
/sapmnt/CP1/profile -anon=65534
/usr/sap/trans -anon=65534
/usr/sap/CP1 -anon=65534
Local server:
It appears only 3 files mounted:
server1:/sapmnt/CP1/exe
15368192 1348339 13156042 9% /sapmnt/CP1/exe
server1:/sapmnt/CP1/profile
15368192 1348339 13156042 9% /sapmnt/CP1/profile
server1:/sapmnt/CP1/global
15368192 1348339 13156042 9% /sapmnt/CP1/global
server1:/usr/sap/trans
why does not appears the other one?
if i want to do it in manual way appears:
server2:/->mount server1:/usr/sap/CP1 /usr/sap/CP1
mount: access denied for server1:/usr/sap/CP1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 09:44 AM
01-30-2007 09:44 AM
Re: Export file
Another problem can be the permissions on the underlying mountpoints. If those are too restrictive, you will not be able to mount as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 03:19 PM
01-30-2007 03:19 PM
Re: Export file
The file /etc/xtab contains the "real" info, the same with /etc/mnttab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2007 03:09 AM
02-01-2007 03:09 AM
Re: Export file
After edit /etc/exports file you need to run command "exportfs -a"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2007 04:30 AM
02-01-2007 04:30 AM
Re: Export file
run the command exportfs -a in the nfs server, before mountiing the share in the nfs client.
(OR)
restart your nfs server service before mounting in the client side.
TQ
Perumal