- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- warning: commands will be executed using /usr/bin/...
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
02-24-2009 02:15 AM
02-24-2009 02:15 AM
would like to seek yr advice. i tried to run the cron jobs, but hit this error? what would be the corrective action? hope to hear from you. thank you
cron may not be running - call your system administrator
warning: commands will be executed using /usr/bin/sh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 02:28 AM
02-24-2009 02:28 AM
Re: warning: commands will be executed using /usr/bin/sh
ps -ef|grep cron to check if crond is running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 02:31 AM
02-24-2009 02:31 AM
Re: warning: commands will be executed using /usr/bin/sh
# ps -ef | grep cron
Which command you are trying through cron? Are you using any script?
Rgds
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 02:35 AM
02-24-2009 02:35 AM
Re: warning: commands will be executed using /usr/bin/sh
Check cron is running or not.
# ps -ef |grep -i cron
root 1346 1 0 Feb 18 ? 0:07 /usr/sbin/cron
If not start cron by this command.
#/sbin/init.d/cron start
look at the cron log file /var/adm/cron/log
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 04:02 AM
02-24-2009 04:02 AM
Re: warning: commands will be executed using /usr/bin/sh
# ps -ef |grep -i cron
# /sbin/init.d/cron status
(the above comand will show "cron running"
If not running please start the cron as below
# /sbin/init.d/cron start
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 05:27 AM
02-24-2009 05:27 AM
Re: warning: commands will be executed using /usr/bin/sh
ok, im at home. will check tomorrow at office whether the cron services is runing or not. from the log i check this evening, it says cron started something like that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 04:39 PM
02-24-2009 04:39 PM
Re: warning: commands will be executed using /usr/bin/sh
i tried to stop and start the cron. but when i issue ps -ef |grep -i cron, the cron is not started.
when i check the cron log, the file attribute was 8 jan, 2008 which was last year. no log for the past one year.
hope to hear from you. thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 04:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 12:03 AM
02-25-2009 12:03 AM
Re: warning: commands will be executed using /usr/bin/sh
Use this command and post the output
# /sbin/init.d/cron start
Rgds
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 01:32 AM
02-25-2009 01:32 AM