Originally posted by: drajarsh
Initially the package got installed in the global environment. Subsequently after you created a system WPAR (via mkwpar), the package got installed again: this time in the WPAR, which is why you notice that the configuration is available within /wpars/<wparname>/...
Are you installing application software or OS software?
Are you using defaults while doing a mkwpar? Defaults would mean you have a shared /usr and /opt. Because if you are using defaults, it is recommended to install the OS software in a global env (the LPAR) and then sync your newly created WPAR (not reinstall in WPAR).
On the other hand, if you are using private /usr and /opt, you would need to install the OS software in the LPAR first and then again reinstall in your WPAR.
For application software you need to install it only in the WPAR.
Each WPAR has its own init process which is the PPID ('1') you see for your process within the WPAR.