power supply status in sysreport

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat power supply status in sysreport
# 1  
Old 04-22-2009
CPU & Memory power supply status in sysreport

Hello guys:

I'm a beginner in this exciting world of open spource and linux. I'm working as a support engineer and a customer send back to me a sysreport from his system running redhat 4. the customer has a power supply failed in his server and to see it and justify the replacement I required a sysreport

my question is:
Which file or directory holds power supply and status insite sysreport files ?

Thanks for your answer.

Amani
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Supply passphrase for ssh in script

I would like to write a bash shell script which will connect to remote server using passphrase. (I have public-private infrastructure created, and as per instruction, I must not use password less ssh). This particular script will be fired from cron. Can you please advice how I can supply the... (2 Replies)
Discussion started by: atanubanerji
2 Replies

2. HP-UX

Cstm and gsp conflict on power status

Hello all, I have a case where the power supply in slot 1 was replaced last week as it had failed. Prior to that it was showing failed in cstm: Cabinet 0 Hardware Inventory: Component Present Failure State --------- ------- ------- ... (6 Replies)
Discussion started by: port43
6 Replies

3. Solaris

Strange power supply units alarms!!!

Hi folks, I encountered this alarms on a solaris server: 04/21/12 23:17:55 MNP-PGW-A_bge3 mnp 231748 Power Supply Unit 0 is faulty 04/21/12 23:17:55 MNP-PGW-A_bge3 mnp 231748 Power Supply Unit 1 is faulty 04/21/12 23:18:26 MNP-PGW-A_bge3 mnp 231822 Power Supply Unit 0 is faulty:CLEAR... (0 Replies)
Discussion started by: kimurayuki
0 Replies

4. AIX

Finding Power Supply Status

Hi, As in Management Modules of IBM it is possible to find out wheather out of dual powersupply , if one goes down. is it possible to find out in HMC to find out if one power supply goes down of P Series server? if server is remotely HOw to find out if one power supply of server is down?... (1 Reply)
Discussion started by: manoj.solaris
1 Replies

5. Shell Programming and Scripting

supply password to scp with out interacting

Hi, I am trying to supply password to scp with out having manual interaction. Like, store the password in a variable and it should be supplied to the scp when it prompted for the password. Is there any other way than the user authentication and using "expect" in perl script. i.e is this... (3 Replies)
Discussion started by: pc_raghu
3 Replies

6. UNIX for Advanced & Expert Users

How to supply the password in a ping command ?

for i in $var; do for j in $var; do if then ssh -x -a "$host_login_name"@${i} ping -c 3 -s 3 ${j} if then printf "Success\n" else printf "Failed\n" fi fi done done Enter your box login... (2 Replies)
Discussion started by: happyrain
2 Replies

7. Shell Programming and Scripting

tcl command to supply a carriage return

I have a java program that runs on a unix server that prompts the user for input and provides a default value to the user. So it does something like this: Enter source server name <source_server_name>: Enter target server name <target_server_name>: I just hit enter to take the default... (1 Reply)
Discussion started by: progkcp
1 Replies

8. AIX

Supply Password Thru Script

Hello, I am using AIX 5 and one of the application does certain db updation daily and runs few script. One script among them calls another program, which in turn asks for a user Id and password. Is there anyway to use 'expect' of something similar on AIX so that while calling that program of... (1 Reply)
Discussion started by: panchpan
1 Replies
Login or Register to Ask a Question
faxqueue(5)						       mgetty+sendfax manual						       faxqueue(5)

NAME
faxqueue - sendfax fax spool queue control files SYNOPSIS
/var/spool/fax/outgoing/F*/JOB DESCRIPTION
The JOB files in the subdirectories of the outgoing fax spool directory, /var/spool/fax/outgoing build up a queue of faxes to be sent by faxrunq(1). They are created by faxspool(1), can be viewed with faxq(1), and be deleted by faxrm(1). FORMAT
The format of the JOB file is as follows: Each line consists of a leading keyword and associated data (rest of the line). Some are required, some others are optional. The currently implemented keywords are: phone <number> The telephone number to send the fax to. Required. user <user> The originating user name (on the local machine). If no "mail" field is present, this user will get the status mail about the fax. Required. mail <email> If this field is present, faxrunq(1) will send its status mail to the address given here. If not, faxrunq(1) will use the "user" field. Optional. input <file(s)> The file names passed to faxspool(1). Optional, used only by faxq(1). pages <file(s)> The file names, relative to the directory where the JOB file is found, that are to be sent with sendfax(8). The files have to exist, and be readable by the user that runs faxrunq(1). Required, except if "poll" is used, then it's optional. priority <0-9> This can be used to set the priority for this job in the fax queue (higher priority jobs get sent before all lower-pri jobs). So far, only faxrunqd uses this field, faxrunq does NOT. 9 is the highest, 0 the lowest priority. 5 is the default. Status <message> Automatically appended by faxrunq(1) after each run, tells the reader about successful and unsuccessful tries to send this job. If more than five "FATAL" errors are listed, the fax job is removed from the queue. verbose_to <blurb> A plain-text description of the receiver of the fax. Is returned, if present, in the mail messages "your fax to <blurb>". Optional. time <hhmm> If present, faxrunq won't send this job before the given time. The format must be exactly "hhmm", in 24-hr-format, otherwise faxrunq won't understand it. Optional. poll Flag token. If present, faxrunq will try to poll the given phone number for documents (see "sendfax -p"). normal_res Flag token. If present, faxrunq will transmit all pages using normal resolution (see "sendfax -n"). acct_handle <arbitrary string> This is a pure comment field, but sendfax(8) will log it into its transaction log file. So this can be used as a customer handle, a job number, whatever you need to get the phone bills charged to the customer (the programs won't look at it, just pass it through). Optional. subject <arbitrary string> This is also a pure comment field, used only for informational purposes. faxrunq will return it in the sucess/failure mail. If you use faxspool -s <subj>, it will put this string on the cover page and in the JOB file. PERMISSIONS
Starting with mgetty 1.1.29, the fax spool directory /var/spool/fax/outgoing is no longer world-writeable. It should be owned by the user 'fax' and be mode 755. The faxrunq(1) and faxrunqd(1) programs should also be run under that user ID if possible. If the fax spool directory is world- or group-writeable, there are a number of denial of service or file overwrite / file access attacks possible that it's very hard to guard against. So don't do this! If the fax spool directory has the proper permissions, there are currently no known attacks against faxrunq/faxrunqd, even if they run as "root", but it's always more safe to run as untrusted user. PROCESSING
While a given JOB file is processed by faxrunq(1), it's locked against sending it multiple times by temporarily renaming it to JOB.locked, thus it may happen that a faxq(1) command doesn't show this job. ( faxrunqd(8) is a bit smarter and does the locking by creating a hard link). When a job is successfully sent, it's not deleted but the JOB file is renamed to JOB.done. Because of this, you can still see old jobs with "faxq -o". You should regularly clean up the outgoing fax directory, removing old faxes. If you don't want this behaviour, edit the faxrunq(1) config file and enable the option delete-sent-jobs yes When a job cannot be sent after several tries (excluding normal difficulties like the called number being busy or the modem being in use), the JOB file is renamed to JOB.suspended. To re-queue this job, call faxq -r -- this renames the JOB file back. SEE ALSO
faxrunq(1), faxspool(1), faxrm(1), faxq(1), faxrunqd(8) greenie 23 Nov 02 faxqueue(5)