== SAFplus Availability Management == === Testing === {{{ # set up your LD_LIBRARY_PATH and PYTHONPATH as you would run any SAFplus 7 app cd /src/target/.../bin # symlink a SAF compatible application to the name "test0": ln -s ../test/exampleSafApp test0 # load the AMF database with appropriate data: python dbalpy.py -x /code/git/SAFplus7/src/amf/test/SAFplusAmf.xml SAFplusAmf # run safplus_amf. For example, under emacs: gdb -i=mi safplus_amf }}}