- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RPC PMAP FAILURE
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
05-29-2002 07:14 AM
05-29-2002 07:14 AM
RPC PMAP FAILURE
mounting remote NFS file systems ...
stn1:: RPC_PMAP_FAILURE - RPC_CANT_SEND
stn2:: RPC_PMAP_FAILURE - RPC_CANT_SEND
FAILURE CODE: 1
Mount failed! Possible local filesystem mount.
If local filesystem, then nfs.server will mount it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 07:36 AM
05-29-2002 07:36 AM
Re: RPC PMAP FAILURE
Can you ping the new server
Does nslookup client work on the server and
nslookup server work on the client.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 07:39 AM
05-29-2002 07:39 AM
Re: RPC PMAP FAILURE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 07:49 AM
05-29-2002 07:49 AM
Re: RPC PMAP FAILURE
1) Incorrect IP address and subnet mask combination specified. Check network parameters and hosts file.
2) Incorrect entries about IP address and hostnames in /etc/hosts file. Check this out.
3) Incorrect patch level. Update with the latest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 07:52 AM
05-29-2002 07:52 AM
Re: RPC PMAP FAILURE
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000024624815
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 09:13 AM
05-29-2002 09:13 AM
Re: RPC PMAP FAILURE
Start and stop the nfs daemons if possible on the server and cleint and then check out.
Is it a new setup or it was working fine earlier.
Check the /etc/export file on the server and
# exportfs -a
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 04:03 AM
05-30-2002 04:03 AM
Re: RPC PMAP FAILURE
We've seen this a few times, it seems to be related to the "primary" LAN interface on the system being down, or mapped to a different IP address, or possibly due to a Software Distributor patch (PHCO_23042 or later) that changes the startup sequence of LAN interfaces. THe "Pimary" LAN interface is the first one that is ifconfig'd up.
Take a look at SR 8606185090 which may help give you some hints about your startup script links being different on the boxes with and without the SD patch. In particular, /sbin/rc2.d/S008* and /sbin/rc.2d/S340*
Hope all this helps,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 04:09 AM
05-30-2002 04:09 AM
Re: RPC PMAP FAILURE
By the way, you might want to use the HP-UX 11.X nsquery command instead of nslookup. nsquery uses the NSS backend libraries to accurately allow you to simulate the lookups for IP-to-hostname, hostname-to-IP, Username lookup in password, UID lookup in password files, and Groupname / GID lookup in group.
# nsquery
usage: nsquery lookup_type lookup_query ["
lookup_type: hosts
passwd
group
ex. nss_lookup hosts hondo
ex. nss_lookup hosts hondo "dns [NOTFOUND=return] files"
man nsquery for more details.
We in the HP Response Center highly recommend this tool be used whenever possible, instead of "nslookup" or "getip".
Regards,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 09:02 AM
05-31-2002 09:02 AM
Re: RPC PMAP FAILURE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 09:06 AM
05-31-2002 09:06 AM
Re: RPC PMAP FAILURE
HP_BASE100_INTERFACE_NAME[0]=lan0
HP_BASE100_STATION_ADDRESS[0]=0x0060B0FD34E7
# HP_BASE100_DUPLEX[0]=0x0060B0FD34E7
HP_BASE100_DUPLEX[0]=FULL
due to new network lan, changed duplex = FULL at 100baseT. Would that have an effect overall?