Sponsored Content
Operating Systems AIX 7028-6C4 with an attached 7311-D20 Post 302191463 by prichard on Friday 2nd of May 2008 04:57:53 PM
Old 05-02-2008
7028-6C4 with an attached 7311-D20

A remote office that I support has a 7028-6C4 with an attached 7311-D20. Over a year ago the 7311-D20 power supply failed. We called IBM and found out it was no longer under maintenance but that the 7028-6C4 was. To get the 7311-D20 back under maintenance would cost more than that office wanted to spend.

Of course the 7028-6C4 keeps giving me the message:

"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."

This is unsettling for any user who logs in.

Travel dollars are non-existent so I can't travel there. Here is my question:

Is there a way to remove the 7311-D20 from the configuration so the 7028-6C4 no longer knows it there?
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

i/o drawer 7311-D20

can anyone help me with the i/o drawer D20???? what firmware i need for this machine and how do i install it? (0 Replies)
Discussion started by: amitt74
0 Replies

2. Shell Programming and Scripting

How to get number of attached hard disks in HP-UX

how do i get the number of attached hard disks in HP-UX (1 Reply)
Discussion started by: achak01
1 Replies

3. Shell Programming and Scripting

Process not attached to terminal

Hi Folks, When i try to run schedule job on Unix server am getting following errror messges in logs pic_selection @starting on Fri Feb 5 01:53:06 GMT 2010 ------------------------------------------------------------------------------- Microfocus Cobol batch run Started: Fri Feb 5... (4 Replies)
Discussion started by: bhargav20
4 Replies

4. Solaris

new attached lun in solaris 10

hi, what are the steps to detect and configure a new attached lun in Solaris 10. Is there any difference between cfgadm and luxadm command ? rgds, snjksh (5 Replies)
Discussion started by: snjksh
5 Replies

5. Shell Programming and Scripting

multiple files to be attached

Hi all, Am in need of attaching multiple files of similar pattern? For example the files like a1.txt b1.txt c1.txt can be reffered as *1.txt Can anyone help me in attaching the files of similar pattern without mentioning their names completely. (3 Replies)
Discussion started by: Sindhuap
3 Replies

6. AIX

max drive size for 7028 p Series

We have an eight year old IBM P series 7028 model server running AIX 5.2, and are thinking about installing some bigger drives. The current ones are 78GB in a RAID5 array. It looks like there are 146 and 300GB drives available. Just wondering what a realistic size drive to install would be that... (3 Replies)
Discussion started by: markper
3 Replies

7. Shell Programming and Scripting

Mailx attachment not getting attached.

Hi Friends, Please help me with this problem. I have a number of split files in a directory. each split files has pdf filenames in it. pdf files are also in the same directory. I send a mail for each split files present in the directory with the pdf file mentioned in the file. I have... (4 Replies)
Discussion started by: jcebalaji
4 Replies

8. Shell Programming and Scripting

Getting the Attached File in Email

Hi All, Is there a way on how to get the attached file in email using shell script? what i'm going to do? all i can see is to send and email but to get an attached file in email i don't find it. Please advise, Thanks, (4 Replies)
Discussion started by: znesotomayor
4 Replies
power_onoff(1M) 														   power_onoff(1M)

NAME
power_onoff - timed, automatic system power on, and power off SYNOPSIS
time [date] ] time_designation] DESCRIPTION
instructs the UPS monitor to shut down the system, and optionally informs the monitor when to power on the system again. The UPS monitor in turn instructs the uninterruptible power source (UPS) when to turn the power off and on. The UPS monitor then proceeds to shut down the system. The time to restart the system (power on) is specified with command-line arguments. Some UPS units limit the time that can elapse between the time the power is turned off and the time it is turned back on. Please see your UPS documentation for information about limitations. requires a UPS that is supported by the UPS monitor (see ups_mond(1M)). Command Line Arguments The command has two forms, and recognizes the following arguments: No power on. Causes the system to be shutdown and not be powered back on. time Can be specified as one, two, or four digits. One- and two-digit numbers represent hours; four digits represent hours and min- utes. time can also be specified as two numbers separated by a colon single quote the letter "h" a period or comma A suffix or can be appended. Otherwise a 24-hour clock time is understood. For example, and are read as 15 minutes after 8 in the morn- ing. The suffixes and can be used to indicate Coordinated Universal Time. The special names and are also recognized. date Can be specified as either a day of the week (fully spelled out or abbreviated) or a date consisting of a day, a month, and optionally a year. The day and year fields must be numeric, and the month can be fully spelled out, abbreviated, or numeric. These three fields can be in any order, and be separated by punctuation marks such as slash hyphen period or comma The years 00-68 would be interpreted as 2000-2068 and 69-99 would be 1969-1999. Two special ``days'', and are also recognized. If no date is given, is assumed if the given time is greater than the current time; is assumed if it is less. If the given month is less than the current month (and no year is given), next year is assumed. or If followed by a time_designation of or lets the user startup the system when the specified time_designation has elapsed. A numerical operator, enables the user to schedule the startup several hours, days, weeks, months, or years in advance (see EXAMPLES). Using the argument is equivalent to using an increment of Both plural and singular forms of time_designation are accepted. EXTERNAL INFLUENCES
International Code Set Support Single- and multi-byte character code sets are supported. RETURN VALUE
Exit code 0 is returned upon successful completion, otherwise non 0 is returned. DIAGNOSTICS
issues diagnostic messages when it encounters syntax errors and out-of-range times. EXAMPLES
To startup the system at 5:00 am next Tuesday, use To startup the system at 5:30 am tomorrow, use To make your system startup each weekday at 7:30 am and shutdown at 5:30 pm each week day, use to execute the first entry on Monday through Thursday and the second entry on Friday (see crontab(1)). To startup the system at 8:15 on January 24, use To startup the system at 5:15 on January 24, use To startup the system at 9:30 tomorrow, use To startup the system 24 hours from now, use To shutdown the system and not start it up, use WARNINGS
Jobs can be submitted up to 2037. If jobs were submitted any later than 2037, an error message will display "BAD DATE". Some UPS units limit the time that can elapse between the time the power is turned off and the time it is turned back on. Please see your UPS documentation for information about limitations. If the date argument begins with a number and the time argument is also numeric (and without suffix), the time argument should be a four- digit number that can be correctly interpreted as hours and minutes. Do not use both and within a single command; only the first operator is accepted and the trailing operator is ignored. No warning or error is produced. The power cord must be disconnected before servicing the unit. AUTHOR
was developed by HP. FILES
fifo for communicating with ups_mond. SEE ALSO
at(1), cron(1M), crontab(1), queuedefs(4), proto(4), kill(1), sam(1M), ups_mond(1M). power_onoff(1M)
All times are GMT -4. The time now is 10:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy