Sponsored Content
Operating Systems Linux Why does they use Linux on IBM pSeries Post 302309897 by quan0509 on Thursday 23rd of April 2009 07:41:58 AM
Old 04-23-2009
Quote:
Originally Posted by Neo
Both Linux and AIX are available on IBM Power Series:

IBM Power Systems software - AIX
tks you. I see. But i still not understand ...

Anyone can help me.
 

9 More Discussions You Might Find Interesting

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

2. SuSE

VIOs and Linux for pSeries

Hi. I was wondering if there was a way to get the PVIDs from the disks on a SuSE Enterprise 9 box. I have 2 hdisks from a VIO setup that have specific PVIDs. I'd like to match those 2 disk to the disks within the Linux box. Any tips? thanks. (0 Replies)
Discussion started by: Stephan
0 Replies

3. Shell Programming and Scripting

SSH, IBM Omnibus, And Linux

I am running into a small issue and not sure how to fix it or where to even look at this point. I have a shell script on a a box called bluezebra. On this box I have a very small shell script. #!/bin/ksh ssh bluemarron "/lcl/apps/Tivoli/netcool/omnibus/bin/TESTING/TEST.sh" & This script... (0 Replies)
Discussion started by: LRoberts
0 Replies

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

5. AIX

AIX IBM I and LINUX

As I know PowerVM supports these OS's AIX IBM I and LINUX but is there any blade or other hardware that allows us to use all these OS's (1 Reply)
Discussion started by: Vit0_Corleone
1 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. UNIX for Beginners Questions & Answers

Need Help with Archived UNIX/Linux IBM (UniVerse) Database

I have an old database that ran on UNIX/LINUX that was archived and stored years ago. We currently run on Windows and have no way to open/view this database or recover data. Does anyone have any experience or know how to recover? All I know is that it was a UniVerse IBM product. Thanks! (2 Replies)
Discussion started by: Chantelle
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
WebCommon.urlEncode(3kaya)				       Kaya module reference					WebCommon.urlEncode(3kaya)

NAME
WebCommon::urlEncode - URL encode a string SYNOPSIS
String urlEncode( String x ) ARGUMENTS
x The string to encode DESCRIPTION
URL encode a string. You should use this to encode reserved characters in URLs that you wish to be passed literally. // trying to pass "http://www.example.com" as a parameter url = "http://localhost/test.cgi?url="; url += urlEncode("http://www.example.com"); // url = http://localhost/test.cgi?url=http%3A%2F%2Fwww.example.com Note that in the example above, encoding the whole URL would be incorrect - that would create a relative URL beginning "http://". AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
WebCommon.urlDecode(3kaya) Kaya October 2012 WebCommon.urlEncode(3kaya)
All times are GMT -4. The time now is 09:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy