Kopiowanie plików na datastore za pomocą powercli

Cześć,

pewnie wszyscy z Was przeglądając dokumentację natknęli się na możliwość kopiowania plików na datastore za pomocą powercli. Ale, przynajmniej tak było w moim przypadku, jest to jedna z wielu funkcji która jest gdzieś z tyłu głowy, ale rzadko (albo nigdy się jej nie wykorzystuje).

Chciałbym Wam przede wszystkim przypomnieć, że taka możliwość jest i w dodatku jest bardzo łatwa w uzyciu.

Wystarczy zalogować się na vcenter (connect-viserver -server VCENTER) i dalej za pomocą standardowych poleceń (cd, mv, cp) poruszać się w przestrzeni vmstore:

cd vmstore:
dir 
...
cd katalog
cp katalog1\plik1 katalog2\
itd

W obrębie vmstore możemy wykonywać większość potrzebnych rzeczy. Jeśli jednak chcemy coś skopiować z dysku lokalnego na vmware to należy skorzystać z przystawki: copy-datastoreitem:

get-datastore DATASTORE | New-DatastoreDrive -Name data1
copy-datastoreitem -item c:\glupiwindows\plik1.txt -destination data1:\KATALOG1

Lub inaczej:

cd vmstore:
cd \TAM\GDZIE\CHCE\KOPIOWAC
copy-datastoreitem -iteam c;|gluiwindows\plik1.txt .

Ciekawe linki:

https://kunaludapi.blogspot.com/2015/09/powercli-copy-files-from-your-computer.html

https://blogs.vmware.com/PowerCLI/files/2017/02/VMware_PowerCLI_Poster_6.5.pdf

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

VMware
VCF, backup configuration

Backup implementation for VMware component is fairly easy. Just the requirements is to configure SFTP server in proper way and make it network available to the VMware components. SDDC Manager and NSX Manager backup In VCF Operations it is possible to configure backup for SDDC Manager and NSX Manager. Go …

VMware
VCF Automation, fresh environment configuration with identity providers and access control.

Introduction Login Login as user admin to the Organization name: system or if selected manual: Check the connections (in Administration section), where you should see connection to the vCenter and NSX-t manager as those are provided automatically via VCF Operations: the same for VCF Instances: Also check your networking: Identity …

VMware
VCF SoS

SoS (Supportability and Serviceability) command can be used for troubleshooting purpose to generate VCF (per component) log bundle, massively enable/disable ssh service on ESXi, vCenter, password and certificates expiry status, verify cluster health and many other. while troubleshooting, the following commands can be helpful: