DR-IP-Customizer customization specification fails on the stimulus Plan

I have problems with the customization-ip-dr tool provided with MRS. The use of SRM 4.0 and vCenter Server 4.0, the command generate generates enough empty a CSV file with only shadow vm names, vm and a 0 card ID by vm, while each VM has really several adapters and complex information that needs to be filled in the rest of the table.

VM ID, VM name, ID card, MAC address, domain DNS, Net BIOS, WINS primary, secondary WINS, IP address, subnet, Gateway (s), or the servers DNS, DNS suffixes mask

shadow-vm-1111, vm-1111, 0,

shadow-vm-2222, vm-2222, 0,

shadow-vm-3333, vm-3333, 0,

shadow-vm-4444, vm-4444, 0,

I then fill the table and run the command create/recreate, that succeedes in creating the specifications of customization, but stimulus package always runs and fails. My populated csv looks more like:

VM ID, VM name, ID card, MAC address, domain DNS, Net BIOS, WINS primary, secondary WINS, IP address, subnet, Gateway (s), or the servers DNS, DNS suffixes mask

shadow-vm-1111, vm-1111, 0,

shadow-vm-1111, vm-1111, 1, 00:50:56:38:08:11, 10.10.10.10,

shadow-vm-1111, vm-1111, 2, 00:50:56:13:08:11, 11.11.11.11, 255.255.255.0, 11.11.11.253,

..... (continues for all virtual machines of 4 shadow)

Execution fails on step 5. "Recover Normal priority VMs..." with the error: cannot complete customization.

I'm not running a test of a race, but am running of the race, because I use SRDF adapter EMC who needs additional licenses / installs the plugin of the VSI and TimeFinder devices to perform the test.

So is there something wrong with my formatting or information? The tool should not generate spit a fuller csv? I have never seen an example with multiple cards, it doesn't?

Thank you!

And if you perform a new analysis of the host bus adapters, VMs receive no State orphand or inaccessible?

Tags: VMware

