Setting UP SSH without PASSWORD fails during the installation of the grid

Hello

The operating system and the virtual machine configuration:

There are 2 physical Oracle servers base (model # 2 - Oracle SPARC Solaris 11.1, T4). On both machine 'Oracle VM for SPARC' software is installed and logical domains are configured with Solaris 11.1. Oracle RAC 2 node cluster is currently Setup between the logical field in each of the servers.

Objective:

We plan to install and configure Oracle RAC 11 g R2 (11.2.0.4) on two machines of Oracle VM. Control script of pre-installation (runcluvfy.sh) on the RAC node is completed without errors/warning.

Question:

During the installation of oracle grid infrastructure, SSH configuration failed and on the shell prompt shows JVM CRASH LIB...

I'm not able to install RAC because of this problem.

Your suggestions/help will be greatly appreciated.

Thank you.

Support of Oracle suggested to commented LD_LIBRARY_PATH to the grid user profile

So I think that you should continue to discuss with Oracle Support.

They are more that we know.

Concerning

Mr. Mahir Quluzade

Tags: Database

Similar Questions

  • INS-06003: failure of connectivity SSH without password for installation with the following

    Dear all,

    I am in the process of installing Oracle 11 g on Redhat Linux 2 grid Infrastructure.
    I have installed ssh on both RAC nodes and when I run

    SSH - p7547 racnode1 "date; hostname ".
    SSH - p7547 racnode2 "date; hostname ".

    I get the date and the hostname without error on both nodes.

    But during the installation of the grid, I get this error message:

    INS-06003: failure of connectivity SSH without password for installation with the following nodes: [racnode1, racnode2]

    My thought is that it is because of the port has changed 22: 7547 but where them specify this port in the configuration of the CARS?

    I also get this information in the Setup log:

    WARNING: Could not establish a SSH connectivity with node racnode1. Reason: java.net.ConnectException: connection refused

    Kindly help on that.

    Kind regards
    Imran

    misterimran wrote:
    Dear all,

    I am in the process of installing Oracle 11 g on Redhat Linux 2 grid Infrastructure.
    I have installed ssh on both RAC nodes and when I run

    SSH - p7547 racnode1 "date; hostname ".
    SSH - p7547 racnode2 "date; hostname ".

    I get the date and the hostname without error on both nodes.

    But during the installation of the grid, I get this error message:

    INS-06003: failure of connectivity SSH without password for installation with the following nodes: [racnode1, racnode2]

    My thought is that it is because of the port has changed 22: 7547 but where them specify this port in the configuration of the CARS?

    I also get this information in the Setup log:

    WARNING: Could not establish a SSH connectivity with node racnode1. Reason: java.net.ConnectException: connection refused

    Kindly help on that.

    Kind regards
    Imran

    You can have the file/etc/ssh/ssh_config, where the default port is set at 22. Replace with 7547 and try ssh racnode1 "date; hostname". If it works, then it contains the definition, you may need to perform.

    Kind regards
    Julien

  • [INS-06006] Connectivity SSH without password do not put in place between the following nodes.

    Hello

    I'm currently building the cluster by RAC 11 GR 2. I try to install Oracle Grid Infrastructure Oracle Linux 6.4 (x86_64bit) machine - node1.abc.com.

    I'm at the stage of the "Cluster Node Information" where I have to provide me with the list of nodes to be managed by the Oracle grid Infrastructure. Currently I have added just me - node1.abc.com with the name of the virtual IP address - node1 - vip.abc.com. The two host name and virtual IP addresses are registered on the DNS server - it is also installed on node 1. Before adding the second node2.abc.com, I was testing SSH connection but it fails. I clicked the [SSH_Connectivity...] button and in the OS Username (grid) and his password. When I press the [Setup] button, it pops up message successful "Able to establish connectivity SSH without password between selected nodes." But when I click on the [Test] button or the [next] button, I get error - ' connectivity [INS-06006] SSH without password, do not put in place between the following nodes: [node 1].» What is the problem and what exactly to do to avoid this error?


    Thank you

    It was because I assigned a real static IP address for the second NIC eth1. With this affected YES wouldn't let you go to the next screen. So I had to remove NIC out of my laptop. But if eth1 is not resolved by the DNS name it also gives you errors. So I guess a correct functioning is I would sign up eth0 and eth1 to the DNS server but eth1 does not have real IP. Then I could go to the next screen.

  • 11 GR 2 grid Setup "SSH without password problem" on AIX 7.1

    Hello

    The installer was able to login SSH without password in configuration between the nodes, but when I tried to test it, and then I got the below error:

    [INS-06006] Connectivity SSH without password do not put in place between the following nodes: [ud1 UD2].

    I tried to install .ssh without password between node1 and node2. It worked.

    But when I tried to connect without a password with the Node1 node2 .ssh. It did not work. SSH asked a password.

    On node1, were among other id_rsa id_rsa.pub and identity and identity.pub. But on Node2, there was only identities and the identity.pub.

    any help will be greatly appreciated.

    Thank you

    When you configure the RAC, it is a mandatory task to configure connectivity without password SSH (Secure Shell) between the nodes. SSH connectivity configuration is essential among the nodes of a cluster because the YES program uses the ssh and scp commands internally during the installation stage to perform remote operations, in which it copies the software from local to other nodes.

    I suggest that you try once more configuration. I give below steps:

    (1), log in as the Oracle user on the first node in the cluster (in our example, it will be on the raclinux1) and execute the following sequence of commands:

    [orac1e@raclinux1]-$ mkdir ~/.ssh

    [orac1e@raclinux1]-$ chmod 700 ~/.ssh

    [orac1e@raclinux1]-$/usr/bin/ssh-keygen t rsa

    Generate the key pair public/private rsa.

    Enter file in which to save the key (/ home/oracle/.ssh/id_rsa):

    Enter the password (empty without password): enter same password again:

    Your identification has been recorded in /home/oracle/.ssh/id rsa.

    Your public key has been saved in home/oracle/.ssh/id_rsa.pub.

    The fingerprint of the key is: f0:89:ac:ba:83:31:c4:43:97:3e:9's: a5:60:c1:8e:e6 [email protected]

    (2) when the system asks you the location of the key, accept the default settings by pressing the Enter key. Once this configuration is done on the first node, repeat the same steps on the rest of the nodes (in our example, repeat the same step on the raclinux2 node).

    (3) now, switch back to the first node (raclinux1) and run the following command to add the authorization keys. After you add the authorization keys, copy the file authorized_keys to other nodes by using the scp command, and enter Yes when prompted.

    [orac1e@raclinux1]-$ cd ~/.ssh

    [orac1e@raclinux1]-$ cat id rsa.pub > authorized_keys]

    [orac1e@raclinux1]-$ scp raclinux2:/home/oracle/.ssh authorized_keys

    The authenticity of host ' raclinux2 (192.168.2.202) cannot be established.

    Of the key RSA is 52:13:31:e8: this: ec:47:b8:06:09:4 b: c9:aa:c5:35:81.

    Are you sure you want to continue connecting (yes/no)? Yes

    WARNING: Permanently added 'raclinux2, 192.168.2.202' (RSA) to the list of known hosts.

    Oracle@raclinux2's password:

    authorized keys 100% 406 0.4K8/s 00:00

    (4) now go back to the second node, (raclinux2) and run the following command:

    [orac1e@raclinux2]-$ cd ~/.ssh

    [orac1e@raclinux2]-$ cat id rsa.pub > authorized_keys]

    [orac1e@raclinux2]-$ scp raclinux1:/home/oracle/.ssh authorized_keys

    The authenticity of host ' raclinux2 (192.168.2.201) cannot be established.

    Of the key RSA is 52:13:31:e8: this: ec:47:b8:06:09:4 b: c9:aa:c5:35:81.

    Are you sure you want to continue connecting (yes/no)? Yes

    WARNING: Permanently added 'raclinux2, 192.168.2.201' (RSA) to the list of known hosts.

    Oracle@raclinux1's password:

    authorized keys 100% 406 0.4K8/s 00:00

    (5) after you add the authorization on the second node keys, copy the file to the other nodes using the command scp, as shown in the previous example and enter Yes when you are prompted.

    (6) after setting up the SSH installation successfully through all the nodes, we will perform the following test on each node, from the first node to connect without password between all nodes to follow the recommendations of the Oracle:

    SSH raclinux1 date

    SSH raclinux2 date

    SSH raclinux1-private date

    SSH raclinux2-private date

    SSH raclinux1 - sjh.com date

    SSH raclinux2 - sjh.com date

    -taking of Oracle 11g R1/R2 Real Application Clusters Essentials - Ben Prusinski, Syed Jaffer Hussain

  • Establishing a Session SSH without password

    Hello

    I am trying to establish a SSH session on my server ESXi 5 so that I can run scripts unattended. I use Putty on a dedicated VM WinXP I do all my scripts in. Can easily establish a session to my HOST using PuTTY, I want to do without having to type my root password. It's just a small environment and I am the only admin.

    I've followed this blog post:

    http://blogs.VMware.com/vSphere/2012/07/enabling-password-free-SSH-access-on-ESXi-50.html

    I completed all the steps correctly, but I'm always invited a PW information. I think the problem is that I don't have the public key copied on my windows computer where I set my SSH session of and the article does not explain how to do it.

    Am I wrong? I am a novice with UNIX and VM for that matter and hit the 'wall' so to speak on this subject. Can anyone help? Thank you.

    Brian

    You need generate a public and private key on Windows using puttygen. You must then copy the public key to your ESXi (.ssh/authorized_keys) host.

    You then need to configure the PuTTY on how to use the private key and you will be able to connect via SSH without password.

    I suggest you use https://hkn.eecs.berkeley.edu/~dhsu/ssh_public_key_howto.html as a guide.

  • Qosmio G20 failed during the installation of SP3, now bluescreens on startup!

    Qosmio G20 failed during the installation of SP3, now bluescreens on startup!
    Any suggestions?
    I can't restore to a date prior to the node without danger, he keeps failing?
    Please help me...

    Hello

    Have you tried booting with the CD of Microsoft WXP facilities and try to fix it?
    Sorry, but I don't see any other solution.

    A few months ago, I got a blue screen after installing the new software. I tried to do the same with the safe mode and system restore, but it has not t worked for me.
    At the end I backed up all my important data and installed new WXP.

  • New installation fails during the expansion of the files Windows 7 Pro

    Recently, I built a new computer after my old man died. I installed Windows 7 Pro, I had on the old system. Everything worked well for about a month. Then I started having various errors, some suggesting a memory error. I ran several times using the most comprehensive parameters of memtest and no problem not found. Further inspection, I discovered that a critical system update was applied just before that the problems started. I decided to roll back the change. It does not solve the problem. I tried to do a system repair. That did not work. She only had basic as IE11 and Skype applications. I had also installed the utilities for the motherboard and graphics card. So, I decided to do a clean install. Each time, it fails during the expansion of the files. The error message is, "Windows cannot install required files. The file may be corrupted or missing. Make sure all files required for installation are available, and restart the installation. "Error code: 0 x 80070570." He gets up to 30% each time. I tried to install for a V300 Kingston SSD (120GB). I also tried another SATA II HDD (750 GB) with the same problems. I downloaded a new ISO and tried to install from that. Yet once, it is not at the same point. I noticed that whenever it creates a partition system reserved 100 MB which is almost full. At one point, I got a message saying that there are about 8 000 MB of free space. (I think that was all trying to manually unzip the files by a tip I found online). I found several suggestions for similar problems, but the solutions proposed did not help. I'm sure it will be a simple solution, but I'm out of ideas. Any help would be appreciated.

    Motherboard: MSI MPower Max
    CPU: Intel i7 - 4770 K 3.5 GHz (not overclocked)
    RAM: Crucial Ballistix Sport 16G (2x8G) DDR3 - 1600 MHz
    SSD: Kingston SSDNow V300 Series 120 GB (no special driver needed)
    HARD drive: Seagate 750 G 7200 RPM SATA II
    Video: EVGA GeForce GT 2 640 GB
    Case: Corsair 400R
    Power supply: Corsair TX650M
    CPU cooler: H80i
    DVD: HP, BluRay BD R/W drive
    OS: Windows 7 Professional 64-bit upgrade (the old computer was an XP update)
    CPU Temp is around 42 C.

    If Memtest86 fails then you need to get into the BIOS and set the RAM timing.  Memtest86 + displays the calendar then use the value displayed and compare to the real specs for your memory.  Also, you may need to increase the voltage to the RAM (in BIOS) place a small amount.

    As regards the function of Intel EIST, let her enabled for now. Then enable it after installing Windows successfully.

    =============================================================

    It's the set of test utilities that I use on every new system that I'm building.

    Note: If you are OverClocking or use an automatic overclocking or BIOS power saving features, start by disabling: Intel EIST, Turbo Mode, Cool and pretty and fall back to the speed of stock as a starting point.

    Disconnect any other (additional) internal hard drives and external USB devices.
    Look for any loose hard drive power or cables SATA, graphics card or other power cables.

    First run Memtest86 +:
    It runs from a floppy disk or CD and should eliminate or confirm if one or more of your memory
    sticks are bad or the values of the SPD in the BIOS are correct.
    Let it run for as long as you can: 2,4,6,8 or several hours (at least 3 full passes), so no errors at that time then your ram is OK.
    http://www.memtest.org/
    Memtest86 + Guide/How To (use the.) ISO to create a bootable CD)
    http://www.overclockers.com/forums/showthread.php?t=409152

    Hard drive test:
    If you do not know your readers of the brand and model, try "Speccy",.
    It provides information from the computer/system in detail:
    OS, CPU, RAM, motherboard, graphics, Hard Drive, optical, Audio, peripherals, network.
    Note: Option RAM indicates number of slots, DRAM Timing.
    Works your memory speed (frequency). The nominal frequency of your memory.
    http://www.Piriform.com/Speccy

    Test your player - create a Bootable CD:
    Ranging from 5 to 25% (depending on the make and model) new hard disks are defective.
    Note: Reliability of HDD sank medium over the past 18 months.

    Test your drive with the car manufacture utility.
    If you have a new hard drive Seagate the very next thing would be to download Seagate Seatools
    (bootable CD) and check bad sectors.
    SeaTools for information: http://www.seagate.com/support/downloads/seatools/
    SeaTools for Windows download: http://www.seagate.com/support/internal-hard-drives/enterprise-hard-drives/saturn/seatools-win-master/
    SeaTools for DOS download:
    http://www.Seagate.com/support/internal-hard-drives/consumer-electronics/LD25-series/SeaTools-DOS-master/

    For Western Digital readers to download the .iso from WdDiag file: http://support.wdc.com/product/download.asp?groupid=611&sid=30&lang=en

    Samsung Estool: http://www.samsung.com/global/business/hdd/support/utilities/ES_Tool.html
    Samsung Disk Manager software: http://www.samsung.com/Products/HardDiskDrive/utilities/shdiag.htm

    Hitachi Drive Fitness Test Software: http://www.hgst.com/hdd/support/download.htm#DFT
    Diagnostic tool available for use by customers who believe that having a brand Toshiba Fujitsu hard drive:
    http://SDD.Toshiba.com/main.aspx?path=ServicesandSupport/WarrantySupport/SoftwareUtilities

    Notice of suport Fujitsu disk utility: http://www.fujitsu.com/us/services/computing/storage/hdd/

    Toshiba CD bootable: (BACK Diagnostic Tool version 7.0 for IDE/ATA/SATA hard disks)
    http://SDD.Toshiba.com/main.aspx?path=ServicesSupport/FujitsuDrivesUSandCanada/SoftwareUtilities#diagnostic

    ============================ SSD Test Software =============================

    Intel® drive SSD Toolbox
    https://Downloadcenter.Intel.com/Detail_Desc.aspx?AGR=Y&DwnldID=18455

    Life of the SSD: http://ssd-life.com/

    OCZ Toolbox: http://ocz.com/consumer/download/firmware

    SanDisk SSD Toolkit: http://kb.sandisk.com/app/answers/detail/a_id/9328/

    = Once Windows installed =.

    Device drivers: have you installed latest drivers from device of the manufacture of the motherboard?
    Check their support site for the latest drivers as the CD that came with the computer
    or motherboard may be older and less stable drivers.

    Visit the download of the manufacture of the graphics card:
    Download and install the most recent Windows 7 or 8 drivers for your card.
    ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx
    NVIDIA: http://www.nvidia.com/Download/index.aspx?lang=en-us

    See also the test of 'Smoke box' Nvidia or other demos: http://www.nvidia.com/object/cool_stuff.html#/demos
    or equivalent ATI.

    Prime 95:
    http://www.Mersenne.org/freesoft/
    It's a stand alone .exe file contained in an archive .zip.
    Simply choose to run the 'stress test' option for 8 hours or more.
    If your PC can pass this test, your memory and CPU
    are very good (close the housing cover in order to maintain adequate ventilation)

    Core Temp:
    The temperature of each core of the processor.
    Note: For the overclockers using stock radiator and cooling fan Intel/AMD you can expect
    a range of 35 to 40 at idle and 60 to 65 C max temperature when running Prime95.
    http://www.alcpu.com/CoreTemp/

    CPU-ID (CPUZ): http://www.cpuid.com/cpuz.php
    Watch the clock speed of the CPU under various conditions of loading
    (when using speed step technology Intel EIST).
    #1 Note:
    CPU - ID has two tabs - tab 'Memory' that shows the actual speed of the memory
    and the "SPD" tab shows the nominal speeds for each memory location that is filled.
    #2 Note:
    COMPARE the two values, the actual speed of the memory must not exceed the rated speed of your memory.

    CPUID HWMonitor: Hardware program that reads the sensors of health main PC monitoring systems.
    voltages, temperatures, fans speed.
    http://www.CPUID.com/HWMonitor.php

    Test of Stress of FurMark GPU (graphics card):
    http://www.oZone3D.NET/benchmarks/fur/

    Pass marks burn in test: http://www.passmark.com/
    Burnin test, and their test bench at the same time give a good workout from all the major parts of Windows.

    HD Tune:
    Provides information of the car and has an option (tab scan error) to test your drive.
    http://www.hdtune.com/

    CrystalDiskInfo:
    http://CrystalMark.info/software/index-e.html
    User Manual: http://crystalmark.info/software/CrystalDiskInfo/manual-en/
    Monitoring the State of health and the temperature. Solid State Drives brackets (value of the software).

    SpeedFan:
    Monitors internal temperatures and has a function of analysis health online (SMART tab) for hard disks drive.
    It displays your drives model number and compares your drive with other discs of the same brand and model.
    Note: Unfortunately now includes a lot of bloatware, be very careful when installing remove bloatware.
    http://www.almico.com/SpeedFan.php

    GPU - Z:
    A utility light, designed for you give information about your video card and GPU.
    http://www.techpowerup.com/GPUZ/

    PC WIZARD:
    A powerful utility designed especially for detection of hardware, also analyses more.
    He is able to identify a large scale of system components and supports the latest technologies
    and standards.
    http://www.CPUID.com/pcwizard.php

    J W Stuart: http://www.pagestart.com

  • Authentication of SSH without password on a PIX

    I'm looking to implement authentication SSH without password for a Solaris client can run a script to open a session on a PIX and retrieve the configuration.

    Someone has reached the SSH authentication without password on a PIX or find out if the device supports it or not?

    Thank you, Dom

    It is vaguely correct.

    Here are the details:

    Security506E - 6.x (config) # aaa HS

    AAA proxy-limit 16

    authentication AAA ssh console LOCAL SecurityACS1111

    Console HTTP authentication of the AAA SecurityACS1111 LOCAL

    Console Telnet AAA authentication LOCAL SecurityACS1111

    Console to enable AAA authentication LOCAL SecurityACS1111

    LOCAL AAA authorization command

    now, if you have configured aaa on the pix and specified an aaa for the role of authentication server when ssh is done "'authentication aaa ssh console LOCAL SecurityACS1111'...". then the username and passwords of the Ali database should be provided when ssh is done.

    If you have specified LOCAL as an authentication method, then the database username and password configured in the configuration of the firewall will be used for the purposes of authentication.

    If you have not specified "ssh" under "sh aaa" command output, then the default settings are used.

    dafault settings:

    username: pix

    telnet password: password you have defined with the command:

    password

    activate the password:

    password, you have defined using:

    activate the password

    Please indicate if this help!

    Sushil

    Cisco tac.

  • I get error code 0 x 80070005 that reads "system restore failed during the restoration of the registry since the restore point.

    Original title: Windows 7 system restore always fail.

    I get error code 0 x 80070005 that reads "system restore failed during the restoration of the registry since the restore point.  I don't have Norton AntiVirus.

    If anyone can help solve me this problem I would be very grateful.

    Thank you for your response.  I forgot to mention in my first post, I tried both methods without success.  However, I finally understand how to solve the problem that led me to want to do a restore of the system in the first place. for now, I am therefore able to avoid a system restore.

    Thanks again.

  • This will destroy our setup SSH without password?

    Version of the operating system: Solaris 5.10

    We have a 2 RAC of Production on Machines A and B Environment node. Every day we want to move some files to A backup server called C. Our FTP ports are disabled due to a security policy. SCP only will work.

    SCP does not work with passwords. I need to implement SSH without password between A and C. So, I need to create a new file authorized_keys in C? What should I do in Machine a side? He already has a folder called
    authorized_keys
    file that contains "keys" of nodes A and b. should create a new file authorized_keys with a different filename as
    authorized_keys2 
    in both machines (A and C)?

    No need to delete the existing configuration - add just the public key of the node A to the keystore allowed on node C. You should already have an id_rsa.pub on node A in the user .ssh directory. Just copy to node C and add the content to the authorized_keys on node C for the user you connect as (do not replace the content). Just be sure that you use the existing key and do re - NOT generate keys using ssh-keygen, as who will scan your existing key and break the ssh between node A and node B.

    Implies that the user will be the same on the server - if it isn't (that is, using 'oracle' on node A and "backupguy" on node C), then you have to just put the file id_rsa.pub oracle of node A in the authorized_keys of backupguy on node C. In addition, with different users across nodes, you must specify a user:

    SCP filename backupguy@nodec:/path/to/backup/files

    That should be simple!

    K

  • 513 CAPI2 event; Cryptographic services failed during the processing of the OnIdentity() call in the object of the System Writer

    * Original title: 513 CAPI2 event

    Hello.  We receive an error in the Event Viewer indicating event 513, CAPI2 that contains:

    Cryptographic services failed during the processing of the OnIdentity() call in the System Writer object.
    Details:
    TraverseDir: Impossible to push the subdirectory.

    System error:
    Unspecified error

    Here are the details:

    -
    -
     
      513
      0
      2
      0
      0
      0 x 80000000000000
     
      1039076
     
     
      Application
      KFI - SBS.kfi.local
     
     

    -
      Details: TraverseDir: impossible to push the subdirectory. System error: unspecified error
     

     

    We did most of the procedures here as well as the patch that has not worked since our server is a Windows Server 2008 SP2.  What else can be done so that we can solve the problem of System Writer.  Thank you.

    Hello

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

  • Conversion of physical Windows 7 machine fails during the reconfiguration with converter.fault.FileCreationFault

    Hello

    first of all, thank you for providing tools such as vCenter Converter for free.

    I tried to convert a physical machine to Windows 7 using the current vCenter Converter Standalone (version = 4.3.0 build = build-292238). The target of the conversion is an external USB disk. I am to convert the entire machine, including a disc of about 280 GB in size.

    The conversion takes more than 24 hours, but seems to work quite well. Right after training is converted (to about 98% of the whole process), the conversion fails during the reconfiguration with the following error message:

    Unexpected exception: converter.fault.FileCreationFault

    -ERROR - convert: converter.fault.FileCreationFault

    {(converter.fault.FileCreationFault)

    dynamicType = < unset >

    faultCause = (vmodl. NULL in MethodFault),

    file ="
    .\vstor2-mntapi10-shared-468030AD0004C435020000000A000000\Windows\$reconfig$ «»

    MSG = ""

    }

    There is no other message log of the recent in the converter - server.log. The converter - worker.log says:

    from reconfiguring the system...

    using temp dir C:\Windows\TEMP\vmware-temp\vmware-SYSTEM\sysReconfig

    ReconfigurationTransaction: cached reviews system volume

    LocalPathToGuestSystemFolder:
    .\vstor2-mntapi10-shared-468030AD0004C435020000000A000000\Windows\

    LocalUndoFolder:
    .\vstor2-mntapi10-shared-468030AD0004C435020000000A000000\Windows\$reconfig$

    Cannot create undo file

    Cleaning up the C:\Windows\TEMP\vmware-temp\vmware-SYSTEM\sysReconfig temp directory...

    TaskImpl failed with MethodFault::Exception: converter.fault.FileCreationFault

    Task failed:

    Scheduled timer cancelled, succeeds StopKeepAlive

    Completed task: Task 3

    InternalTask2VmomiTaskAdapter updates, States: 4, percentage: 0, xfer rate (Bps): < unknown >

    Creation of vmx file Analyzer

    BaseParserImpl::Parse Config info is not cached

    F:\VM\wartberg\wartberg.vmx analysis

    NIC has no info support, unable to determine connectionType

    NIC has no info support, unable to determine connectionType

    NIC has no info support, unable to determine connectionType

    NIC has no info support, unable to determine connectionType

    NIC has no info support, unable to determine connectionType

    NIC has no info support, unable to determine connectionType

    Registry hive
    . \vstor2-mntapi10-shared-468030AD0004C435020000000C000000
    Boot\BCD is responsible under the name mntApi397493888030118019

    Error 13 read the value of the element of key mntApi397493888030118019\Objects\ {9dea862c-5cdd-4e70-acc1-f32b344d4795} \Elements\24000001

    MntApi397493888030118019 hive unloaded

    Registry hive
    .\vstor2-mntapi10-shared-468030AD0004C435020000000C000000\Windows\system32\config\SOFTWARE is charged under the name mntApi398445489630118019

    2 error reading value CSDVersion key mntApi398445489630118019\Microsoft\Windows NT\CurrentVersion

    2 error reading information SP

    CurrentType key is multiprocessor free

    2 error reading CurrentType mntApi398445489630118019\Wow6432Node\Microsoft\Windows NT\CurrentVersion key value

    2 error reading 64 bits of information, probably not a 64-bit system

    the product name is Windows 7 Home Premium

    Registry hive
    .\vstor2-mntapi10-shared-468030AD0004C435020000000C000000\Windows\system32\config\SYSTEM is charged under the name mntApi404763500730118019

    Error reading the mntApi404763500730118019\ControlSet001\Services\vmxnet - 2.

    Error 2 vmxnet information, assuming that vmxnet is not installed

    MntApi404763500730118019 hive unloaded

    MntApi398445489630118019 hive unloaded

    Registry hive
    .\vstor2-mntapi10-shared-468030AD0004C435020000000C000000\Windows\system32\config\SYSTEM is charged under the name mntApi406994304730118019

    MntApi406994304730118019 hive unloaded

    Registry hive
    .\vstor2-mntapi10-shared-468030AD0004C435020000000C000000\Windows\system32\config\SOFTWARE is charged under the name mntApi419224726130118019

    2 error reading value CSDVersion key mntApi419224726130118019\Microsoft\Windows NT\CurrentVersion

    2 error reading information SP

    CurrentType key is multiprocessor free

    2 error reading CurrentType mntApi419224726130118019\Wow6432Node\Microsoft\Windows NT\CurrentVersion key value

    2 error reading 64 bits of information, probably not a 64-bit system

    the product name is Windows 7 Home Premium

    Registry hive
    .\vstor2-mntapi10-shared-468030AD0004C435020000000C000000\Windows\system32\config\SYSTEM is charged under the name mntApi425417937030118019

    Error reading the mntApi425417937030118019\ControlSet001\Services\vmxnet - 2.

    Error 2 vmxnet information, assuming that vmxnet is not installed

    MntApi425417937030118019 hive unloaded

    MntApi419224726130118019 hive unloaded

    Registry hive
    .\vstor2-mntapi10-shared-468030AD0004C435020000000C000000\Windows\system32\config\SYSTEM is charged under the name mntApi427773541230118019

    MntApi427773541230118019 hive unloaded

    Failed to get the volume mount points 640 (03 = * 00 > 7000000000000: 4146 (type = 2, code = 259))

    VMOUNT library: 1450 error communication error with the pilot while

    Error 1016 (hive to load error: unknown error 1016 (0x3f8) (1016)) temporary hive loading
    .\vstor2-mntapi10-shared-468030AD0004C435020000000C000000\Windows\system32\config\SOFTWARE under the name of the mntApi367215230118020 key.

    Unable to load the registry hive
    .\vstor2-mntapi10-shared-468030AD0004C435020000000C000000\Windows\system32\config\SOFTWARE, error 0x3f8.

    Error 16258 when you open the software hive

    Failed to get the volume mount points 640 (03 = * 5320000000:00404, 16258 (type = 2, code = 1016))

    MNTAPI Info OS: Microsoft Windows 7 Home Premium edition: root of home: Windows Service Pack: worm 0: 6.1

    OS resides on the disk partition 2 F:\VM\wartberg\wartberg.vmdk path

    BaseComputerImpl::Open configuration file: F:\VM\wartberg\wartberg.vmx

    WorkerConvertTask: production bundle task agent for task with id = 'task 3 '.

    bundle of newspaper http://Converter.Agent.DiagnosticManagerImpl[task-3] Generating task.

    http://Converter.agent.DiagnosticManagerImpl creation bundle of newspaper "task-3 - qfyxaphl.zip ' and size '11155" CRC "1600250029."

    http://Converter.agent.DiagnosticManagerImpl adjusted bundle of newspaper "task-3 - qfyxaphl.zip ' and size '11155" CRC "1600250029."

    WorkerConvertTask: recovery agent special newspaper bundle to "C:\Windows\TEMP\vmware-temp\vmware-SYSTEM\agentTask-task-3-geckipbm.zip".

    http://Converter.agent.DiagnosticManagerImpl recovery bundle of newspaper with key ' task-3 - qfyxaphl.zip "at offset = '0' and max size ="11155.

    WorkerConvertTask: Bundle successfully retrieved from "C:\Windows\TEMP\vmware-temp\vmware-SYSTEM\agentTask-task-3-geckipbm.zip"

    Task failed:

    Scheduled timer cancelled, succeeds StopKeepAlive

    Completed task: task-1

    bundle of newspaper http://Converter.Worker.DiagnosticManagerImpl[task 1] Generating task.

    As the conversion took more than 24 hours, I would be happy to learn how to avoid this problem or even how to save the VM already created (I don't know if this is possible, but at least the virtual machine appears to be underway, but then crashes saying that a required device is not present).

    Any help is appreciated!

    Thank you

    nepper

    OK - I'll upload versions changed in maybe 15 minutes

    muss weg kurz

    _________________________

    VMX-settings- WS FAQ -[MOAcd | http://sanbarrow.com/moa241.html]- VMDK-manual

  • Photoshop elements 12 fails during the installation of the shared technologies.

    I have the same problem as all these people. Yes, I tried all these things, yes I followed all the links and scoured the internet:

    http://forums.Adobe.com/message/5914286

    http://forums.Adobe.com/message/5909390#5909390

    http://forums.Adobe.com/message/5904696#5904696

    Elements of 12 install fails during the installation of Adobe Organizer. No indication of problems in the newspapers, just fails and rolls back. Near as I can tell that people at adobe don't know what is the real problem, they have only a long series of very complicated and obscure tricks that _might_ "solve" the problem. I tried all in all imaginable combinations and still can not get 12 items to install. I installed win7 vanilla stock, plain, applied patches, tried to install it and it always fails.

    I repeat. This facility has failed me in the same way on a box own win7.

    Any software that still requires one of these measures of hack to install must be sent to the shop for more tests. I mentioned to try all these things and more!

    Copy the installer to the root of c:

    Delete this folder or what

    Make a new admin account and install with

    Edit the registry

    Disable services in msconfig

    Install in safe mode

    What would be more useful for me now would be either 1) a patch to correct this error of critical installation or 2) explicit explanation from Adobe on what the real problem is so I can fix it myself.

    I'm a little upset, sorry for the tone. It is the worst single installation experience that I have ever met.

    Hi Jeff,

    To follow up, I got an adobeconnect session today with a very competent and friendly adobe technology. It seems that we have solved the problem. There was some kind of problem with air and/or bridge do not store their files updated, not 100% on the part so don't quote me, he said. He said the challenge is to completely uninstall anything adobe and start from scratch. The other option is a bit of hackers, but it works for me and saves me the trouble to completely redo the installation. To track here are the steps to achieve this work, ymmv:

    -Go through the Adobe Premiere elements 12 install the process up to the point where the shared components installation crashes. Do not click OK.

    -To start the task (ctrl + alt + delete) Manager

    -Go to the pane and kill msiexec.exe * 32 process, the adobe Installer must die.

    -Remove the Adobe Premiere elements 12 link that is created on the desktop. Do not use this link, it points to the Welcome screen and crashes.

    -Also delete C:\Program Files\Adobe\Adobe first Elements, Premiere Elements 12\Adobe 12.exe, for the same reason as above.

    -L'exe that works is in this same directory called "Adobe first Elements.exe", he does not attend the Welcome screen and it doesn't seem to work.

    -Now it takes Adobe Application Manager to run, and we just killed the installer, so go to catch it:

    http://www.Adobe.com/appsmanager

    -You don't even have to actually run, just download and install and you're good (if you are not running it she updates to Adobe Creative cloud that is unknown to the consequences).

    -Now start Adobe first Elements.exe and connect your adobe ID

    -ftw, should be good to go.

    I tried this on 3 different machines. The installer beat identical overall and this procedure has got it to work. NB - Organizer apparently still is not installed, but that doesn't bother me. Don't know if this will have an impact long term operations.

    Thanks for your help, this doesn't seem to work for me now.

    -isaac

  • Test installation of the elements fails during the installation of shared technology

    Have tried to install the trial of 10 items on a XP Pro and a Win7 Pro PC and have the same problem.

    Test installation fails during the installation of shared Technologies, and then restores the installation of the elements Organizer.

    Someone at - he seen this before?   Any ideas?

    This Adobe document lists installation troubleshooting steps, including the 'Shared Technologies' error:

    http://kb2.Adobe.com/CPS/858/cpsid_85843.html

    Ken

  • Error: The installer cannot set Windows XP required configuration information during the upgrade to Windows XP Home SP3 of Windows XP Pro.

    Original title: OEM Windows XP Home SP3 update XP Pro

    Here is a compilation of the messages from another forum regarding
    My problem:
    ---------------------------------------------------------------

    I'm trying to upgrade a Windows XP Home Sp3 OEM system to
    Windows XP Pro. (There are a few Pro features
    that are not available in the House I now need: (1) the files offline and
    (2) an add-on available for free to Onenote 2007, Top2onenote, requires a Pro).
    I don't want a clean install, but an upgrade. I bought a Windows XP Pro
    Upgrade CD on Ebay that was Windows XP Pro
    Gold (v2002). I'm sure that's true for the following reasons:

    It has been listed as an upgrade, but the CD is not labeled "Upgrade".
    It seems very authentic with all Microsoft holography.
    He came in the standard package of Windows XP (without box),
    and it was sealed.
    The name of volume for the CD is WXPFPP_EN. The Internet,.
    It is the retail of Windows XP Pro RTM (gold)!

    Here are things I tried initially.

    (1) I tried to upgrade to Pro from the purchased CD. It is immediately
    has refused to upgrade indicating the upgrade OS (Pro) is older than the
    installed OS (home)...

    (2) I read about "slipstreaming". "Slipstreaming" allows to integrate
    a service pack with an earlier version of the operating system. I created a
    upgrade XP Pro SP3 with Nlite slipstreamed CD image (and
    Autostreamer later, but it made no difference) from the purchased CD
    and a file containing SP3.

    After you burn the CD and start the upgrade
    (Windows installation), the upgrade process
    product through "information collection."
    "Dynamic update" and "Preparation of Installation" with
    no problems. My computer restarted and returned to
    "Installation preparation". A progress bar called 'Progress '.
    quickly filled to about 90% and the hanging system
    at that time there for about 15 minutes.
    Then, I got the following error message:

    Setup cannot set the required Windows XP configuration
    information. This indicates an internal Setup error.

    This is where I am stuck. I had to leave the installation at this point.
    My drive is starts raining and I had to restore a backup.

    (3) just for the heck of it, I formatted my hard drive and
    reinstalled my original OEM XP Home SP3 OS (no clean up, no user file).
    I immediately used my XP CD slipstreamed Pro to try one
    upgrade to XP Pro and IT WORKED! I need to find out why the
    properly clean XP Home OS upgraded to XP Pro but my pre-existing
    (with the files users, drivers, etc..) XP Home OS does not level
    successfully to XP Pro.
    -------------------------------------------------------------

    Another post:

    Yet once, today, I installed a new copy of OEM Windows XP Home Sp3.
    I continue with installation of all the essential and the add-on
    pilots (essentially all my original version). Then, I
    set up a network connection and firewall. With this configuration,.
    I ran the Pro XP slipstreamed SP3 CD. The upgrade to XP Pro
    success (even if the upgrade not configured my graphics
    card properly). I guess my current problem is either the registry,
    the WINDOWS, some user file or parameter file.
    ---------------------------------------------------------------

    Another post:

    I made a file and the backup of the folder C:\Windows folder
    on my system that is pre-existing (OEM XP Home Sp3). I also did a
    separate the backup the State of the 'system' on my pre-existing system.
    These are added my full image backup of her pre-existing
    system a month ago.

    I did a backup image of my system (minimum fees OEM XP Home
    SP3 with all the original installed drivers over a network configured
    connection and a firewall configured). This system will upgrade
    XP Pro with XP Pro SP3 slipstreamed CD successfully.

    Experiment 1:

    I've restored my minimum system. I then restored the C:/Windows folder
    and the State of the pre-existing system backup system. A startup
    has managed (with a minor irritant). I had to activate Windows.
    Then, I tried upgrading the slipstreamed XP Pro processor. He stopped
    at the same place during the upgrade and gave the same error as before:

    Setup cannot set the required configuration information Windows XP.
    This indicates an internal Setup error.

    Experiment 2:

    I've restored my minimum system. I then restored the system state only
    the backup of the pre-existing system. After startup I was asked to
    activate Windows, but answer Yes to the question would be to disconnect me
    the system. I couldn't get connected to try the XP Pro upgrade.

    Experience 3:

    I've restored my minimum system. I then restored only the C:/Windows
    the backup of the pre-existing system folder. Once again, as in experiment 1,
    the upgrade failed at the same place with the same error message.

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

    Before the experiment 3, I hoped that 3 experience would succeed so I
    could conclude that I had a registry problem. I'm not sure now.
    I don't know what to try next. Take the minimum system and reinstalling
    my files of the user is not an option that my hard drive has over 200 GB of
    programs! If I restore all files and folders of my pre-existing
    I would still have backup to restore a system state the reliable (read the registry).
    ---------------------------------------------------------------------

    Sorry for the length! If anyone has any ideas I would appreciate your responses.

    Thank you

    Hello

    This problem can occur if a piece of hardware that is installed on your computer is not compatible with Windows XP.

    For more information, see this link:

    Error message: Setup cannot set the required Windows XP Configuration information

    Hope the helps of information.

