- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RWALLD SERVICES..
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
07-25-2000 04:08 AM
07-25-2000 04:08 AM
How I can configure rwalld services ???
I have added one entry in /etc/services file. The entries is below..
rwalld 1530/tcp rwalld
I have added another entry in /etc/inetd.conf file also. The entries is below.
rwall stream tcp nowait root /usr/sbin/lbin/rwalld -log /var/adm/syslog/rwalld.log
Pls let me know what is the actuall process to run rwalld daemon .
My Server is N class and OS is HP-UX 11
Regards.
Sandip
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2000 04:13 AM
07-25-2000 04:13 AM
Solutionrpc dgram udp wait root /usr/lib/netsvc/rwall/rpc.rwalld 100008 1 rpc.rwalld
then re-read/restart the inetd deamon with
inetd -c
I do not think you have to make any changes to /etc/services
do a man rwalld
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2000 04:24 AM
07-25-2000 04:24 AM
Re: RWALLD SERVICES..
Do:
# /usr/sbin/inetd -c
See man 1M inetd for more details.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2000 04:35 AM
07-25-2000 04:35 AM
Re: RWALLD SERVICES..
I have changed /etc/inetd.conf file according to your advise. The entry was there, I just uncomment it and after that I have stopped inetd & restared it. But it did not make any difference..
According to /etc/inetd.conf portmap should be run but in HPUX 11 it has came as rpcbind which is running.. Pls let me know what I should do now..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2000 05:15 AM
07-25-2000 05:15 AM
Re: RWALLD SERVICES..
Make sure rpcbind is running. portmap is the former name for rpcbind, otherwise there is no real difference in usage/functionality.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2000 05:19 AM
07-25-2000 05:19 AM
Re: RWALLD SERVICES..
rpcinfo is showing that walld is running..
Thanks again