Windows 7 RAC user equivalence issue

Hi,
I m setting up a RAC 11gR2 on windows 7. following these instructions
http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnWindows2008UsingVirtualBox.php
Getting close to the end, but I get error:
[INS-40913] The following nodes cannot be clustered due to user equivalence issue: w2008-112-rac2
when trying to configure the cluster. Is there anything I missed?
Both users have the same rights since I used a clone (administrator)
Regards

Hi,
I have deletd ~/.ssh (rm -fr) directory which contained dsa,rsa,dsa.pub,rsa.pub and known_hosts. Yes i'm using vmware server 1.02.
I have configured RAC earlier using same vmware and os version.
key creation
=========
*both nodes
mkdir -p ~/.ssh
chmod 700 ~/.ssh
/usr/bin/ssh-keygen -t dsa
/usr/bin/ssh-keygen -t rsa
mkdir ~/.ssh/authorized_keys
from node 1
ssh node1 cat ~/.ssh/dsa.pub >> ~/.ssh/authorized_keys
ssh node1 cat ~/.ssh/rsa.pub >> ~/.ssh/authorized_keys
ssh node2 cat ~/.ssh/dsa.pub >> ~/.ssh/authorized_keys
ssh node2 cat ~/.ssh/rsa.pub >> ~/.ssh/authorized_keys
scp ~/.ssh/authorized_keys node2:.ssh/authorized_keys
exec /usr/bin/ssh-agent $SHELL
/usr/bin/ssh-add
Please let me know if i missed out any step
regards,
Shaan
Edited by: Shaan_dmp on Sep 14, 2009 2:56 PM