Maybe you are looking for

  • Help! Suddenly, pictures AND QuickTime impossible open/read my .mp4 videos my baby home!

    I was looking through the old videos of my daughter's House, and most of them cannot play. First pictures says it can't open it so I want to try QuickTime and then he can't either! Here are the mp4, they should be playable. I'm including two screensh

  • W520 BIOS 1.39

    As pointed out by Harris and DXH (thanks!), BIOS 1.39 is now displayed for the W520. I wasn't expecting to see another update for the W520, but the apparent motivation is supported of Windows 8. The question remains: 1.39 does support 1600 Mhz RAM, o

  • Generate the pulse signal signle on the digital output line

    Hello I am now writing a program using c# and DAQmx. I have a NI PCI-6514card and I want to send a signal for half a second to a single line of output. I know how to write online by using the DigitalSingleChannelWriter object, but I want this signal,

  • BlackBerry Q10 not sound with phone - Q10

    When I get a phone call on my BB Q10, it has no sound. I have the speaker to hear the caller.  This also applies when I call someone ' one - must use the speaker since there is no sound in the earphone. Any suggestions?

  • 2811 VPDN Configuration

    Hello I try to configure the VPDN on 2811 router, but I am not able to connect to the VPN. Frist when I start the Dialer VPDN from my PC, I get this message. * 27 sep 12:00:33.314: % CRYPTO-6-IKMP_MODE_FAILURE: treatment of quick failed XX.XXX with t