According to the needs of fixing - please help

Hey all

Yes I know I need to learn that when somethings not broke - DO NOT TRY OF DIFFICULTY THERE !

I created a function to confirm which virtual machines on a host could be migrated to another host via vmotion (Yes the ' method of CheckMigrate). I'm really "impressed" when he started to work and he would check all virtual machines on a host against each other in the cluster. Unfortunately, to my dismay improving the script that I ended up completely spoil. Could someone help pleeeeeease? Today was a DAY LOOOOOONG!

Thanks in advance

Munster99

Function Test-MainMode {}

[CmdletBinding()]

(Param

[Parameter (mandatory = $true,)]

ValueFromPipeline = $true,

HelpMessage = "enter the Source host.

#ParameterSetName = "host."

Position = 0)]

[VMware.VimAutomation.ViCore.Impl.V1.Inventory.VMHostImpl []] $VMHostName

)

BEGIN {}

$OutputObj = @ () # output initialization object array

}

{IN PROCESS

{Foreach ($VMhost to $VMHostName)

$destHost = ($VMhost |) Get-cluster | Get-vmhost | Where {($_-ne $VMHost) - and ($_ - don't $null)- and ($_.)} ConnectionState - eq 'connected')} | Get - Random)

$destHostMoRef = $destHost.ExtensionData.MoRef

$VMView = get-View - Viewtype VirtualMachine-property name, ResourcePool - SearchRoot $desthostMoRef

{Foreach ($VM to $VMView)

# Define Variables to the CheckMigrate method

$vmMoRef = $VM. MoRef

$rpMoRef = $VM. ResourcePool

$siView = get-view ServiceInstance

$vmProvCheckView = get-view $siView.Content.VmProvisioningChecker

$result = $vmProvCheckView.CheckMigrate ($vmMoRef, $destHostMoRef, $rpMoRef, $null, $null)

If ($result [0] .warning - don't $null) {}

$VMprops = [ordered]@{'VMName'= ($Result.VM |)] (Get - VIObjectByVIView). Name;

'Indicate' = $VMHost.Name;

"DestHost" = ($Result.Host |) (Get - VIObjectByVIView). Name;

'Warning' = $result [0]. WARNING [0]. LocalizedMessage;

# "Error" = $Result.Error

# "Warning" = [string]: join (",", $_.) Warning);

# "Error" = [string]: join (",", $_.) Error)

}

$Obj = new-Object - TypeName PSObject-property $VMprops

$OutputObj += $Obj

}

If ($result [0] .error - don't $null) {}

$VMprops = [ordered]@{'VMName'= ($Result.VM |)] (Get - VIObjectByVIView). Name;

'Indicate' = $VMHost.Name;

"DestHost" = ($Result.Host |) (Get - VIObjectByVIView). Name;

# "Warning" = $Result.Warning;

"Error" = $result [0]. Error [0]. LocalizedMessage

# "Warning" = [string]: join (",", $_.) Warning);

# "Error" = [string]: join (",", $_.) Error)

}

$Obj = new-Object - TypeName PSObject-property $VMprops

$OutputObj += $Obj

} # IF $result

Else {}

$Obj | Out-Null

}

} Foreach # $VM

} Foreach # $VMHost

} process #.

{END}

Write-Output $OutputObj

}

}

Not really

I give the method, actually just the VM MoRef, all other parameters can be set to $null, provided the VM runs in a DRS cluster active.

You do not know how you test the result of the method call.

As I read, the method returns a MoRef to a task, then you will need to do a Get - view to get the Task object.

Tags: VMware

