Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?
-
@scottalanmiller said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@dave247 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@scottalanmiller said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
Power is actually some amazing stuff. I love the Power architecture. But it is so proprietary, I'd never use it. You CAN get it and run RHEL or Suse Linux on it, and it can be insanely powerful (hence the name.) But such a pain to work with.
Why do you feel that way? I'm honestly want to know. I have little to no computer knowledge besides my limited college and job experience.
Not sure if you are asking why I love it or why I avoid it. LOL
Love it: Power is possibly the fastest gear out there, totally on par with Sparc, and generally faster. Nothing realistically touches Power. Power is SO much faster than anything else. It's an extremely fast and solid platform and has some kick ass features decades ahead of things like Intel - and some that Intel still doesn't have. Hot swap processors, lock step processing, full hardware virtualization, all kinds of RAS features, they were at 5GHz clocks a decade ago, tons of hyperthreading, etc.
Hate it: Overpriced and buying it is insanely convoluted and support depends 100% on a vendor that I would never trust. IBM doesn't use its own gear for a reason - because their support organization is garbage. They don't eat their own dogfood because they know the risks. If IBM doesn't trust it, I sure don't. IBM is a great company, and their hardware is amazing, but their support is the worst. So overpriced, impossible to configure, and dangerous support dependencies. Just not worth it unless you have insanely deep pockets and have the ability to protect against those risks.
Yeah I guess I was asking both.. Thanks again for the good input.
I was also going to ask what the deal is with so many banks and other companies using these things vs just using regular high-end servers... Then I found some info online highlighting what's good about the AS400:
-
Journalling - the database itself can track what changes have been made to a particular database table meaning you get a rock solid audit log of every bit of data that's changed that's perfect for financial applications. With most databases, if you want to do this you'll have to build it yourself and if you want to retroactively build it into your software product that wasn't designed that way it'll cost you a fortune.
-
Permissioning - User accounts tie together across the entire system and can be used to control access to every part of your application and database. With most non-iSeries applications you'll end up using some third party service to tie this together (e.g. an LDAP) which is more of a headache to integrate and configure.
-
Scaling - The iSeries is rock solid for running 100s of tasks simultaneously with great handling for tasks that error. If you want your system to run faster you can just add more processing power without worrying about it. Modern applications are far more modularised to account for this with different services deployed to different servers but there's no need with an iSeries which is generally much easier to setup and administer. The performance monitoring is also great for digging into performance issues with both task level and database level performance tools built in by default. Typically on other systems you'd have to build this yourself or deploy yet another third party service. The iSeries can also process vast quantities of data without any modifications e.g. we have tables that are several terabytes big.
-
Security - The iSeries is 50+ years old so by now people have found pretty much every security flaw out there. It's likely not perfect but it's also a single machine that needs configuring and hardening. It's far less likely that you'll screw up setting up one machine compared to having to configure and secure your database, your LDAP, your application itself, any third party services you deploy etc. As an aside, DB2 doesn't let you string multiple SQL statements together meaning a much smaller likelihood of SQL injection attacks.
-
Mature - Software development seems to run in cycles with developers embracing The Next Big Thing only to find out that although it fixes a bunch of things that annoyed you about whatever you switch from, it still suffers from a bunch of new flaws. The iSeries has been around for so long you can be pretty sure it's going to work for you.
-
System Administration - Every tool you need to administer the iSeries already exists out of the box and is provided by IBM. Other companies spend a fortune in time and software licences buying admin and monitoring tooling then having to glue everything together.
-
Modern - You can build modern applications running from an iSeries! You aren't stuck with green screen UIs. You can build web applications hosted directly on the iSeries that can look like everything else you're used to. You can take advantage of the iSeries sockets to build modern looking desktop applications in any technology you like, backed by the rock solid iSeries backend.
Not sure what your take is on these items, but I'd be interested in hearing...
-
-
@dave247 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
- Mature - Software development seems to run in cycles with developers embracing The Next Big Thing only to find out that although it fixes a bunch of things that annoyed you about whatever you switch from, it still suffers from a bunch of new flaws. The iSeries has been around for so long you can be pretty sure it's going to work for you.
I don't think that this is a good way to look at maturity in software. The i Series is "antiquated" and doesn't have a lot of modern security features. It's not taking advantage of modern knowledge, it's just... old, not mature.
-
@dave247 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
- Modern - You can build modern applications running from an iSeries! You aren't stuck with green screen UIs.
No, BUT if you are doing anything but supporting ancient software, why the heck on your on iSeries, lol.
-
So, I think you've probably already answered this for the most part, but I wanted to know more why so many places use iSeries systems. As you and others have said, most banks use them; and when I was my last job (a large retail/drug chain), there was also an IBM AS400 at every store -- and we had 10,000+ locations.
As I'm reading, I see that AS400 uses DB2 (I was mistakenly thinking that the AS400 was some sort of SQL server). So is this powerful IBM hardware plus the capability of DB2 make it a good choice for extremely large and complex databases or something?
-
@dave247 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
So, I think you've probably already answered this for the most part, but I wanted to know more why so many places use iSeries systems.
Very, very few do. They are so rare it's considered shocking to find one and those that use them almost universally do so because they are unable or unwilling to update their software and join the modern world. iSeries is a product that exists for legacy focused businesses that are mired in the past.
-
@dave247 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
As I'm reading, I see that AS400 uses DB2 (I was mistakenly thinking that the AS400 was some sort of SQL server).
A SQL server is a term for relational databases. Not a good one, but that's how people use it. DB2 is one of the core SQL servers therefore. So yes, it is absolutely a SQL server.
-
@dave247 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
So is this powerful IBM hardware plus the capability of DB2 make it a good choice for extremely large and complex databases or something?
No, it's not powerful for the price which in IT means it is not powerful, and DB2 is not a particularly good choice for anything. Nothing makes the iSeries appealing if you have the choice to use something else. iSeries exists only for people without choices. No one with a choice even looks at them.
-
If you wanted power from Power systems, you'd be looking at AIX or Z systems, but not i.
-
@scottalanmiller said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@dave247 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
So, I think you've probably already answered this for the most part, but I wanted to know more why so many places use iSeries systems.
Very, very few do. They are so rare it's considered shocking to find one and those that use them almost universally do so because they are unable or unwilling to update their software and join the modern world. iSeries is a product that exists for legacy focused businesses that are mired in the past.
Well I guess it's all relative, but it seems like there are a lot out there. I literally just had Federal Exam auditors here today and I asked them if they usually see iSeries systems at pretty much every bank with an on-premises banking core. Otherwise, they see Blade servers at bigger companies.
-
@scottalanmiller said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
If you wanted power from Power systems, you'd be looking at AIX or Z systems, but not i.
Well we have a Power 720 unit.
-
Power 720 for core as well.
-
@brandon220 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
Power 720 for core as well.
oh you too?
-
@dave247 Yes. I don't remember the model before that one but it was IBM as well.
-
@dave247 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@scottalanmiller said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@dave247 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
So, I think you've probably already answered this for the most part, but I wanted to know more why so many places use iSeries systems.
Very, very few do. They are so rare it's considered shocking to find one and those that use them almost universally do so because they are unable or unwilling to update their software and join the modern world. iSeries is a product that exists for legacy focused businesses that are mired in the past.
Well I guess it's all relative, but it seems like there are a lot out there. I literally just had Federal Exam auditors here today and I asked them if they usually see iSeries systems at pretty much every bank with an on-premises banking core. Otherwise, they see Blade servers at bigger companies.
Blade is a form factor that no bank with a clue would ever use. Totally wrong for factor. Series i definitely comes as a blade. Your auditor doesn't know what they are seeing.
-
@brandon220 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@dave247 Yes. I don't remember the model before that one but it was IBM as well.
720 doesn't make it an i, though. Most 720 are either AIX or Linux.
-
@scottalanmiller said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@brandon220 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@dave247 Yes. I don't remember the model before that one but it was IBM as well.
720 doesn't make it an i, though. Most 720 are either AIX or Linux.
hmm.. well I've seen many references to iSeries here at work(including in contracts) and various support folks have referred to it as iSeries as well. Is there some specific way I can tell? It is a "green screen" console..
-
@scottalanmiller said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@dave247 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@scottalanmiller said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@dave247 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
So, I think you've probably already answered this for the most part, but I wanted to know more why so many places use iSeries systems.
Very, very few do. They are so rare it's considered shocking to find one and those that use them almost universally do so because they are unable or unwilling to update their software and join the modern world. iSeries is a product that exists for legacy focused businesses that are mired in the past.
Well I guess it's all relative, but it seems like there are a lot out there. I literally just had Federal Exam auditors here today and I asked them if they usually see iSeries systems at pretty much every bank with an on-premises banking core. Otherwise, they see Blade servers at bigger companies.
Blade is a form factor that no bank with a clue would ever use. Totally wrong for factor. Series i definitely comes as a blade. Your auditor doesn't know what they are seeing.
I think he probably does know what he's seeing, actually. Maybe some detail has been missed. I'm just repeating what he said, and paraphrasing I guess. I think he was talking about IBM BladeCenter servers, though all I heard was the word "blade". I don't have any other details though.
-
Wow, AS400.... I thought Guitar Center was way behind the curve still being on AS400 when I worked there in the mid-late 90s...
-
@dave247 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@scottalanmiller said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@brandon220 said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
@dave247 Yes. I don't remember the model before that one but it was IBM as well.
720 doesn't make it an i, though. Most 720 are either AIX or Linux.
hmm.. well I've seen many references to iSeries here at work(including in contracts) and various support folks have referred to it as iSeries as well. Is there some specific way I can tell? It is a "green screen" console..
Oh I'm sure that yours is i Series. I was just saying that the volume of 720 deployments doesn't reflect i Series itself, but the hardware in general.
-
@rojoloco said in Disaster Recovery as a service companies that support IBM iSeries / AS400 systems?:
Wow, AS400.... I thought Guitar Center was way behind the curve still being on AS400 when I worked there in the mid-late 90s...
And it was. AS/400 was definitely already ageing heavily by that point.