(imported topic written by SystemAdmin)
I created an action that installs IIS on Windows 2008, when I run the action it says its relevant and says starting action
and also says “Running” in the action info, I attached the log below, but it never actually runs anything.
Everything is default in the action and when I run the command locally of course it installs fine
Action:
dos
"cmd /c start /w pkgmgr.exe /iu:IIS-WebServerRole;IIS-WebServer;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpLogging;IIS-RequestMonitor;IIS-RequestFiltering;IIS-HttpCompressionStatic;IIS-ManagementConsole;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn"
Log:
Gather merging
new file C:\Program Files (x86)\BigFix Enterprise\BES Client\__BESData\actionsite\Action 00-52522.fxf At 17:57:17 -0500 - actionsite (http:
//<SERVER>:52311/cgi-bin/bfgather.exe/actionsite) Successful Synchronization with FixSite (version 57786) -
'http://<RELAY>:52311/cgi-bin/bfenterprise/BESGatherMirror.exe?url=http://<SERVER>:52311/cgi-bin/bfgather.exe/actionsite' At 17:57:18 -0500 - actionsite (http:
//<SERVER>:52311/cgi-bin/bfgather.exe/actionsite) Relevant - Baseline (_New Build Template) Install IIS (2008) (fixlet:52522) At 17:57:18 -0500 - ActionLogMessage: (action 52522 ) Action signature verified ActionLogMessage: (action 52522 ) starting action At 17:57:22 -0500 - Report posted successfully. At 17:58:14 -0500 - Report posted successfully. At 18:02:00 -0500 - Report posted successfully.
I also tried creating a bat file with the code in it and ran it,
same result