VMware

Przełożenie naa na datastore

esxcfg-scsidevs -m esxcfg-scsidevs -m

VMware

Polecenia sieciowe – esxi, cli

Konfiguracja management network: esxcfg-vmknic -l  

VMware

Management ESXi, polecenia, cli

Sprawdzenie które pliki są alokowane w systemie: vmkvsitools lsof | grep nazwa_masz

VMware

vsphere sso, konfiguracja

Tutaj znajdziesz przykładową konfigurację sso. www.sysads.co.uk/2013/03/add-active-directory-domain-identity-source-vmware-sso-v5-1-0/

VMware

Add ESXi to AD domain from CLI

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 …

VMware

powercli remotesigned

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 …

VMware

powercli (powershell) szczegóły komendy

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)

VMware

Powiększanie dysku, powercli

Get-HardDisk -VM ubuntu1 | fl Get-HardDisk -vm ubuntu1 | Where-Object { $_.Filename -eq “[datastore1] ubuntu1/ubuntu1.vmdk”} Set-HardDisk -HardDisk $hd -CapacityGB 10

VMware

powercli, vm nazwa i cluster w jednej linii

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 $_}}

VMware

vma, /usr/lib/perl5/5.10.0/VMware/VICommon.pm line 545

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.