How to execute server side script in all application nodes?

mohangtrichy
Tera Contributor

Hi All,

is it possible to execute server side script in all application nodes? As the servicenow runs in a cluster of machines, requirement is to execute the script in all nodes to get node level performance details. So, is it possible to execute such a script which runs on all application nodes?

 

Thanks,

Mohan

2 REPLIES 2

Bert_c1
Kilo Patron

Hi mohangtrichy,

 

I don't believe there is a way to affect the system scheduler to do that. You may want to create a Support Case to get more details from a Servicenow expert.  Server side scripts typically affect data in the database server. So all app nodes will see the same data, due to synchronization in the instance.

 

There is an dashboard/report available when you login to the Support Portal. 

 

Others here may have additional information for you.

sure, Thanks a lot for the info @Bert_c1 .