Similar Messages

  • RAC : User equivalence  check failed

    Hi All,
    Platform linux CentOS 4.5 and oracle 10g.
    I facing an issue with " user equivalence failed" while executing cluvfy command. On accessing node 2 from node 1 using ssh it is asking for password(oracle user) after configuring SSH. I have configured RAC earlier also but this time i could not figure out the issue with SSH.
    I have removed SSH client and installed it fresh and try to configure however faced the same result.
    Any help would be highly appreciated.
    regards,
    Shaan

    Hi,
    I have deletd ~/.ssh (rm -fr) directory which contained dsa,rsa,dsa.pub,rsa.pub and known_hosts. Yes i'm using vmware server 1.02.
    I have configured RAC earlier using same vmware and os version.
    key creation
    =========
    *both nodes
    mkdir -p ~/.ssh
    chmod 700 ~/.ssh
    /usr/bin/ssh-keygen -t dsa
    /usr/bin/ssh-keygen -t rsa
    mkdir ~/.ssh/authorized_keys
    from node 1
    ssh node1 cat ~/.ssh/dsa.pub >> ~/.ssh/authorized_keys
    ssh node1 cat ~/.ssh/rsa.pub >> ~/.ssh/authorized_keys
    ssh node2 cat ~/.ssh/dsa.pub >> ~/.ssh/authorized_keys
    ssh node2 cat ~/.ssh/rsa.pub >> ~/.ssh/authorized_keys
    scp ~/.ssh/authorized_keys node2:.ssh/authorized_keys
    exec /usr/bin/ssh-agent $SHELL
    /usr/bin/ssh-add
    Please let me know if i missed out any step
    regards,
    Shaan
    Edited by: Shaan_dmp on Sep 14, 2009 2:56 PM

  • User equivalence test failed (RAC setup in Windows)

    I am trying to set up user equivalence between 2 nodes, following instructions from "Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide 10g Release 2 (10.2) for Windows"
    The Administrator account on both nodes have the same password. But the test failed. I can't find any trouble shooting doc from metalink.
    Anyone can help?
    Thank you very much.
    Laura

    Hi, Try to create a domain account and this domain account should be explicitly set in the local admin group for each node.
    Bye
    also check Note:388730.1 that can help on windows.
    Message was edited by:
    Romain VILCOQ
    Note:412118.1 is valuable also
    Message was edited by:
    Romain VILCOQ

  • How to solve the issue "CUV check user equivalence failed" ?

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 VMs (rac1 and rac2) whose OS are Oracle Linux 5.6 in VMPlayer according to the website http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    In order to install Grid Infrastructure, we need to run Cluster Utility Verification (CUV) at first by running the cammand below:
    [ora11g@rac1 grid]$ ./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose
    Its output:
    Performing pre-checks for cluster services setup
    Check: User equivalence for user “ora11g”
    Node Comment
    rac1 failed
    rac2 failed
    Result: PRVF-4007 : User equivalence check failed for user “ora11g”
    ERROR:
    User equivalence unavailable on all the specified nodes
    Verification cannot proceed
    Pre-check for cluster services setup was unsuccessful on all the nodes.
    As you see above, check user equivalence failed. I have run the 4 commands to fix this error as below:
    [ora11g@rac1 /]$ ssh-keygen
    Its output:
    Generating public/private rsa key pair.
    Enter file in which to save the key (/home/grid/.ssh/id_rsa):
    Enter passphrase (empty for no passphrase):
    Enter same passphrase again:
    Your identification has been saved in /home/grid/.ssh/id_rsa.
    Your public key has been saved in /home/grid/.ssh/id_rsa.pub.
    The key fingerprint is:
    0c:10:6c:3b:ae:21:63:64:f8:0d:0e:d8:f0:41:32:ff [email protected]
    [ora11g@rac1 .ssh]$ cat *pub >>authorized_keys
    [ora11g@rac1 .ssh]$ ssh rac1
    Its output:
    The authenticity of host ‘rac1 (127.0.0.1)’ can’t be established.
    RSA key fingerprint is 9d:ae:51:7c:72:81:07:37:31:92:f1:c8:90:bc:52:55.
    Are you sure you want to continue connecting (yes/no)? yes
    Warning: Permanently added ‘rac1′ (RSA) to the list of known hosts.
    Write failed: Broken pipe.
    [ora11g@rac1 .ssh]$ ssh rac1-priv
    Its output:
    The authenticity of host ‘rac1-priv (192.168.137.35)’ can’t be established.
    RSA key fingerprint is 9d:ae:51:7c:72:81:07:37:31:92:f1:c8:90:bc:52:55.
    Are you sure you want to continue connecting (yes/no)? yes
    Warning: Permanently added ‘rac1-priv,192.168.137.35′ (RSA) to the list of known hosts.
    Write failed: Broken pipe.
    After run the 4 commands above, I run the command below again:
    [ora11g@rac1 grid]$ ./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose
    Its output is the same:
    PRVF-4007 : User equivalence check failed for user “ora11g”
    ERROR:
    User equivalence unavailable on all the specified nodes
    Verification cannot proceed
    I think the problem is "Broken pipe" and ssh cannot write authorized_keys to the machines.
    My question is:
    Do any folk understand how to solve the issue CUV "check user equivalence failed" for 2 VMs ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying.
    I have installed Grid Infrastructure a few times. Each time, on step 7 of 9, the installer fixes and checks 2 machines correctly. The entire installation has 3 parts as below:
    1) Install Grid Infrastructure for a Cluster
    2) Execute Root Scripts for Install Grid Infrastructure for a Cluster (script is root.sh)
    3) Configure Oracle Grid Infrastructure for a Cluster that includes NCA, ASMCA, PICA and CVU.
    Each time, on step 8 of 9, the Installer installs Grid Infrastructure for a Cluster successfully that includes "Prepare, Copy files, Link binaries, Setup files and Perform remote operations".
    But when the Installer get to part 3 CVU, it fails and then the Database cannot be installed.
    Deinstall Grid is a very complicated process to do. Because of this reason, we need to run CVU at first to make sure everything is correct for 2 machines before install Grid.
    Even we ignore "user equivalence (ssh)", we don't know whether other items can be passed or not because CVU cannot proceed to check the machines.
    My question is:
    How to have the script "runcluvfy.sh" continue to check the machines while confronting "user equivalence failed" ?

  • User equivalence in RAC

    This is a question regarding resetting the user equivalence on clustered hosts. Our company has a 3-node 10.2.0.3 RAC cluster running CRS w/ an ASM system for the DB (Linux64). I just finished rebuilding our Grid Control deployment on a new host (bringing it up to 10.2.0.5) and have been steadily redeploying the agents. The last boxes on the list were those associated with the production RAC cluster. During installation, you have the option to install to all 3 nodes simultaneously from a single node, however when I attempted this, I was informed that password-less ssh communication between the 3 nodes was not available. Not a big problem since I just went through the installs on each box locally and each host and its targets are now reporting to the Grid Control quite well. It even properly detects that the database is clustered.
    However, a Grid critical alert continues to inform me that "User equivalence unavailable on all the nodes", and I decided to investigate the possibilities of rectifying this. Initially I tried copying appropriate files out of the ~/.ssh directory to other boxes, but that's when I discovered that the keys had been pass-phrased and neither myself nor the other DBA here know what that pass-phrase is (accurate, centrally managed password management was something I put in place when I arrived to prevent this very thing going forward - thank you KeePass)
    My initial thought was to figure out which boxes currently interact with the RAC boxes, and then regenerate the keys per [note 300548.1|300548.1]. Now, I've only been working with RAC for 6 months since I switched jobs, so while I'm getting more comfortable with the tech, there's still a lot I haven't explored thus far, and we don't have a test RAC environment for me to just start trying things (it's in the pipe). The other DBA here has more experience with RAC, but hasn't actually set one up, so neither of us knows for sure what the full ramifications of resetting the keys might be. Could this effect CRS negatively or is it using its own connections through ports on the private network addresses? Aside from non-clustered boxes needing their keys updated, are there any other considerations we should be thinking about?
    Thanks!

    "User equivalence unavailable on all the nodes"After install Oracle RAC and you create phrase key (have password), you'll find it. You can ignore after install Cluster completely
    But when you use "cluvfy" or etc... about RAC (dbca/netca)
    you have to
    $ exec /usr/bin/ssh-agent $SHELL
    $ /usr/bin/ssh-add
    on metalink 300548.1, they try to told us... create key with no password
    $ ssh-keygen -t rsa
    Now accept the default location for the key file
    Enter and confirm a passphrase. (you can also press enter twice).
    $ ssh-keygen -t dsa
    Now accept the default location for the key file
    Enter and confirm a passphrase. (you can also press enter twice).
    So, When we use cluvfy" or etc... (with creating key with no password), we don't run "ssh-agent $SHELL" ...
    and I think You'll not find "User equivalence unavailable on all the nodes" as well.

  • User equivalence check failure in oracle10g RAC installation on solaris

    Hi,
    i am trying to install oracle clusterware on solaris10.
    when i executed clusture varification utility , user equivalence test is failed.
    each node have same username,userid,group id
    and i configured SSH also using
    exec /user/bin/ssh-agent
    /usr/bin/ssh-add after generation of rsa and dsa keys and putting this to authorization file.
    it is not asking password for ssh and scp after executing this command but again user equivalence check failed
    but after logging of and do login again to oracle user its not working. then again i have to set ssh that is
    exec /user/bin/ssh-agent
    /usr/bin/ssh-add
    wat else i have to check for this?
    can sombody help me to solve this

    $ eval 'ssh-agent'
    SSH_AUTH_SOCK=/tmp/ssh-GJAo3653/agent.3653; export SSH_AUTH_SOCK;
    SSH_AGENT_PID=3654; export SSH_AGENT_PID;
    echo Agent pid 3654;
    $ /usr/bin/ssh-add
    Could not open a connection to your authentication agent.What shell are you using?
    Back to user equivalence:
    1. Ensure that /etc/motd is empty (You can't get some text after login)
    2. Ensure that /etc/issue is empty or "Banner /etc/issue" is not set in /etc/ssh/sshd_config
    3. Ensure that you have stored short hostnames and also FQDN in your known_hosts file
    You shouldn't get this type of message: The authenticity of host 'computername (IP)' can't be established.
    RSA key fingerprint is ...
    Are you sure you want to continue connecting (yes/no)?If you got this message executes commands on both of nodes (as user oracle) as in example:
    $ ssh oracle@pc000905
    $ ssh [email protected]
    $ ssh oracle@pc026376
    $ ssh [email protected] Ensure that your RSH is setup correctly.
    (OR) In case using of RSH is prohibited in your company (my case) you can use following fake:
    a. rename existing rsh binaries (see example below)
    b. create symlinks to equivalent ssh utilities (see example below)
    c. create symlinks for ssh and rsh (faked rsh) under /usr/local/bin directory
    Note: these actions need to be done by root user.
    cd /usr/bin
    mv rsh rsh_old
    mv rcp rcp_old
    ln -s /usr/bin/ssh rsh
    ln -s /usr/bin/scp rcp
    cd /usr/local/bin
    ln -s /usr/bin/ssh ssh
    ln -s /usr/bin/ssh rsh
    ln -s /usr/bin/scp scp
    ln -s /usr/bin/scp rcp

  • User equivalence check failed (RAC setup)

    Hello All,
    I am trying to set up user equivalence between 2 nodes, following instructions from "Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide 10g Release 2 (10.2) for Solaris Operating System (SPARC 64-Bit)"
    I have created user accounts on both nodes, .ssh folder with appropriate permissions, dsa and rsa keys on both nodes, copied them to authorized_keys on halfway, and scp authorozed_keys to wabasca. Now I am able to do 'ssh wabasca date' and 'ssh halfway date' on each node without being asked for password or passphrase:
    $ whoami
    ora10gr2
    $ hostname
    halfway
    $ ssh halfway date
    Thu Oct  6 16:51:37 MDT 2005
    $ ssh wapiti date
    Thu Oct  6 16:51:11 MDT 2005
    $
    $ whoami
    ora10gr2
    $ hostname
    wapiti
    $ ssh halfway date
    Thu Oct  6 16:52:04 MDT 2005
    $ ssh wapiti date
    Thu Oct  6 16:51:38 MDT 2005
    $Yet, the CVU verification of user equivalence fails:
    $ whoami
    ora10gr2
    $ hostname
    halfway
    $ /Oracle10/cvu/bin/cluvfy comp admprv -n halfway,wapiti -o user_equiv -sshonly -verbose
    Verifying administrative privileges
    Checking user equivalence...
    Check: User equivalence for user "ora10gr2"
      Node Name                             Comment
      wapiti                                failed
      halfway                               failed
    Result: User equivalence check failed for user "ora10gr2".
    Verification of administrative privileges was unsuccessful on all the nodes.
    $If I can 'ssh <nodename> date' sucessfully what may cause the CVU check of user equivalence to fail? (I see that timing is off between these 2 machines...)
    Thank you very much for your time.
    DanielD

    It turns out that CVU is also requiring scp to be in /usr/local/bin; the idiot thing doesn't even try to use the scp that's in the execution $PATH, and on Solaris ends up failing silently early in the script (when ssh is in /usr/local/bin and scp is not).
    I was finally able to figure out what was foobar'ed by turning on the trace mode and reviewing the logs:
    export SRVM_TRACE=true
    cluvfy stage -pre crsinst -n tri1-ora1,tri1-ora2 -verbose
    This leaves you with log files in the CVU installation directory, under [CVU_HOME]/cv/log/; in mine I found...
    [Worker 0] [20:7:53:400] [RuntimeExec.runCommand:74] Calling Runtime.exec() with the command ; Fri Nov 18 20:07:53 GMT+00:00 2005
    [Worker 0] [20:7:53:400] [RuntimeExec.runCommand:76] /usr/local/bin/scp ; Fri Nov 18 20:07:53 GMT+00:00 2005
    [Worker 0] [20:7:53:400] [RuntimeExec.runCommand:76] -p ; Fri Nov 18 20:07:53 GMT+00:00 2005
    [Worker 0] [20:7:53:401] [RuntimeExec.runCommand:76] /opt/oracle/cvu//cv/remenv/exectask ; Fri Nov 18 20:07:53 GMT+00:00 2005
    [Worker 0] [20:7:53:401] [RuntimeExec.runCommand:76] tri1-ora2:/tmp//CVU_10.2.0.1.0.1_oinstall/exectask ; Fri Nov 18 20:07:53 GMT+00:00 2005
    [Worker 0] [20:7:53:402] [RuntimeExec.runCommand:90] exec exception:/usr/local/bin/scp: not found; Fri Nov 18 20:07:53 GMT+00:00 2005
    Whoever programmed this thing seems slightly naive about host environment checking. Also, the Sun ssh package by default installs ssh and scp in /usr/bin; it's pretty popular to install the 3rd-party package that goes into /usr/local/bin though...

  • CLUVFY failing with 'User Equivalence check failed for...'

    New 2 node RAC configuration. Oracle 10gR2, Linux RHEL 5 x64. I'm at the post hardware config, pre install clusterware stage.
    Running the cluster verification utility command:
    cluvfy comp sys -n node-01,node-02 -p crs -verboseReturns the following error:
    Verifying system requirement
    ERROR:
    User equivalence unavailable on all the nodes.
    Verification cannot proceed.
    Verification of system requirement was unsuccessful on all the nodes.I've verified the following:
    1) RSA keys correctly configured on both nodes and I can ssh between without a password
    2) ping ip and private work correctly to and from both nodes.
    3) user, group ids are identical on both systems.
    I also ran cluvfy stage -post hwos -n node-01,node-02 -verbose and received the following output. This output is from node-01. node-02's is identical, except with equivalence to itself failing.
    Checking node reachability...
    Check: Node reachability from node "node-01"
      Destination Node                      Reachable?
      node-02                       yes
      node-01                       yes
    Result: Node reachability check passed from node "node-01".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
      Node Name                             Comment
      node-02                       passed
      node-01                       failed
    Result: User equivalence check failed for user "oracle".
    WARNING:
    User equivalence is not set for nodes:
            node-01
    Verification will proceed with nodes:
            node-02
    Checking node connectivity...I get the same behavior on both nodes. Not quite sure what else to check. Any thoughts or suggestions? Thanks.

    No, no banners. And I followed note 300548.1 to the letter. Several times :-)
    However, I believe my issue has to do with a CVUHOME/cv/admin/cvu_config.
    According to the documentation:
    CV_XCHK_FOR_SSH_ENABLED—If set to TRUE, it enables the X-Windows check for verifying user equivalence with ssh. By default, this entry is commented out and X-Windows check is disabledIt was not, unfortunately, disabled by default - once I set it to false, everything succeeded. I still need to figure out why XCHK itself is failing, but I think I can troll through the log to figure that out.

  • PRVF-4007 : User equivalence check failed for user "grid"

    Oracle Version 11.2.0.3.0 patched to 11.2.0.3.1
    I had installed GIU and RAC db on 2 node cluster
    but since yesterdy has this issue when running the commands
    [grid@vmorarac2 ~]$ cluvfy comp ocr -n all -verbose
    Verifying OCR integrity
    ERROR:
    PRVF-4008 : User equivalence unavailable on all the specified nodes
    Verification cannot proceed
    vmorarac1 and vmorarac2 r the two nodes
    as a grid user, from vmorarac1 i ran ssh vmorarac2 and it failed with above error and vice versa
    so i did the following
    from vmorarac1
    ssh vmorarac2
    yes and enter key
    exec /usr/bin/ssh-agent $SHELL
    /usr/bin/ssh-add
    i did the same on other node
    but the problem still exists.
    Edited by: 912919 on 23-May-2012 06:58

    Hi,
    The subject of thread "*PRVF-4007 : User equivalence check failed for user "grid*"
    Now..
    {code}
    PRVF-4657 : Name resolution setup check for "vmorarac-scan.pbi.global.pvt" (IP address: 152.144.199.201) failed
    PRVF-4664 : Found inconsistent name resolution entries for SCAN name "vmorarac-scan.pbi.global.pvt"
    PRVF-4664 : Found inconsistent name resolution entries for SCAN name "vmorarac-scan.pbi.global.pvt"
    {code}
    If you can see are different issue.
    If you are using DSN to resolve hostname "vmorarac-scan.pbi.global.pvt" check with "nslookup" if the name is resolved correctly.
    If you are using Hosts File to resolve hostname "vmorarac-scan.pbi.global.pvt" you must configure only one ip (152.144.199.201) to resolve "vmorarac-scan.pbi.global.pvt" this entrie must be on host file of all nodes of cluster.
    Levi Pereira

  • Changing from dev to standard edition causes "Could not obtain information about Windows NT group/user error code 0x6e."

    Hello,
    We recently upgrade our SQL Server 2012 SP1 (64bit) dev edition to standard edition, after we purchased the required licence and it was deployed in production.
    Since the edition change, we are now receiving the following error, with some of our jobs, which have an e-mail step in them, which is causing the jobs to fail.
    Msg 14661,Level 16, State 1, Procedure sp_send_dbmail, Line 517
    Query execution failed: Msg 15404, Level 16, State 19, Server BL-SVR15, Line 1
    Could not obtain information about Windows NT group/user 'BLUELIZARD\savaa', error code 0x6e.
    Any ideas how to fix this issue? We were also having a similar error, when executing the jobs, but changing the job owner to SA has fixed this issue.
    Thanks,
    Andy.

    Hi,
    Which user account you used for SQL Server service, domain account or local account?
    If it is domain account, are you able to log in to a machine with it?
    Make sure that the password of account is not expired.
    Also, grant the user Allowed to Authenticate permission and see how it helps.
    Refer to the below article:
    http://geeks.ms/blogs/ozonicco/archive/2013/01/14/208266.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Windows Server 2008 r2 as Windows XP Pro 2.0 (Issue: 1)

    Windows Server 2008 r2 as Windows XP Pro 2.0 (Issue: 1)
    Flabbergasted at the sheer level of idiocy required to use Windows 7 Ultimate or Windows 8.1 Pro I remain a stead fast winXPro user to this day (mid-2014) and beyond. My i3-3225 XP machine turns 2000+ Passmark system scores and excels at everything the
    way we all use to, before Microsoft's policy of operating systems built for idiots, by idiots came to pass. Then as a sheer act of desperation I tried Server 2008 r2... is it the OS I have dreamed of? Short of an XP Theme conversion kit I have questions...
    Problem 1) Windows Explorer: In the folder directory left pane... the little [+] box next to the folder names flash on and off each time I use the right window pane. Can I by any and all means make them not do this, remain visible, sit still; like XP used
    to do?
    Problem 2) Start Menu: This popup is a double wide window pane, two columns of annoyance. Can I reduce this to a single wide by removing the right pane entirely by any and all means. I have removed every button from the right pane, but it still exists, it still
    has a default picture user icon and says Administrator.
    Problem 3) If specific programs/drivers are unavailable for this OS 2008 r2, I presume win 7 x64 by default work.
    Problem 4) Passmark benchmarking software tested my system, with windows 8.1 I had a processor score of 9,400, but server 2008 r2 put out only 8,100 in repetitive tests. Why the slowdown? I only use this as an XP like os, no actual server stuff, should i disable
    something?

    Windows Server is not intended to replace Windows XP. i would advice to try Windows 7 or 8 instead.
    1) I cannot picture what you mean. ther is a setting to define wheter the left pane should follow if you browse in the right one. Tools- folder options- general 'navigation pane'
    2)Windows vista/2008 is the last version that had a (optional) single pane start menu. if you don't like the current one, ther is third party software available to replace the start menu
    3) yes, these will be ok
    4) 2008 R2 is a server OS and is out-of-the bow not optimized for foreground applications. Windows 8.1 on the other hand is a newer and more performant OS optimized for client usage. in both cases a lot of performance gain is to be expected by selecting
    the right drivers, disabling or unisntalling unneeded software and windows features, disabling unneeded services. I would recommend to (a least) go to computer properties -advanced settigns- advanced and set 'adjust for best perfomance of" to programs (instead
    of background services)
    MCP/MCSA/MCTS/MCITP

  • R2 XP to Windows 7 Migrations - User State Data Restore Fails

    The client I am at is trying to migrate about 800 XP clients to Windows 7 before the April deadline.  They have ConfigMgr R2 and are aware of the limitations with ADK 8.1 for Windows XP.  We are following the following ConfigMgr Blog: 
    https://blogs.technet.com/b/configmgrteam/archive/2013/09/12/how-to-migrate-user-data-from-win-xp-to-win-8-1-with-system-center-2012-r2-configmgr.aspx 
    We have created the separate TS to capture the User state on the XP box.  That works find.  We have created the TS to deploy Windows 7 and also restore the users state.  That is where the issues are.  The image deploys fine however the
    User data is never restored.   When we do a 7 to 7 Migration everything works great.
    Below is an example of the loadstatescan.log file from another client but it is exactly what we are seeing here as well:
    2009-11-26 14:00:35, Error               
     [0x000000] The account XXXXXXX\admin is chosen for migration, but the target does not have account XXXXXX\admin. See documentation on /lac, /lae, /ui, /ue and /uel options.
    2009-11-26 14:00:35, Info                  [0x000000] Failed.[gle=0x00000006]
    2009-11-26 14:00:35, Info                  [0x000000]   Unable to create a
    local account because /lac was not specified[gle=0x00000006]
    On both TS we have uncheck the box that say to copy and restore local accounts.  However, as you can see in the error above the loadstate is trying to restore the local Admin account.  Is there a work around?  I have seen other post about
    this but no one has either updated them with their fix or there hasn't been a fix?
    Kristopher Turner | Not the brightest bulb but by far not the dimmest bulb.

    So I am not sure if this is the "technical fix" for my problem. Something I don't think should fix it but at least it fixes it for now. On the task that runs the capture user data the default settings is to capture all user data unless you specify other
    custom settings.  We have been using gather all data. However, in the restore user data step there is actually a check box to allow local accounts to be restored.  Once we check that box our XP to Windows migrations run without an issue. 
    First, why isn't there a check in the user capture to disable local accounts if there is a check box for it in the restore user data? Anyway, that is our fix for now.  It is working but still a little confused.
    Kristopher Turner | Not the brightest bulb but by far not the dimmest bulb.

  • RDP to Windows 8 or 8.1 issues - admin or console connection not working

    Hi,
    I have a number of issues when connecting to my Win8 Pro (and now Win8.1 Pro) machine via RDP. First off, I know that most of the issues I am about to list below should technically be resolved if I connect to the console or admin session of my machine, however
    they don't.
    The issues I am having are:
    1. If the user is already logged in, when I connect I get a black screen for a few minutes before I can actually see the desktop, etc
    2. If there is no user logged in already, then when I connect I get a black screen and then never actually see the desktop, therefore I have to reboot the machine, physically log into the machine and then I am able to RDP successfully.
    Note: I have done some research on issues # 1 & 2 and I think this is because of my Nvidia drivers - as I have a Nvidia GTX660 Ti installed.
    Although issues #1 and #2 are annoying, they are nothing like the issue I am experiencing below:
    3. Once I am logged in and can access and use the machine, no matter if I am connected to the console session of the machine or not, I can't run most applications. For example if I start Command Prompt, or try and access any Control Panel item, or System
    Properties, etc I get the following error: 
    "The application was unable to start correctly (0xc0000142). Click OK to close the application."
    4. In addition, I can't do any kind of administrative function on the machine I am RDP'ing. I can't install software, I can't access any form of system setting, I can't power on VMs in VMware Workstation, etc.
    The user I am logging in as is a local administrator and I am connecting to (or at least I am trying to) connect to the console session of the machine. I have tried this from the following different setups:
    1. Another Windows 8.1 Pro running mstsc /admin and just normal mstsc
    2. From my Mac using Microsoft Remote Desktop app and ensuring I select the "Connect to Console session" option
    TROUBLESHOOTING:
    ================
    In order to attempt to resolve this problem, I have done the following troubleshooting:
    1. From the problematic Win8.1 Pro machine, I have RDP'd (via mstsc /admin) to my other Win 8.1 Pro machine. I have tested running cmd, installing apps, etc, etc and I have been able to do everything just as I should. To me this means that there is some
    sort of configuration issue between the two machines.
    2. Based on the information from #1 above, I have compared the following settings between the two machines and have set them to be exactly the same:
    - User Accounts - same settings (local admin, etc) + UAC disabled
    - Windows Firewall - both on and set to default settings
    - Local Groups have the same members - Local Administrators, Remote Desktop Users, etc
    - Remote Desktop enabled and set to least restrictive option (less secure option)
    - Local Security Policy - Checked Local Security Settings to ensure all settings are exactly the same
    - Local Group Policy - in particular for Remote Desktop settings - both exactly the same configuration
    - No additional 3rd party apps are installed on either machine which I think could cause these issues (other than Nvidia Graphics Card drivers on my problematic machine)
    3. Done extensive internet research and can't seem to find any information or people having the same issue as myself
    4. Clean install of Windows 8 Pro and tested - same issue. Installed all latest drivers, Windows Updates, etc c- same issue. Upgraded to Windows 8.1 Pro - same issue.
    5. Created a new local administrator user and tested - same issue
    6. Checked event viewer and can't seem to find any specific error that would give insight into what is causing this issue
    At this point, I have come to a dead-end as I am not sure what else I can try to resolve this issue. If issues #1 and #2 can't be resolved, then I am happy to "live" with them, however the rest of the issues are really frustrating as they are preventing
    me from easily achieving what I need to.
    If anyone can point me in the right direction or has some insight into these issues, it would be greatly appreciated.
    Thanks very much
    Regards,
    Luca

    Hi Roger,
    Thanks for the reply. I should have mentioned that test result before, sorry I forgot. If I log into the problem machine locally with the same user I am logging into when logging in via RDP, I can run cmd, I can install apps, I can do everything as I should
    be able to as I am a local admin and have disabled UAC.
    If however I log in with the same user via RDP (whether or not I have already logged into that machine locally with the user or not), I have the problem of no admin access. This is why I think it is a problem accessing the console or admin session of the
    machine.
    Sorry, but I am not sure by what you mean by this question "If so, how about change other computer to
    remote to this problematic Win8.1 Pro machine?"
    Thanks for your help
    Regards,
    Luca

  • User equivalence check failed in solaris 10

    Hi,
    i am trying to install oracle clusterware on solaris10.
    when i executed clusture varification utility , user equivalence test is failed.
    each node have same username,userid,group id
    and i configured SSH also using
    exec /user/bin/ssh-agent
    /usr/bin/ssh-add after generation of rsa and dsa keys and putting this to authorization file.
    it is not asking password for ssh and scp after executing this command but again user equivalence check failed
    but after logging of and do login again to oracle user its not working. then again i have to set ssh that is
    exec /user/bin/ssh-agent
    /usr/bin/ssh-add
    wat else i have to check for this?
    can sombody help me to solve this

    Umesh Gupta wrote:
    Thay are same, i have already taken care of that..
    Node1:-
    $ id oracle
    uid=101(oracle) gid=300(oinstall)
    Node2:-
    $ id oracle
    uid=101(oracle) gid=300(oinstall)
    Please suggest..
    Regards
    Umesh$exec /usr/bin/ssh-agent $SHELL
    $/usr/bin/ssh-add
    on any one of the nodes
    and check the output of cluvfy
    also refer the link:-
    http://download.oracle.com/docs/cd/B28359_01/install.111/b28263/crsunix.htm#BEHIHBBF
    User equivalence check failed (RAC setup)
    Edited by: rajeysh on Aug 18, 2011 7:09 PM

  • Unable to view pdf created in Live Cycle Designer ES2-initially thought to be a user/OS issue

    Unable to view pdf created in Live Cycle Designer ES2.  I initially thought this was a user / OS issue when I created a document for someone who is new to a MAC laptop.  She could not view the document through email.  Unfortunately, I began seeing the same error in my own document folders when searching for another document showing as icons instead of a list.  I can open the file without a problem although I see the error she sees only while viewing the icons in my folder.  I am using a Windows 7 PC. Now, I also know that if the document is downloaded, it can be viewed.
    Other notes:
    If trying to access the form via the internet, the same error is seen through Chrome, Firefox, and Mozilla but NOT through IE
    Everyone seems to have the latest or a very recent READER
    The form is compatible with Reader versions 7 and up
    Again, downloading from the internet to the computer appears to allow the file to open properly
    Document cannot be viewed on the Galaxy Tab 2 via Chrome or the pre-installed Internet Browser, nor can it be viewed through the Reader after download to tablet. I did not try on an Apple iPad.
    All parties involved are up-to-date with virus protection.
    Below is a link to the exact message received when trying to open the document.
    https://www.dropbox.com/s/wmjqzwyriovg9vi/Adobe%20Error.pdf

    You're on to something KJ!  Yes the form was created in LiveCycle Designer ES2 which came bundled with my Adobe X Pro.  I began creating a new form yesterday and found that I could not preview the form, rendering this same "error" instead.  I ran a repair on my Adobe and at first it seemed to fix the issue but after making some changes to the form I tried to preview again and couldn't.  Here is what I get when I try to preview my forms in Designer ES2: 
    When I click the OK button, it then gives me that single static page as mentioned above in previous posts.
    I searched Adobe yesterday trying to figure out how I could repair the LiveCycle Designer or if there was some sort of patch that I haven't gotten but was not able to find anything.
    (Sorry for the delay in response, I've been on vacation.)
    Message was edited by: AngelaC

Maybe you are looking for

  • Ipod recognized by pc and itunes, but disconnects in the middle of use

    hi everyone. i'm trying to get my ipod to work with my pc. it does the weirdest thing: when i connect it via the usb 2.0 itunes opens up and reads it fine. something like 30 secs- 2 min later the ipod disingages itself from the pc on its own. i canno

  • Error message from HRPTIM03 and return to PT60 initial screen.

    Hi Experts, I have to show an error message during execution of PT60 (time evaluation) from the user exit HRPTIM03. Now when ever the error message come the program exiting but i want to come to the PT60 initial screeen. Even i tried with message typ

  • Table not update

    Hi Expert I am PP Consultant i having problem in Material Master while creating Material Batch activation tick is missing. When production order is created this material accept  stock without batch. Now i remove all stock from system as dispatch take

  • Netweaver Error in Logs - JRA - Could Not Insert Row To ResultSet

    Hi there we have an MII 12.1.5 instance (with Patch) installed on a Netweaver platform (SP 3).  We're using the JRA action blocks to call an RFC (we populate the request doc with multiple nodes first) and they're all executing completely without any

  • Developer Role for CRM Functional Team

    Hello, I would like to have your inputs on creating a developer role for CRM Functional Team in Dev system. I found a standard role SAPCRM_DEVELOPER , does it has sufficient Authorisations to carry out the config work in CRM or do we need any more ad