Automation

 View Only
  • 1.  VCSA Appliance Configuration using PowerCli (or any other api?)

    Posted Sep 24, 2014 04:15 AM

    Hello,

    I was able to deploy vcenter server appliance 5.5 using powerCLI.

    Now how do I configure it. Here I am talking about the vcsa configuration and NOT vcenter configuration - I hope that makes sense.

    Is there a powercli cmd-let to allow me to do that or should I hit any vcsa api?

    Please advise.

    Thanks

    RJ



  • 2.  RE: VCSA Appliance Configuration using PowerCli (or any other api?)

    Posted Sep 24, 2014 05:55 AM

    You can configure the appliance while you deploy it.

    You can use the new (in PowerCLI 5.8 R1) Get-OvfConfiguration cmdlet.

    See PowerCLI 5.8 New Feature: Get-OvfConfiguration (Part 1 of 2) and PowerCLI 5.8 New Feature: Import-vApp using Get-OvfConfiguration (Part 2 of 2) for more info on how to do this.



  • 3.  RE: VCSA Appliance Configuration using PowerCli (or any other api?)

    Posted Sep 24, 2014 01:49 PM

    Hey Luc

    how are you?

    I Did deploy using get-ovfconfiguration cmdlet but I now need to initialize the db etc (accept Eula from GUI and start services) how do I do that any API or any pshell solution?

    thanks

    rJ



  • 4.  RE: VCSA Appliance Configuration using PowerCli (or any other api?)

    Posted Sep 24, 2014 04:07 PM

    I have never tried that I'm afraid.

    And afaik, there are no samples of this available.



  • 5.  RE: VCSA Appliance Configuration using PowerCli (or any other api?)
    Best Answer

    Posted Sep 30, 2014 07:56 PM

    Hey Luc,

    I scripted it myself and it works!

    AUTOMATE VCENTER SERVER APPLIANCE DEPLOYMENT | RJ Approves This Message!

    And also on my github at rjapproves/VMware-VCSA5.5-Automation · GitHub

    Thank you,

    RJ



  • 6.  RE: VCSA Appliance Configuration using PowerCli (or any other api?)

    Posted Sep 30, 2014 08:21 PM

    Wow, great.

    Thanks for sharing.