Slashdot Mirror


User: singvaldson

singvaldson's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re: Selling Linux to AS/400 Shops? on Selling Linux to AS/400 Shops? · · Score: 1

    Who's talking about replacing the AS/400 with Linux? You can run Linux right on an AS/400 now. You can run a Linux webserver right inside the box, directly connected to your DB2 database or whatever legacy application or data you want to serve. You can run an additional Linux firewall to protect access to both your webserver and your AS/400. These Linux servers can also be backed up right along with your AS/400 and if necessary restored completely with a single command. You can develop your Linux applications on an Intel desktop and drag and drop them right onto the AS/400, ready to use.

    The base operating system of the AS/400 is case insensitive, the commands are printed in all caps in the documentation so that they can be easily recognized. However the AS/400 recognizes multiple file systems including case-sensitive ones. You can even design your own if you like.

    If you're hooked on Unix commands try typing QSH on an AS/400 command line and you will find yourself in a Unix environment.

    AS/400 are rock solid machines. Our three systems (consolidated from 6) have not been down in the four years I've been here, through three disk failures(hot swap replaced) and a complete power outage of the data center.

    You can purchase a bare-bones AS/400 (iSeries) for about $7K. That said, a system like that won't get you much further than your average Intel box, but they scale up rapidly. For the $20K mentioned you can get a fairly good performing system. If money is no object you can spend $1M+ on a 32-way system capable of running 128(or more) virtual linux servers.

    For iSeries (AS/400) info try:
    http://www.as400.ibm.com/
    or better yet:
    http://www.as400service.ibm.com/

    For Linux on iSeries go to:
    http://www-1.ibm.com/servers/eserver/iseries/ linux /

    Scott Ingvaldson

  2. Re: Selling Linux to AS/400 Shops on Selling Linux to AS/400 Shops? · · Score: 2, Informative

    Who's talking about replacing the AS/400 with Linux? You can run Linux right on an AS/400 now. You can run a Linux webserver right inside the box, directly connected to your DB2 database or whatever legacy application or data you want to serve. You can run an additional Linux firewall to protect access to both your webserver and your AS/400. These Linux servers can also be backed up right along with your AS/400 and if necessary restored completely with a single command. You can develop your Linux applications on an Intel desktop and drag and drop them right onto the AS/400, ready to use.

    The base operating system of the AS/400 is case insensitive, the commands are printed in all caps in the documentation so that they can be easily recognized. However the AS/400 recognizes multiple file systems including case-sensitive ones. You can even design your own if you like.

    If you're hooked on Unix commands try typing QSH on an AS/400 command line and you will find yourself in a Unix environment.

    AS/400 are rock solid machines. Our three systems (consolidated from 6) have not been down in the four years I've been here, through three disk failures(hot swap replaced) and a complete power outage of the data center.

    You can purchase a bare-bones AS/400 (iSeries) for about $7K. That said, a system like that won't get you much further than your average Intel box, but they scale up rapidly. For the $20K mentioned you can get a fairly good performing system. If money is no object you can spend $1M+ on a 32-way system capable of running 128(or more) virtual linux servers.

    For iSeries (AS/400) info try:
    http://www.as400.ibm.com/
    or better yet:
    http://www.as400service.ibm.com/

    For Linux on iSeries go to:
    http://www-1.ibm.com/servers/eserver/iseries/ linux /

    Scott Ingvaldson