Hi, Note that if you want to be able to parallely get workloads assigned to all your service units(running on different nodes) at the same instance, then you can achieve that by creating the Servie Group (SG) in locked-instantiation state.
So, subsequently when you do a amf-adm unlock-in safSg=AmfDemo,safApp=AmfDemo1 amf-adm unlock safSg=AmfDemo,safApp=AmfDemo1 then all your SUs are instantiated and the process of workload assignments(parallel) get trigerred based on your redundancy model. Also, see One query inline below: Praveen. On 09-Feb-15 11:03 PM, Johnson, Charles wrote: > As in the AmfDemo, you can add an already built and installed program as a > new service to a running (online) opensaf cluster by (using the amfdemo > example): > > immcfg -f AppConfig-2N.xml > amf-adm unlock-in safSu=SU1,safSg=AmfDemo,safApp=AmfDemo1 > amf-adm unlock safSu=SU1,safSg=AmfDemo,safApp=AmfDemo1 > amf-adm unlock-in safSu=SU2,safSg=AmfDemo,safApp=AmfDemo1 > amf-adm unlock safSu=SU2,safSg=AmfDemo,safApp=AmfDemo1 > > I assume that this requires all nodes to be up and in sync, > build-process-wise, which is a coordination issue if a lot of services need > to be added in a deployment. > > I know that smf is the answer to this as online deployments go, but I was > wondering if there might be a simpler method for that initial deployment > while the cluster is offline. > > Of course, I tried those commands above in parallel on all the nodes, just to > see if they might work offline, and of course they don't, generating a ton of > ""unable to connect err" messages. Can you share the syslog when you see these errors? > > I would assume that building and installing everything on all nodes and > taking the final imm.xml to all the nodes from deployment of all the software > might work, but of course you would have to already have that file in hand. > > So, I was just wondering (before I go off and coordinate that online > wizardry), if there is an offline way to do the moral equivalent of the > immcfg and 4 amf-adm commands while offline, in parallel, on all the nodes > and have that work? > > Charlie ... > > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Opensaf-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensaf-users > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users
