1838307 Members
4701 Online
110125 Solutions
New Discussion

Re: Reboot Again

 
SOLVED
Go to solution
venkat_7
Frequent Advisor

Re: Reboot Again

Hi Shiju,

I'd like to know it's free download.

Regards
venkat.
Helen French
Honored Contributor

Re: Reboot Again

Hi Venkat:

You can download it from the site, it's free.

HTH,
Shiju
Life is a promise, fulfill it!
Hai Nguyen_1
Honored Contributor

Re: Reboot Again

Venkat,
I have 3 questions:

1) Can you run this command and post the output so we can see the reboot pattern?

# last | grep reboot | head -20

2) Another question is whether your server room is warm?

3) Do you see any blinking amber lights on your server's front panel?

Hai

venkat_7
Frequent Advisor

Re: Reboot Again

Hi hai,

Here is my Ans..
1)
# last | grep reboot | head -20
reboot system boot Tue Apr 23 09:45 still logged in
reboot system boot Tue Apr 23 09:12 - 09:45 (00:32)
reboot system boot Mon Apr 22 11:12 - 09:12 (22:00)
reboot system boot Mon Apr 22 10:17 - 11:12 (00:55)
reboot system boot Mon Apr 22 02:15 - 10:17 (08:01)
reboot system boot Sun Apr 21 09:57 - 02:15 (16:18)
reboot system boot Mon Apr 15 06:11 - 09:57 (6+03:46)
reboot system boot Sun Apr 14 23:20 - 06:11 (06:50)
reboot system boot Tue Mar 26 15:53 - 23:20 (19+06:26)
reboot system boot Tue Mar 26 15:13 - 15:53 (00:40)
reboot system boot Mon Mar 25 11:20 - 15:13 (1+03:52)
reboot system boot Fri Mar 22 16:24 - 11:20 (2+18:56)
reboot system boot Fri Mar 22 15:16 - 16:24 (01:07)
reboot system boot Fri Mar 22 14:24 - 15:16 (00:52)
reboot system boot Fri Mar 22 12:43 - 14:24 (01:40)
reboot system boot Fri Mar 22 09:55 - 12:43 (02:48)
reboot system boot Fri Mar 22 09:11 - 09:55 (00:43)
reboot system boot Thu Mar 21 13:49 - 09:11 (19:22)
reboot system boot Thu Mar 21 10:10 - 13:49 (03:38)
reboot system boot Wed Mar 20 17:13 - 10:10 (16:56)
2)Right now server room got AC.
3)I havn't see any blinking lights in the server panel.

Regards
venkat
Hai Nguyen_1
Honored Contributor

Re: Reboot Again

Venkat,

1) Do you see any AMBER light in the server's front panel?

2) Your server rebooted itself due to system panic on Sun 4/14 and Mon 4/15. Did you install/configure anything before Sun 4/15?

3) Your system stayed up for more than 6 days since Mon 4/16. Again, did you do anything RIGHT AFTER the Mon 4/16 reboot?

4) Again on Sun. 4/21, a system panic recurred. Did you install/configure anything RIGHT BEFORE the Sunday?

Hai
venkat_7
Frequent Advisor

Re: Reboot Again

Hi Hai,

That's true..very first time that is Apr 14 it got rebooted..before i didn't do any software installation,after that Apr18 i did install Veritas Net Backup software..and also we have connected new external disk array..i havn't see any amber lights in server..after netbackup software installed the directory /usr it became 99%

Regards
venkat
Hai Nguyen_1
Honored Contributor

Re: Reboot Again

Venkat,

I suggest that you contact HP to have the crash dump analyzed.

Hai
Hai Nguyen_1
Honored Contributor

Re: Reboot Again

Venkat,

Is /usr still 99% full?

Hai
venkat_7
Frequent Advisor

Re: Reboot Again

Hi Hai,

Yes.

Regards
venkat
Hai Nguyen_1
Honored Contributor
Solution

Re: Reboot Again

Venkat,

1) What is the size of /usr?

2) when did it becom 99% full?

3) run "ls -ld /usr/tmp" which should show /usr/tmp is linked to /var/tmp.

4) run "du -sk /usr/local" and post us the output.

5) Is is true that you installed the hardware before Sun. 4/14?

6) run "find /usr -type f -name core | xargs ll" to detect core files and their sizes if any.

In anyway, you should not leave your /usr at 99% full, you either try to find the gabbage and get rid of it or increas the size /usr.

Hai
venkat_7
Frequent Advisor

Re: Reboot Again

Hi Hai,

Here is the output

#du -sk /usr/local
9 /usr/local

5)No i didn't install any hardware

# find /usr -type f -name core | xargs ll
total 48
-r--r--r-- 1 bin bin 972 Nov 7 1997 .profile
drwxr-xr-x 5 root sys 96 Mar 20 17:27 .sw
lr-xr-xr-t 1 root sys 8 Mar 19 16:09 bin -> /usr/bin
drwxrwxrwx 2 root sys 96 Mar 20 11:18 cdrom
dr-xr-xr-x 16 bin bin 4096 Apr 24 12:44 dev
dr-xr-xr-x 27 bin bin 6144 Apr 24 12:43 etc
drwxr-xr-x 22 root root 1024 Mar 25 13:55 home
lr-xr-xr-t 1 root sys 8 Mar 19 16:09 lib -> /usr/lib
drwxr-xr-x 2 root root 96 Mar 19 15:29 lost+found
dr-xr-xr-x 26 bin bin 1024 Apr 17 15:50 opt
dr-xr-xr-x 12 bin bin 3072 Mar 20 16:21 sbin
dr-xr-xr-x 7 bin bin 1024 Mar 26 15:34 stand
drwxrwxrwx 6 bin bin 2048 Apr 24 13:56 tmp
drwxr-xr-x 4 root root 96 Mar 21 10:38 u01
drwxr-xr-x 4 root root 96 Mar 21 10:39 u02
drwxr-xr-x 5 root root 1024 Mar 22 18:50 u03
drwxr-xr-x 5 root root 1024 Mar 29 10:35 u04
drwxr-xr-x 4 root root 1024 Apr 22 15:28 u05
dr-xr-xr-x 23 bin bin 1024 Apr 19 16:09 usr
dr-xr-xr-x 21 bin bin 1024 Mar 26 15:54 var

Regards
venkat
W. Sikkens
Advisor

Re: Reboot Again

Hi,
I noticed something that looks not correct in your swinstall.log.
* Targets: pkr:/
* Beginning Analysis
* "pkr4:/": The software dependencies for 1 products or filesets cannot be resolved.
The targte is pkr:/ but the check is against pkr4:/.
Did your hostname changed?