Sponsored Content
Operating Systems AIX IBM's pSeries 570 vs a 520 vs 550 Post 302751367 by Devyn on Thursday 3rd of January 2013 10:29:55 PM
Old 01-03-2013
Thanks Dukessd. Could you please provide more details on what you mean by this?

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


Had a dig into the IBM's requirements. The word 'must' in the below IBM HW requirements concerns me. However when reading the hardware requirements the impression I'm getting is that it's only for stability concerns but there is nothing to say if a particular feature (ie booting, service processor functions, booting, connectivity etc would be affected). Sole purpose for me is an R&D test box for now. Any further hints from anyone that HAS had setup such a system without one of these two below mentioned racks would be great.

[ IBM Requirements ]---------------------------
Hardware Requirements
The p5 model 570 must be installed in a new or existing 7014-T00 or T42 rack with power distribution features 9176, 9177, 9178, or 9188, or equivalent rack. This provides:
Proper dimensions
Mounting surfaces
Power distribution
Ventilation
Stability
Other functional requirements
The design of the p5 model 570 is optimized for use in an IBM 7014-T00 or T42 rack. Both the front cover and the processor flex cables occupy space on the front left side of an IBM 7014 rack that may not be available in typical non-IBM racks.
---------------------------
 

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
RACKUP(1)																 RACKUP(1)

NAME
rackup rackup(1) -- An utility for run Rack-based applications SYNOPSIS
rackup [ruby options] [rack options] [rackup config] DESCRIPTION
Rackup is a useful tool for running Rack applications, which uses the Rack::Builder DSL to configure middleware and build up applications easily. rackup automatically figures out the environment it is run in, and runs your application as FastCGI, CGI, or standalone with Mongrel or WEBrick -all from the same configuration. OPTIONS
Ruby options: -e, --eval [LINE] evaluate a LINE of code -d, --debug set debugging flags (set $DEBUG to true) -w, --warn turn warnings on for your script -I, --include [PATH] specify $LOAD_PATH (may be used more than once) -r, --require [LIBRARY] require the library, before executing your script Rack options: -s, --server [SERVER] serve using SERVER (webrick/mongrel) -o, --host [HOST] listen on HOST (default: 0.0.0.0) -p, --port [PORT] use PORT (default: 9292) -E, --env [ENVIRONMENT] use ENVIRONMENT for defaults (default: development) -D, --daemonize run daemonized in the background -P, --pid [FILE] file to store PID (default: rack.pid) Common options: -h, --help Show the help message --version Show version EXAMPLES
This is a simple example on how to start an application based on Rack with rackup: $ rackup -Ilib blog/config.ru [2010-12-10 15:01:11] INFO WEBrick 1.3.1 [2010-12-10 15:01:11] INFO ruby 1.9.2 (2010-08-18) [x86_64-linux] [2010-12-10 15:01:11] INFO WEBrick::HTTPServer#start: pid=4496 port=9292 AUTHORS
Copyright (C) 2007, 2008, 2009, 2010 Christian Neukirchen <http://purl.org/net/chneukirchen> For a complete list of authors and contributors to the project, please take a look here https://github.com/rack/rack/contributors This manual page was written by Ermenegildo Fiorito fiorito.g@gmail.com for the Debian Project SEE ALSO
ruby(1) http://rack.rubyforge.org December 2010 RACKUP(1)
All times are GMT -4. The time now is 08:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy