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
06-02-2005 02:00 PM
06-02-2005 02:00 PM
i got this in my cron job log:
! bad user (oradb) Sun Jan 23 04:02:00 2005
any idea? high points!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 02:19 PM
06-02-2005 02:19 PM
Re: cron log
The "! bad user (oradb)" error, is it what you're seeing in /var/adm/cron/log or is the from the output of another script that happens to be kicked of from cron?
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 02:26 PM
06-02-2005 02:26 PM
Re: cron log
saw that messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 02:27 PM
06-02-2005 02:27 PM
Re: cron log
thx!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 02:34 PM
06-02-2005 02:34 PM
Re: cron log
look here
http://forum.sun.com/thread.jspa?threadID=23610&tstart=90
hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 02:37 PM
06-02-2005 02:37 PM
Re: cron log
http://mt.oisec.net/archive/2004/08/04/solaris_9s_crontab
anyway, confirms it could be a problem w/ the oradb account
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 02:37 PM
06-02-2005 02:37 PM
Re: cron log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 02:41 PM
06-02-2005 02:41 PM
Re: cron log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 02:50 PM
06-02-2005 02:50 PM
Re: cron log
Although I can say on HP-UX you can have a "locked" account on a trusted system and still su to the account from root...
what does "passwd -s oradb" return, is it LK or NP or??
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 03:02 PM
06-02-2005 03:02 PM
Re: cron log
it's LK....
and how to unlock this user??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 03:03 PM
06-02-2005 03:03 PM
Re: cron log
"Each entry in the shadow file has the form:
username:password:lastchg: min:max:warn: inactive:expire:flag"
thanks and good luck
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 03:14 PM
06-02-2005 03:14 PM
Solutionif there was no password, then it probably intended to be a non-login account... in that case "passwd -N oradb" will set it to non-login, but will satisfy the cron problem.
refer to man passwd for more details and to verify my syntax. :)
and this is really all I've got...
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 03:17 PM
06-02-2005 03:17 PM