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.

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

Reply via email to