Please check the script path and permission as is evident from the logs attached. Binary should be present in the correct path with appropriate permissions.
Also looks like the AppConfig-nwayactive.xml load failed. Use immcfg -L AppConfig-nwayactive.xml to validate the imm file for any obvious errors. Thanks, Greg On Thu, Oct 3, 2013 at 8:54 PM, <[email protected] > wrote: > Send Opensaf-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/opensaf-users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Opensaf-users digest..." > > > Today's Topics: > > 1. Re: Node Reboot (Hans Feldt) > 2. Re: Info regd imm configuration (praveen malviya) > 3. Re: Opensaf on the payload is getting Crash (praveen malviya) > 4. Re: Node Reboot (opensaf dev) > 5. OpenSAF sample AmfDemo2 installation problem (Pawar Neha) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 3 Oct 2013 05:51:11 +0000 > From: Hans Feldt <[email protected]> > Subject: Re: [users] Node Reboot > To: opensaf dev <[email protected]>, > "[email protected]" > <[email protected]> > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > > > -----Original Message----- > > From: opensaf dev [mailto:[email protected]] > > Sent: den 2 oktober 2013 23:34 > > To: [email protected] > > Subject: [users] Node Reboot > > > > Hi, > > > > Is there any way to prevent payload nodes from rebooting when opensafd > > service is stopped in both the controller nodes while in payload node > > opensafd is still running? > > No it is like that by design. > /Hans > > > > > Thanks, > > Dev > > > ------------------------------------------------------------------------------ > > October Webinars: Code for Performance > > Free Intel webinars can help you accelerate application performance. > > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > > the latest Intel processors and coprocessors. See abstracts and register > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk > > _______________________________________________ > > Opensaf-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/opensaf-users > > > > ------------------------------ > > Message: 2 > Date: Thu, 03 Oct 2013 14:47:50 +0530 > From: praveen malviya <[email protected]> > Subject: Re: [users] Info regd imm configuration > To: Greg Hurlman <[email protected]> > Cc: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Please see inline. > On 03-Oct-13 9:37 AM, Greg Hurlman wrote: > > Thanks Praveen, > > > > Precisely I wanted the configuration to form different node groups out > > of the payload nodes. Ex: If PL-1, PL-2, PL-3 and PL-4 are the payload > > nodes, then how do we differentiate the DN names given to the > > saAmfNGNodeList when PL-1 and PL-2 form one group and PL-3 and PL-4 > > form the other group. I believe PLs we can not mention in DN > > otherwise the DN names for both the groups will be the same. > I tried to make a new group from existing imm.xml which is having 2 SCs > and 2 PLs > To make SC-1 and PL-3 in one group: > 1)immcfg -c SaAmfNodeGroup > safAmfNodeGroup=SC-1andPL-3,safAmfCluster=myAmfCluster -a > saAmfNGNodeList=safAmfNode=SC-1,safAmfCluster=myAmfCluster > 2) immcfg safAmfNodeGroup=SC-1andPL-3,safAmfCluster=myAmfCluster -a > saAmfNGNodeList+=safAmfNode=PL-3,safAmfCluster=myAmfCluster > 3)immlist safAmfNodeGroup=SC-1andPL-3,safAmfCluster=myAmfCluster gives > Name Type Value(s) > ======================================================================== > safAmfNodeGroup SA_STRING_T > safAmfNodeGroup=SC-1andPL-3 > saAmfNGNodeList SA_NAME_T > safAmfNode=SC-1,safAmfCluster=myAmfCluster (42) > safAmfNode=PL-3,safAmfCluster=myAmfCluster (42) > SaImmAttrImplementerName SA_STRING_T > safAmfService > SaImmAttrClassName SA_STRING_T > SaAmfNodeGroup > SaImmAttrAdminOwnerName SA_STRING_T <Empty> > > 4) Now in AMF application in SG class: > <attr> > <name>saAmfSGSuHostNodeGroup</name> > <value>safAmfNodeGroup=SC-1andPL-3,safAmfCluster=myAmfCluster</value> > </attr> > > So AMF will spawn SUs on SC-1 and PL-3 for this SG. > > > > Also could you tell me the configurations for protection group and > > service instance assignment with reference to both examples for both > > 2N and N-way active models? > > > I did not get this questions correctly. These configuration are already > in samples directory of opensaf tar. > Once these configurations are brought up, command "amf-state siass" will > show HA states of SIs in SUs. > > Thanks > Praveen > > Thanks, > > Greg > > > > > > On Mon, Sep 23, 2013 at 10:41 PM, praveen malviya > > <[email protected] <mailto:[email protected]>> wrote: > > > > Please see inline. > > > > On 24-Sep-13 2:27 AM, Greg Hurlman wrote: > > > > Hi Guys, > > > > Need some help in understanding more on configuring the SG and > > protection > > groups for the below example scenario. > > > > Referring to spec SAI-AIS-AMF-B.04.01, section 3.1.11 figure > > 2, and sample > > example AppConfig-2N.xml, how would I can configure IMM model > > for the below > > entities: > > > > 1. SG1 spanning node U and V? Do I need to mention something > > like this or > > something else? > > > > <attr> > > <name>saAmfSGSuHostNodeGroup</name> > > <value>safAmfNodeGroup=U,V ,safAmfCluster=myAmfCluster</value> > > </attr> > > 2. PG A1 between components C1 and C3. > > 3. Service instance A, being assigned active to S1 and standby > > to S2 > > > > 1) Suppose the above mentioned node group has been created and it > > contains two nodes in its attribute NodeList: > > saAmfNGNodeList SA_NAME_T > > safAmfNode=NodeU,safAmfCluster=myAmfCluster (42) > > safAmfNode=NodeV,safAmfCluster=myAmfCluster (42) > > > > 2) Now in order to map Service Unit S1 to Node U, configure S1 > > with attibute: > > <attr> > > <name>saAmfSUHostNodeOrNodeGroup</name> > > <value>safAmfNode=NodeU,safAmfCluster=myAmfCluster</value> > > </attr> > > > > Similary for S2. > > > > So in this way S1 will come up on Node U and S2 will come up on S2. > > In AppConfig-2N.xml: > > For mapping SU1 to SC-1 add this attrbiute: > > <attr> > > <name>saAmfSUHostNodeOrNodeGroup</name> > > <value>safAmfNode=SC-1,safAmfCluster=myAmfCluster</value> > > </attr> > > > > For SU2 replace SC-1 by SC-2. > > > > Thanks > > Praveen > > > > Thanks, > > Greg > > > ------------------------------------------------------------------------------ > > October Webinars: Code for Performance > > Free Intel webinars can help you accelerate application > > performance. > > Explore tips for MPI, OpenMP, advanced profiling, and more. > > Get the most from > > the latest Intel processors and coprocessors. See abstracts > > and register > > > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > > _______________________________________________ > > Opensaf-users mailing list > > [email protected] > > <mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/opensaf-users > > > > > > > > > > ------------------------------ > > Message: 3 > Date: Thu, 03 Oct 2013 17:04:58 +0530 > From: praveen malviya <[email protected]> > Subject: Re: [users] Opensaf on the payload is getting Crash > To: Biswajit Panigrahi <[email protected]> > Cc: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > On 27-Sep-13 7:09 PM, Biswajit Panigrahi wrote: > > Hi , > > > > I am using opensaf-4.2.0 and trying on the VirtualBox. > > > > I have a made a cluster of two controller and two payload. > > > > Both the controllers are running properly with active standby mode. > > > > But when I trying to start opensaf on the payload, the system is getting > > crash. > > > > > > > > Please find the logs below: > > > > Instantiation of 'safComp=SMFND,safSu=n4s3,safSg=NoRed,safApp=OpenSAF' > > failed > Have you changed node name while generating the imm.xml. Please check > the node name here (n4s3) matches with the one in " > safInstalledSwBundle=safSmfBundle=OpenSAF,safAmfNode=<node > name>,safAmfCluster=myAmfCluster" > Thanks > Praveen > > Reason:'Exec of script success, but script exits with non-zero status' > > > > Exit code: 1 > > > > > > > > > If any one has any idea on this then please help me on this. > > > > > > > > Regards, > > > > Biswajit Panigrahi > > > > > > > ============================================================================================================================ > > Disclaimer: This message and the information contained herein is > proprietary and confidential and subject to the > > Tech Mahindra policy statement, you may review the policy at <a href=" > http://www.techmahindra.com/Disclaimer.html"> > http://www.techmahindra.com/Disclaimer.html</a> > > externally and <a href="http://tim.techmahindra.com/tim/disclaimer.html > ">http://tim.techmahindra.com/tim/disclaimer.html</a> internally within > Tech Mahindra. > > > ============================================================================================================================ > > > ------------------------------------------------------------------------------ > > October Webinars: Code for Performance > > Free Intel webinars can help you accelerate application performance. > > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > > the latest Intel processors and coprocessors. See abstracts and register > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > > _______________________________________________ > > Opensaf-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/opensaf-users > > > > > ------------------------------ > > Message: 4 > Date: Thu, 3 Oct 2013 09:46:35 -0700 > From: opensaf dev <[email protected]> > Subject: Re: [users] Node Reboot > To: Hans Feldt <[email protected]> > Cc: "[email protected]" > <[email protected]> > Message-ID: > < > caek1nt6efweq3zcuufs_rvgbwefbjuhombzap1xsp9y4-+d...@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Thanks Hans. > > Appreciate the idea behind this design. > > Just curious to know if any work around avaialble as in my case I am not > considering HA applications to be hosted on the contoller nodes, so > rebooting the payload nodes would stop prevent > providing service availability. So I am thinking for a scenario where > payload nodes will keep running and sync back > with controllers when they are back up again. Assuming the IMM model will > be the same or persists. > > Thanks, > Dev > > > On Wed, Oct 2, 2013 at 10:51 PM, Hans Feldt <[email protected]> > wrote: > > > > > > -----Original Message----- > > > From: opensaf dev [mailto:[email protected]] > > > Sent: den 2 oktober 2013 23:34 > > > To: [email protected] > > > Subject: [users] Node Reboot > > > > > > Hi, > > > > > > Is there any way to prevent payload nodes from rebooting when opensafd > > > service is stopped in both the controller nodes while in payload node > > > opensafd is still running? > > > > No it is like that by design. > > /Hans > > > > > > > > Thanks, > > > Dev > > > > > > ------------------------------------------------------------------------------ > > > October Webinars: Code for Performance > > > Free Intel webinars can help you accelerate application performance. > > > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the > most > > from > > > the latest Intel processors and coprocessors. See abstracts and > register > > > > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk > > > _______________________________________________ > > > Opensaf-users mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/opensaf-users > > > > > ------------------------------ > > Message: 5 > Date: Thu, 3 Oct 2013 23:54:50 -0400 > From: Pawar Neha <[email protected]> > Subject: [users] OpenSAF sample AmfDemo2 installation problem > To: [email protected], > [email protected] > Message-ID: > <CAKbEMJJ57mq=2a_oNZsUkXQgq5xAGoC3iN=sWKHkWN= > [email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > I have installed OpenSAF on ubuntu 10.04. I have 2 controller node and 3 > payload nodes. OpenSAF is up and running. > Now i want to install AmdDemo2 sample AppConfig-nwayactive sample > application. > for that i read the README file .I followed the following steps > After installing Opensaf > >/usr/local/share/opensaf/ sudo ./bootstrap.sh > > sudo ./configure > >make install > >cd /usr/local/share/opensaf/ sudo ./immxml-merge imm.xml.201329_14638 > /usr/local/share/opensaf/samples/amf/sa_aware/AppConfig-nwayactive.xml > >merged.xml > > sudo cp merged.xml /etc/opensaf/imm.xml > > > I run Opensaf > > > After i run I do the following > > > immcfg -f /usr/local/share/sample/amf/sa_wareAppConfig-nwayactive.xml > but this does not run it gives it tells me error FAILLED to create object > of class 'saAmfCSI',rc=20' > > Further unlock-in all the SUs > and unlocked all the SUs > > and after this i tried to see the status > > ./opensafd status command does not output the AmfDemo2. > > > > > I think i am missing the step to install amf_demo amd amf_demo script as > the README says. > > Please can you tell me how do i install the amf_demo and amf_demo_script . > Since i only have this amf-demo.o when i ran make install. > > It seems that amf is not starting amf_demo. > > I have attaches the /var/log/messages trace.Please let me know if any > further information is required. > > Please guide me. > > > > > > > > > > Regards, > Neha > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: Unsaved Document 1 > Type: application/octet-stream > Size: 4146 bytes > Desc: not available > > ------------------------------ > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk > > ------------------------------ > > _______________________________________________ > Opensaf-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensaf-users > > > End of Opensaf-users Digest, Vol 5, Issue 2 > ******************************************* > ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users
