Browse the Community
UCS Director Discussions
225 PostsUCS Director Knowledge Base
497 PostsUCS Director Videos
1 PostsActivity in UCS Director
UCS sandbox not in the catalogue
UCS sandbox not in the catalogue?
UCS workflow- Powershell- UCS replace "double quote
I need to run ssh command from powersehll like what I have below but UCS direcort replace " with ' ' , i tested all different combination but cant find how to pass double quoteinvoke-SSHCommand -SSHSession $session -Command "svctask mkvdisk -name ...
UCSD Workflow INDEX (UCSD Technical Content Index)
NumberDescriptionPage LinkCategory0UCSD - Essentials ListUCSD - EssentialsEST1UCSD - CIDR CalculatorUCSD CIDR Calculator 2UCSD Play Book / UCSD POC in 40 min VideoUCSD Play Book / UCSD POC in 40 min VideoPOC3UCSD - Portal Folder IconsUCSD Portal Fold...
ESXI is not boot in UCS C240
Hello All , I am running ESXI 7.0 in cisco UCS C240 Server , Server is shutting down yesterday for physical location migration activity and then server is not boot ESXI when power on again. and not able to see Local Drive in Boot order. Anyone help m...
Assign-VM-to-User
Task Name Assigning VM to User Description This task allows for the assignment of a specific VM to a user in UCSD. Prerequisites Add vCenter of version 7 or above to UCSD Category Workflow Components UCSD, VMware vCenter User Inputs Use...
Rename VMware VM
Task Name Rename VMware VM Description This task allows for the Rename VMware VM from UCSD. Prerequisites Add vCenter of version 7 or above to UCSD Category Workflow Components UCSD, VMware vCenter User Inputs VM Selector, vmNewName (Ta...
Update VMware vCenter
Task Name Update VMware vCenter Workflow Description This task provides users a facility to update their vCenter(version 7 and above) from UCSD Prerequisites Add vCenter of version 7 or above to UCSD Category Workflow Components VMware U...
UCS Director Admin Password Reset
I'm trying to find the correct option to reset the Admin password in UCS Director, as it's failing when I try to log in. I can access Shell_Admin and can access the menu to 29) Reset MySQL User password. Is that the same thing?We have a couple of the...
Catalog : Create service request : Hide admin fields
Is it possible to hide Admin fields in Summary details while creating a service request in a Catalog ?
Resolved! Orchestration - Custom Workflow - Character limit gen text input 1024
Tying to make an API call with request body more than 1024 characterIs it possible to increase this limit of 1024 character for request body or any other work around ? Request body is of Input Type as gen_text_input
VMware get VM annotation
I am looking to get VM annotation from VMware VM. I see a task name Get VMware VM Details it does provides lot of details but not annotation. Is it possible to modify the script to extract annotations ? Below is the current script for VMware VM Deta...
Cloupia Script Cook Book
This a very nice document for the task called Cloupia Script: http://www.cisco.com/c/dam/en/us/td/docs/unified_computing/ucs/ucs-director/cloupia-script-cookbook/5-0/CloupiaScript-Cookbook.pdf
Uploading files to a another server using "File Upload" input
Hi everyone, I created a Workflow to upload a file using "File Upload" input. It works, and I have my uploaded file on my ucsdirector server, on the path: /opt/infra/uploads/myuser/tempfolder/file.ext Now, using ssh and scp, I need to transfer tha...
UCSD - File Upload example (Fileupload)
Task NameFile UploadDescription1PrerequisitesTested on 5.4 betaTested on UCSD 6.0 (see side notes)Tested on 6.0.1.1 this does not work (bug is filed)This is part of UCSD 6.5 Alpha and I have tested it. CategoryWorkflowComponentsvSphere 5.xUser Inputs...
Powershell agent replaces double quotes with single
Dear Experts, I have a XML string which is result of one of the previous task. XML string looks like below.$o = "<?xml version='1.0'?><Objects><Object Type='System.Boolean'>True</Object></Objects>"and I am using Select-Xml -Content $o -XPath '//Objec...