Baseline action is failing

Hi,

I have a baseline with 1 component group & added one extra script with 2nd component group but 2nd component group is getting failed.

When I look into it found out 1st group’s last script restarting the server hence my question is this why my 2nd group action getting failed & if I put this 2nd group script to 1st group will that still be failing coz of previous action’s reboot command.

Why 2nd group’s action not running post reboot.

You stated “reboot command” so I presume you mean an actual OS command and not the actionscript command to reboot?

If you exercised an OS reboot command then I can see why this may fail.

1 Like

Thx AlanM! But if there were actionscript command to reboot the server, in that case action will not fail, is that what you want to say ?

If you restart using an OS command the current action will fail as it couldn’t complete. If you restart using the actionscript command 'restart' https://developer.bigfix.com/action-script/reference/client/restart.html the subsequent actions in a baseline can pick up after the restart.

2 Likes