If you're familiar with FDISK, LPAR is simlliar where you can "divide" an iSeries into several partitions giving each its own system name, etc. Some uses for this are:
To separate your Production system into two LPARs, one for Production "live" data, the other for your Developers and "test" data.
Others have used it strictly for QA.
I've also seen shops use LPARs for DR. In the event of multiple disk crash, you can switch your users to the other LPAR. Of course if your entire ISeries goes down, you're out of luck with DR!
----------------------------------------------------
http://www.redbooks.ibm.com/abstracts/sg246251.html
more at goggle: as/400 lpar
Last Wiki Answer Submitted: August 8, 2009 6:37 am by philpl1jb44,630 pts.
All Answer Wiki Contributors: philpl1jb44,630 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
LPAR is logical partition on an AS/400. If you have 3 LPARS on your server it means that your one server can act as 3 servers.LPARs can have diifferent memory partitions, cpu usage etc according to the extent of data it has to handle.So one server can be divided into different servers by creating LPARS.
LPAR is logical partition on an AS/400. If you have 3 LPARS on your server it means that your one server can act as 3 servers.LPARs can have diifferent memory partitions, cpu usage etc according to the extent of data it has to handle.So one server can be divided into different servers by creating LPARS.
fyi – LPARs come from the mainframe world where LPARs have existing for 40 years.
Steve