Linux process info


 
Thread Tools Search this Thread
Operating Systems Linux Linux process info
# 1  
Old 02-09-2005
Linux process info

Hello,

I had a back job scheduled to run at 2 am in the morning in my crontab.
I found out that the job did not initiate and there were no logs dumped as to the reason for the failure to initiate. I found the process had started but failed to trigger the job and it had actually hung because it was just lying there in teh process table.
Could someone tell me , how I could find out what would have happened in the system at around 2 am.
Any help would be appreciated.
Thanks
Nayeem
# 2  
Old 02-09-2005
Which logs did you check?
# 3  
Old 02-09-2005
The dump command has some logs which gives adetail of what happened and it does not give any information ..except of the previous backup
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Linux Process

Dear all, I have a Oracle BI server process which is running in one linux machine. But the process gets killed itself automatically once every 3 days . It has a DB connection with another server. Is there any way to find out what is the reason behind this process kill. And also... (2 Replies)
Discussion started by: jegaraman
2 Replies

2. Hardware

Requirment are without password to get hardware info in the the linux using Qt?

Dear All, I have developed one application in the Qt Creator. I have one requirment for get hardward information in the Linux system, Then i try dmidecode using and run in Qt.It will occur error message for "dev/mem" permission denied". So i try to terminal to run sudo ./application. it will ask... (1 Reply)
Discussion started by: JGops79
1 Replies

3. Red Hat

How to find VMware info from Linux?

Hi, I have two questions about Linux with VMware: (1) How to tell if the system is real or VMware virtual from a Linux platform without root privilege? (root can use 'dmidecode | grep -i vmware). The command 'dmesg | grep -i vmware' run by everyone is not always working for this purpose. (2)... (2 Replies)
Discussion started by: aixlover
2 Replies

4. UNIX for Dummies Questions & Answers

kill/pkill process by CMD info.

I have a process that I'd like to kill. Doing a "ps -fu myusername" gives me: UID PID PPID C STIME TTY TIME CMD myusername 5443 1 0 10:05 ? 00:00:00 /bin/sh /some/path/crap.sh -s /yet/another/path/parentProcess myusername 5593 5443 0 ... (2 Replies)
Discussion started by: mrwatkin
2 Replies

5. AIX

How to access process and cpu info on AIX?

Hi, may be this is an AIX noob question: my current C++ application runs on Linux and is quite memory consuming. Therefore, the application writes a logfile after it has finished containing memory information, CPU information, information on the running other processes besides my application... (5 Replies)
Discussion started by: DarthVader77
5 Replies

6. Programming

process info

Can any one tell me how does 'ps' command get information about the processes from operating system data structures? (4 Replies)
Discussion started by: clintoo
4 Replies

7. Programming

Getting process info in a program

Hi, I am wondering if there is a way to find out in a C software program if a particular process is running without having to write a file. In the past, I have been using the system command to execute a pgrep and output the info to a file. Then the C program reads the file to make the... (1 Reply)
Discussion started by: herbmiller
1 Replies

8. What is on Your Mind?

New Site/Info for Linux Users

Check out this site. This will be helpful for all. Link removed. (3 Replies)
Discussion started by: jadebellant
3 Replies

9. Linux

image process under linux

hello, i am going to work on image process under linux ... can someone give me some advices? really thank you! (1 Reply)
Discussion started by: kangc
1 Replies

10. Programming

How can I get the file info of my process?ugent!!!!!

my project is very big,has many module and sub procedure that written by others,so how to get info of thel file opened or unclosed in my project ? I think there are two ways: 1. with pid_t get process info ,and via file table ( /usr/include/sys/file.h) to check file info. 2. in very... (2 Replies)
Discussion started by: nsun
2 Replies
Login or Register to Ask a Question