What useful for copy vm to an esxi to an another esxi?

Hello

I use Winscp.  How to copy a virtual machine from one host to another esxi?

I can't do it using Winscp.  Is there a best util that would allow me to do this?

Thank you in advance,

WinSCP is expected worki very well. Make sure you have SSH enabled on the ESXi host. He will host a two step process local and local to the host. I would also have a glance at Veeam Fastscp heading a direct copy from host to host. http://www.Veeam.com/VMware-ESXi-FastSCP.html

Tags: VMware

Similar Questions

  • Should what Management Interface I use for the free version of ESXi

    I plan on the implementation of the free version of ESXi on a server with Intel VT technology.

    I have a management interface for my free version of ESXi.

    I was told by someone that I need to manage VSphere.

    I can just purchse VSphere and should be fully compatible with the free ESXi?

    If so, should what version of VSphere I buy?

    What are my alternatives to a manageable GUI that won't cost too much? (I intend to manage only 5 virtual machines on the ESXi server)

    Thanks in advance!

    When you download the VI client from the http:// you the Virtual Infrastructure Client GUI.  Not a powershell environment.  See attached screenshot.

  • Should what type of disc I use to copy pictures on a disc?

    Original title: what type of disc should I use to copy pictures on a disc. I tried memorex cd - r 40 x and also cd - r 52 x, and they do not work

    copy pictures to a disc

    Hi stv2741,

    1. you use any DVD burning software?

    You can use any type of recordable disc to burn images. You can check the following links for more information:

    Burn a CD or DVD

    http://Windows.Microsoft.com/en-us/Windows-Vista/burn-a-CD-or-DVD

    Burn pictures or videos to a CD or DVD

    http://Windows.Microsoft.com/en-us/Windows-Vista/burn-pictures-or-videos-to-a-CD-or-DVD

    Burn a CD or DVD in Windows Media Player

    http://Windows.Microsoft.com/en-us/Windows-Vista/burn-a-CD-or-DVD-in-Windows-Media-Player

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How to COPY a BACKUP as the... CONTROLFILE can be used for the OPEN database

    I create a document such as a "How To" to move a position for a Junior DBA controlfile.

    But it seems that I'm the Junior because I am facing the following...

    Action plan:

    Move/rename a Controlfile

    Version of the database: 11.2.0.3

    Controlfiles moving of:

    / goldengate/ORCL/ORADATA /.

    TO:

    / GoldenGate/ORCL/controlfile

    Step 1: Set up environment variables

    $> export ORACLE_SID = ORCL1

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    $> echo $ORACLE_SID

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    ORCL1

    $> export ORACLE_BASE = / u01/app/oracle

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    $> echo $ORACLE_BASE

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    / u01/app/Oracle

    $> export ORACLE_HOME=$ORACLE_BASE/product/11.2.0.3/dbhome_1

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    $ echo $ORACLE_HOME

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    /U01/app/Oracle/product/11.2.0.3/dbhome_1

    Step 2: Check control_files parameter

    $> echo "see THE PARAMETER control_files | sqlplus-s "virtue sysdba".

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    control_files string/goldengate/ORCL/ORADATA/control

    ol01. CTL, / goldengate/ORCL/ORA

    DATA/control02.ctl

    Step 3: Closing the open database

    $> echo 'SHUTDOWN IMMEDIATE'; | sqlplus-s "virtue sysdba".

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    The database is closed.

    The database is dismounted.

    ORACLE instance stops.

    Step 4: Editing of the database

    $> echo "STARTUP MOUNT"; | sqlplus-s "virtue sysdba".

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    ORACLE instance started.

    Total System Global Area 4275781632 bytes

    Bytes of size 2235208 fixed

    822084792 variable size bytes

    3439329280 of database buffers bytes

    Redo buffers 12132352 bytes

    Mounted database.

    Step 5: Creating a copy of the current controlfile

    $> echo "AS BACKUP COPY CURRENT CONTROLFILE FORMAT ' / goldengate/ORCL/CONTROLFILE/control01.copy.ctl'; ' | RMAN target / nocatalog

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Recovery Manager: release 11.2.0.3.0 - Production Fri Oct 22 17:03:27 2015

    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.

    connected to target database: ORCL (DBID = 1420762587, is not open)

    using the control file of the target instead of recovery catalog database

    RMAN >

    From 22 October 15 backup

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = 58 type of device = DISK

    channel ORA_DISK_1: from data file copy

    copy the current control file

    tag name=/goldengate/ORCL/CONTROLFILE/control01.copy.ctl output file = RECID = 1 STAMP = 893783011 TAG20151022T170329

    channel ORA_DISK_1: datafile copy complete, duration: 00:00:03

    Backup finished at 22 October 15

    RMAN >

    Complete recovery manager.

    Step 6: Change of parameter control_files

    $> echo "ALTER SYSTEM SET control_files='/goldengate/ORCL/CONTROLFILE/control01.copy.ctl' SCOPE = SPFILE;" | sqlplus-s "virtue sysdba".

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Modified system.

    Step 7: Closing of the mounted database

    $> echo 'SHUTDOWN IMMEDIATE'; | sqlplus-s "virtue sysdba".

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    ORA-01109: database is not open

    The database is dismounted.

    ORACLE instance stops.

    Step 8: Installation of the database

    $> echo "STARTUP MOUNT"; | sqlplus-s "virtue sysdba".

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    ORACLE instance started.

    Total System Global Area 4275781632 bytes

    Bytes of size 2235208 fixed

    822084792 variable size bytes

    3439329280 of database buffers bytes

    Redo buffers 12132352 bytes

    Mounted database.

    Step 9: Check control_files parameter

    $> echo "see THE PARAMETER control_files | sqlplus-s "virtue sysdba".

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    control_files string/goldengate/ORCL/CONTROLFILE/c

    ontrol01. Copy.CTL

    Step 10: Open the mounted database

    $> echo "ALTER DATABASE OPEN"; | sqlplus-s "virtue sysdba".

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    ALTER DATABASE OPEN

    *

    ERROR on line 1:

    ORA-01589: must use RESETLOGS or NORESETLOGS option of database open

    $> echo "ALTER DATABASE OPEN NORESETLOGS"; | sqlplus-s "virtue sysdba".

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    ALTER DATABASE OPEN NORESETLOGS

    *

    ERROR on line 1:

    ORA-01610: recovery using BACKUP CONTROLFILE option must be

    Then...

    $> sqlplus/nolog

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    SQL * more: Production release 11.2.0.3.0 the game Oct 22 17:14:43 2015

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.

    SQL > CONNECT sysdba virtue

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Connected.

    SQL > RECOVER DATABASE with the HELP of BACKUP CONTROLFILE until CANCEL;

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    ORA-00279: change 621941 September at 22/10/2015 16:57:33 needed to screw 1

    ORA-00289: suggestion:

    /U01/app/Oracle/product/11.2.0.3/dbhome_1/DBS/arch1_11_892981851.dbf

    ORA-00280: change 621941 thread 1 is in sequence #11

    Specify the log: {< RET > = suggested |} Filename | AUTO | CANCEL}

    Cancel

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Cancelled media recovery.

    SQL > ALTER DATABASE OPEN;

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    ALTER DATABASE OPEN

    *

    ERROR on line 1:

    ORA-01589: must use RESETLOGS or NORESETLOGS option of database open

    Issues related to the:

    What am I misunderstanding? BACKUP COPY THAT isn't really a COPY.

    Why I can't use the 'copy' of the controlfile created by RMAN?

    Note:

    If I just copy the controlfile to the new location when the database shuts down everything works fine.

    Thanks in advance.

    Juan M


    Recovery Manager (RMAN)

    It is also mentioned in https://docs.oracle.com/cd/E11882_01/server.112/e25494/control.htm#ADMIN11288

    Create additional Copies, rename and move the control files

  • My 3-in-1 uses the color cartridge for copy/printing black a black paper on the glass top...

    My 3-in-1 uses the color cartridge to black for a black document on copy/printing tray, but use black cartridge to print in black from the computer itself.

    In other words:

    (1) if I have a document with a black print in Microsoft word on my hard drive and I want to print this document in black print, while the 3-in-1 works fine. In other words, is the black cartridge can print a document in black to a black document.

    (2) if I take this same document which has just been printed in black and put one on the glass and try to produce a black document thereof using the copier function, the 3-in-1 uses the color cartridge to produce the black document... .more is very slow (the same speed it would be if I were to produce one side of color of color documents.

    Of course, it cannot be the black cartridge.

    Through a long trial and error process, I got lucky and I resolved and the resolution is not what I was expecting and makes no sense to me.

    Use the settings of the printer itself, I just changed the setting from "automatic" to the "plain" paper and the setting in 'text' value 'None '.

  • What metrics to use for memory capacity planning? Active or consumed (in request or use vROPS)

    Hey all,.

    I was wondering once more what metrics to use for memory capacity planning. Since the information from different sources (for example your ESXi host needs more RAM to Iwan Rahabok or VMworld 2012: Session VSP1729 - virtualized memory understanding performance management - Eric Sloof - NTPRO.NL Kit Colbert) pointing all assets (vROPS request), I expect that when we have high memory consumption / use in vCenter there will be no balloon / compression / permutation.

    Also the metric active / request should not be used for all workloads (e.g. Java / DB), why is - this? I have not found the reason of this anywhere, only the fact.

    Other sources such as Mark Achtemichuk suggests using consumed/use, which is the opposite (Understanding Active Memory - VMware vSphere Blog - Articles VMware vSphere).

    So I thought I'll with active / demand as metric and ignoring the warnings inside of vCenter.

    But the last time we have fixed half of our group, we had consumed/high memory usage and the vCenter began to inflate, compress, and finally to Exchange. Not a lot but I had not expected that, because memory active was only a small percentage of consumed.

    Can someone explain to me why this happened and who is right on this issue.

    Kind regards

    jengl

    jengl I don't know if you asked the wrong question, or I give the wrong answer :-)

    It is always good to attach screenshots, background to the issues, and what exactly you are trying to solve.

    You wrote:

    So to summarize:

    -ESXi uses consume to decide when to start the recovery techniques of memory RAM

    -To rightsize VMs for RAM, you must use the counter inside the BONE, not active

    -If you do not want to commit too much RAM and have a lot of the balloon you should right-size your virtual machines or extend the RAM / buy additional servers

    Please correct me if I'm wrong.

    My answer: you are right. If you do not have access to the guest operating system, then Active VM and VM consumed are better guess. Better than nothing :-)

    Sizing sizing of VM and ESXi are 2 different things (2 use cases) different. Please don't mix up the as soon as they are confusing. Do not try to resize the virtual machine when you are sizing the ESXi, unless you have a control total on them.

    You wrote:

    The question for me is: how many cache (standby under Windows) inside the VM is really necessary for the virtual machine to get the best performance without wasting resources. Perhaps this issue can be resolved only by tests or do you know another option?

    My answer: it's a different topic brother :-) It is different, because it is within a guest operating system (Windows in this case) and is no longer at the level of the ESXi. Suggest that post you another, possibly under Windows or vSphere too :-)

  • What GUI for ESXi 6.0?

    Hi people,

    After being absent from ESXi and this forum for a while (just using WS and Fusion ;-)) I come to ESXi now.)

    Earlier I run ESXi 5.1, then lather 5.5 and managed by the vSphere Client (on Windows). Then rumors came vSphere client will not be sued.

    And unfortunately, it doesn't support all the levels of hw. Remember to level 8. But in general the vSphere client worked for my needs.

    Now 6 ESXi is out and it is once again what GUI to use for administration. Know, I don't want to run large vmware closed with a couple of ESXi servers.

    Only, I need exactly an ESXi server and want to manage through a graphical interface. I read about a new vSphere Client 6. But it supports all levels of hw, i.e.--11?

    And what's on the customer web vSphere 6? I read, that I would need vcenter to run it. But I just got and they need a single ESXi server. Are there benefits by using the web client just to manage a single ESXi machine?

    In a few words: what GUI would you recommend for my needs?

    Thanks in adcance,

    priesemut

    As now your options for managing ESXi 6.0 guests are limited to the vSphere Client (with the limitations you mentioned), connection of VMware Workstation, or the Client host integrated ESXi which however is not officially supported, and has also some limits with the free hypervisor (see description) edition.

    Although not all features new Compatibility Modes (aka physical Versions) are supported by the vSphere Client, you can still handle most of the parameters of the virtual machine.

    André

  • I have a list of add-on Supplement (MeasureIt). But I would have on Extensions bar because it is very useful for me. What should I do?

    I wish the complement of MeasureIt stay in the Extension bar. What should I do?
    Thank you very much
    E. Tavora

    Moderator published on email = private information

    http://www.MakeUseOf.com/dir/MeasureIt-simple-ruler-extension-Firefox/

    "Button" is assumed to be in the bar the add-on / status bar, by the screenshot on this page, I posted below.
    You have the module bar / Statusbar hidden?

    {Ctrl + /} will display the status bar

    In addition, based on this review the 'button' can be moved using customize.

    Right-click the status bar (now called the module bar and drag this button to another toolbar.

    And if this button is not sitting on the status bar, open customize and drag the 'button' to the location you want on a toolbar.

    IMO, the developer of this add-on should provide the instructions on the download page, especially if this "button" starts in the Palette to customize and is not in the bar Statusbar/add on by default. I don't know, I tried to use the module twice over the years and had problems with it each time. Have not used for quite some time, now.

  • How can I know if an external drive has been used for Time Machine and what computer it came with too?

    How can I know if an external drive has been used for Time Machine and what computer it came with too?

    I have several laptops and iMacs. I spent the relocation of the year and only used the MacBook Pro.

    Now I'm trying to figure out which drive goes with which computer

    I connected just a disk seagate 1.5 t and the first thing he did was to ask if I wanted to use it as a Time Machine drive.

    (1) if it is the TM disk accompanying this computer don't would not it have just started upward automatically?

    (2) what happens if I would have said yes?

    (3) I don't even know if it's been activated for TM. Is there a way to tell? It may hold just for iMovie files and other programs associated with a computer from my past.

    All readers of backup Time Machine contains a folder named: Backups.backupdb. If you open this folder, you'll find another folder with the name of the computer that has been saved. If several computers have been saved on the same disk, you will have several folders.

  • Should what kind of RAM I use for A50 101?

    What type of ram can I use for A50 101

    Hello

    Check out this site. You will find compatible memory modules:

    http://www.MemoryX.NET/tosaa5me12.html

    Best regards

  • Should what format I use for my external drive for time machine?  I have a WD 2 TB that is formatted for PC new drive.

    Should what format I use for my external drive for time machine?  I have a WD 2 TB that is formatted for PC new drive.  When I got to disk utilities to erase, and then reformat the options are

    1 mac OS extended (journaled)

    2 mac OS extended (journaled, encrypted)

    3 mac OS Extended (respect for case-sensitive, journaled)

    4 mac OS extended (case-sensitive, journaled, encrypted)

    See the information below If you can not back up or restore your Mac with the help of Time Machine - Apple Support

    When you select a drive to use with Time Machine, your Mac automatically prompts you if you need to reformat the drive.

    • If you are using an external drive connected to your Mac, use disk utility to make sure that your backup disk is formatted in HFS + extended (journaled) and is the partition type GUID Partition Table (GPT).
    • If you use a time Capsule, formatting the drive for Time Machine preferences automatically formats the drive as HFS + Extended (respect for case-sensitive, journaled) with a GUID Partition Table (GPT).
  • What operating system I use for iPhone 4?

    What operating system I use for iPhone 4? It will work with OS 9?

    7.1.2 No. is as high as possible.

  • What is the MTBF method, used for the cRIO 9012, is the method of counting of Telcordia under what conditions?

    What is the MTBF method, used for the cRIO 9012, is the method of counting of Telcordia under what conditions? (Temperature, humidity, etc.)

    Hi jojosalud,

    According to the specifications for the cRIO-9012, the MTBF is 330 481 hours at 25 ° C; Question of Bellcore level II.

    Kind regards

  • What resistance the Thermocouple VI convert use for thermistor CYC?

    What resistance the Thermocouple VI convert use for thermistor CYC?

    No, I do not claim that. I was just trying to interpret what you said.

    You indicated that you were using the Thermocouple convert VI. VI has a 'Sensor CSF' entry, and it can a value "Sensor IC" or "thermistor". So, I assumed you were talking about using this VI with "Sensor of CYC" = "thermistor". In this case the VI calls the convert thermistor reading VI to convert the voltage to temperature. It uses the default values for the resistance, and I guess that's what you were asking about. If you open the Panel before convert thermistor reading, you can see what resistance values it uses.

  • What is the best browser to use for a home user?

    What is the best browser to use for a home user,

    original title: browser

    It's really a matter of personal preference. He has Firefox, Chrome, Safari and many more. They have differences, but as long as you have a decent security program, it is really important that you use. Try a few and see what you think. They are easy to install and easy to remove. Most will import your Favorites during the installation.

Maybe you are looking for