Retrieving Data from Siebel Servers
Hi,
I have a requirement and I would like to hear opinion from the community.
Let's say we have 6 Siebel Application Servers.
I need to poll/ping the servers individually get the following details,
- list of offline/online components
- no. of running tasks in each component
- CPU utilization in server
- server space used and available
- etc.,
I could think of 1 way like the below:
1. write a *.bat file which will be scheduled in all the 6 servers
2. bat file will call srvrmgr and get all the details regarding component details from the respective server
3. bat file will get the cpu utilization and server space details
I have a requirement and I would like to hear opinion from the community.
Let's say we have 6 Siebel Application Servers.
I need to poll/ping the servers individually get the following details,
- list of offline/online components
- no. of running tasks in each component
- CPU utilization in server
- server space used and available
- etc.,
I could think of 1 way like the below:
1. write a *.bat file which will be scheduled in all the 6 servers
2. bat file will call srvrmgr and get all the details regarding component details from the respective server
3. bat file will get the cpu utilization and server space details
0