Difference between revisions of "Virtual Centre"

From vwiki
Jump to navigation Jump to search
m (Typo fix)
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
Yes, I know, it should be Virtual Center (or as its now known vCenter) not Cent''re'', but in English centre is spelt that way and that's the language we're using here, not a localised dialect.  Any complaints, speak to the [http://en.wikipedia.org/wiki/Queen_of_england Queen], its her language.
#REDIRECT [[:Category:vCentre]]
 
== Install ==
For a production installation you should have a ready to use SQL database server (MS or Oracle), for small installations you can use MS SQL Express (which is installed as part of the vCentre install when no external database is specified).
 
This is a basic install that will get you going, see [http://kb.vmware.com/kb/1022101 Installing ESX 4.1 and vCenter Server 4.1 best practices] for more info.
 
# Start the installer
# Accept EULA, and then click '''Next'''
# Enter vCentre license key (if you have one), and then click '''Next'''
# Setup a database to use, and then click '''Next'''
#* Use MS SQL 2005 Express option for small scale or non-production deployments only
#* Select an existing DSN (to set-up a new DSN, see [[#Create DSN]])
# Enter the appropriate authentication information, and then click '''Next'''
# Select the appropriate ''Linked Mode'' (this proc assumes Standalone), and then click '''Next'''
# Accept the default TCP ports (its recommended that you don't share the server with other services which, for example) might necessitate changing the vCentre ports), and then click '''Next'''
# Click '''Install'''
 
=== Create DSN ===
Use this procedure to create a new SQL DSN on the server on which you are installing vCentre, if your database is Oracle rather than Microsoft then you'll need to install an Oracle db driver 1st and select that rather than the SQL Native Client in this procedure.  A blank/empty database should be create on the database server prior to carrying out this procedure.
 
# Go to '''Data Sources (ODBC)''' in the Administrative Tools menu
# Go to the '''System DSN''' tab and click on '''Add...'''
# Select the '''SQL Native Client''' driver and click '''Finish'''
# Enter the required options described below, and then select '''Next'''...
#* '''Name:''' ''This is the name that you'll know the DSN by, and use in the vCentre setup, eg <code>VC</code>''
#* '''Description:''' ''Optional description for DSN, eg <code>vCentre database</code>''
#* '''Server:''' ''Database server hostname, eg <code>db1.company.com</code>''
# Enter the appropriate authentication options for your database (ask your DBA if in doubt!), and then click '''Next'''
# Check the '''Change the default database to''' option and select the appropriate database (that's been created on the database server, then click '''Next'''
# Leave default options as is on final screen, and click '''Finish'''
# Click the '''Test Data Source...''' button to test connectivity to the database, then '''OK''' to finish
#* If the test fails, recheck your config, and also test connectivity to the database server (ping, telnet porttest etc)
 
=== Install Update Manager ===
Update Manager can be installed either on a separate server, or on the same machine as vCentre.
You need to have a SQL database available (as for vCentre, this can be an external database or MS SQL Express). 
You also need enough storage to keep local copies of all updates that will available for install to clients (especially when your VUM server is a VM, it can be useful to keep the patches on separate disk, so that's its easier to alter its size without affecting other data).
 
# Start the installer
# Accept EULA, and then click '''Next'''
# Enter the local admin user/pass credentials for the server vCentre is running on, and then click '''Next'''
# Setup a database to use, and then click '''Next'''
#* Use MS SQL 2005 Express option for small scale or non-production deployments only
#* Select an existing DSN (to set-up a new DSN, see [[#Create DSN]])
# Enter the appropriate authentication information, and then click '''Next'''
# Accept the default TCP ports (its recommended that you don't share the server with other services which, for example) might necessitate changing the Update Manager ports).  Tick the box if you need to configure a proxy, and then click '''Next'''
# Change the ''..location for downloading patches'' if you want you downloaded updates to stored on a separate disk, and click '''Next'''
# Click '''Install'''
 
Once installed Update Manager will download patches and updates for hosts and VMs connected to the vCentre.  To manage Update Manager...
# With a '''VI Client''' connected to vCentre, go to '''Plug-ins | Manage Plug-ins...'''
# For the ''...Update Manager Extension'', click on '''Download and Install...'''
# Click on '''Next'''
# Accept EULA, and then click '''Next'''
# Click '''Install'''
# Click '''Finish'''
 
=== Upgrade ===
Upgrades are performed using the same package as used for a fresh installation.  Obviously VI management will be unavailable during the upgrade and the database should be backed up prior to starting work.  Its quite common for the VC to lose contact with the ESX's it manages following an upgrade.  Reconnecting requires some manual effort (right-click options through the VI Client, restart the ESX management agent, nothing too involved, just time consuming if you've lots of ESX's), and may require the root user/pass for the ESX's.
 
# Start the installer
# The installer will detect that its an upgrade and ask for confirmation to continue, click '''Yes'''
# Once the wizard starts, click '''Next'''
# Accept EULA, and then click '''Next'''
# Confirm the database selection is correct, and then click '''Next'''
# Enter the appropriate database authentication information (if required), and then click '''Next'''
# You may receive warnings about any of the following (or other), this is normal, take note and proceed
#* Update Manager extension won't be supported - upgrade following vCentre upgrade
#* SQL server recovery model
#* SQL server to use TCP/IP and named pipes - config post upgrade via MS SQL Server Surface Area Config tool, Database Engines | Remote Connections
# Unless you really want to blank your database and lose all configs, performance logs etc, leave on the default ''Do not overwrite...'' option and click '''Next'''
# Unless you know otherwise, leave vCentre service account info as is and click '''Next'''
# Leave TCP ports as is and click '''Next'''
# Click '''Install'''
#* The upgrade will proceed and might take some time (5 - 15 mins)
#* Once the vCentre is upgraded its common for the vCentre agent that resides on the ESX's to also be upgraded, this occurs automatically once the ESX's reconnect after the vCentre upgrade.
 
=== Upgrade Update Manager ===
Upgrade vCentre ''before'' Update Manager!  The database should be backed up prior to starting work.
 
# Start the installer
# The installer will detect that its an upgrade and ask for confirmation to continue, click '''Yes'''
# Once the wizard starts, click '''Next'''
# Accept EULA, and then click '''Next'''
# Enter the local admin user/pass credentials for the server vCentre is running on, and then click '''Next'''
# Enter the appropriate database authentication information (if required), and then click '''Next'''
# Leave on the default ''Yes, I want to upgrade...'', and tick to confirm you've taken a backup, then click '''Next'''
# Click '''Install'''
# Click '''Finish'''
 
== General Configuration ==
=== Sysprep Setup ===
 
The following Sysprep support directories were created during Virtual Center installation, these need to be populated in order for the VC to be able to sysprep VM's as they are deployed using Guest Customisation:
* '''Windows 2003''' vCentre
** <code> %ALLUSERSPROFILE%\Application Data\Vmware\VMware VirtualCenter\sysprep\ </code>
** <code> C:\ProgramData\VMware\VMware VirtualCenter\sysprep\ </code>
* '''Windows 2008''' vCentre
** <code> %ALLUSERSPROFILE%\VMware\VMware VirtualCenter\sysprep\ </code>
** <code> C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\sysprep\ </code>
<pre>
...\1.1\
...\2k\
...\xp\
...\svr2003\
...\xp-64\
...\svr2003-64\
</pre>
Windows 2008 (and Vista) don’t need sysprep files as the function is built into the OS.
 
Download the ‘System Preparation Tool’ or ‘Deployment Tools’ package that contains ‘sysprep’ from the Microsoft download centre. Make sure that you download the correct version for the guest operating system and ‘Service Pack’ that you want to customize.
 
'''1.1:'''
In the case of the generic version 1.1 simply run the downloaded executable to extract the files then copy the contents of the Tools directory into the appropriate directory (see below).
 
'''Windows 2000:'''
In the case of Windows 2000 simply run the downloaded executable to extract the files into the appropriate directory (see below).
 
'''Win XP:'''
In the case of XP run the downloaded executable to create deploy.cab then use something like WinZip to extract the files into the appropriate directory (see below).
 
'''Windows 2003:'''
In the case of Windows 2003 the downloaded executable is a Hot Fix which must be run (Installed) on a matching OS to create deploy.cab then use something like WinZip to extract the files into the appropriate directory (see below).
 
=== TomCat Memory Throttle ===
The Tomcat webserver (used to provide VC Web-services), can be very memory hungry (up to 1GB) in comparison to when it ran on VC v2.5 (normally around 50MB).  This can be throttled down, though this is only recommended for small, non-production installations (<10 ESX's).
 
# Edit the registry to put a ceiling on the Java VM's memory usage
## Append <code> --JvmMx=256 </code> (MB) to end of <code> HKLM\SYSTEM\CurrentControlSet\Services\vctomcat\ImagePath </code>
# Restart the service
## <code> VMware VirtualCenter Management Webservices </code>
 
 
== Update Manager ==
=== Import updates from another VC ===
Useful when you've a isolated VC (without internet access), and another with a full compliment of updates.
# Copy the updates from to the VC, copy the entire Data directory
#* Default location for updates <code> C:\Documents and Settings\All Users\Application Data\VMware\Vmware Update Manager\Data</code>
# On the isolated VC, run a version of the following example command to update the Update Manager database
#* <code> vmware-updateDownloadCli -p <path to patches>\Data -f esx -U <user ac> </code>
 
=== Scan/Remediate fails ===
* Error: '''VMware Update Manager had a failure'''
* Detail: '''Patch metadata for <ESX> missing, please download patch metadata first''', despite the fact that Update Manager is fully up to date.
* <code>/var/log/vmware/esxupdate.log</code> shows connection errors
 
# On the VC, stop the VMware Update Manager Service
# Edit vci-integrity.xml file
#* Normally found in <code>C:\Program Files\VMware\Infrastructure\Update Manager\</code>
# Edit the following entry, adding the VC IP address
#* <code><PatchDepotUrl>http://VC-IP/vci/hostupdates/hostupdate</PatchDepotUrl> </code>
# Restart the VMware Update Manager Service
 
 
== SQL Database ==
=== Migrate SQL2000 to SQL2005 ===
This should be fairly painless (so long as your DBA knows his stuff!).
 
'''Before you start''', you must ensure the Virtual Centre is using a SQL Native Client driver to access the database (see [http://kb.vmware.com/kb/1003391 VMware KB1003391])...
# Open up '''ODBC Data Source Administrator''', and go to the '''System DSN''' tab
# Check that the driver you're using is '''SQL Native Client'''
# If not, you'll need to upgrade...
## Download from Microsoft and install SQL (see the VMware KB link above)
## Stop your Virtual Centre Server service
## Rename your existing DSN (eg append "old" to it)
## Create a new DSN using the new driver but otherwise exactly the same as the previous (the name MUST be the same)
## Restart the Virtual Centre Server service
## Login using the VI Client and ensure everything looks good (clusters, ESX's, VM's, Alarms, Guest Customisations etc)
 
'''To complete the migration...'''
# Stop the Virtual Centre Server service
# Backup the database (and log files) from your old SQL 2000 server
# Restore the database (and log files) to your new SQL 2005 server
# Ensure that your Virtual Centre's database account is the db_owner of the Virtual Centre database on SQL 2005 (as it was on the SQL2000 database) 
# Change the ODBC DSN settings on the VC server so it points to the SQL 2005 server (just change the server name, if you need to specify a non-standard TCP port use <code><SERVER>, <PORT></code> rather than <code><SERVER>:<PORT></code>)
# Restart the Virtual Centre Server service
# Login using the VI Client and ensure everything looks good (clusters, ESX's, VM's, Alarms, Guest Customisations etc)
 
=== SQL Database Maintenance ===
 
''Summary of maintenance info from http://www.vmware.com/files/pdf/vc_microsoft_sql_server.pdf''
 
====Index Fragmentation====
'''This maintenance procedure can be performed inline (ie without stopping the DB or VirtualCenter)'''
# Log into the SQL database using Query Analyser
## Run up SQL Query Analyzer, and log into the SQL server
# Perform query to check the level of fragmentation (may take 2 mins or so to run). Create and execute the following query;
#* <code> USE DB </code> (replace DB with whatever the database is called
#* <code> GO </code>
#* <code> DBCC SHOWCONTIG (VPX_HIST_STAT,VPXII_HIST_STAT) </code>
#* <code> GO </code>
# Check the query results for either of the following bad conditions
#* Scan Density < 90%
#* Logical Scan Fragmentation > 10%
# If required, perform defragmentation by running the following query (will take some time depending on level of fragmentation)
#* <code> DBCC INDEXDEFRAG ('DB', 'VPX_HIST_STAT', 'VPXII_HIST_STAT') </code>
#* <code> GO </code>
# Reheck the level of fragmentation using the following query (if Logical Scan Fragmentation is still > 30%, then may need to do reindex)
#* <code> DBCC SHOWCONTIG (VPX_HIST_STAT,VPXII_HIST_STAT) </code>
#* <code> GO </code>
# Update the statistics to continue providing accurate metrics, use the following query;
#* <code> UPDATE STATISTICS VPX_HIST_STAT WITH FULLSCAN </code>
#* <code> GO </code>
 
You may occasionally encounter a deadlock issue that causes the INDEXDEFRAG session to
terminate. If the session terminates in this way, there is no adverse impact on the database, and the
database continues running normally. You can issue the INDEXDEFRAG command again and the operation
resumes where it left off.
 
====Index Reindexing====
'''This maintenance procedure can only be performed with the database offline, the VirtualCenter Server Service must be shutdown'''
# Perform query to check the level of fragmentation (may take 2 mins or so to run). Create and execute the following query;
#* <code> USE DB </code>
#* <code> GO </code>
#* <code> DBCC SHOWCONTIG (VPX_HIST_STAT,VPXII_HIST_STAT) </code>
#* <code> GO </code>
# Check the query results for either of the following bad conditions
#* Scan Density < 70%
#* Logical Scan Fragmentation > 30%
# Stop the VirtualCenter Server Service
# Reindex the table by running this query;
#* <code> DBCC DBREINDEX ('VPX_HIST_STAT', '', 70) </code>
#* <code> GO </code>
# Once complete, restart the VirtualCenter Server Service
 
===Other Tasks===
Its also possible to delete old data from the database, this is achieved by running a script against the database, see http://kb.vmware.com/kb/1000125 for further info.
 
== Troubleshooting ==
=== VMware VirtualCentre Server service won't start ===
'''Service-specific error 2 (0x2)'''
* Caused by the SQL service being unavailable, therefore investigate why this is so. 
 
If SQL is running on the same server, and the service failed after a reboot, its likely that its starting too quickly and SQL isn't ready.  Either, make the service automatically restart after X mins (good practise anyway), and/or make the service depend on SQL.
 
To make the VirtualCentre Server service depend on the SQL service
# Find the name of the SQL service
#* Find the MSSQL key in the following hive (will probably be MSSQL, MSSQL$SQLEXPRESS, etc)
#* <code> HKLM\System\CurrentControlSet\Services </code>
# Make VC service dependant on it
#* Browse to <code> HKLM\System\CurrentControlSet\Services\vpxd </code>
#* Add the name of the SQL service to the <code> DependOnService </code> value (there must be a blank line at the end still)
 
 
=== Virtual Machine won't export ===
''** As a general work-around to exporting VM's, its possible to download the VM files from the datastore.  This can often be used in-place of properly exported virtual appliance **''
 
'''Failed to Export Virtual Appliance: An item with the same key has already been added'''
* Caused by VM being exported having a running snapshot.
 
To resolve...
* Delete / Consolidate VM's snapshot(s)
* Alternatively make a local temporary clone of the VM (which would have the snapshots deleted/committed as part of the clone) and then export that
 
'''Failed to export virtual appliance: Unexpected meta section'''
* Sometimes the exported doesn't handle creating a local folder to export to properly
* Discrepancy between VMX file and actual virtual hardware config
* Snapshot files (especially VMSD) may remain despite there being no active snapshot
 
To resolve...
* Re-attempt
* Backup and then delete any snapshot files (assuming you're sure there are no active snapshots - see [[Virtual_Machines#Snapshot_Still_Active.3F|Snapshot Still Active?]]), .vmsd and *-0000x.vmdk files
* Check VMX file for any discrepancies between itself and reality, backup and then correct the VMX file
 
 
[[Category:VMware]]

Latest revision as of 15:30, 4 October 2016

Redirect to: