- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- user "sysadm" a/c disable frequently
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
03-14-2006 08:06 PM
03-14-2006 08:06 PM
user "sysadm" a/c disable frequently
One of user "sysadm" is getting locked by it's own & I had checked the log and found the following deiscrepency.
Mar 13 08:02:35 sa1 remshd[28483]: PAM Status - 28, PAM Error Message - Account is disabled - see Account Administrator
Mar 13 08:02:36 sa1 remshd[28524]: PAM Status - 28, PAM Error Message - Account is disabled - see Account Administrator
Mar 13 08:20:42 sa1 rexecd[28770]: PAM Status - 10, PAM Error Message - Get new authentication token
Mar 13 08:20:03 sa1 : su : - tty?? sysadm-sysadm
Mar 13 08:21:03 sa1 above message repeats 6 times
Please advise the remedy.
Thank you,
Mohammed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:10 PM
03-14-2006 08:10 PM
Re: user "sysadm" a/c disable frequently
You can enable it by,
# /usr/lbin/modprpw -e sysadm
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:10 PM
03-14-2006 08:10 PM
Re: user "sysadm" a/c disable frequently
another system is using remote shell to attempt to execute a command.
Try to get more info with
inetd -l
which should log to /var/adms/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:17 PM
03-14-2006 08:17 PM
Re: user "sysadm" a/c disable frequently
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:21 PM
03-14-2006 08:21 PM
Re: user "sysadm" a/c disable frequently
Hi Mohammed,
#modprpw -k
is the command to UNLOCK the user account.
Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:33 PM
03-14-2006 08:33 PM
Re: user "sysadm" a/c disable frequently
Hi Mohammed,
In modprpw, database u_maxtries,is the parameter that sets the Maximum unsuccessful Login tries allowed.
0 = infinite.
Incase if you dont want the account to get locked, you may set this.
Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:34 PM
03-14-2006 09:34 PM
Re: user "sysadm" a/c disable frequently
Please the check the attached log from /var/adm/syslog/sylog.log for your investigation.
Thank you.
imran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:44 PM
03-14-2006 09:44 PM
Re: user "sysadm" a/c disable frequently
By which account you have tried to do remsh or rexec? what is your operating system? uname -a will give that.
I hope /etc/pam.conf file is having a module which is making the problem in login with r* commands.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 10:26 PM
03-14-2006 10:26 PM
Re: user "sysadm" a/c disable frequently
My os is 11.00 and how do i konw which account is doing the remsh.
pls check the log which i had sent and advise.
thank you,
imran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 10:30 PM
03-14-2006 10:30 PM
Re: user "sysadm" a/c disable frequently
please see my earlier response.
inetd -l
will switch on logging of all connection attempts.
See man inetd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 10:53 PM
03-14-2006 10:53 PM
Re: user "sysadm" a/c disable frequently
I did the inetd -l but still the same only user sysadm is getting locked.
thanks,
imran