How isolated are AIX WPARs?


 
Thread Tools Search this Thread
Operating Systems AIX How isolated are AIX WPARs?
# 1  
Old 09-16-2014
How isolated are AIX WPARs?

Hello All,

We are setting up an IBM P710 Express server for our QA testing internal customer. We are planning to setup 2 WPARs on this base server. The only thing we do not know is: "Would the compilers on the two WPARs conflict?"

This might have sounded like a naive question but these were the exact words of my Manager. I assume WPARs are roughly analogous to Solaris Zones but I am not sure how isolated WPARs are on the base machine.

I am a newbie to AIX though I had been into Linux/Solaris for the past 5 years.
# 2  
Old 09-16-2014
For a start have a look at this post:
LPAR,DLPAR and WPAR

Are you sure you are dealing with WPAR and not LPAR?
# 3  
Old 09-16-2014
Hi,

WPAR is the equivalent of a solaris zone, whereas the LPAR is effectively the equivalent of a Solaris Domain.

Regards

Dave
# 4  
Old 09-16-2014
I am not that knowledgeable about Solaris, but i would describe WPARs as chroot-ed environments with some logic on top to make them better manageable.

My professional experience is to better stay clear from WPARs and use LPARs instead. It is a lot easier to manage and you forego a lot of dependencies WPARs would introduce into your work. The only setback with LPARs (they need a small amount of resources more than WPARs) is alleviated tenfolds by their better manageability.

Btw: all modern LPARs are DLPARs, if you do not undertake extra measures to make them not dynamically.

I hope this helps.

bakunin
# 5  
Old 09-19-2014
Quote:
Originally Posted by bakunin
I am not that knowledgeable about Solaris, but i would describe WPARs as chroot-ed environments with some logic on top to make them better manageable.

My professional experience is to better stay clear from WPARs and use LPARs instead.
We have been setting up LPARs, in fact DLPARs, managed from HMC for our internal users. But on this particluar server, the physical configuration is too low to setup working DLPARs (The user had them procured without consulting us). So, we are setting up 2 WPARs on it.

I am assuming chroot from base server does not cause the compiler of one machine to affect the one on the other. Just like in Solaris Zones.

So, in any situation, would there be any compiler conflict between two WPARs running on the same base server?
# 6  
Old 09-19-2014
Quote:
Originally Posted by satish51392111
(The user had them procured without consulting us). So, we are setting up 2 WPARs on it.
I see. You have my pity.

Quote:
Originally Posted by satish51392111
So, in any situation, would there be any compiler conflict between two WPARs running on the same base server?
No, i don't think so. In fact, if i were you, i would be more concerned about license issues than about software conflicts. Many software vendors do not accomodate well to virtualisation issues and most of them try to get you license the whole (physical) machine when you use the software in one partition (this is what most issues boil down to).

We had such an issue only recently with SAP and IBM (we use DB/2 under SAP) and ended up having to set up IBMs ITLM on one of our systems. Believe me, you don't want that. ;-))

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. AIX

Samba 3.6 on AIX 7.1 - Windows 10 Access to AIX file shares using Active Directory authentication

I am running AIX 7.1 and currently we have samba 3.6.25 installed on the server. As it stands some AIX folders are shared that can be accessed by certain Windows users. The problem is that since Windows 10 the guest feature no longer works so users have to manually type in their Windows login/pwd... (14 Replies)
Discussion started by: linuxsnake
14 Replies

2. AIX

Will it affect my AIX LPAR security, when i set up email alerts on AIX server.

Hello, I've set up email alerts on AIX Servers. so that i can get email notifications (via mail relay server) when ever there is abnormal behavior. for example 1) my script monitors CPU/disk/memory etc... when it reaches high water ark, it will send an email alert. 2) disk usage alerts 3)... (5 Replies)
Discussion started by: System Admin 77
5 Replies

3. AIX

Using sar to get CPU utilization for WPARs

Based on the documentation (Help - AIX 6.1 Information Center), I should be able to get the CPU utilization on a WPAR. But when I ran sar on the LPAR, I don't see the -@ option: Usage: sar { -A | } ]] ]] | ALL] ] ] I'm on AIX 6.1. ... (0 Replies)
Discussion started by: PPPP
0 Replies

4. AIX

Nim on AIX 7.1 used to migrate AIX 5.3 to AIX 6.1...is possible?

Using nimadm: nimadm -j nimadmvg -c sap024 -s spot_6100 -l lpp_6100 -d "hdisk1" -Y Initializing the NIM master. Initializing NIM client sap024. 0505-205 nimadm: The level of bos.alt_disk_install.rte installed in SPOT spot_6100 (6.1.3.4) does not match the NIM master's level (7.1.1.2).... (2 Replies)
Discussion started by: sciacca75
2 Replies

5. UNIX for Advanced & Expert Users

Isolated installations on a network location

Hi, I'm looking to have certain packages installed on a location on my network(lets call this mount point /software) in such a way that they can run needing anything from the local system. So that when any of my users does /software/bin/vlc or /software/bin/open-office or... (0 Replies)
Discussion started by: saurabhgupta2u
0 Replies

6. AIX

IY17981 fix required for aix 4.3.3 to aix 5L migration but not found

Hi, redbook documentation is telling that IY17981 fix is required for aix 4.3.3 to aix 5L migration. But there is no mention about that fix in any ML installation packages. - My system is ML11 : oslevel –r 4330-11 - But xlC.rte is on wrong version : lslpp -L xlC.rte xlC.rte ... (3 Replies)
Discussion started by: astjen
3 Replies
Login or Register to Ask a Question