Finding Root cause of AIX server reboot itself


 
Thread Tools Search this Thread
Operating Systems AIX Finding Root cause of AIX server reboot itself
# 1  
Old 06-16-2011
Finding Root cause of AIX server reboot itself

Hi,

please explain that how to find the rootcause of aix servers reboot itself.

Which log or commands should be used to analyse the reboot incident?

Please explain in detail.
# 2  
Old 06-16-2011
Quote:
Originally Posted by cyberkingjk
Which log or commands should be used to analyse the reboot incident?
Start with inspecting the crontabs.

Quote:
Originally Posted by cyberkingjk
Please explain in detail.
Consult the man page of "cron" and "crontab" for details.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
# 3  
Old 06-16-2011
Hi,

check errpt if you were maybe running out of pagingspace of if you exceeded the maximum allowed pinned pages.

If you are running a cluster, it may be the cluster software or application that caused the reboot - Oracle rac tends to occasionally boot a node or both in case of various problems like lost heartbeat or major application issues - hacmp does similar things.

Another possibility is that you are facing problems on the hardware (like memory or cpu errors on the frame itself) which may cause the frame to reboot your lpar to free up the faulty resources.

Kind regards
zxmaus
This User Gave Thanks to zxmaus For This Post:
# 4  
Old 06-17-2011
Finding Root cause of AIX server reboot itself

If you are in a position to find the RCA, log a case with IBM and ask them the RCA. However the suggestions given above by other members are very valuable suggestions
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Validate mountpoints on solaris server after server reboot

Hi, anyone please let us know how to write shell script to find the missing mountpoints after server reboot. i want to take the mountpount information before server reboot, and validate the mountpoints after server reboot if any missing.please let us know the shell script from begining to end as... (24 Replies)
Discussion started by: VenkatReddy786
24 Replies

2. AIX

Finding the type of AIX server using command line

Hi All, I am trying to find out type of AIX servers , for eg : server A is eServer p5 520 , server B is pSeries 630-6C4 etc. Can some one suggest me the best way to retrive this information through command line. is there any direct command or script by which i can retrieve this information... (9 Replies)
Discussion started by: omkar.jadhav
9 Replies

3. AIX

Automation of AIX LPARs reboot

Hello Everyone, Can you please help me with the following questions regarding recycling LPARs. 1) Is it recommended to automate the reboot of AIX LPARs with a script ? i mean we've few App LPARs and Database LPARs. we would like to bring down LPARs on last sunday of every month for about 1... (4 Replies)
Discussion started by: System Admin 77
4 Replies

4. Shell Programming and Scripting

How to run script automatically on reboot as root user?

Hi friends,,, I am running one server on Ubuntu 12.04 LTS 32-bit, some times my pc restarts automatically, with no reason, I have a script to start server which requires root password. in this directory /myserver/start_server.sh How can I do this ? and some scripts I am having that I... (1 Reply)
Discussion started by: Akshay Hegde
1 Replies

5. Shell Programming and Scripting

Help with restarting of application with reboot of AIX server

Hi, We have hosted our application on AIX server. The problem is that we have to start our application manually once the server is rebooted. Please guide me in writing a script that does this job automatically with the re-start of the server. I'm looking for something like windows services in... (2 Replies)
Discussion started by: himanshu397
2 Replies

6. AIX

GNU/GCC on AIX server without Root rights

Hello I'm new to this Forum and I've got a big Problem. Currently I have to Install Bacula ( Backup Software) on a IBM machine(with AIX 5.3) via SSH there is no chance for me for a directly interaction with the Server. The Main problem is, I don't have Root access and no chance to get it. And... (5 Replies)
Discussion started by: maxkoch
5 Replies

7. AIX

Transferring files from one AIX server to another AIX server in binary mode

Hi, I am a newbie to AIX. We have 2 AIX5.3 servers in our environment, I need to transfer some files in Binary mode from one server to another and some files in ASCII mode from one server to another server. Could you please help me as to how I need to do that? Thanks, Rakesh (4 Replies)
Discussion started by: rakeshc.apps
4 Replies

8. AIX

finding memory frequency on vio server in aix

is it possible to find out memory frequency(speed) in vio server in aix? Regards Manoj (0 Replies)
Discussion started by: manoj.solaris
0 Replies

9. AIX

Is fsck executed during reboot for AIX?

Dear Gurus, I would like to know if fsck is executed automatically during reboot for AIX? Is there any logs which I can refer to? or any documentation reference for this? Thank You. (2 Replies)
Discussion started by: cteoh88
2 Replies

10. UNIX for Dummies Questions & Answers

Finding last Reboot

All, Does anybody know of a Unix command or file name where I can find out when the Unix box was last rebooted? We're using HP-UX 10.2. Thanks, PP (3 Replies)
Discussion started by: Positive Parrot
3 Replies
Login or Register to Ask a Question