Sponsored Content
Operating Systems AIX IBM's pSeries 570 vs a 520 vs 550 Post 302751365 by dukessd on Thursday 3rd of January 2013 08:42:42 PM
Old 01-03-2013
I think the 570 wants a rack with bulk power...

edit
IBM's fix central doesn't seem to include power code for the p570, so maybe not...
/edit

Last edited by dukessd; 01-03-2013 at 09:49 PM.. Reason: checked firmware site
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help with IBM 550 and HMC settings

I'm a Solaris and Debian/SuSE weenie, and I need some help setting the IP address of the remote web interface on an IBM 550 I plugged the port labled HMC1 to the network. The "network" is really a small linksys router that I use to test internet configs, as I can change the settings at will... (0 Replies)
Discussion started by: System Shock
0 Replies

2. AIX

new IBM pseries and new disks

Hello Gurus, i'm quite new person in AIX world, actually i'm SAP consultant. But due to my job faced with AIX. Trying to configure new server for installation SAP. We have 4 disks one of them (hdisk3) has VG rootvg. How i can extend rootvg with another disk? i tried: # extendvg rootvg hdisk0... (2 Replies)
Discussion started by: sapbcer
2 Replies

3. Linux

Why does they use Linux on IBM pSeries

Anyone can help me answer the question. Why does they use Linux on IBM pSeries not AIX. I can't understand why, cause AIX is the best supporting from IBM pSeries. Tks you. (3 Replies)
Discussion started by: quan0509
3 Replies

4. AIX

p6 570 network for AIX LPAR

know how to do it. (3 Replies)
Discussion started by: rainbow_bean
3 Replies

5. AIX

IBM pSeries Power5 9111-285 1,9 GHz

Hi , I am planing to buy IBM pSeries Power5 9111-285 1,9 GHz but I am confused with few things. I would be happy if you could clear it up for me ? 1.Do I have to buy some license in order to create Lpars ? 2.Do I have to buy some license in order to use HMC , micro - partiocioning , VIOS... (4 Replies)
Discussion started by: phobus
4 Replies

6. Hardware

VT 520 Terminal

Back of a VT 520 Teminal has a 1"X1" (approx.) rectangular area covered by a removable plastic flap. It is just above the keyboard hole(mini 6 pin DIN). What is it? Thank you. ---------- Post updated at 02:49 PM ---------- Previous update was at 11:37 AM ---------- I've got the answer.... (0 Replies)
Discussion started by: vectrum
0 Replies

7. AIX

IBM Power Pseries Open Firmware boot / VIOS POWERVM VET CODE

Hello, I installed PowerVM IVM Virtual I/O on P-550 but later found out that the machine isn't activated for CoD VET code for virtualization. So when booted , it goes into OPEN Firmware I/O Hosting requires a hosting partition boot not permitted exit called > ok Panel shows > IO... (3 Replies)
Discussion started by: filosophizer
3 Replies

8. AIX

IBM QSECOFR password missing P/N 9405-520

How to remove or reset password QSECOFR from IBM iSeries AS/400 P/N 9405-520. Regards (2 Replies)
Discussion started by: mtbax7
2 Replies

9. AIX

IBM AIX console pseries

Hi, when I boot I get an E1DC error code. I've looked it up and it says that this error occurs during the firmware check. But the error is called "Dynamic Console Selection" . 1- Machine stopped at LCD led display = E1DC = CA00E1DC E1DC Dynamic console selection. (maybe cable or keyboard)... (3 Replies)
Discussion started by: filosophizer
3 Replies
GENDIFF(1)						      General Commands Manual							GENDIFF(1)

NAME
gendiff - utility to aid in error-free diff file generation SYNOPSIS
gendiff <directory> <diff-extension> DESCRIPTION
gendiff is a rather simple script which aids in generating a diff file from a single directory. It takes a directory name and a "diff- extension" as its only arguments. The diff extension should be a unique sequence of characters added to the end of all original, unmodi- fied files. The output of the program is a diff file which may be applied with the patch program to recreate the changes. The usual sequence of events for creating a diff is to create two identical directories, make changes in one directory, and then use the diff utility to create a list of differences between the two. Using gendiff eliminates the need for the extra, original and unmodified directory copy. Instead, only the individual files that are modified need to be saved. Before editing a file, copy the file, appending the extension you have chosen to the filename. I.e. if you were going to edit somefile.cpp and have chosen the extension "fix", copy it to somefile.cpp.fix before editing it. Then edit the first copy (somefile.cpp). After editing all the files you need to edit in this fashion, enter the directory one level above where your source code resides, and then type $ gendiff somedirectory .fix > mydiff-fix.patch You should redirect the output to a file (as illustrated) unless you want to see the results on stdout. SEE ALSO
diff(1), patch(1) AUTHOR
Marc Ewing <marc@redhat.com> 4th Berkeley Distribution Mon Jan 10 2000 GENDIFF(1)
All times are GMT -4. The time now is 11:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy