- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vaild audit id
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-15-2002 06:53 AM
03-15-2002 06:53 AM
vaild audit id
Cron: Your job did not contain a valid audit ID. See your system administrator.
Could anyone tell me what is the meaning of valid audit ID and how can I fix it without truning off the trusted system?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 06:55 AM
03-15-2002 06:55 AM
Re: vaild audit id
Check this out:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=922026710a66203442/screen=ckiDisplayDocument?docId=200000048391508
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 07:03 AM
03-15-2002 07:03 AM
Re: vaild audit id
Re-build your .cronaids file with folloding command.
#tsconvert -p
This will build a /usr/spool/cron/.cronaids with the data that system needs.
Then restart cron.
/sbin/init.d/cron stop
/sbin/init.d/cron start
Thanks.
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 07:10 AM
03-15-2002 07:10 AM
Re: vaild audit id
Our system admin did it in his way as follows:
created directory /.secure/etc
created file "audnames" within /.secure/etc
turned of auditing by issuing: audsys -f
removed /.secure/etc/audnames
stopped cron by issuing /sbin/init.d/cron stop
started cron by issuing /sbin/init.d/cron start
I am doubting this because he truned the C2 back to be untrusted. You guys think this is appropriate?
Crystal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 08:04 AM
03-15-2002 08:04 AM
Re: vaild audit id
If the system is back to non-trusted, then I don't think you will have problem.
For system to be trusted you need the /usr/spool/cron/.cronaids file with valid data.
Thanks.
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 01:18 PM
07-18-2008 01:18 PM
Re: vaild audit id
Thanks
regards
created directory /.secure/etc
created file "audnames" within /.secure/etc
turned of auditing by issuing: audsys -f
removed /.secure/etc/audnames
stopped cron by issuing /sbin/init.d/cron stop
started cron by issuing /sbin/init.d/cron start