gansercom

just another private tech blog

Page 24 of 28

Backup vCSA vPostgres database, roles, permissions and restore data on new vCSA

With the latest update to vCSA 6.0 Update 1 I’ve got an undefined error when I use the WebClient (Update vCSA 6.0 to vCSA 6.0 Update 1). The VMware Support said that a certificate mismatch in “User Experience Program” caused that error, but could not solve it.

My first thought was, ok, then I install a new vCSA. But every one of you know that there are many things to consider and a lot of work to transfer all data, permissions, roles, rules etc… *not funny*

Continue reading

Update vCSA 6.0 to vCSA 6.0 Update 1

Attention!

After installing Update 1 I’m getting the following error message when I log into the WebClient or click on the Customer Experience Improvement Program.
installvCSA60U1000006 installvCSA60U1000007

Migrations via WebClient also could not be startet because the wizards hangs at “choose network”

installvCSA60U1000008

I’ve opened a call – stay tuned :)

Update 06.10.2015

I solved the problem by myself. I’ve backup the database, roles and permissions from the vCSA, installed a new one and restored the database, roles and permissions to it. Now everything is working and I am happy…

I’ve documented the whole procedure in this blog post (Backup vCSA and restore data on new vCSA)

My first install of vCSA runs in the same error and I got the same message “Error occured while…”. I could resolve this by deny the internetaccess for the vCSA. After that the installation ends with the functional vCenter Server Appliance :)

Yesterday (10 September 2015) VMware released  vCenter Server 6.0. U1
Two month after the release of vCenter Server 6.0.0b the Update1 resolves issues in security, storage Web-/vSphere Client, VM management and HA/FT.

The full list of fixes can be found in the Release Notes for vCenter 6.0 Update 1.

Continue reading

Powershell script for initial config or check the current config of your ESXi host

I’ve wrote a PowerShell script to set basic settings on a new installed ESXi or check these settings against running systems.

If you don’t have host profiles licensed you can config a small set of basic settings to your whole cluster.

The script could set:

  • Timeserver
  • activate SSH and open port on firewall
  • set power management
  • create satp rule and MaxIO settings for Datacore

Prerequirements:

You will need some packages installed on your workstation:

Setup:

After all prerequirements are installed you can open the script.

In the first section you enter your VMware environment data

psscript_install_01

  • vCenter Server Name
  • Clustername (I use this script against several Cluster and don’t want to change the whole bunch of ESXi servers controlled by vCenter Server everytime.)

 

The second section is for the values you want to set

psscript_install_02

  • NTP Server
    enter your IPaddress / DNS name of your NTP server / if you set this value to $null no change would be made
  • SSH activation
    set value to ‘1’ an the scripts activates and starts the SSH server and opens the firewall ports / leave ‘0’ an no change wil be made
  • PowerPolicy
    To set the ESXi energy management set the value to 1 to get ‘HighPerfomance’, 2 for ‘Balanced’ and 3 for ‘LowPower’.
    I wrote an artice (ESXi host performance vs. power consumption) a few month ago in which I compared the pro’s and con’s which comes with ‘HighPerformance’ setting.
  • ALUA settings (DataCore)
    Actually I have only the settings for DataCore SANsymphony V. I’ve used the settings from DataCores Host Configuration Guide. If someone would test settings with his storage and best practises I could add more systems to my script.

You can run this script severall times against you Cluster. The script gives you response that everthing is set fine.

psscript_install_03

 

 

 

« Older posts Newer posts »

© 2024 gansercom

Theme by Anders NorenUp ↑