fmw-chef-cookbook
fmw-chef-cookbook copied to clipboard
nmEnroll
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]"
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
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.