Via het onderstaande commando kun je de vmware-tools versie achterhalen op een Linux distrobutie zonder GUI.
grep buildNr /usr/bin/vmware-config-tools.pl
Dit commando geeft de volgende output:
Via het onderstaande commando kun je de vmware-tools versie achterhalen op een Linux distrobutie zonder GUI.
grep buildNr /usr/bin/vmware-config-tools.pl
Dit commando geeft de volgende output:
Sinds ik SP2 op de SQL server had geïnstalleerd, kreeg ik de onderstaande foutmelding in mijn Backup Exec log file.
Click an error below to locate it in the job log
Backup- SQL1
AOFO: Initialization failure on: \\SQL\Shadow?Copy?Components.Advanced Open File Option used: Microsoft Volume Shadow Copy Service (VSS).Snapshot provider error (0x8007000E): Ran out of memoryCheck the Windows Event Viewer for details.
Dit probleem kun je oplossen door de hotfix te bestellen die vermeldt word in het volgende KB document: KB940239
Paul Shannon poste het onderstaande op zijn blog: http://www.vm-aware.com/.
OSSV installs directly into the VMware ESX service console and acts as a very light-weight interface to backup Virtual Machines on NetApp storage and non-NetApp storage. It works best with NetApp Protection Manager, but works well as a stand-alone product. There’s also an excellent Best Practice guide for OSSV available here.
Bron: http://www.vm-aware.com/
Via het commando:
servermanagercmd –install PowerShell
kun je eenvoudig Windows Powershell installeren op Windows Server 2008
De installatie word gestart.
Zodra het installatie proces word gestart, vind je in de taskmanager het proces TrustedInstaller.exe.
Powershell word geïnstalleerd.
Zoals je kunt zien is Powershell geïnstalleerd en operationeel.
Via het commando:
Servermanagercmd.exe –Query
Kun je nagaan welke roles er zijn geïnstalleerd:
In deze post vind je een overzicht van de mogelijkheden m.b.t ServerManagerCmd.exe
The Server Manager command-line installation accepts parameters to install or to remove one role, role service, and feature per command instance. When you want to install or to remove more than one role, role service, or feature on a server by using a single command instance, use an XML answer file. For more information about the answer file that you can use with ServerManagerCmd.exe, see Creating an Answer File for Server Manager Commands.
Note:
ServerManagerCmd.exe can be executed from within any directory on the server’s local drives. You must be a member of the Administrators group on the server on which you intend to install or to remove software.
Important:
Because of security restrictions imposed by User Account Control, you must run ServerManagerCmd.exe in a Command Prompt window opened with elevated privileges. To do this, right-click the Command Prompt executable file, or the Command Prompt object on the Start menu, and then click Run as administrator.
Syntax :
ServerManagerCmd.exe -query [<query.xml>] [-logPath <log.txt>]
ServerManagerCmd.exe -inputPath <answer.xml> [-resultPath <result.xml> [-restart ] | -whatIf ] [-logPath <log.txt>]
ServerManagerCmd.exe -install <command-Id> [-setting <setting-name>=<setting value>][-allSubFeatures ] [-resultPath <result.xml> [-restart ] | -whatIf ] [-logPath <log.txt>]
ServerManagerCmd.exe -remove <command-Id> [-resultPath <result.xml> [-restart ] | -whatIf ] [-logPath <log.txt>]
ServerManagerCmd.exe [-help | -?]
ServerManagerCmd.exe -version
Voor een volledig overzicht van ServerMangerCMD.exe verwijs ik je naar de volgende pagina:
http://technet2.microsoft.com/
En op de volgende site tref je ook een mooi overzicht: http://blogs.techrepublic.com.com/datacenter/?p=294
Mike Laverick heeft een mini-whitepaper geschreven over de VMware Powershell toolkit.
This mini-whitepaper walks you through the setup and configuration of PowerShell for VMware – and how to get up an running with Dmitry Sotnikov’s PowerGUI and PowerPack for VMware. I’d have to say I’ve been impressed by Dmitry’s work, and only hope things get better. Thanks Dmitry
Je kunt de mini-whitepaper hier downloaden: http://www.rtfm-ed.co.uk/?p=543
Open een nieuw werkblad. Klik op ‘Gegevens’ gevolgd door ‘Van andere bronnen – Van SQL Server’
Voer de naam in van de SQL server en eventueel een gebruikersnaam en wachtwoord.
Selecteer de tabel ‘VPX_EVENT’
Als laatste sla je het gegevensbestand op.
Nu moet je inloggen op de VC database.
En daarna word de informatie naar binnen getrokken. Dit is nogal wat, zeker als je VC server al een tijdje draait.
De informatie waar we naar op zoek zijn, is de VMotion informatie. Die kun je als volgt vinden:
Open ‘Tekstfilters – Bevat…’
Geef nu het zoekwoord: ‘migrate’ op.
Daarna word er een selectie uitgevoerd en zie je alleen nog de rijen die van toepassing zijn.
Via de knop ‘Alles vernieuwen’ of Ctrl + Alt + F5 kun je de lijst vernieuwen.
In deze post lees je hoe je informatie uit de VC database kunt halen d.m.v. een query. Het gaat dan in het bijzonder om het aantal VMotion taken die gestart zijn. Je kunt dan na gaan hoe vaak een VM wordt gevmotioned via een handmatige taak of via DRS.
De volgende query kun je loslaten op VC database:
SELECT vpx_event.event_type, vpx_event.vm_name, vpx_event.create_time from vpx_event where event_type like ‘%migrate%’
SELECT distinct(vpx_event.event_type) from vpx_event order by event_type
De volgende informatie komt dan terug uit de query:
Het gaat dan om de volgende event_types:
- vim.event.VmMigratedEvent (handmatige VMotion)
- vim.event.DrsVmMigratedEvent (VMotion via DRS)
Meer informatie vind je in het volgende Topic op VMUG.nl gestart door Gabrie.
Generally this is exactly what we expected: to be able to provide good performance to many virtual servers which do network and/or disk-I/O only periodically without overprovisioning the whole infrastructure.
At the moment there is exactly one dual-port 10 GigE card in every VMware server and there are two physical connections to two different switches – a much cleaner setup than the 12 (!) GigE interfaces per server we had before
Lees de rest van de benchmark hier: http://21stcenturystorage.cebis.net
Een tip: zie de volgende site: http://vmware-land.com/Top_10_Lists.html
Top 10 things you must read when trying to sell Vmware as a solution to management
Top 10 things you must read if you are new to VMware
Top 10 things you must read to get more technical with VI3
Top 10 things you must read about Vmware Storage (SAN/NAS/iSCSI/NFS)
Top 10 things you must read about Vmware Security
Top 10 things you must read about Vmware Troubleshooting
Top 10 things you must read about Vmware Networking
Top 10 things you must read about VirtualCenter
Top 10 things you must read about Vmware Performance
Top 10 things you must read about Memory
Top 10 things you must read about the ESX Service Console
Top 10 things you must read about Disaster Recover/Business Continuity and Vmware
Top 10 reasons to go to VMworld 2007