just another private tech blog

Category: vSphere (Page 9 of 12)

Update vCenter Server Appliance 6.0.0 U1 to U1b via Webinterface

In my article http://blog.ganser.com/975 I described the update from the first version of vCenter Server Appliance 6 to the Update 1. The update needs to connect an ISO image and CLI commands to be installed.

In vCenter Server Appliance you could go the same way or update via Webinterface.

On January 22nd VMware Release Notes added a hint, what to do if the installer stuck at 70%. Read more at the end of my install steps.

Continue reading

*FIXED* – ESXi 6.0 and 6.0 U1 – CBT Bug creates inconsistent incremental VM backups

VMware acknowledged a known issue (KB2136854) within ESXi 6.0 and 6.0 U1. CBT looses the information of I/Os during snapshot consolidation. The main backup isn’t affected but all data written during the consolidation task are missed.

ALL CBT incremental backups are potentially affected.

VMware currently has no resolution.

Update 25.11.2015:

VMware released a patch for the CBT bug.

VMware ESXi 6.0, Patch ESXi600-201511401-BG: Updates esx-base (2137546)

Continue reading

Optimize Flash settings for vSphere Web Client

As VMware is putting all new function only in the vSphere Web Client we all ‘want’ to use it. Regarding Adobe Flash many people don’t like the Web Client because usability, reactions and speed are not the same as it is in the ‘real’ vSphere Client.

In Version 6 of VMware vSphere the usability jumps to a better level. Reactions on contextmenu and functions speeds up multiple.

VMware released a KB article (KB2109770) which fixes a problem where Adobe Flash reports “storage limit reached

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 ↑