Challenge Questions

Currently I have an XT that and considering the upgrade to a Defy. Seems to have good reviews. I know that some people here have used both phones, so a little comparrison help.

How does the sound quality compare to make a call?

How about you, ring volume, with my XT it seems if it's in my pocket and there is no outside noise, I can't hear the phone and in most cases do not feel it vibrate.

What happened when using it as a MP3 player or watch the video I know that the sound is much better when usnig the headphones but how about no?

After reading the comments and the recommendation of motorcycles here on the forum, I went out this morning and bought a new Defy. Always gettting it set up with most of my old applications then I'll start playing with it to see excatly in what to do.

Thanks everone for your help

Tags: Motorola Phones

Similar Questions

  • How to migrate IOM 11.1.1.7 to IOM 11.1.2.2 answers to challenge Questions

    Hello

    We have IOM 11.1.1.7 and that you have installed IOM 11.1.2.2 as a separate instance. Now I have to migrate all users Challenge Questions / answers of IOM 11.1.1.7 to IOM 11.1.2.2. Need to know if there is a way to bulk migrate all challenge Questions and answers. I see PCQ that holds any challenge Questions and responses from the table, but they are in encrypted form. Using the Java APIs, I can read and decipher all the Questions and answers, but how to create in the new environment.

    Any help is appreciated.

    Thank you

    Your best option is to run the code of the scheduled task within your old instance will use the pot tcCryptoUtil to decrypt the contents of the table challenge question and write down them somewhere in an encrypted format using your own custom code with the user name or value that will be available in the new instance of the user. Then your new instance in another scheduled task, use the same API decrpyt on the table of the USR to get user and login passwords because each user to use set questions api challenge for itself. You will need to decrypt a writing or recording of your content in the old instance.

    -Kevin

  • Get the challenge questions and responses of OIM 11 g PS2 (11.1.2.2.0) using a code

    Hello

    I have to write code to pick up the challenge question and answer for a user (a user has only a matter of challenge), that's the feature 'Reset password', I have to create a webservice that can retrieve this information for the portal application (it is that we have a custom interface). My webservice was working fine until 11g PS1 I could to the query table "DMP" and get relevant data for the user, but after upgrading to 11g PS2 (11.1.2.2.0) the old code does not work it is back * to challenge and answer question.  So, I updated the code, now instead of directly querying table PCQ I use the API of the IOM, I am able to make the issue of the challenge for a user by using the getChallengesForUser method, but I don't know how to recover the answer to this question...  Please help it is a little urgent.

    PS. : If the soil is to use the getChallengesForLoggedInUser method if you please how can I create a session in the same method for the user.

    Concerning

    Dheeraj

    Code snippet:

    oimConn = new OIMConnect();

    Customer OIMClient = oimConn.connect ();

    usrMgr = client.getService (UserManager.class);

    ChallengeResponseService responseServi = (ChallengeResponseService.class) client.getService;

    ClientSession = client.getService (ClientLoginSessionService.class) ClientLoginSessionService;

    System.out.println ("inside the getSecretQues()...");

    System.out.println ("inside the getSecretQues ()... userId..." + userId);

    clientSession.loginSessionCreated (userId);     I thought that it would create a user login session so that I could use 'getChallengesForLoggedInUser '.

    Set setForQues = responseServi.getChallengesForUser (username, Locale.US);

    Iterator setForQuesItr = setForQues.iterator ();

    If (setForQues.Size () > 0)

    {

    Defy challQuestion = (Challenge) setForQuesItr.next ();

    question = challQuestion.getDisplayValue (); This works very well and retrieves the question

    }

    The code below is to get the answer works but doesn't

    SER value = responseServi.getChallengesForLoggedInUser (Locale.US);

    Object [] challengeQuesAns = ser.toArray ();

    for (co int = 0; co < challengeQuesAns.length; ++ co)

    {

    Defy challengeAns is challengeQuesAns (Challenge) [co];.

    System.out.println ("Inside getSecretQues ()... challengeQuesAns..." + challengeAns.getId () + "" + challengeAns.getResponse () + "" + challengeAns.getResponse ());

    If ((challengeAns.getDisplayValue (). Equals (question)))

    {

    response = challengeAns.getResponse ();

    }

    }

    clientSession.loginSessionDestroyed (userId);

    Can you try below extracted and see if you are able to print the answer decrypted?

    try {}

    tcUserOperationsIntf userOperationsIntf = (tcUserOperationsIntf) oimClient

    .getService (tcUserOperationsIntf.class);

    resultSet tcResultSet = userOperationsIntf

    .getChallengeValuesForUser (Long.parseLong (take));

    If ((resultSet == null) |) ((resultSet.isEmpty ())) {

    System.out.println ("the ResultSet is empty or null");

    Return challengeQuestionAnswers;

    }

    rowCount int = resultSet.getRowCount ();

    for (int j = 0; j)< rowcount;="" j++)="">

    resultSet.goToRow (j);

    String columnNames = resultSet.getColumnNames ();

    for (int i = 0; i)< columnnames.length;="" i++)="">

    String question = resultSet

    .getStringValue ("Users.Password challenge Question.Question");

    String response = resultSet

    .getStringValue ("Users.Password challenge Question.Answer");

    challengeQuestionAnswers.put (question, answer);

    }

    }

    } catch (Exception e) {}

    e.printStackTrace ();

    }

  • Problem with challenge Questions/Force Password reset

    Problem with challenge Questions/Force Password reset

    We have integrated the IOM - OAM 11g R2 PS1. When a new user is created through the console of the IOM and tried to login for the first time in the console of the IOM.

    -Accessible via Direct / url of the Web server on port 7777 (by OAM), framework for change of password is visible and challenging questions setting frame is not visible. In this case, I'm not able to reset the password due to errors (popup appears with "Houston-29000 unexpected exception caught:" error). Paste the contents of the log below:

    NOTE: ANY CUSTOMIZATIONS PERFORMED ON ISSUES CHALLENGE *.

    oracle.iam.ui.platform.exception.OIMRuntimeException: Houston-29000: Unexpected exception caught: java.lang.NullPointerException, msg = null

    at oracle.iam.ui.authenticated.firstlogin.model.am.FirstLoginAMImpl.changePassword(FirstLoginAMImpl.java:261)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:657)

    at oracle.adf.model.binding.DCDataControl.invokeMethod(DCDataControl.java:2143)

    at oracle.adf.model.bc4j.DCJboDataControl.invokeMethod(DCJboDataControl.java:3114)

    at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:261)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1635)

    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2150)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:740)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)

    at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBinding(FacesUtils.java:176)

    at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBindingFromActionListener(FacesUtils.java:123)

    at oracle.iam.ui.authenticated.firstlogin.bean.FirstLoginValidatorBean.setPassword(FirstLoginValidatorBean.java:376)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.sun.el.parser.AstValue.invoke(AstValue.java:187)

    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)

    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)

    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:92)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1018)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:386)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:117)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)

    Any help.

    Thank you.

    I solved this problem, the problem is due to Bug ID # 17008132.

    Thank you.

  • where are the challenge questions and answers stored in OAM?

    Hello

    OAM 10g, where the challenge questions and answers are stored?

    What is the best way to migrate the OAM 10 g challenge questions and answers in OIM 11 g?  Is it recommended to migrate or users request to reset the challenge questions and answers in OIM 11 g?

    Thank you

    Khanh

    Hello

    As a best practice after the migration of 10g OAM, you can force the user to set the questions and answers of security. The chances of error will be zero in this case.

    Also in the years/qus secuirty IOM are stored in table PCQ in encrypted form.

    ~ J

  • Adding custom in OIM 11 g 2 challenge questions

    Friends,

    Can you please let me know the process to add new custom in OIM 11 g 2 challenge questions?

    Thank you

    Detailed measures were given in my blog at the following url.

    http://Srini-bellamkonda.blogspot.com/2012/11/adding-custom-challenge-questions-in.html

    Take a look and let me know if you have any questions.

  • Copy of challenge Questions / answers in one IOM database to another

    Hello

    I need to copy Challenge Questions / answers in one IOM database to another.
    It seems that I have about 477 lines in the PCQ table in my existing database of IOM.

    I need to copy these questions and answers (all users already exists in the new basis of OIM) to the new base of the IOM.

    Any ideas or suggestions?

    Concerning
    Vijay Colin

    The questions and answers are encrypted in order to copy directly from the db will not really help you unless you have the same encryption keys in the two IOM installs.

    What I would do is:

    Signature of use service logging to log on as each user and the API of the IOM to extract information about the use of the getChallengeValuesForSelf() API
    Generate the data in a file
    Move the file to the new instance of the IOM
    Use signature based logging to log on as each user and the API of IOM for updating issues using setChallengeValuesForSelf() API

    http://otndnld.Oracle.co.jp/document/products/id_mgmt/idm_904/doc_cd/Javadocs/operations/Thor/API/operations/tcUserOperationsIntf.html#getChallengeValuesForSelf)

    Good luck
    / Martin

  • IOM... challenge questions one at a time

    Hello
    I have a requirement of IOM in which when a user connects, the challenge of questions must be posted at a time, rather than questions. I have found no suspicion of system properties or in the tables of the IOM. Wanted to know if this feasible and if yes, what are the parameters must be set?

    Any help is appreciated.
    Thank you..

    Custom code and CUSTOM UI (JSPs)

  • Challenge custom in OIM 11 g 2 questions

    Hello

    Please let me know how to add custom 11 GR 2 IOM challenge questions?

    Follow the steps in the blog to add custom challenge questions.

    http://Srini-bellamkonda.blogspot.com/2012/11/adding-custom-challenge-questions-in.html

  • Remove the answers and asking Questions

    Hello

    Can remove us the feature of challenge questions / answers - which is requested at the time to click on the link "forgotten password?"
    Is there a system configuration settings we can do?

    Thank you
    -oidm.

    See finding Def - "Lookup.Webclient.Questions".

    The two 'use default question' and 'Force to address the issue at the beginning upward' to FALSE.

  • Cannot change the password using the question of security in l/min.

    We have an identity server. We have a lost password management application. There is a webpass and a webgate configured for the application of the LPM. The mode of communication is simple. The forgotten password feature does not work for the application of the LPM.

    Steps to re-create the issue
    --------------------------------------
    -In the form of connection, the user clicks on "I forgot my password"link
    -User enter 'User ID' and then click on submit
    -It redirects the user to a page of challenge question, the answer to the question the user and click on submit
    -The next page confirms the user had correctly answered the secret question. And invite the user to enter the new password, retype the password, and then click Save
    -When, click Save shows "cannot change the password. The screen is refreshed. The new password is not saved.

    Identity & Webpass - 10.1.4.2 BP08 Server version

    Thank you.

    Hello

    For the LPM error "cannot change the password" check if you set a "minimum age" in the definition of the strategy of password.
    "If you set a minimum age of 2 days for example, the user will not be able to change his or her password before 2 days after the initial setting of the password and you will have 'identity/oblilx/logs/oblog.log' shows: ERROR 0 x 00000901 lost_pwd_mgmt.cpp:264 'cannot change password' loginName ^ xxxxx" in oblog.log

    --> In our POC password minimum age has been set, and we have forgotten that we have in him... This is why we hade this error on the LPM scenario...
    --> After setting the minimum age to 0, the scenario LPM works every time

    Best regards

  • Armi code cannot


    Hi all

    I was PL/SQL challenge question https://plsqlchallenge.oracle.com/pls/apex/f?p=10000:23:112798514303414:NO: but unable to understand a few line of code, I appreciate if someone help out me. Thank you

    drop table plch_ingredients;
    /
    DROP TABLE plch_recipes;
    /

    create table plch_recipes)
    primary key of the entire recipe_id
    , recipe_name varchar2 (20) not null
    )
    /

    create table plch_ingredients)
    recipe_id integer not null
    Reference plch_recipes (recipe_id)
    , varchar2 (20) ingredient non-null
    unique (recipe_id, ingredient)
    )
    /
    insert into plch_recipes values (100, 'Cookies')
    /
    insert into plch_recipes values (200, "Brownies")
    /
    insert into plch_recipes values (300, "pancakes")
    /

    insert into plch_ingredients values (100, 'Chocolate')
    /
    insert into plch_ingredients values (100, 'eggs')
    /
    insert into plch_ingredients values (100, 'flour')
    /
    insert into plch_ingredients values (100, ' sugar')
    /
    insert into plch_ingredients values (100, 'butter')
    /

    insert into plch_ingredients values (200, "cocoa")
    /
    insert into plch_ingredients values (200, "flour")
    /
    insert into plch_ingredients values (200, ' sugar')
    /
    insert into plch_ingredients values (200, "butter")
    /

    insert into plch_ingredients values (300, "flour")
    /
    insert into plch_ingredients values (300, 'eggs')
    /
    insert into plch_ingredients values (300, 'milk')
    /

    Commit
    /
    CREATE TYPE plch_ingredients_type AS TABLE OF VARCHAR2 (20)
    /
    Select recipe.recipe_name
    , cast ( )
    MULTISET
    (
    Select ingredient.ingredient
    the ingredient plch_ingredients
    where ingredient.recipe_id = recipe.recipe_id
    order of ingredient.ingredient
    ) as plch_ingredients_type
    ) of the ingredients
    plch_recipes recipe
    ORDER BY recipe.recipe_name
    ;

    The query result

    RECIPE_NAME, INGREDIENTS

    "Brownie" JEN. PLCH_INGREDIENTS_TYPE ('Butter', 'Cocoa', 'Flour', 'Sugar')

    JEN cookies. PLCH_INGREDIENTS_TYPE ('Butter', 'Chocolate', 'Eggs', 'Flour', 'Sugar')

    JEN pancakes. PLCH_INGREDIENTS_TYPE ('Eggs', 'Flour', 'Milk')

    I don't know what the real purpose of melting and multiset in above query and really grateful if someone guide me. Thank you

    Concerning

    Matt

    A multiset is a kind of game, but allows an element to appear more than once.

    Value = {a, b}

    Multiset = {a, a, a, b, b}

    Your query in question receives a set of values of the query lines and put them in a single type which is being able to represent a multiset.  The command of type MULTISET did this...

    one

    b

    c-online {a, b, c, d, d, e}

    d

    d

    e

    Where {a, b, c, d, d, e} are the elements of the plch_ingredients_type.  The CASTING shows just the parser what type the multiset operator is making it in.

  • Migration from 5.5 to 6, but can keep vCenter quarantined?

    I inherited an environment of 5.5 has been poorly managed for several years. My plan to fix this problem includes the creation of a totally new environment vSphere (on new hardware). To avoid the migration of any kind of who-knows-what the old vCenter unwanted data, I like to keep clean by creating a new vCenter Server 6 and migrate existing virtual machines of the environment of 5.5 (preferred) without never to connect these two together vCenters. I saw some people recommend Veeam's rapid migration to do - simply connect the two vCenters, Veeam and allow him to save the old vcenter and restore to the new. Is there a method better and/or support to address this problem that doesn't involve export OVAs? Must not be a migration to hot, but that would be nice.

    Recommendations much appreciated.

    The simplest method is to stop your virtual machines in your environment to 5.5, remove them and then attach this shared to your new environment of 6.x storage inventory and add them to inventory and then migrate them to the new storage. You could get a challenge question when you add them to the inventory asked if they have been moved or copied, just inappropriate response and continue. You can have very practical backups and ensure that if your VMFS is an older version when you attach it again cluster you do not upgrade it until all virtual machines have been moved to different storage.

  • Could not power on VM: msg.vmk.status.VMK_NOT_FOUND.

    Hi all

    I am myself preparing the review of the VCP5-DCA, and I build my personal testlab, to try some functions where I need to improve.

    At the moment I have following configuration:

    3 x ESXi host: 10.0.0.20 - 10.0.0.22
    1 x NFS server (Linux) - 10.0.0.30
    1 x AD (Windows) - 10.0.0.10
    1 x VCC (Windows) - 10.0.0.11

    Network works perfectly between machines. All machines are virtual machines on VMware Worstation 10.

    All hosts in ESXi 3 are 5.5(Build 1331820). I exported 3 NFS shares on the NFS server and mounted on all hosts in ESXi 3 they are writable:

    C:\Program Files (x 86) \VMware\VMware CLI\bin vSphere >list of esxcli s ESXi1 u root nfs storage

    Enter the password:

    Volume name host share Accessible mounted read-only hardware acceleration

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

    NFS1 nas.tntwrk.info/nfs/1 true true false not supported

    NFS2 nas.tntwrk.info/nfs/2 true true false not supported

    NFS3 nas.tntwrk.info/nfs/3 true true false not supported

    C:\Program Files (x 86) \VMware\VMware CLI\bin vSphere >list of esxcli s ESXi2 u root nfs storage

    Enter the password:

    Volume name host share Accessible mounted read-only hardware acceleration

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

    NFS1 nas.tntwrk.info/nfs/1 true true false not supported

    NFS2 nas.tntwrk.info/nfs/2 true true false not supported

    NFS3 nas.tntwrk.info/nfs/3 true true false not supported

    C:\Program Files (x 86) \VMware\VMware CLI\bin vSphere >list of esxcli s ESXi3 u root nfs storage

    Enter the password:

    Volume name host share Accessible mounted read-only hardware acceleration

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

    NFS1 nas.tntwrk.info/nfs/1 true true false not supported

    NFS2 nas.tntwrk.info/nfs/2 true true false not supported

    NFS3 nas.tntwrk.info/nfs/3 true true false not supported


    On the NFS in Linux server, I exported all NFS as follows:

    / nfs/110.0.0.0/24(RW,no_root_squash,no_subtree_check,async)
    / nfs/210.0.0.0/24(RW,no_root_squash,no_subtree_check,async)
    / nfs/310.0.0.0/24(RW,no_root_squash,no_subtree_check,async)

    There is sufficient disk space on all hard drive partitions that are exported via NFS (I also checked use of IO-nodes, and it is about 1%):

    File systemSize used available use % mounted on
    / dev/sdb99G 1.1 G 93 2% / nfs/1
    / dev/sdc99G 62 M 94 G 1% / nfs/2
    / dev/sdd99G 62 M 94 G 1% / nfs/3

    Now, I created VM1 and wanted to turn it on, but I'm getting following error:

    An error was received from the ESX host turning on VM VM1.

    Unable to start the virtual machine.

    Has no power on the virtual machine.

    Could not power on VM: msg.vmk.status.VMK_NOT_FOUND.

    Cannot create the file ' / VM1/./VM1-fcddfe96.vswp': not found


    VM1 have no reservation of memory and is configured to have 512 MB, so I expect to have 1 file swap with 512 MB in size.

    When I inspect the VM1 log file I see following:

    2013 12-21 T 19: 26:11.578Z | VMX | I120: HV settings: virtual exec = "hardware"; MMU virtual = "hardware".

    2013 12-21 T 19: 26:11.588Z | VMX | I120: OvhdMem_PowerOn: lib/overheadmem: paged 54983 non paged 12473 anonymous 10025

    2013 12-21 T 19: 26:11.588Z | VMX | I120: OvhdMem_PowerOn: first admission: paged 27889 non paged 3199 anonymous 3222

    2013 12-21 T 19: 26:11.588Z | VMX | I120: VMMEM: initial booking: 134MB (MainMem = 512MB)

    2013 12-21 T 19: 26:11.588Z | VMX | I120: MemSched_PowerOn: minGuestSize ball 26214 (80% size required min 32768)

    2013 12-21 T 19: 26:11.588Z | VMX | I120: MemSched: ovhd properties: 0 mainmem: 0 pin: 0 fpt: prealloc ls 0: 0: 0

    2013 12-21 T 19: 26:11.589Z | VMX | I120: numa: VCPU 0: VPD 0 (PPD 0)

    2013 12-21 T 19: 26:11.589Z | VMX | I120: numaHost: 1 virtual nodes, 1 virtual Sockets, physical areas 1

    2013 12-21 T 19: 26:11.589Z | VMX | I120: CreateVM: Swap: normal file name generation.

    2013 12-21 T 19: 26:11.593Z | VMX | I120: Swap file path: ' / VM1/./VM1-fcddfe96.vswp'

    2013 12-21 T 19: 26:11.593Z | VMX | I120: VMXVmdb_GetDigestDiskCount: numDigestDisks = 0

    2013 12-21 T 19: 26:11.594Z | VMX | I120: Msg_Post: error

    2013 12-21 T 19: 26:11.594Z | VMX | I120: [vob.swap.poweron.createfailure.status] cannot create the file ' / VM1/./VM1-fcddfe96.vswp': not found

    2013 12-21 T 19: 26:11.594Z | VMX | I120: [msg.vmmonVMK.creatVMFailed] could not power on VM: not found.

    2013 12-21 T 19: 26:11.594Z | VMX | I120: [msg.monitorLoop.createVMFailed.vmk] cannot power on the virtual machine.

    2013 12-21 T 19: 26:11.594Z | VMX | I120: ----------------------------------------


    Cluster is configured to store the files for the Exchange as well as virtual machines (default settings), so I guess that it is having problem to create the swap file on NFS. When I connect via SSH on ESXi host directly and try to create the SWAP file manually I get out to correct more (from my point of view):

    ~ # ls - lah/vmfs/volumes/NFS1/VM1 /

    Total 124

    drwxr-xr-x 1 root root 4.0 K 24 December 2013.

    drwxr-xr-x 1 root root 4.0 K December 24, 2013...

    -rw - 1 root root 8.0 G 24 December 2013 VM1 - flat hard

    -rw - 1 root root 490 24 December 2013 VM1.vmdk

    -rw - r - r - 1 root root 0 24 December 2013 VM1.vmsd

    -rwxr-xr-x 1 root root 1.7 K 24 December 2013 VM1.vmx

    -rw - r - r - 1 root root 258 24 December 2013 VM1.vmxf

    -rw - r - r - 1 root root 24 December 2013 vmware - 1.log 48.9 K

    -rw - r - r - 1 root root 48.9 K 24 December 2013 vmware.log

    ~ # touch /vmfs/volumes/NFS1/VM1/./VM1-fcddfe96.vswp

    ~ # ls - lah/vmfs/volumes/NFS1/VM1 /

    Total 124

    drwxr-xr-x 1 root root 4.0 K 24 December 2013.

    drwxr-xr-x 1 root root 4.0 K December 24, 2013...

    -rw - r - r - 1 root root 0 24 December 2013 VM1 - fcddfe96.vswp

    -rw - 1 root root 8.0 G 24 December 2013 VM1 - flat hard

    -rw - 1 root root 490 24 December 2013 VM1.vmdk

    -rw - r - r - 1 root root 0 24 December 2013 VM1.vmsd

    -rwxr-xr-x 1 root root 1.7 K 24 December 2013 VM1.vmx

    -rw - r - r - 1 root root 258 24 December 2013 VM1.vmxf

    -rw - r - r - 1 root root 24 December 2013 vmware - 1.log 48.9 K

    -rw - r - r - 1 root root 48.9 K 24 December 2013 vmware.log

    ~ #


    Cluster is configured for HA, HA data warehouses are: NFS1 and NFS3 (I think that this information is not relevant, but I wanted to highlight).

    Do you have ideas where the problem may be?

    Finally I had time to check this problem more deeply and discovered this problem came from the fact that I had 2 ports attached to the same subnet (vmk0 for mgmt, vMotion) and vmk1 for IP VMkernel and them configured with IPs: 10.0.0.20 and 10.0.0.100. When I removed the vmk1 and restarted host all started working as expected.

    It was similar to the challenges question with multiple VMkernel Ports on the same subnet. Insider - Articles VMware VMware support.

    I wasn't expecting it is a question that I have configured the NAS server to connect with whole subnet 10.0.0.0/24, so same 10.0.0.100 was allowed to use the datastore NFS, bot for some reason any it was causing problems.

  • How to implement forgotten password in IOM strategy

    Hello
    I want to implement forgotten political password on OIM 11 g r1.
    Can someone help me on this please.
    I mean where to start and how is this going...

    Thanks in advance :-)

    http://onlineappsdba.com/index.php/2011/12/27/OIM-11g-challenge-questions-PCQ-for-forgot-password/

    follwed above blog it solved my problem

