cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3963
Views
1
Helpful
0
Comments
Orf Gelbrich
Cisco Employee
Cisco Employee

This integration was done by Randy Thurman - thank you.

The idea was to call a workflow in UCS-Director from UCS-Performance Manager when a certain threshold is reached.

Unknown.png

The attached jar fuel is an example and contains the UCSD key hard coded and the UCSD IP.  This would have to be replaced.

Here is a link to a more flexible solution with python scripts.

https://github.com/michaelsaul/UCSD-UCSPM-Integration

SubmitWorkflowServiceRequest.py - Uses a cfg file to launch a workflow by name with the appropriate options.

                                        In this case, there are three inputs.                          

CheckSRStatus.py - takes an SR command line argument and reports on the status.

RollBackWorkflow - takes an SR command line argument to roll back the SR.


Sample command:

/usr/bin/python /opt/some/path/SubmitWorkflowServiceRequest.py >> /var/log/SubmitWorkflowServiceRequest.log

The options are pulled form a .cfg file which should be in the same directory as the script.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links