Support for multiple PS_CFG_HOMEs. psa assumes that the domain names is also the PS_CFG_HOME folder name above your PS_MULTI_HOME path. To support this, set the environment variable PS_MULTI_HOME to the base config folder. E.g,
$env:PS_MULTI_HOME="c:\psft\cfg"
tree $env:PS_MULTI_HOME
├───HRDEV
├───HRTST
* Also re-added support for LB pool management. Stopping a web domain will call `poolrm` first; starting a web domain will call `pooladd` after the domain starts.
PS_CFG_HOME
s.psa
assumes that the domain names is also thePS_CFG_HOME
folder name above yourPS_MULTI_HOME
path. To support this, set the environment variablePS_MULTI_HOME
to the base config folder. E.g,tree $env:PS_MULTI_HOME ├───HRDEV ├───HRTST