Sponsored Content
Operating Systems AIX IBM pSeries Power5 9111-285 1,9 GHz Post 302407782 by lo-lp-kl on Friday 26th of March 2010 11:44:04 AM
Old 03-26-2010
IBM pSeries Power5 9111-285 1,9 GHz

Hello phobus

This is an entry level model of server you need to check first if you can use HMC with this model, I think not in the entry level model you use IVM is something like HMC.

The vios and partitioning I think you can do this but I dont how many lpars you can create because there are differente types of licences for this. If you need to buy this licences. The server is used right ? Then when you buy the server maybe could bring the licences (cds).

Other thing is you dont have support for Ibm unless you buy it.

Check this links

IBM System p5 185 Express

IBM Power Systems PowerVM Editions


I hope can help this

Last edited by lo-lp-kl; 03-26-2010 at 12:54 PM..
 

10 More Discussions You Might Find Interesting

1. Linux Benchmarks

HP DL 360 Xeon 2.4 Ghz - RedHat AS 2.1

CPU/Speed: Xeon 2.4 GHz Ram:2512M Motherboard: Bus:533 Mhz Cache: Controller: Disk: Load: Kernel: RedHat AS 2.1 - 2.4.9-e.27smp Kernel ELF?: pgms: BYTE UNIX Benchmarks (Version 3.11) System -- Linux lnxdev 2.4.9-e.27smp #1 SMP Tue Aug 5 15:49:54 EDT 2003 i686 unknown ... (0 Replies)
Discussion started by: lescalp
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. AIX

AIX Install on 9111-520

I have a 9111-520 (p5 520) that I inherited, on which I want to install AIX 5.3 or possibly 6.1. I've installed AIX many times, on a variety of platforms, but this one isn't working for me. What I can't seem to figure out is how to set it up to boot the CD. I'm assuming there is something I... (2 Replies)
Discussion started by: thomn8r
2 Replies

4. 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

5. Linux Benchmarks

Tyan Thunder i7501 Pro - 2x 3,06 GHz Xeon

CPU/Speed: 2x 3,06 GHz Xeon SL6VP Ram: 2 GB SDRAM ECC Registriert Motherboard: Tyan Thunder i7501 Pro (S2721-533) Bus: 533 MHz Cache: 512 KB Controller: ICH3 IDE Controller Disk: 20 GB Maxtor EIDE (2B020H1) UDMA/100 Load: Kernel: Linux 2.6.26-2-686 Kernel ELF?: yes pgms: gcc... (0 Replies)
Discussion started by: RudiTheStriker
0 Replies

6. 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

7. AIX

IBM's pSeries 570 vs a 520 vs 550

Hidey Ho Folks, Looking to buy a pServer for playing around with the IBM side of things. Looked around for a bit and notice that there is a significant price gap for the used 570's (Single Units) vs the 520's and 550's that folks are selling. Curious what to watch out for in either case? And... (6 Replies)
Discussion started by: Devyn
6 Replies

8. AIX

Strange error on 285 IBM intellistation

Solution found: dimm error! :mad: (2 Replies)
Discussion started by: Linusolaradm1
2 Replies

9. AIX

Power5 9111-520 reload of AIX 6.1 - help needed

Hello all, I am hoping someone can point me in the right direction here. We had a machine running AIX 6.1 that someone completely corrupted, so we decided to re-load it from media. I was able to boot into DVD media, select options for complete (destructive) install, AIX standard, etc. The... (0 Replies)
Discussion started by: JamesNJ
0 Replies

10. 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
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 09:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy