VMware Cloud Community
ZbyszekS
Enthusiast
Enthusiast
Jump to solution

VM Customization

Hey,

can some one help me with changing disk size in VM? I want to be able to choose VM and add additional storage to disk. Anyone knows how to do it?

thanks

Zbyszek

1 Solution

Accepted Solutions
iiliev
VMware Employee
VMware Employee
Jump to solution

Reply
0 Kudos
7 Replies
iiliev
VMware Employee
VMware Employee
Jump to solution

Reply
0 Kudos
ZbyszekS
Enthusiast
Enthusiast
Jump to solution

Hey I tried that but:

I'm getting error "invalid return" in this line if (!vm) return null;

I had added out param as VC:Task.....

Reply
0 Kudos
Jalapeno420
Enthusiast
Enthusiast
Jump to solution

Here is a workflow I use.  I was trying to find the thread I got it from, since I copied most if not all of it, but could not find it. Hope it helps.

Reply
0 Kudos
ZbyszekS
Enthusiast
Enthusiast
Jump to solution

Hey,

still have an issue Smiley Sad

unable to find a plug-in to manage type vc:storagepod

regards

Zbyszek

Reply
0 Kudos
Burke-
VMware Employee
VMware Employee
Jump to solution

Zbyszek, it seems you need to clarify the versions of:

vCenter Orchestrator:

vCenter plug-in for vCO:

vCenter:

VC:StoragePod is a standard object exposed by the vCenter plug-in that ships with current vCO 5.5.x. The object is available when the vCenter plug-in is enabled. It should obviously be configured as well Smiley Wink

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you! Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator for vRealize Orchestrator tips and tutorials - @TechnicalValues on Twitter
Reply
0 Kudos
ZbyszekS
Enthusiast
Enthusiast
Jump to solution

Hey,

sorry for the confusion. I have vCO 4.1.3. I added only Onyx and VIX.

regards

Zbyszek

Reply
0 Kudos
Burke-
VMware Employee
VMware Employee
Jump to solution

First off, I don't think that such an old version of vCO is going to work with storage pods... second, be careful with the VIX plug-in fling as it is pretty old and has been deprecated by newer vCenter API features that expose Guest Operations. Additionally, if the VIX plug-in IS installed, but has not been configured properly, it can prevent many different workflows/plug-ins from functioning properly, causing all kinds of interesting issues. If at all possible, I HIGHLY recommend and encourage you to move to more current versions of VMware software.

As to your earlier issue of invalid return -- if you are attempting to use the return statement in a Scriptable task of a workflow, that error is expected. The return statement is only valid for Actions and within a javascript function.

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you! Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator for vRealize Orchestrator tips and tutorials - @TechnicalValues on Twitter