fmw-chef-cookbook icon indicating copy to clipboard operation
fmw-chef-cookbook copied to clipboard

nmEnroll

Open montge opened this issue 8 years ago • 2 comments

During the install of nodes we we have to do a manual nmEnroll on the node. Is this expected behavior? Basically a simple WLST

connect(to admin) nmEnroll(directories)

Our runlist looks as follows.

"recipe[fmw_jdk::rng_service]", "recipe[fmw_wls::setup]", "recipe[fmw_wls::install]", "recipe[fmw_bsu::weblogic]", "recipe[fmw_domain::nodemanager]"

montge avatar Aug 31 '16 12:08 montge

Hi,

you are correct basically for now we only support single node provisioning. We also do not support (un)pack of a domain to other nodes and after that do an enroll.

Thanks

biemond avatar Aug 31 '16 13:08 biemond

For awareness, and not sure if it's expected, but but using the run list, as well as manually running the nmEnroll above did produce a functional node. I haven't tried running it remotely yet but I did get functional servers. Basically the unpack and pack commands we're necessary since these were new nodes.

montge avatar Sep 02 '16 10:09 montge