HMC Serviceable Errors


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users HMC Serviceable Errors
# 1  
Old 02-15-2007
Question HMC Serviceable Errors

Morning,

I am checking the HMC serviceable errors and have noticed there are a few errors, but I don't quite understand what they mean. Could someone please explain how it works and what it means?

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

HMC Upgrade

Hi Experts So we have two data center .I upgraded the HMC in one datacenter, very easy no problem, but in the second datacenter we have dual HMC connection. I am looking at the document from the ibm documentation. I found something that I am not comfortable following. which is this : Physically... (2 Replies)
Discussion started by: JME2015
2 Replies

2. AIX

HMC 7.7.5 errors - just me ?

Maybe this is the wrong forum, but... after upgrading one of our HMCs from 7.3.5 to 7.7.5 we detected two problems: - older problem files ( /info/en_US/eclipse/plugins/p7eai/heapdump... , /opt/ccfw/data/vr ) are not deleted by chhmcfs - HMC-scheduled backups via ftp to our nim-server don't run... (2 Replies)
Discussion started by: AchmedLachned
2 Replies

3. AIX

HMC Commands

Hello All, Can anybody knows a command, what I can check the processes in the HMC restricted shell? :wall: (1 Reply)
Discussion started by: kalaso
1 Replies

4. AIX

HMC commands

Hi anybody know how to dynamically add a virtual ethernet to a running LPAR using the HMC CLI? (4 Replies)
Discussion started by: pwright84
4 Replies

5. AIX

HMC Backup

I have a few HMC questions. Version: 7 Release: 3.3.0 Build Level: 20080421.1 Base Version: V7R3.3.0 Model Type: 7042CR4 1. What are the types of backups should be performed on the HMC in case of disaster? From what I gather in the documentation, there is a critical data backup and a... (2 Replies)
Discussion started by: AIXtexas
2 Replies

6. UNIX for Dummies Questions & Answers

Major OS errors/Bash errors help!!!!

Hi all, dummy here.... I have major errors on entering the shell. On login I get: -bash: dircolors: command not found -bash: tr: command not found -bash: fgrep: command not found -bash: grep: command not found -bash: grep: command not found -bash: id: command not found -bash: [: =: unary... (12 Replies)
Discussion started by: wcmmlynn
12 Replies

7. AIX

Hmc

Hello everybody, had a question. Iam having a p650 box here, System Model: IBM,7038-6M2 Machine Serial Number: 1078DCC managed system - 1 which has 2 lpars on it i added memory to the box(made sure that memory added was in proper quads and was verified by a CE) after i rebooted the box, the... (4 Replies)
Discussion started by: karthikosu
4 Replies

8. AIX

Hmc

Well i am right now working on an IBM P550 risc server with an HMC connected.. The server has 2 logical partitions (Lpar). both lpar is having Aix 5.3 installed. Now I have a doubt.. is it possible to have Aix in one lpar and windows 2003 in another.. cheers Bala (4 Replies)
Discussion started by: balaji_prk
4 Replies

9. AIX

Adapter Errors and Link Errors

$ errpt | more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 3074FEB7 0802050205 T H fscsi1 ADAPTER ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR 3074FEB7 0802050205 T H fscsi0 ADAPTER ERROR B8113DD1 ... (2 Replies)
Discussion started by: mcastill66
2 Replies

10. UNIX for Advanced & Expert Users

Adapter Errors and Link Errors

$ errpt | more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 3074FEB7 0802050205 T H fscsi1 ADAPTER ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR 3074FEB7 0802050205 T H fscsi0 ADAPTER ERROR B8113DD1 ... (0 Replies)
Discussion started by: mcastill66
0 Replies
Login or Register to Ask a Question
POFILECHECKER(1)														  POFILECHECKER(1)

NAME
POFileChecker - searches for common mistakes in PO/POT files SYNOPSIS
POFileChecker [OPTION] [...] [FILE] [...] INTRODUCTION
POFileChecker searches for common mistakes in PO/POT files. COMMAND LINE OPTIONS
--help or -h show usage instructions --pot or -t check a pot file, not a po file --ignore-fuzzy or -i don't check validity of fuzzy entries PO FILE HEADER DIRECTIVES
POFileChecker recognizes several PO file header directives. As with all gettext lint tools, these directives are all prefixed with X-POFile. X-POFile-Allow: number number of errors to ignore; if number of detected errors is diffent than this they will all be reported; a file with 0 errors but an error allowance greater than zero will also be reported X-POFile-CheckAccelerator: 1|0 enable or disable checking accelerators, enabled by default X-POFile-CheckEndPontuation: 1|0 enable or disable checking ending pontuation, enabled by default X-POFile-LineLength: number check that the line length doesn't exceed number chars; disable by default MORE INFORMATION
gettext-lint web page: http://gettext-lint.sourceforge.net/ AUTHOR
Pedro Morais. <morais@kde.org> 08/16/2006 POFILECHECKER(1)