02-24-2017 11:57 AM
Hello,
I'm attempting to run the following while connected to ucs-central utilizing PowerTool 2.2.1.8 :
Add-UcsCentralTagSoftwareInst -DefName "Operating System for HCR" -TaggedObjectDn "compute/sys-1009/chassis-1/blade-1" -Value "VMware vSphere 6.0 U2" -Vendor "VMware" -Version "vSphere 6.0 U2"
I get this error:
configured object (holder/tag-ep/type-Operating System for HCR-inst-VMware vSphere 6.0 U2-obj-compute/sys-1009/chassis-1/blade-1) not found
The target object DN does exist. Has anyone seen this or know how to resolve? Thanks in advance.
Solved! Go to Solution.
02-28-2017 04:22 AM
We just had a release of UCS PowerTool Suite last week. However this issue is still open with the latest release as well. At this point of time we don't have the exact schedule for the next release. You can expect a release sometime in May 2017.
Thanks,
Sumanth
02-27-2017 04:07 AM
There is an issue with the tagging related cmdlets in UCS Central PowerTool so currently you will not be able to perform this operation. We will be fixing this in the next release of PowerTool.
Thanks,
Sumanth
02-27-2017 06:35 AM
Thanks Sumanth. Any ideas when the next version will be released?
02-28-2017 04:22 AM
We just had a release of UCS PowerTool Suite last week. However this issue is still open with the latest release as well. At this point of time we don't have the exact schedule for the next release. You can expect a release sometime in May 2017.
Thanks,
Sumanth
02-01-2019 12:02 AM
Is this already resolved? I am struggelin with the same issue and error message with the latest UCS PowerTool version 2.5.1.6.
Any input is appreciated.
04-03-2020 11:09 PM
You can use the following cmdlet to create UCSCentral Managed Object of the type TagSoftwareInst.
Add-UcsCentralManagedObject -ClassId TagSoftwareInst -PropertyMap @{ dn="holder/tag-ep/type-Operating System for HCR-inst-[VMwareTag]-obj-[compute/sys-1010/rack-unit-1]"; defName="Operating System for HCR"; value="VMwareTag"; taggedObjectDn="compute/sys-1010/rack-unit-1"; Vendor="VMware" ; Version="VSphere 4.0"} -Xml
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide