- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: portmap is not running
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
тАО01-03-2007 11:31 PM
тАО01-03-2007 11:31 PM
I am not able to mount the nfs share its giving the permission dined error.
after checking the rpcinfo -p
could any one assist in this.
thanks in advance,
amit
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-03-2007 11:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-03-2007 11:52 PM
тАО01-03-2007 11:52 PM
Re: portmap is not running
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-03-2007 11:53 PM
тАО01-03-2007 11:53 PM
Re: portmap is not running
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2007 12:28 AM
тАО01-04-2007 12:28 AM
Re: portmap is not running
my main proble is, am not able to mount the NFS share, its giving me the "permission dineied" error and there is no other error.
#exportfs
/var/opt/ignite/recovery/archives/hp2006-d5g -anon=2,access=hp2006-d5g
#mount -F nfs 10.208.131.58:/var/opt/ignite/recovery/archives/punhp2006-d5g /test
Permission denied
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2007 12:34 AM
тАО01-04-2007 12:34 AM
Re: portmap is not running
unless you have a typing mistake your mount point names don't match!
You are exporting hp2006-d5g but trying to mount punhp2006-d5g.
Please confirm typing mistake.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2007 12:35 AM
тАО01-04-2007 12:35 AM
Re: portmap is not running
there is no typing mistake. while editing the server name it happened.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2007 12:47 AM
тАО01-04-2007 12:47 AM
Re: portmap is not running
Ensure correct permissions in /var/adm/inetd.sec.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2007 12:55 AM
тАО01-04-2007 12:55 AM
Re: portmap is not running
dtspc allow 127.0.0.1 loopback hp2600-d5h
Is it okay?
-amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2007 01:01 AM
тАО01-04-2007 01:01 AM
Re: portmap is not running
Yes, that's correct.
Also make sure the shared directory is at least o+r (e.g. 'chmod o+r /nfsshare').
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2007 01:10 AM
тАО01-04-2007 01:10 AM
Re: portmap is not running
drwxrwxrwx 2 bin bin 96 Jan 4 11:52 /var/opt/ignite/recovery/archives/hp2006-d5g
no luck.