Similar Questions

  • SRM customization specifications

    I have a few questions about the specifications of customization for MRS.  The documentation covered extensively the subject.  From documentation fragmented, I can understand only the recovery site customization specification is needed and only retains the intellectual property information.  The rest of the fields are ignored (name, Department, license key, etc.).  If the dr-ip-customizer tool is used to export a new specification of customization on the server in recovery, SRM, the only specified fields are IP related fields.  The rest of the fields in the specification of customization would be missing.  How the mini Setup Wizard can actually reconfigure the virtual machine with these missing fields? In addition, must the sysprep files be installed on the server vCenter recovery?

    Thanks in advance.

    Rick

    Quickprep process that runs during the customization of the stimulus plan doesn't only scratched the IP settings, it is slightly different from that of the standard process of sysprep.  The sysprep files are not necessary on the SRM server, everything you need is installed with MRS.

    -alex

  • After execution of the recovery plan, the Test is greyed out

    I missed successfully test on 2 virtual machines running the recovery as part of our POC plan.  I have powered down VMS protected and recovery, initiated a resynchronization on the volume of SnapMirror and intend to continue to use the same recovery plan for additional tests.  However, the Test option for the recovery plan is dimmed (Run option is still available).  What I need to remove the stimulus plan and recreate a whenever I run a Run and not a Test?  It is a chore because I need to re-add the customizations (messages, orders), update priorities and so on.  I use SRM v4.1.1.

    Hello

    You need to re - create groups of Protection that is pushed. Stimulus plans do not need to be re-created, but you will need to reconfigure to include recreated protection groups. All customizations related to virtual machines (priorities, orders, customizations) must be configured again.

    It was a case in the 4.x versions, don't think that changed in 5.0.

    Michael.

  • Wait for the progress of OS Heartbeat of the stimulus package delays

    I'm running my test stimulus plan, but not not using the network of bubbles that I can see the virtual machines on the network.

    I noticed that even if the virtual machines are started, vmtools loaded and IP address information has changed (because of the VLAN different), the recovery plan is sitting on waiting for OS not heartbeat for about 5 minutes.

    It is not out of time, but moves on the next VM without problem but 5 minutes per VM performs too slow failover.

    Anyone know why the stimulus plan is abandoned for so long waiting for a heartbeat OS even when everything seems to work normally?

    no problem... scary I responded to a post without replying to the original message magically... or by e-mail with more precision

  • Set-VM the vCenter Server fails to decrypt the passwords stored in the customization specification error

    This error in executing the PowerCLI code below

    Environment

    5.5 b

    Using PowerCLI 5.5

    Do not use a custom certificate

    (1) tried to use passwords in clear text in the script (not my favorite)

    (2) tried to retype the password in the customization specifications (join the domain and local administrator options)

    (3) tried to use Get-Credential as stored creds

    (4) I don't know how to put the password in the XML file in clear text (not my favorite) - looking at it now.

    #Load PowerCLI a snap

    function LoadSnapin {}
    Param ($PSSnapinName)
    If (!) () Get-PSSnapin. where {$_.} Name - eq $PSSnapinName})) {}
    Add-pssnapin-name $PSSnapinName
    }
    }
    LoadSnapin - PSSnapinName 'VMware.VimAutomation.Core '.


    #Create VM
    $ParentVMName = "Parent2012r2VM".
    $vCenterHostName = 'vCenter.
    $vCenterUserName = "domain\user".
    $vCenterUserPassword = "Password"
    SE connect-VIServer-Server "vCenter' - User $vCenterUserName - password $vCenterUserPassword

    #$cred = get-Credential
    #connect-viserver-Server "vCenter" - Credential

    $cloneName = 'Server1 '.
    $sourceVM = get - VM $ParentVMName | Get-View
    $cloneFolder = $sourceVM.parent
    $cloneSpec = new-object Vmware.Vim.VirtualMachineCloneSpec
    $cloneSpec.Snapshot = $sourceVM.Snapshot.CurrentSnapshot
    $cloneSpec.Location = new-object Vmware.Vim.VirtualMachineRelocateSpec
    $cloneSpec.Location.DiskMoveType = [Vmware.Vim.VirtualMachineRelocateDiskMoveOptions]: createNewChildDiskBacking
    $sourceVM.CloneVM_Task ($cloneFolder, $cloneName, $cloneSpec)


    #Update temporary spec
    [string] $Domain = "Domain".
    [string] $DomainUserName = "user@domain".
    [string] $DomainPassword = "password"
    $Spec = get-OSCustomizationSpec "CustomSpec1" | New-OSCustomizationSpec-name "tmp01" - non-permanent Type | Game-OSCustomizationSpec-domain $Domain - DomainUsername $DomainUsername - DomainPassword $DomainPassword
    $Spec = get-OSCustomizationNicMapping-Spec $Spec | Game-OSCustomizationNicMapping - IPmode UseStaticIP - IPAddress 'x.x.x.x' - SubnetMask - DefaultGateway x.x.x.x - x.x.x.x DNS 'x.x.x.x', 'x.x.x.x '.
    $Spec = get-OSCustomizationSpec "tmp01".


    #Apply temporary spec
    $VM = get - VM "Server1."
    Get - VM $VM | Get-NetworkAdapter | Together-NetworkAdapter - PortGroup "PortGroup1" - confirm: $false | out-null
    #Errors on this line
    Get - VM $VM | Set-VM - OSCustomizationSpec $Spec - confirm: $false | Start-vm

    Disconnect-VIServer-Server "vCenter" - confirm: $false | out-null

    I gave up trying to clone an existing config a spec just dynamically created in memory, and applied.  It was a LOT easier and had no password problems.

  • So that the supply of machinery of vCenter.  Fails on the customization of operating system prompted with the error "windows could not complete the system configuration to try to resume the computer restart configuration.

    Sysprep from Windows fails with the error while the supply of machinery of vCenter. "windows can not finish the system configuration to try to resume the computer restart configuration.

    I use vmware vcenter spec customization here,

    I'd say it's because of incorrect permissions or corrupted registry entry or registry that exceeds 8 KB.

    Please visit https://social.technet.microsoft.com/Forums/windows/en-US/658528ce-6eb5-403b-ae41-458147c2c044/sysprep-failling-after-reboot-into-oobe

    Also change to vmxnet3 NIC and install vmware tools and try cloning.

    "

    ) More than 8 k

    (b) set incorrect permissions

    (c) corrupted somehow

    For me, the problem was intermittent (same registry key would sometimes cause the issue and sometimes not - must be corrupted sometimes) so it was impossible to tell what program it was.  Fortunately, there is a newspaper, you can watch that will tell you exactly what registry key is slightest mistake out.  Here are the steps to get the newspaper, you must see:

    When you see the error message, follow these steps:

    1.) press SHIFT + F10 to get to a command prompt

    2.) stand C:\windows\Panther

    3.) find the Setup.etl file and find a way to copy this file out of the system (I copied it to the partition D:\ and Ghost used to collect this partition and down the file)

    4.) copy the file to another computer that has Windows 7 setup.etl corrupt system.  Place it at the root of C:\ for easier access.

    5.) open a prompt on the Windows 7 computer.

    6.) navigate to the root of C:\ (or anywhere where you saved the file)

    7.) type "tracerpt setup.etl o logfile.csv.

    8.) close command prompt and open logfile.csv in your text editor of choice.

    9.), look in the log file (near the end, probably) for messages that say "Failed to key"reg"process or one of its descendants" to me, the exact eror looked like this: "failed to process the"reg"key or one of its descendants: [profile \REGISTRY\MACHINE\SOFTWARE\ESET\ESET Security\CurrentVersion\Plugins\01000200\Profiles\@My] ' If you search for"«key reg"' or «failed in the process»»» You should find the failure.

    10.) remove this software from your image, or how to get the registry key that does not work properly.

    After that, you should be able to correctly identify any key problem and the elimination/workaround on your image.

    "

  • How to change the existing customization specification?

    I have a few specifications of customization that I created all by deploying the vm model.

    Is it possible to edit this specification with some editor?

    Thank you

    You can change in the specification of customization Manager console. Right-click and select Edit.

    Also, you can import files of responses in xml format to use as customization specification. Never used editors for answers sysprep files MS if Google or someone else need VMTN will tell you all about them.

  • Location of the files to answer comments customization specification in VirtualCenter?

    Is it possible that I can start the wizard specification of customization of comments on its own, within the VI Client?

    I want to change some of the specifications recorded, without having to start a clone.

    Or are these files answer somewhere on the VirtualCenter server, which can be modified.

    I read somewhere that they were xml files? But could not find a relevant location overlooking my VC server.

    (Comments of personalization is the sysprep Wizard that appears for Windows based on Virtual Machine for model/clone creation)

    Thank you

    MacG

    Yes there is the VIC, click on and then change "customization specifications."

  • Customize RHEL6 fails

    I can't customize the IP address through vRA RHEL6 as follows:

    • Error message

    Request failed: Machine vra58: CustomizeVM: [CustomizeVM_Task] - fault. CustomizationPending.summary.

    • Parameters of the management plan

    I can customize the address IP of RHEL6 however vCenter without vRA.

    Is there anyone who knows advice to solve this problem?

    I'm sorry. I solved this problem by myself. Preparing to customize the OS including spec comments and customization officer was incorrect.

  • public key error trying to import customization specifications

    Hello, I am trying to export sheet customization of my vCenter 4.0 installation and import them into my vCenter 4.1.  When I try to import it to vCenter 4.1, I get this error "Cannot decrypt the password":

    «The public key in the specification, does not match the public key of vCenter.»  Click OK to open the Customization Wizard of specification, retype the password and continue with the import. »

    I can enter the password again and continue the import with no problems, but I don't own any customization specifications and don't know any of the passwords.

    Us would appreciate it if anyone can help please correct me any problem I have with this key public vCenter?

    Thanks in advance!

    Shayne

    sh4yne wrote:

    I can enter the password again and continue the import with no problems, but I don't own any customization specifications and don't know any of the passwords.

    find someone who does, or create new customization techniques.  Because the passwords are encrypted in the customization specification, when you export an environment and in another, you must update the administrator password.

  • Customization specification does not

    When I create a machine virtual of RHEL5 using a customization specification in vCenter server, it will not fill default gateway.  Has anyone seen this problem?  She fills the IP, subnet, DNS servers, etc. mask, but not the default gateway.  It's vSphere4

    Thank you!

    If you deploy a machine with multiple network cards, when you modify customization specification and select custom under network settings you configure each vNIC independently.  So you would select just New to add more customizations vNIC and in each of them, you specify a gateway (in addition to the IP address and the subnet mask).  The machine would have a separate default gateway defined for each vNIC.  You should see these files in sysconfig.  By example, if you have 2 NICs for you should see 2 files called route-eth0 and eth1-route in this directory.  These files will have the default gateway defined for eth0 and eth1, respectively.

  • W2K8 customization specification

    Hola,

    He created a model desde una Máquina con el W2K8 wont y al crear otras Máquinas try a model of said leave without me already seleccionar archivo customizacion any. Me appears los options deshabilitadas ("using customize customize the Wizard" y "Customize using an existing customization specification"). Solo puedo seleccionar the option 'don't customize. Editor pantallazo con el error.

    MI entorno ESX 3.5 UPDATE 5, build 207095. Crear el model before it wont VMware tools Máquina sin problemas en los. Necesito UN alguna mas actualizada version? No entiendo porque no puedo usar none customizacion... model El el problema esta en is that neither me da opcion escojer none customizacion... alguna idea?

    Gracias.

    Hola compañero,

    Creo that hasta version vsphere 4 no puedes hacer una customizacion directa UN W2k8. el truco en configurar el OS esta invited como hacer el customization, Vista y luego volver a poner a Máquina como W2k8.

    Important este ultimo paso para las tools settle correctamente

    Espero you sirva.

    Saludos

    If upon esta u otras answer useful, por favor considered el puntos seleccionando respuesta correcta o util como asignar

    If you find this or any other answer useful please consider giving points by checking the answer useful or appropriate.

  • How to customize and difficulty permanently the size (zoom %) web pages in Firefox that Internet Explorer is: view - Zoom - Custom (percentage).

    How do I customize and fix permanently the size of web pages (zoom %) in Firefox than Internet Explorer is:
    View - Zoom - Custom (percentage).

    Thank you

    This can help you.

    https://support.Mozilla.com/en-us/questions/894000

  • How can I customize chumby apps in the dashboard?

    [color = #4000FF:2h8jkxao] How can I customize chumby apps in the dashboard? [/ color: 2h8jkxao]

    I tried creating an account @ chumby.com and update applications online, but is not displayed in the dashboard, for example the Netflix apps display/update queue you, see what @ home, new versions and one other application, the Yelp app? When I add those on the dashboard it is said on the lower right corner on 'Customize online @ chumby.com' but how does it work for the dashboard? Someone has an idea?

    I thought about it! log on to dash.chumby.com to manage apps there is a link to customize here.

  • Problem with customization specifications setting Administrator Password Manager

    I have two problems.

    I have a model R2 Windows Server 2012 in a vCenter 5.1 (Build 1123961) environment. I created a vSphere Client Windows customization feedback, however, (and the main issue) I notice that it does not have the administrator password to what I entered after it don't this is sysprep deployment of a model.

    I've created a script around to do this, which works very well, unless I experience my second question. When customization is started, it creates the event "vim.event.Customization.StartedEvent". He is then supposed to create the 'vim.event.CustomizationSucceeded' event once it has successfully managed the customization, including the command sysprep (and setting the password). Occasionally, but does not trigger the event "vim.even.CustomizationSucceeded" until the days or weeks after the initial event of beginning of customization, which will cause the sysprep crush my difficulty scripts and not allow me to log in under the administrator because of the question first, main account.

    Any thought to why sysprep does not have the administrator password to what I specified in the customization of the OS? Or why the successful event of customization does not always raise after it was launched (in minutes and not days/weeks)?

    I ask just once more: the administrator password model guest empty OS?

    vSphere 5.5 Documentation Centre : you can change the administrator password if the password for administrator on the Windows virtual machine is empty. If the model or the Windows virtual machine already has a password, the administrator password does not change.

Maybe you are looking for