- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- after ignite,cron error
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-28-2006 09:52 PM
06-28-2006 09:52 PM
i cloned HP 11.11 from ignite backup.
At new system some users deleted.And cron.allow file reconfigured.But i still taking cron error from deleted user.Here is an example;
i take this error log from cron;
> CMD: /tts/ttstest/product/1.0.0/script/menu/run_crontab.sh /tts/ttstest/product/1.0.0/script/menu/statspack_cron.sh
> ttstest 15013 c Thu Jun 29 12:30:00 EETDST 2006
> CMD: /tts/tts/product/1.0.0/script/menu/run_crontab.sh /tts/tts/product/1.0.0/script/menu/statspack_cron.sh
> tts 15014 c Thu Jun 29 12:30:00 EETDST 2006
< tts 15014 c Thu Jun 29 12:30:00 EETDST 2006 rc=1
< ttstest 15013 c Thu Jun 29 12:30:00 EETDST 2006 rc=1
There is no /tts directory at new system.
And there are no tts and ttstset users.
at cron.allow file and also at /var/spool/cron/crontabs tts and ttstest don't exist.
How can system start a cron if there is no cron job?
any opinion?
regards;
mustafa
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 09:59 PM
06-28-2006 09:59 PM
Re: after ignite,cron error
There is a user with these cron scripts on this server. Try this.
# cd /var/spool/cron
# find . -type f | xargs grep statspack
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 10:47 PM
06-28-2006 10:47 PM
Re: after ignite,cron error
# find . -type f | xargs grep statspack
./oracle:0,30 08,09,10,11,12,13,14,15,16,17,18 * * 1-5 /home/oracle/statspack/do_statspack >> /dev/null
and here is the /home/oracle/statspack/do_statspack file;
sqlplus perfstat/perfstat @/home/oracle/statspack/take_snap.sql
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 11:21 PM
06-28-2006 11:21 PM
Re: after ignite,cron error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 11:59 PM
06-28-2006 11:59 PM
Re: after ignite,cron error
try executing
# crontab -l ttstest
and see if anything appears for this user...
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 12:08 AM
06-29-2006 12:08 AM
Re: after ignite,cron error
# crontab -l ttstest
crontab: Not a valid user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 12:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 12:28 AM
06-29-2006 12:28 AM
Re: after ignite,cron error
and reconfig cron.allow file.
now i will restart the cron deamon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 12:33 AM
06-29-2006 12:33 AM
Re: after ignite,cron error
Logfile /var/adm/cron/log was removed and re-created but 'close' option is off.
Reopening the file.
is it normal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 12:49 AM
06-29-2006 12:49 AM
Re: after ignite,cron error
That warning can be ignored. cron simply recreated /var/adm/cron/log with "close after reading" set to false.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 01:43 AM
06-29-2006 01:43 AM
Re: after ignite,cron error
any chance they could have been at jobs?
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 02:03 AM
06-29-2006 02:03 AM
Re: after ignite,cron error
thanks all
regards;
mustafa