Maybe you are looking for

  • Why no iMessage send photos from my MacBook Pro?

    I've got OS X El Capitan installed on my MacBook Pro and my iMessage 10.11.5 version is version 9.2. All texts send perfectly well, but if I try to send a picture or, God forbid, a video, iMessage slows down and takes an eternity trying to download i

  • Where to buy replacement dough for ultrabook Aspire S3-951 in the Canada?

    Hello First time here I would like to replace my battery in my Aspire S3-951 ultrabook decomposition of and I would like to know where to buy in Canada even online. Anothre thing is, y at - there a tutorial on how to change the battery for ultrabooks

  • Vista drawing a white...

    Hi, my wifes, a HP Pavilion computer, is Vista Home Premium. Recently, when she lit it began, got in what concerns the Windows scroll bar at the bottom and then it went to a black screen instead of the Windows Logo in the Center and stayed like that.

  • keyboard and trackpad not working not not after changing the processor and motherboard

    After have changed the card motherboard and CPU for my dell latitude e6420, my keyboard and trackpad stopped working, there was no hard drive in the system, but external keyboard works and internal system in and trackpad worked perfectly before the c

  • disable automatic selection of media player

    I don't want the auto playlist in Win 7 Media Player.  How can I disable the unwanted constantly updated? I read how to create and edit and save, but not how to disable.  Thanking you in advance!