- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to verfiy ident daemon is running or not
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
тАО08-07-2009 10:59 PM
тАО08-07-2009 10:59 PM
How to verfiy ident daemon is running or not
How to verify ident daemon is running or not.
it is not configured in /etc/inetd.conf file.
Kindly help me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2009 12:27 AM
тАО08-08-2009 12:27 AM
Re: How to verfiy ident daemon is running or not
u can use the following command to check
ps -eaf | grep -i ident
u should conifigure the file
/etc/inetd.conf:
ident stream tcp wait bin /usr/lbin/identd identd
also /etc/services file
thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2009 12:45 AM
тАО08-08-2009 12:45 AM
Re: How to verfiy ident daemon is running or not
1) Checking identd daemon is running or not?
---------------------------------
#ps -ef|grep identd
root 9329 1 0 04:39:05 pts/ta 0:00 /usr/lbin/identd
2) Entry in /etc/inetd.conf?
------------------------
ident stream tcp wait bin /usr/lbin/identd identd
3) Entry in /etc/services?
----------------------
ident 113/tcp authentication
4) Starting identd
----------------
#/usr/lbin/identd
Reagrds,
LIJEESH N G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2009 02:03 AM
тАО08-08-2009 02:03 AM
Re: How to verfiy ident daemon is running or not
Thanks for your response.
I already know that ident is not configured on /etc/inetd.conf file and /etc/services ident autentication configured with tcp port & this process is not running.
But our security tool detected ident daemon is running on our HP UX node.
my question - is there any other file avaialble for configuration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2009 03:36 AM
тАО08-08-2009 03:36 AM
Re: How to verfiy ident daemon is running or not
Check for /usr/lbin/identd in /usr/lbin/identd.
If the entry is there, identd will be started if sendmail is running.
Thanks
SEN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2009 03:37 AM
тАО08-08-2009 03:37 AM
Re: How to verfiy ident daemon is running or not
check for /usr/lbin/identd in /sbin/init.d/sendmail.
thanks