DAOSMGR inside of a program on System i (iSeries)?

Is it possible to run the DAOSMGR console commands from inside a System i program or script?

I would like to automate the running of the following:

  • tell daosmgr resync

and

  • tell daosmgr listnlo -o missing

I have yet to find APIs that would allow me to do this. Any help would be greatly appreciated.

Thank you

Subject: SBMDOMCMD

You can use command SBMDOMCMD to submit a domino console command to a server from a CL program.

See this tech note: http://www-01.ibm.com/support/docview.wss?uid=swg21090418 and this doc: http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.help.domino.admin85.doc/H_USING_OS_400_COMMANDS_WITH_DOMINO_FOR_ISERIES_STEPS_MIDTOPIC_414963580829501354.html

Subject: Re: SBMDOMCMD

Good deal. Thank you for responding.