- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- atd process not running
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
10-09-2006 03:51 AM
10-09-2006 03:51 AM
atd process not running
[root@stagemddb1]~# service atd status
atd dead but subsys locked
[root@stagemddb1]~# ps -ef |grep atd
root 21676 21617 0 11:49 pts/0 00:00:00 grep atd
Thanks and points will be assigned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 04:07 AM
10-09-2006 04:07 AM
Re: atd process not running
service atd stop
Then run again
service atd status
To see if displays "Stopped". If don't, go to the /var/run directory and remove the lock file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 04:11 AM
10-09-2006 04:11 AM
Re: atd process not running
[root@stagemddb1]/var/run# service atd stop
Stopping atd: [FAILED]
[root@stagemddb1]/var/run# service atd status
atd dead but subsys locked
[root@stagemddb1]/var/run# ll
total 92
drwx------ 2 root root 8192 Aug 31 15:38 cfengine
drwxr-xr-x 2 root root 4096 May 12 05:05 console
-rw-r--r-- 1 root root 5 Sep 15 12:03 crond.pid
-rw------- 1 root root 4 Sep 15 12:03 gpm.pid
-rw------- 1 root root 4 Sep 15 12:03 klogd.pid
-rw-r--r-- 1 root root 4 Sep 15 12:03 mdadm.pid
drwx------ 2 root root 4096 Mar 9 2006 mdmpd
drwxr-xr-x 2 mysql mysql 4096 Sep 22 16:23 mysqld
drwxrwxr-x 2 root root 4096 May 1 17:40 netreport
-rw-r--r-- 1 root root 5 Sep 15 12:04 rhnsd.pid
drwxr-xr-x 2 root root 4096 Oct 7 2004 saslauthd
-rw------- 1 root smmsp 29 Sep 15 12:03 sendmail.pid
-rw-r--r-- 1 smmsp smmsp 50 Sep 15 12:03 sm-client.pid
-rw------- 1 root root 4 Sep 15 12:03 snmpd
-rw-r--r-- 1 root root 4 Sep 15 12:03 sshd.pid
drwx------ 3 root root 4096 Sep 10 11:16 sudo
-rw------- 1 root root 4 Sep 15 12:03 syslogd.pid
-rw-rw-r-- 1 root utmp 5760 Oct 9 12:09 utmp
-rw-r--r-- 1 root root 4 Sep 15 12:04 vcagent.pid
drwxr-xr-x 2 root root 4096 Jul 11 11:29 winbindd
-rw-r--r-- 1 root root 4 Sep 15 12:03 xinetd.pid
[root@stagemddb1]/var/run#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 04:12 AM
10-09-2006 04:12 AM
Re: atd process not running
You need to check if atd is in hung state. Do a ps -ef | grep atd, if it is not running go to /var/run/ and delete atd.pid and then do a service atd start.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 04:15 AM
10-09-2006 04:15 AM
Re: atd process not running
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 04:21 AM
10-09-2006 04:21 AM