Before configuring your omni, you will need to run this command. For , you can use anything you want. {{{ gen-certs.py -f gcf.ini -u }}} Then we would need to start a local clearing house, slice authority and aggregate manager. Run this command to start the CH and the SA: {{{ xterm -e gcf-ch.py -f gcf.ini & }}} Run this command to start the AM: {{{ xterm -e gcf-am.py -f gcf.ini & }}} Now you can go ahead and configure omni. You can go through the omni commands that we go over in the tutorial just use the option '-f my_gcf'. * 'createslice' command would look like {{{ omni.py createslice slice -f my_gcf }}} * 'listmyslices' {{{ omni.py listmyslices -f my_gcf }}} * 'renewslice' {{{ omni.py renewslice -c omni_config_inki inkislice -f my_gcf 20110727T00:00:00 }}} Also use the '--omnispec' in listresources, createsliver. So listresources would look like * 'listresources' {{{ omni.py listresources -f my_gcf --omnispec -o }}} Copy the output file from the above command to a new file {{{ cp omnispec-1AMs.json rspecs/mygcf.rspec }}} * 'createsliver' Edit the above created file, 'mygcf.rspec', and change the 'allocate' ('''NOT''' the 'allocated') from false to true and then {{{ omni.py createsliver -f my_gcf --omnispec slice rspecs/mygcf.rspec }}} * 'listresources' in a slice {{{ omni.py listresources -f my_gcf --omnispec slice }}} * 'deletesliver' {{{ omni.py deletesliver -f my_gcf --omnispec slice }}}