- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to register RPC programs?
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
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
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
тАО08-25-2000 04:55 PM
тАО08-25-2000 04:55 PM
How to register RPC programs?
That host is the one which have trouble to login NIS+ users (as I posted days before).
How to make the RPC programs registered?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2000 05:13 PM
тАО08-25-2000 05:13 PM
Re: How to register RPC programs?
you can verify that rpc services are properly set up on your machine with
# rpcinfo -p hostname
it should report all the programs that are registered... if a program that should be registered is not, eg. nisplus, then you might want to look at your set up of nisplus.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2000 06:11 PM
тАО08-25-2000 06:11 PM
Re: How to register RPC programs?
program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100024 1 udp 856 status
100024 1 tcp 857 status
100021 1 tcp 862 nlockmgr
100021 1 udp 863 nlockmgr
100021 3 tcp 864 nlockmgr
100021 3 udp 865 nlockmgr
100021 4 tcp 866 nlockmgr
100021 4 udp 867 nlockmgr
100020 1 udp 4045 llockmgr
100020 1 tcp 4045 llockmgr
100021 2 tcp 868 nlockmgr
100068 2 udp 49176
100068 3 udp 49176
100068 4 udp 49176
100068 5 udp 49176
100083 1 tcp 49153
536870913 1 udp 696
536870913 1 tcp 697
1342177279 4 tcp 49451
1342177279 1 tcp 49451
1342177279 3 tcp 49451
1342177279 2 tcp 49451
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2000 06:40 PM
тАО08-25-2000 06:40 PM
Re: How to register RPC programs?
On the solaris box, check the /etc/rc2.d/S71rpc file to see if all the conditions required for NIS+ are met. I seem to remember you are required to have a file called /etc/.UNCONFIGURED
then run:
/etc/rc2.d/S71rpc stop ; /etc/rc2.d/S71rpc start
it should then start rpc.nisd (check with ps command) and rpcinfo -p should also display it.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2000 08:55 PM
тАО08-25-2000 08:55 PM
Re: How to register RPC programs?
Please check your NFS deamons
In HP-UX
#ps -ef|grep nfsd
if it does't show any nfs deamons
configure it through the following
1.Edit /etc/rc.config.d/nfsconf & make
NFS_CLIENT=1
NFS_SERVER=1
2./sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start