- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Crond in HPUX
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
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
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
05-01-2018 06:29 AM
05-01-2018 06:29 AM
Hi,
I am new to HPUX.I have some doubts related to "crond" in HPUX.
I have one HPUX box.Details of HP Server is as below.
#uname -a
HP-UX SrvName B.11.31 U ia64 2915055790 unlimited-user license
In this already cronjobs arealready running fine.If we add one more cronjob,do i have to start any service??I know in rhel7,you donot have to restart any service.Kernel reloads crond service automatically.is the same in HPUX or is different?
Also how can i check "cron" status in hpux like we can do the same in rhel using "systemctl status crond".
Please help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2018 07:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2018 07:43 AM
05-01-2018 07:43 AM
Re: Crond in HPUX
Thanks for the responce.Also please let me know how can i check "cron" status in hpux like we can do the same in rhel using "systemctl status crond".I know i can see "crond" service using "ps -ef | grep crond",but can i get crond status output similar to rhel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2018 07:50 AM
05-01-2018 07:50 AM
Re: Crond in HPUX
No, you cannot. There is no 'systemctl' type command for HP-UX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018 01:04 AM
05-02-2018 01:04 AM
Re: Crond in HPUX
Thanks all for the help!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2018 06:28 PM - edited 05-05-2018 06:29 PM
05-05-2018 06:28 PM - edited 05-05-2018 06:29 PM
Re: crond in HP-UX
> I know i can see "crond" service using "ps -ef | grep crond",
That's all there is, it's either running or not.
A better command for checking for process existence, no need for grep, is:
UNIX95=EXTENDED_PS ps -HfC crontd