How to execute server side script in all application nodes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 01:06 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 01:22 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 01:51 PM
sure, Thanks a lot for the info @Bert_c1 .