Sponsored Content
Full Discussion: IBM rs/6000 7026-c2
Operating Systems AIX IBM rs/6000 7026-c2 Post 302899722 by zaxxon on Thursday 1st of May 2014 07:29:48 AM
Old 05-01-2014
Yes, this looks like it is the reason.
Here is the link to the reference guide for a M80 which should fit to your box:
http://publib.boulder.ibm.com/system...pdf/380571.pdf

On page 341 there is the description for your code where the 09 has xx. It says there is a fault with the operator panel.

Please use code tags when posting code, logs, etc. so it is visually easier to distinguish from descriptive text, thanks.
This User Gave Thanks to zaxxon For This Post:
 

9 More Discussions You Might Find Interesting

1. AIX

Ibm Risc/6000 Os

:o Unix Sirs, :eek:RE: IBM RISC/6000 1990 Used on Application: Image buffer: 3D "Catia" (3D "Autocad" sim.) engineering C.A.D. Written by Deso. Cash prior to main frame dump:cool: * :oCan I purchase the oem operating system from you unix people? :cool: ... (1 Reply)
Discussion started by: penguins
1 Replies

2. AIX

PCI Ethernet Cards for IBM RISC 6000 - B50's

I am trying to find PCI Ethernet cards that are compatible with the IBM RISC 6000 - B50 Power PC. None of the regular NIC's seem to have AIX drivers. Does anyone know of AIX drivers for standard PCI Ethernet NIC's or a non IBM NIC that works with the Model B50 at 10/100 MB ? (0 Replies)
Discussion started by: rahe
0 Replies

3. AIX

Hard time with an IBM RS/6000 J40 + AIX 5.2L

Hello all! I'm having a hard time with an IBM RS/6000 J40 machine. I'm trying to install AIX 5.2L on it but, up to now, I can't make it boot from the CDROM. I can go to the configuration menu, but, I don't know hot to point to my SCSI CDROM in order to boot from it. Do any of you have an... (2 Replies)
Discussion started by: MCM
2 Replies

4. AIX

Does IBM Model No. 7026-6H1 supports AIX 5.3

Hi, I have a IBM box (RS/6000) Model No.7026-6H1, currently running AIX 4.3 and now I want to upgrade in AIX 5.3 version. Please advice Is this model supports the AIX 5.3 version and what precautions we need to take before migration Best Regds Bhupal Singh (3 Replies)
Discussion started by: bhupals
3 Replies

5. AIX

Re-Installation of AIX 5.2 in RS6000 7026

Hi There!! I need to reinstall the operating system AIX 5.2 in a RS6000 7026/6H1 that has AIX 4.3 but I need a firmware upgrade that I dón´t know where can I obtain. - Platform firmware version 3 or later. Someone can help me please, I will be very grateful !! Thank´s. (1 Reply)
Discussion started by: terron79
1 Replies

6. UNIX for Advanced & Expert Users

Need older version of System Firmware for 7026-H80

Hi all, I have an H80 that I'm migrating to 5.3 and prior to doing so it needed the firmware upgraded. I don't have copies of the old firmware that was on it since I was not the one who installed it and there were no copies to be found on the server itself. I installed the latest version and... (4 Replies)
Discussion started by: howardle
4 Replies

7. UNIX for Dummies Questions & Answers

Ibm 7026-h80

HAI GUYS Man have i had the worst time with this thing. Its 400kg and doesnt respond very well to my commands. I want to install linux or unix, dont really care, onto my IBM server. My problem is how? I more want to install the ubunut OS on to it, but have tried every iso installer... (1 Reply)
Discussion started by: benzies
1 Replies

8. AIX

aix5.3 migration locked on 7026 with 0c46 LED-screen code

Hello, does anybody know if this is a final step or if any other code should appear ? After having waiting 2 hours, should I restart the server and restore old system ? (2 Replies)
Discussion started by: astjen
2 Replies

9. AIX

Issue with RS/6000 H50 from IBM

G'day all I have purchased 2 big IBM H50 RS/6000 enterprise servers. I am led to believe they are running AIX 4.3.3. Now problem is getting into remote console and turning off remote console and enabling my graphics card which i have installed. Now i was told to remove it, and try again. But i... (17 Replies)
Discussion started by: ADS2459
17 Replies
PDF::API2::NamedDestination(3pm)			User Contributed Perl Documentation			  PDF::API2::NamedDestination(3pm)

NAME
PDF::API2::NamedDestination - PDF::API2 named destination support METHODS
$dest = PDF::API2::NamedDestination->new $pdf $dest = PDF::API2::NamedDestination->new_api $api Returns a destination object. This method is different from 'new' that it needs an PDF::API2-object rather than a PDF::API2::PDF::File-object. $dest->link $page, %opts Defines the destination as launch-page with page $page and options %opts (-rect, -border or 'dest-options'). $dest->url $url, %opts Defines the destination as launch-url with url $url and options %opts (-rect and/or -border). $dest->file $file, %opts Defines the destination as launch-file with filepath $file and options %opts (-rect and/or -border). $dest->pdfile $pdfile, $pagenum, %opts Defines the destination as pdf-file with filepath $pdfile, $pagenum and options %opts (same as dest). $dest->dest( $page, -fit => 1 ) Display the page designated by page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the page within the window in the other dimension. $dest->dest( $page, -fith => $top ) Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window. $dest->dest( $page, -fitv => $left ) Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window. $dest->dest( $page, -fitr => [ $left, $bottom, $right, $top ] ) Display the page designated by page, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the rectangle within the window in the other dimension. $dest->dest( $page, -fitb => 1 ) (PDF 1.1) Display the page designated by page, with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the bounding box within the window in the other dimension. $dest->dest( $page, -fitbh => $top ) (PDF 1.1) Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window. $dest->dest( $page, -fitbv => $left ) (PDF 1.1) Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window. $dest->dest( $page, -xyz => [ $left, $top, $zoom ] ) Display the page designated by page, with the coordinates (left, top) positioned at the top-left corner of the window and the contents of the page magnified by the factor zoom. A zero(0) value for any of the parameters left, top, or zoom specifies that the current value of that parameter is to be retained unchanged. AUTHOR
Alfred Reibenschuh perl v5.14.2 2014-03-09 PDF::API2::NamedDestination(3pm)
All times are GMT -4. The time now is 09:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy