Quantcast
Channel: VMware Communities : All Content - vRealize Orchestrator
Viewing all 10285 articles
Browse latest View live

vRO with vSphere Replication - server certificate chain is not trusted and thumbprint doesn't match

$
0
0

Hi

New vRO 7.6 appliance with VR and SRM plig-ins installed.

I've added 'local' and 'remote' vCenters and can get back info from both.

VR plugin picks up both instances and one works ok but the other gives me a message -  Error in plug-in server certificate chain is not trusted and thumbprint doesn't match

All VR and vCenters have default self-signed certs.

Don't understand how one side works but the other doesn't

 

Any ideas what i can do to troubleshoot and resolve this error?

Thanks

Mark


Detailed documentation on Input Parameters Presentation Tab

$
0
0

I've created a workflow using the Infoblox IPAM Driver for VMware vRA / vRO.  The workflow uses vRO Configurations and Extensible Attributes in Infoblox NIOS to find a list and return a list of hosts.

 

But in trying to get the Input Parameters to be more dynamic, I'd like the final confirmation screen to show the specific selected hostname from previous tab drop down list and the text input valid hostname (which I would like to be validated non-existent hostname).  I'm having a hard time finding good documentation and examples for presentation.  VMware documentation from
https://docs.vmware.com/en/vRealize-Orchestrator/7.5/com.vmware.vrealize.orchestrator-dev.doc/GUIDFA43A917-80E6-4EBA-A21A-9DF679757418.html?hWord=N4IghgNiBcICYEsDOAHCYCeACA5gJwHsBXFEAXyA

Doesn't give detailed information on what presentation property type provides.  Here's what I have so far:
Screen Shot 2020-10-26 at 6.09.31 PM.png

 

 

The ${hostName} only shows the top value of the list and not what is selected, and ${SingleAliasRef} shows "Not Set."

 

Any help or direction would be much appreciated.

vro 8 cannot write to local file

$
0
0

I have a situation where I need to use an SSH Key (instead of user/password) to login to a server.  SSHSession only takes a file as input for this.  Worked fine in vRO 7 but with vRA 8, the disk is transient (container).  So I thought I would take a Resource Element, write it to a temp file and then hand that in to ssh.  But I can't seem to create a local file.  I tried opening a file in System.getTempDirectory() but no luck.  I tried /tmp and /var/tmp, still no joy.  Any suggestions?

 

Thanks everyone,

Carl L.

Set VM Storage Policy to "Datastore Default"

$
0
0

How can I set the Storage Policy to "Datastore Default" ?

I know how to set based on a specific profile ID but I don't know what is the "Datastore Default" ID.

 

I found the PowerCLI script https://communities.vmware.com/thread/583674:

 

$vmName = 'MyVM'

Get-VM -Name $vmName | Get-HardDisk | %{

    Get-SpbmEntityConfiguration -HardDisk $_ |

    Set-SpbmEntityConfiguration -StoragePolicy $null -Confirm:$false

}

 

with JavaScript is not working in this way:

 

profileUniqueId = null;

var deviceChangeSpec = [];

var changeSpec = [];

var myVcVirtualMachineConfigSpec = new VcVirtualMachineConfigSpec() ;

var myVcVirtualMachineDefinedProfileSpec = new VcVirtualMachineDefinedProfileSpec() ;

 

myVcVirtualMachineDefinedProfileSpec.profileId = profileUniqueId;

changeSpec.push(myVcVirtualMachineDefinedProfileSpec);

myVcVirtualMachineConfigSpec.vmProfile = changeSpec;

 

I receive the error:

"com.vmware.vim.vmomi.core.exception.MarshallException: VirtualMachineDefinedProfileSpec required property profileId not set"

 

What is the right approach with vRO?

 

 

Thanks

vRO 8.1 - Add a VCenter Server Workflow - Error

$
0
0

Hi everybody,

 

I got an up and running vRO 8.1 instance with VCenter authentication configured.

Target VCenter is 7.0.1 -  16858589.

 

Unfortunately, I am not able to add the VCenter to the vRO inventory.

Tried several times, the workflow finishes but I can't access the inventory with the following error message (last screenshot)

Could not find any information about this issue so far. VMware support is also troubleshooting this issue but has no clue at the moment and is still investigating the logs.

I used the administrator@vsphere.local for both the authentication and the add a VCenter server workflow.

 

Does anyone have an idea or is familiar to this error?

 

 

 

Error Message:

(unusable: (vmodl.fault.InvalidType) { faultCause = null, faultMessage = null, argument = WorkflowStepHandler })

 

 

Thanks in advance,

Viewing all 10285 articles
Browse latest View live