Linux on IBM iSeries 9406-520QNTC and Windows Server 2008 R2IBM AS400 ISeries PartitionsFree Version of linux for iseries power5linux + Backup & Restore tool for Blade IBM/HP machinesrunas or sudo equivalent on AS400 ibm iSeries (invoke it via java code)“runas” or “sudo” equivalent on AS400 IBM iSeriesHow do I install linux ODBC driver for IBM iSeries?M1015 pass-through and hot-swap in Linux with md raid (IBM x3620)How to Find and Expose the Ethernet Interfaces in a RHEL5 Iimage dd-ed to a Different Machineibm i series / as400 ip policies / firewall rules
Why did Nick Fury not hesitate in blowing up the plane he thought was carrying a nuke?
List of lists elementwise greater/smaller than
Gambler's Fallacy Dice
Is there a way to generate a mapping graph like this?
How could the B-29 bomber back up under its own power?
Managing heat dissipation in a magic wand
Hotel booking: Why is Agoda much cheaper than booking.com?
Is there a word for pant sleeves?
Farthing / Riding
Is there any mention of ghosts who live outside the Hogwarts castle?
How to say "they didn't leave him a penny"?
Schwa-less Polysyllabic German Noun Stems of Germanic Origin
What does it mean for a program to be 32 or 64 bit?
How did Jean Parisot de Valette, 49th Grand Master of the Order of Malta, die?
Vehemently against code formatting
What are the domains of the multiplication and unit morphisms of a monoid object?
On a piano, are the effects of holding notes and the sustain pedal the same for a single chord?
Story about encounter with hostile aliens
Does the Aboleth have expertise in History and Perception?
If the Charles SSL Proxy shows me sensitive data, is that data insecure/exposed?
Are there any nuances between "dismiss" and "ignore"?
Was Tyrion always a poor strategist?
Bash - Execute two commands and get exit status 1 if first fails
Does science define life as "beginning at conception"?
Linux on IBM iSeries 9406-520
QNTC and Windows Server 2008 R2IBM AS400 ISeries PartitionsFree Version of linux for iseries power5linux + Backup & Restore tool for Blade IBM/HP machinesrunas or sudo equivalent on AS400 ibm iSeries (invoke it via java code)“runas” or “sudo” equivalent on AS400 IBM iSeriesHow do I install linux ODBC driver for IBM iSeries?M1015 pass-through and hot-swap in Linux with md raid (IBM x3620)How to Find and Expose the Ethernet Interfaces in a RHEL5 Iimage dd-ed to a Different Machineibm i series / as400 ip policies / firewall rules
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am looking to purchase an IBM iSeries 9406-520, and would like to run Linux on it without using OS/400. My understanding is that bare metal Linux is not possible on the iSeries (i.e. OS/400 must be installed), but this is not true for the p series 520. Is there a way to change the "personality" of the 520 so that bare metal Linux is supported?
ibm ibm-midrange powerpc
add a comment |
I am looking to purchase an IBM iSeries 9406-520, and would like to run Linux on it without using OS/400. My understanding is that bare metal Linux is not possible on the iSeries (i.e. OS/400 must be installed), but this is not true for the p series 520. Is there a way to change the "personality" of the 520 so that bare metal Linux is supported?
ibm ibm-midrange powerpc
add a comment |
I am looking to purchase an IBM iSeries 9406-520, and would like to run Linux on it without using OS/400. My understanding is that bare metal Linux is not possible on the iSeries (i.e. OS/400 must be installed), but this is not true for the p series 520. Is there a way to change the "personality" of the 520 so that bare metal Linux is supported?
ibm ibm-midrange powerpc
I am looking to purchase an IBM iSeries 9406-520, and would like to run Linux on it without using OS/400. My understanding is that bare metal Linux is not possible on the iSeries (i.e. OS/400 must be installed), but this is not true for the p series 520. Is there a way to change the "personality" of the 520 so that bare metal Linux is supported?
ibm ibm-midrange powerpc
ibm ibm-midrange powerpc
asked May 7 at 16:52
J. NicholasJ. Nicholas
182
182
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
The hardware of i and p is the same, parts of the firmware are not. So, the precise answer to your question is "No". At least not without disassembling the firmware. :-) Plus, i approved disks utilize 522 Bytes sector size, additional SCSI commands and probably more. The Linux block layer on x86 plainly refuses to work with these disks and I'm positive that the block layer on PPC isn't different. You can replace the i disks with 512 Byte disks, though.
A good way to go would be to get a 520 with an unlimited PowerVM license built in(to firmware). You can then load VIOS (a Bare Metal Hypervisor) onto the machine and create software based LPARs (aka: VMs) to your liking. I don't know much more details, though. On my way to learn, I opted for IBM i as sole OS, with Linux as guest LPAR, somewhen in the future. This renders the PowerVM feature needless, though.
VIOS probably helps with sector size issues. If you load IBM i into a VIOS LPAR, you can utilize plain 512 Byte disks. So I guess the other way 'round is true, also.
A word on Linux: Charles is partly right. Aside from RedHat and SuSe with commercial support (aka: Paid access to security updates), there's Canonical with freely downloadable images of Ubuntu Server, Debian and probably more.
You need to select your distro flavor according to the CPUs in the box, because of byte ordering issues. PPC supports big endian (PPC64) and little endian (PPC64el) in general. Seems that this isn't true for all CPU opcodes. The first POWER with full little endian support is POWER8. Sadly, Debian dropped big endian support a while ago. I'm not sure of Ubuntu. Probably, a 32-Bit-Distro (PPC, for older Macintoshes) would work, with accompanying memory constraints, though. My 520 has POWER6+ CPUs but I did not take time to experiment with Linux on this platform yet.
add a comment |
Making long story short: No :(
http://www.redbooks.ibm.com/redbooks/pdfs/sg246232.pdf
add a comment |
I don't believe you can...
Even if you could, you couldn't load just any distro. Only Redhat's Enterprise (or possibly SUSE Enterprise) distros, which you have to pay for.
add a comment |
The IBM support center page on the 9406-520 has links for installing AIX or Linux. The Linux page doesn't have much information on it, but it would seem that a Power i5 Linux should be loadable. You may be able to get more information from IBM.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f966222%2flinux-on-ibm-iseries-9406-520%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
The hardware of i and p is the same, parts of the firmware are not. So, the precise answer to your question is "No". At least not without disassembling the firmware. :-) Plus, i approved disks utilize 522 Bytes sector size, additional SCSI commands and probably more. The Linux block layer on x86 plainly refuses to work with these disks and I'm positive that the block layer on PPC isn't different. You can replace the i disks with 512 Byte disks, though.
A good way to go would be to get a 520 with an unlimited PowerVM license built in(to firmware). You can then load VIOS (a Bare Metal Hypervisor) onto the machine and create software based LPARs (aka: VMs) to your liking. I don't know much more details, though. On my way to learn, I opted for IBM i as sole OS, with Linux as guest LPAR, somewhen in the future. This renders the PowerVM feature needless, though.
VIOS probably helps with sector size issues. If you load IBM i into a VIOS LPAR, you can utilize plain 512 Byte disks. So I guess the other way 'round is true, also.
A word on Linux: Charles is partly right. Aside from RedHat and SuSe with commercial support (aka: Paid access to security updates), there's Canonical with freely downloadable images of Ubuntu Server, Debian and probably more.
You need to select your distro flavor according to the CPUs in the box, because of byte ordering issues. PPC supports big endian (PPC64) and little endian (PPC64el) in general. Seems that this isn't true for all CPU opcodes. The first POWER with full little endian support is POWER8. Sadly, Debian dropped big endian support a while ago. I'm not sure of Ubuntu. Probably, a 32-Bit-Distro (PPC, for older Macintoshes) would work, with accompanying memory constraints, though. My 520 has POWER6+ CPUs but I did not take time to experiment with Linux on this platform yet.
add a comment |
The hardware of i and p is the same, parts of the firmware are not. So, the precise answer to your question is "No". At least not without disassembling the firmware. :-) Plus, i approved disks utilize 522 Bytes sector size, additional SCSI commands and probably more. The Linux block layer on x86 plainly refuses to work with these disks and I'm positive that the block layer on PPC isn't different. You can replace the i disks with 512 Byte disks, though.
A good way to go would be to get a 520 with an unlimited PowerVM license built in(to firmware). You can then load VIOS (a Bare Metal Hypervisor) onto the machine and create software based LPARs (aka: VMs) to your liking. I don't know much more details, though. On my way to learn, I opted for IBM i as sole OS, with Linux as guest LPAR, somewhen in the future. This renders the PowerVM feature needless, though.
VIOS probably helps with sector size issues. If you load IBM i into a VIOS LPAR, you can utilize plain 512 Byte disks. So I guess the other way 'round is true, also.
A word on Linux: Charles is partly right. Aside from RedHat and SuSe with commercial support (aka: Paid access to security updates), there's Canonical with freely downloadable images of Ubuntu Server, Debian and probably more.
You need to select your distro flavor according to the CPUs in the box, because of byte ordering issues. PPC supports big endian (PPC64) and little endian (PPC64el) in general. Seems that this isn't true for all CPU opcodes. The first POWER with full little endian support is POWER8. Sadly, Debian dropped big endian support a while ago. I'm not sure of Ubuntu. Probably, a 32-Bit-Distro (PPC, for older Macintoshes) would work, with accompanying memory constraints, though. My 520 has POWER6+ CPUs but I did not take time to experiment with Linux on this platform yet.
add a comment |
The hardware of i and p is the same, parts of the firmware are not. So, the precise answer to your question is "No". At least not without disassembling the firmware. :-) Plus, i approved disks utilize 522 Bytes sector size, additional SCSI commands and probably more. The Linux block layer on x86 plainly refuses to work with these disks and I'm positive that the block layer on PPC isn't different. You can replace the i disks with 512 Byte disks, though.
A good way to go would be to get a 520 with an unlimited PowerVM license built in(to firmware). You can then load VIOS (a Bare Metal Hypervisor) onto the machine and create software based LPARs (aka: VMs) to your liking. I don't know much more details, though. On my way to learn, I opted for IBM i as sole OS, with Linux as guest LPAR, somewhen in the future. This renders the PowerVM feature needless, though.
VIOS probably helps with sector size issues. If you load IBM i into a VIOS LPAR, you can utilize plain 512 Byte disks. So I guess the other way 'round is true, also.
A word on Linux: Charles is partly right. Aside from RedHat and SuSe with commercial support (aka: Paid access to security updates), there's Canonical with freely downloadable images of Ubuntu Server, Debian and probably more.
You need to select your distro flavor according to the CPUs in the box, because of byte ordering issues. PPC supports big endian (PPC64) and little endian (PPC64el) in general. Seems that this isn't true for all CPU opcodes. The first POWER with full little endian support is POWER8. Sadly, Debian dropped big endian support a while ago. I'm not sure of Ubuntu. Probably, a 32-Bit-Distro (PPC, for older Macintoshes) would work, with accompanying memory constraints, though. My 520 has POWER6+ CPUs but I did not take time to experiment with Linux on this platform yet.
The hardware of i and p is the same, parts of the firmware are not. So, the precise answer to your question is "No". At least not without disassembling the firmware. :-) Plus, i approved disks utilize 522 Bytes sector size, additional SCSI commands and probably more. The Linux block layer on x86 plainly refuses to work with these disks and I'm positive that the block layer on PPC isn't different. You can replace the i disks with 512 Byte disks, though.
A good way to go would be to get a 520 with an unlimited PowerVM license built in(to firmware). You can then load VIOS (a Bare Metal Hypervisor) onto the machine and create software based LPARs (aka: VMs) to your liking. I don't know much more details, though. On my way to learn, I opted for IBM i as sole OS, with Linux as guest LPAR, somewhen in the future. This renders the PowerVM feature needless, though.
VIOS probably helps with sector size issues. If you load IBM i into a VIOS LPAR, you can utilize plain 512 Byte disks. So I guess the other way 'round is true, also.
A word on Linux: Charles is partly right. Aside from RedHat and SuSe with commercial support (aka: Paid access to security updates), there's Canonical with freely downloadable images of Ubuntu Server, Debian and probably more.
You need to select your distro flavor according to the CPUs in the box, because of byte ordering issues. PPC supports big endian (PPC64) and little endian (PPC64el) in general. Seems that this isn't true for all CPU opcodes. The first POWER with full little endian support is POWER8. Sadly, Debian dropped big endian support a while ago. I'm not sure of Ubuntu. Probably, a 32-Bit-Distro (PPC, for older Macintoshes) would work, with accompanying memory constraints, though. My 520 has POWER6+ CPUs but I did not take time to experiment with Linux on this platform yet.
answered May 8 at 8:42
PoCPoC
1465
1465
add a comment |
add a comment |
Making long story short: No :(
http://www.redbooks.ibm.com/redbooks/pdfs/sg246232.pdf
add a comment |
Making long story short: No :(
http://www.redbooks.ibm.com/redbooks/pdfs/sg246232.pdf
add a comment |
Making long story short: No :(
http://www.redbooks.ibm.com/redbooks/pdfs/sg246232.pdf
Making long story short: No :(
http://www.redbooks.ibm.com/redbooks/pdfs/sg246232.pdf
answered May 8 at 9:07
RiGiD5RiGiD5
513
513
add a comment |
add a comment |
I don't believe you can...
Even if you could, you couldn't load just any distro. Only Redhat's Enterprise (or possibly SUSE Enterprise) distros, which you have to pay for.
add a comment |
I don't believe you can...
Even if you could, you couldn't load just any distro. Only Redhat's Enterprise (or possibly SUSE Enterprise) distros, which you have to pay for.
add a comment |
I don't believe you can...
Even if you could, you couldn't load just any distro. Only Redhat's Enterprise (or possibly SUSE Enterprise) distros, which you have to pay for.
I don't believe you can...
Even if you could, you couldn't load just any distro. Only Redhat's Enterprise (or possibly SUSE Enterprise) distros, which you have to pay for.
answered May 7 at 17:51
CharlesCharles
23617
23617
add a comment |
add a comment |
The IBM support center page on the 9406-520 has links for installing AIX or Linux. The Linux page doesn't have much information on it, but it would seem that a Power i5 Linux should be loadable. You may be able to get more information from IBM.
add a comment |
The IBM support center page on the 9406-520 has links for installing AIX or Linux. The Linux page doesn't have much information on it, but it would seem that a Power i5 Linux should be loadable. You may be able to get more information from IBM.
add a comment |
The IBM support center page on the 9406-520 has links for installing AIX or Linux. The Linux page doesn't have much information on it, but it would seem that a Power i5 Linux should be loadable. You may be able to get more information from IBM.
The IBM support center page on the 9406-520 has links for installing AIX or Linux. The Linux page doesn't have much information on it, but it would seem that a Power i5 Linux should be loadable. You may be able to get more information from IBM.
answered May 7 at 17:22
mpez0mpez0
1,37789
1,37789
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f966222%2flinux-on-ibm-iseries-9406-520%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown