crontab displays power fail


 
Thread Tools Search this Thread
Operating Systems AIX crontab displays power fail
# 1  
Old 01-18-2007
crontab displays power fail

Hi,

My system has added an entry to the cron:

--> crontab -l
0 00,12 * * * wall%rc.powerfail:2::WARNING!!! The system is now operating with a power problem. This message will be walled every 12 hours. Remove this crontab entry after the problem is resolved.

I have had an issue like this in the past but there has always been an errpt associated with it?

can someone help me to identify if there is actually an issue?

another worry I have is my root cron has been over written - anyone know how this can happen?

Thanks in advance

chris
# 2  
Old 01-18-2007
Quote:
0 00,12 * * * wall%rc.powerfail:2::WARNING!!! The system is now operating with a power problem. This message will be walled every 12 hours. Remove this crontab entry after the problem is resolved.
Yup, this happens when the box detect any problem with its 'power supply' and if You do an 'errpt -a -d H' it will display additionnal info on when the problem occured ... well unless it has been cleared by errclear which is also on root cron!
If everything is back to normal, just comment that line ...
# 3  
Old 01-18-2007
well the thing is there is no error report created .....

We did have a power supply in the CEC fail last week which also did not create any error report and we only found out when we moved the redundant PDU to another source.

Do you know of any issues with AIX where these alerts can be left out of the errpt. I have to go to the DR site now to identify the problem at the server level.

system level:

--> instfix -i |grep ML
All filesets for 5.2.0.0_AIX_ML were found.
All filesets for 5200-01_AIX_ML were found.
All filesets for 5200-02_AIX_ML were found.
# 4  
Old 01-18-2007
don't know why you didn't get any error reports, but as you say you had problems with power supply last week, then the system generates this crontab entry, when the problems are solved you have to manually remove the line from crontab

are you 100% sure that no one cleared the errorlog? if thats really the case , and I am sure it's not, run diagnostics over the whole system and open an IBM call if you have an support contract, if not just delete the line and live with it
# 5  
Old 01-18-2007
lol, 100% sure I didnt run the errclear, this has also been removed from the cron entries.

Have run diag's on all system resources with no avail.

Thanks all the same
# 6  
Old 01-18-2007
so you have removed the line from cron and it comes again after a period of time or a reboot?
# 7  
Old 01-18-2007
Yes the entry has been removed, I am going to read some of the system manuals to see if there is a setting I missing.

This is the first time the power alert has come apparent.

I am going to monitor the system closely and investigate at the server tomorrow and identify any power issues
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Cat/tac displays nothing but vi does

Hi, Today i have seen a file which shows nothing when i use cat/tac. But when i use vi it displays a single line at the top. There are no other lines. I am curious why cat/tac doesn't display that line and only vi does? Any thoughts? Thanks in advance, (1 Reply)
Discussion started by: pandeesh
1 Replies

2. UNIX for Dummies Questions & Answers

Ls -l displays ctime or mtime?

commands ls -l or just l displays ctime (changed time) or mtime (modified time)? (10 Replies)
Discussion started by: rupeshkp728
10 Replies

3. UNIX for Dummies Questions & Answers

ls -l displays size in KB, MB, GB?

Hi, ls -l displays the long listing of a file in 8 fields. Query: ------ Does ls -l display the filename size in KB or MB or GB? -rwxrwxr-x 1 xx dba 655 May 22 06:27 time Here 655 is KB or MB or GB? Many thanks. (2 Replies)
Discussion started by: venkatesht
2 Replies

4. Solaris

swap displays differently

A new x86 server was installed with 16G of memory. The swap space assigned in the prtvtoc is also 16G. But after the installation of the OS and verifying, noticed df -k output for swap shows as 30G. Other systems do not have this characteristic. Whats wrong in here?:eek: (4 Replies)
Discussion started by: incredible
4 Replies

5. AIX

who -r displays no output

Hello. I have an AIX machine at 6100-00. We had some strange activity since filling up /tmp. One symptom is that who -r displays no output. It doesn't hang just no output is displayed. We are going to boot the machine, but prior to that I'd like to dig a bit to see what may be causing the... (0 Replies)
Discussion started by: maficdan
0 Replies

6. Linux

Hostname displays incorrectly

hiii, in many of the linux machines i have tried this but the result is the same everywhere. if there are double letters in a hostname then that is displayed as single letter. e.g. if hostname is set to nepttune then login into the shell will display : NEPTUNE(admin)@/ $ hostname... (15 Replies)
Discussion started by: shamik
15 Replies

7. HP-UX

Dual Displays HP-UX 10.20

Hello All! Where I work we have C3600's that have a video cards that have both DVI and Regular RBG type monitor ports on them. My question is: is it possible to spread my desktop across two monitors that are plugged into the one card much like you can do with NVIDIA software like NVIEW for... (0 Replies)
Discussion started by: giftedone
0 Replies

8. UNIX for Dummies Questions & Answers

Dual Displays

I have a TV and a monitor hooked up to my box. Right now the system is displaying all the information on the TV instead of the monitor, obviously I want to switch this, as the TV is very impracticle for everything other than watching movies. I thought I remembered a command I used to use that... (2 Replies)
Discussion started by: Synbios
2 Replies

9. UNIX for Advanced & Expert Users

Fail to run init-script from crontab

I have written a "simple" shell-script (BASH) to monitor the logs of our Resin-applicationserver. Whenever Resin runs out of available heap-space, the script then tries to restart the Resin-server. My problem is that my "autopilot"-script fails when it's run from crontab. Here's what the... (5 Replies)
Discussion started by: indo1144
5 Replies
Login or Register to Ask a Question