Ok, thanks.
It’s the way we already stop our ISes (even if I don’t link having Admin account in clear in scripts).
As our current installation (7.1.2 ?), “shutdown -q” is not recognized but “shutdown” is.
I think your dash problem is caused because you haven’t put double-quote arround the URL. My own script uses
wget -O /dev/null -o /dev/null "http://$(cat ${MDL_ACCESSFILE})@${WMHOST}:${MDL_PORT}/fabric-admin/index.jsp?action=shutdown"
and is working w/o trouble.
Best regards,
Laurent
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services