Similar Questions

  • I received an email saying "in the framework of doing business globally, Adobe monitor Exchange rates to our price adjustments upwards or downwards according to the needs. You may know that exchange rates fluctuated significantly during the last f

    I received an email saying "in the framework of doing business globally, Adobe monitor Exchange rates to our price adjustments upwards or downwards according to the needs. You may be aware that exchange rates fluctuated significantly over the past years. Because of recent changes in exchange rates in your area, Adobe raises the price of goods and services as of May 1, 2016. Learn more › As an Adobe Creative cloud for the Subscriber of education, your price will not be touched during your current subscription period. However, at the time of your renewal, which is scheduled for February 4, 2017, it will increase in order to take into account the adjustment of prices, currency exchange rates. The new rate will be $28.99 per month. »

    I want to know is how you can increase payments to 100% and claiming exchange rates as reason. What between AUD and USD exchange rate has changed to 100%?

    Also, I think that the AUD will be at parity with USD in 9 months so that means you will then adjust my payments down?

    Hi Adam,.

    It seems that most of that would be due at the end of the first year of the promotional prices (initiation) for education customers.

    As for the rest, if you read this related Forum thread, it should give you a better idea on how & why happen currency-related price changes.

    Hope that helps.

  • error in the process bpel deployiong please help

    I get an error while the process bpel deployiong please help


    BUILD FAILED
    E:\jdevstudio10132\jdev\mywork\Application4\vinayread\build.XML:79: There was a problem connecting to the server "chdsez116553d" using the "8888" port: bpel_vinayread_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error loading process.
    The field of process encountered the following errors when loading the "vinayread" (version '1.0') process: BPEL validation failed.
    Source BPEL validation failed, the errors are:
    [Error ORABPEL-10902]: compilation failed
    [Description]: in "bpel.xml" XML parsing failed because "undefined element.
    In WSDL to "file:/D:/product/10.1.3.1/OracleAS_8/bpel/domains/default/tmp/.bpel_vinayread_1.0_679323b0585449e9fd1887e6ee2bf444.tmp/vinayred.wsdl", part of message {http://TargetNamespace.com/vinayred} 'root element' element is not defined in one of the schemas.
    Please make sure the spelling of the element QName is correct and the WSDL import is complete.
    ".
    [Potential fix]: n/a.
    .
    .
    If you installed a hotfix on the server, verify that the ownership of the bpelcClasspath domain includes patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:862)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:728)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    to com.evermind.server.ejb.interceptor.system.JAASInterceptor$ 1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:646)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase (unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
    at deployHttpClientProcess. jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    to oracle.security.jazn.oc4j.JAZNFilter$ 1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged (Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    to oracle.oc4j.network.ServerSocketAcceptHandler.access$ 700 (ServerSocketAcceptHandler.java:34)
    to oracle.oc4j.network.ServerSocketAcceptHandler$ AcceptHandlerHorse.run (ServerSocketAcceptHandler.java:880)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)


    Total time: 1 second



    Please give SME solutions

    Check all the XSD / WSDL / BPEL files in your project, if something is mentioned on "TargetNamespace.com".

    Marc

  • I'm trying to place the box on the left of the menu above search - please help all programs!

    Original title: all the programs box

    I'm trying to place the box on the left of the menu above search - please help all programs!

    Hi, Flexiablehorse1a,

    Quote Windows OS and computer make and model.  Thank you.

    Exactly what you do see where all programs should be?

    Have you looked into the Recycle Bin to restore the box?

    Have you tried a system restore?

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-system-restore

    Press the Windows flag key + R to open the run

    Type the following command: regsvr32 /i shell32.dll

    Press Ok

    Restart the computer for the changes to take effect

  • I have troublle with moving my emails from the Inbox to a folder? I also extend my screens whenever it comes to the screen upward? Please help me _ @_. ___

    I have troublle with moving my emails from the Inbox to a folder? I also extend my screens whenever it comes to the screen upward?  Please help me * address email is removed from the privacy * I told my son I would have a computer on which I could get online and with a program I could throw my pearls inventory.

    but when he brought to me he forgot to put windows one. He put the express window and gave me the internet.  I had to go out and find free programs to do the inventory and other things. It's good, but I have trouble with the above two questions.  Can someone help me?

     
    1. What e-mail program?
    2. What is a Windows?
    3. What is Windows Express?
     
     
    Any window that you want to resize all the time must be the last closed window.
     
    Take the corners of the window and drag it to the format full screen. Do not use to expand. Close all other windows first via the taskbar and the latter. Windows will remember the size of the last closed window the next time that you open the program.
     
  • How can I save xml file n, run the xml file? Please help me

    How can I save xml file n, run the xml file? Please help me

    Hello

    The question you have posted will be well suited in the MSDN forum. Click on the link below.

    http://social.msdn.Microsoft.com/forums/en/categories/

    In the meantime, I suggest you to return the item mentioned below.

    How to use XML Notepad to create an XML document

    http://support.Microsoft.com/kb/296560

  • I, stupid, changed the program by default to a BAT file to the cmd prompt, well, now I can't run the batch files now, please help!

    I, stupid, changed the program by default to a BAT file to the cmd prompt, well, now I can't run the batch files now, please help!

    Hi William,.

    Welcome to the Microsoft community.

    Batch file is a type of script file, a text file, containing a series of commands to be executed by the command prompt. When you run a batch file, it opens the command prompt to run the scripts.

    It would be great if you can answer the following questions:

    1. what happens when you try to run a batch file?

    2 are. what batch file you referring?

    3. the problem occurs for a particular batch file?

    First of all, I suggest you to check the commands written in a batch file. To do the same thing, just right-click on the batch file, and then click change. It will open Notepad with the list of orders scripted for this particular batch file.

    If you have additional questions on the computer, please ask your question about Windows and we will be happy to help you.

  • I have problem with value NULL when the use CASE statement please help this question

    I have problem with value NULL when the use CASE statement please help this question


    Table: digital_val

    SNO cl C2

    1 San1 11

    2 22 San2

    Actual result: expected to A         B

    A            B                                                                           11        22

    11 NULL

    22 NULL



    query:

    Select case when c1 = "san1" then c2,.

    case If c1 = "san2" then c2 B

    of digital_val

    I'm more curious why, when you select 2 rows, you expect a result of row?

    WITH digital_val

    AS (SELECT 1 AS 'Sno', 'San1"C1, c2 FROM DUAL 11)

    UNION ALL

    2 SELECT AS 'Sno', 'San2"C1, c2 FROM DUAL 22)

    SELECT CASE WHEN c1 is "San1" THEN END AS A c2.

    CASE WHEN c1 = "San2" THEN END AS B c2

    OF digital_val;

    With no other input, if you select 2 rows, you get 2 rows.  One of the other solutions use a max function, but is this really what you want, does not specify?

  • Can I install PS elements 13 and PS Cc on my PC?  I want to be able to use my skills and according to the needs of the image function.

    Can I install PS elements 13 and PS Cc on my PC?  I want to be able to use my skills and according to the needs of the image function.

    Different, different programs installed in different folders

  • I have a new laptop that I have Lightroom 4 installed and updated. I can't find my keys for the version 5 & 6 Please help

    I have a new laptop that I have Lightroom 4 installed and updated. I can't find my keys for the version 5 & 6 Please help

    John, this is how you can quickly find your serial number

    Atul_Saini

  • You need to reinstall the Cyberlink software! Please help:)

    Hello

    I uninstalled accidentily software Cyberlink DVD Deluxe (which has been installed in my HP computer when I bought it a year ago). I'm just trying to ask for help it is possible to reinstall this software still in my computer. I really need it. Could you please help me. I would be so grateful to you. Pleaseeeeeee... Help me Sir/Madam

    HP model is - p6755a

    any help please? Thank you very much in advance

    Hello

    Hope the helps of the following links:

    Youcam: http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?cc=us&LC=en&DLC=en&softwareitem=ob-58972-1

    PowerDVD: http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?cc=us&LC=en&DLC=en&softwareitem=ob-95477-1

    and try this:

    http://www.CyberLink.com/downloads/support/index_en_US.html

    Kind regards.

  • I really need HELP! I received the nugel.exe virus on my laptop and I really missed the whole system! PLEASE HELP ME SOLVE THIS!

    I really need HELP! I received the nugel.exe virus on my laptop. I have Windows XP and I was reading how to remove it. They told me to go to click on the Start button in it, then click on run. type msconfig and on the Startup tab, uncheck everything that ends with TSSD. Well, none of which ended in TSSD was there, so I was told everything that had an UNKNOWN manufacturer in buttons SERVICES and STARTUP uncheck. I restarted my computer and the NELSON was always there.  Then suddenly my computer shut down on its own and restarted with a screen that says now "Windows didn't start because the following file is missing or corrupt: \system32\hal.dll .» Please reinstall a copy of the above file. "Does anyone know how to do this? I feel that I've dealt with the virus stupid for days and I'm going crazy! Can someone please help me solve what I did wrong? PLEASE, I BEG YOU!

    Hi ehaze64,

    Looks like you have made incorrect changes in system configuration utility.

    See the Microsoft articles below to solve the problem by installing the recovery console and use the Bootcfg.exe tool to rebuild the Boot.ini file.

    How to install and use the Recovery Console in Windows XP

    http://support.Microsoft.com/kb/307654

     

     

    Error message: "Windows did not start because of a configuration of the disk of the computer problem.

    http://support.Microsoft.com/kb/314477

     

    "Invalid Boot.ini" or "Windows did not start" error messages when you start your computer

    http://support.Microsoft.com/kb/330184

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • When I try to defrag, a window opens and closes and a file download-security warning. A loop repeats. Other programs to do the same thing. Please help me fix this loop? SOS?

    When I run defrag, an IE window opens and closes and a file download-security warning comes up and asks me to run or save the file name: c:\windows\system32 dfrgui.exe, if I hit then another warning of IE - sec stands up and says 'the Publisher could not be verified. Are you sure that you want to run. I struck and the loop repeats. I run a diag of the F10 boot menu with dell. They say that its software and non-material, pay! Microsoft says that Dell is responsible. Other programs to do the same thing. I've updated and rerun my AVG security without error. We are automatically updated, and no other programs were added. Please help me fix this loop? SOS?

    Vista - open file - security warning
    http://www.Vistax64.com/Vista-security/125044-open-file-security-warning.html

    How to repair the operating system and how to restore the configuration of the operating system to an earlier point in time in Windows Vista
    http://support.Microsoft.com/kb/936212/#appliesTo

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/default.aspx/KB/929135

    Your programs launch properly from Safe Mode?  Or Normal Mode if you create another user to test with?

    Vista advanced boot options
    http://Techblissonline.com/Vista-advanced-boot-options/

    Try running ChkDsk to check your drive for errors. Right click on your drive icon / properties / tools / error checking.  Try first by checking do not each box (that it will run in read-only mode) to see if it reports any problems file or hard drive.  If so, restart it by checking both boxes and restart to allow him to attempt to fix any problems found.

    I see a lot of recommendations here for programs such as -

    Malwarebytes' Anti-Malware
    http://www.Malwarebytes.org/MBAM.php

    SuperAntispyware
    http://SUPERAntiSpyware.com/

  • After that I updated my lightroom, it shows the problem in opening, asked permission and I am not able to solve the problem, can u please help me in fixing it

    This morning, I was asked to update the lightroom and photoshop, and after update of applications, photoshop runs correctly, but lightroom is having a problem, when I opened the bright room, a dialog box appears and it says-lightroom doesn't have permission to write to certain folders to standard user. Please click the 'fix to continue' to give permission.

    I tried, but could not solve the problem.

    can u please help me solve the problem.

    Thank you

    Hi rabinp

    You must change the permissions for the folder Adobe.

    Please see the discussions below to fix it.

    Update on CC (for PS, LR and bridge) online and met a permissions problem with LR on three files?

    I've updated to Lightroom cc and now I have problems with permissions... How do I rectify this? I followed the instructions online, but I can't change the preferences folder permission to read and write.

    Doc to help Apple for permission change: OS X El Capitan: set permissions for items on your Mac

    Let us know if that helps.

    Kind regards

    Mohit

  • How can I close my browser of the reader on the Mac Plugin? Please help me! I really need the answer!

    How to close my browser of the reader on Mac Plugin?      Please help me! Thank you everyone

    Hi Claire,

    To disable the Acrobat Reader plugin of Safari software, please follow the steps mentioned here: How to remove the Plugin Adobe Acrobat Reader Safari under Mac OS X

    Kind regards

    Rave

Maybe you are looking for