- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inetd unknown service error
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-26-2004 03:14 AM
05-26-2004 03:14 AM
inetd unknown service error
I have installed the 'power broker' client in my server ( hp-ux 10.20) ,and made the following entries in /etc/services and /etc/inetd.conf as given in other servers with same os version where it is working fine.
/etc/services
# PowerBroker daemons
pbmasterd 24345/tcp # PowerBroker master daemon
pblocald 24346/tcp # PowerBroker local daemon
pblogd 24347/tcp # PowerBroker log daemon
pbguid 24348/tcp # PowerBroker gui daemon
pbsguid 24349/tcp # PowerBroker secure gui daemon
/etc/inetd.conf
# PowerBroker local daemon
pblocald stream tcp nowait root /usr/sbin/pblocald pblocald
But when I start the inetd daemon or reconfigure it I am getting the following error in syslog and pblocald is not listening on the port ( 24346).
syslog.log
May 26 16:41:41 suboz019 inetd[13532]: pblocald/tcp: Unknown service
Request u any one of u to help me out.
thanks & regards
Vinu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 03:20 AM
05-26-2004 03:20 AM
Re: inetd unknown service error
Are you sure the entry is there in /etc/services?. Double check the spelling and see if there aren't any invisible characters aroudn pblocald word in services file.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 03:22 AM
05-26-2004 03:22 AM
Re: inetd unknown service error
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 03:24 AM
05-26-2004 03:24 AM
Re: inetd unknown service error
after that, when you execute a statement like :
pbrun ksh
what error are you getting ? Better just before running this statement, pop open another telnet session to this system and tail -f syslog.log then execute pbrun ksh command. See what it says as a response and at the same time what types of messages you see coming to the syslog. I have used powerbroker, although not in admin level, to gain root access in a very large environment, but never seen this message. Although, very tiny portion of my servers maybe 15-20 were at 10.20 OS level.
Also, unless this server is the powerbroker master server at the same time, you do not want the line
pbmasterd 24345/tcp # PowerBroker master daemon
in /etc/services.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 04:35 AM
05-26-2004 04:35 AM
Re: inetd unknown service error
entry is there in /etc/services and I had pasted in the problem description, u people can check that.
I have tried both inetd -c and /usr/sbin/inetd start and stop,but the same message(unknown service) coming in syslog.
when I do 'pbrun ksh' , getting the following error
$ pbrun ksh
pbmasterd3.1.0-05: 3001 Connection to pblocald on suboz019 failed: Connection refused
pbrun3.1.0-05@suboz019: 3005 Request ended unexpectedly
$
the error coming in syslog.log at the same time is ,
May 26 18:20:47 suboz019 pbrun3.1.0-05: 3005 Request ended unexpectedly
May 26 18:22:05 suboz019 pbrun3.1.0-05: 3005 Request ended unexpectedly
thanks & regards
vinu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 04:39 AM
05-26-2004 04:39 AM
Re: inetd unknown service error
Not very sure about this but does that PowerBroker local daemon looks for any configuration parameters and that need to be set in the file residing at /etc/rc.config.d directory.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 04:43 AM
05-26-2004 04:43 AM
Re: inetd unknown service error
pblocald 24346/tcp # PowerBroker local daemon
to
testservice 24346/tcp
for /etc/services and
pblocald stream tcp nowait root /usr/sbin/pblocald pblocald
to
testservice stream tcp nowait root /usr/sbin/pblocald pblocald
And see if inetd listens at 24346?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 04:47 AM
05-26-2004 04:47 AM
Re: inetd unknown service error
netstat -a|grep 24346
Any special chars in /ec/services file?
cat -v /etc/services and check powerborker services particularly.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 04:54 AM
05-26-2004 04:54 AM
Re: inetd unknown service error
is your pblocald continuosly running ? i.e., at any given time, even if nobody is doing anything powerbroker related, is the command
ps -ef | grep pblocal
shows you a pblocald process ?
also make sure that you have a localhost entry in your /etc/hosts mapping to 127.0.0.1
also make sure that nobody else is using the 24346 port.
last but not the least, is your powerbroker master server aware of the existence of this newly installed server ?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 05:17 AM
05-26-2004 05:17 AM
Re: inetd unknown service error
made the entries in /etc/services and inetd.cong as u told but same error coming in syslog,
May 26 19:08:04 suboz019 inetd[22156]: Rereading configuration
May 26 19:08:04 suboz019 inetd[22156]: testservice/tcp: Unknown service
the /etc/services entry was,
testservice 24346/tcp # PowerBroker local daemon
and the inetd.conf entry was,
testservice stream tcp nowait root /usr/sbin/pblocald pblocald
thanks & regards
vinu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 05:26 AM
05-26-2004 05:26 AM
Re: inetd unknown service error
Post the results.
What are the perms on /etc/services?? Should have read perms for all.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 05:33 AM
05-26-2004 05:33 AM
Re: inetd unknown service error
the info asked by u is given below,
suboz019:/sbin/init.d > grep [p]blocald /etc/services
pblocald 24346/tcp # PowerBroker local daemon
suboz019:/sbin/init.d > ll /etc/services
-rw-r--r-- 1 root sys 9684 May 26 19:29 /etc/services
suboz019:/sbin/init.d >
thanks & regards
vinu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 05:49 AM
05-26-2004 05:49 AM
Re: inetd unknown service error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 06:05 AM
05-26-2004 06:05 AM
Re: inetd unknown service error
Try Symark / Powerbroker Support. They are very good. You'll have a solution in no time at all. They will walk you through the solution if necessary,
http://www.symark.com/support.htm
Hope this helps.
Regds