esxcfg-scsidevs -m esxcfg-scsidevs -m
Konfiguracja management network: esxcfg-vmknic -l
Sprawdzenie które pliki są alokowane w systemie: vmkvsitools lsof | grep nazwa_masz
Tutaj znajdziesz przykładową konfigurację sso. www.sysads.co.uk/2013/03/add-active-directory-domain-identity-source-vmware-sso-v5-1-0/
Steps from VMA (after you connect to host using vifp and vifptarget commands): Firstly need to be set fqdn: esxcli -h esx02 system hostname set –fqdn=esx02.vmtest.local Next line should set DNS server: esxcfg-dns -D 192.168.100.66 -d esx02.vmtest.local -n esx02 Last step is to add server to domain: vicfg-authconfig -h esx02.vmtest.local …
Windows PowerShell Copyright (C) 2012 Microsoft Corporation. All rights reserved. PS C:\Windows\system32> Set-ExecutionPolicy remotesigned Execution Policy Change The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about_Execution_Policies help topic at http://go.microsoft.com/fwlink/?LinkID=135170. Do …
http://blogs.technet.com/b/heyscriptingguy/archive/2012/05/15/find-powershell-commands-by-using-the-get-command-cmdlet.aspx ex. get-command get-datastore | fl ew. komenda | gm (get-members)
Get-HardDisk -VM ubuntu1 | fl Get-HardDisk -vm ubuntu1 | Where-Object { $_.Filename -eq “[datastore1] ubuntu1/ubuntu1.vmdk”} Set-HardDisk -HardDisk $hd -CapacityGB 10
powercli, vm nazwa i cluster w jednej linii Doskonały blog można odnaleść tutaj: http://ict-freak.nl/2009/11/17/powercli-one-liner-to-get-vms-clusters-esx-hosts-and-datastores/ generalnie: Get-VM | Select Name, @{N=”Cluster”;E={Get-Cluster -VM $_}}, ` @{N=”ESX Host”;E={Get-VMHost -VM $_}}, ` @{N=”Datastore”;E={Get-Datastore -VM $_}}
Gdy w vma dostajemy komunikat https://ip:443/sdk/vimService.wsdl’ at /usr/lib/perl5/5.10.0/VMware/VICommon.pm line 545, oznacza to, że w /etc/hosts nie mamy poprawie wpisanej nazwy fqdn.