- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unsuccessfully login
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
01-03-2008 05:57 AM
01-03-2008 05:57 AM
Unsuccessfully login
I want to track the ip address of unsuccessfully login from root account. Please let me know how can we find it in hp-ux 11.11i
Regards
Nirukshitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 06:01 AM
01-03-2008 06:01 AM
Re: Unsuccessfully login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 06:04 AM
01-03-2008 06:04 AM
Re: Unsuccessfully login
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 06:06 AM
01-03-2008 06:06 AM
Re: Unsuccessfully login
you can use
#strings /var/adm/btmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 06:21 AM
01-03-2008 06:21 AM
Re: Unsuccessfully login
This will include the ip address.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2008 06:47 AM
01-03-2008 06:47 AM
Re: Unsuccessfully login
There is no requirement that '/var/adm/btmp' be present. If it isn't, then no recording of failed logins via this file will be available.
You can create 'btmp' if it doesn't exist in order to start logging. If you need to do this, simply 'touch' the file, but change its permissions to be read/writeable ONLY by 'root' for security. It may contain password information from mangled login attempts.
Another file that may offer a record of unsuccessful attempts to login to 'root' is the '/var/adm/sulog'. Unsucesssul transitions are noted with a '-'; successful ones with a '+'. An unsuccessful 'su' from me to root looks like:
SU 01/03 09:46 - tb jrf-root
Regards!
...JRF...
Regards!
...JRF...