OVM 3.0.3 - register iSCSI server

Probably a basic thing that I'm overlooking, for which I apologize in advance. Stumped and turning to wider community while I recheck docs. Any ideas appreciated.
A) Problem: Receiving a OVMAPI_B000E when attempting to Refresh Storage Array. The specific message is
OVMAPI_B000E Storage plugin command [storage_plugin_discover] failed for storage server [0004fb0000090000d7551a2353d303ce] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: storage_plugin_discover to server: caballo5 failed. OVMAPI_4004E Server Failed Command: storage_plugin_discover oracle.generic.SCSIPlugin.GenericPlugin, Status: socket.gaierror:(-2, 'Name or service not known')
B) Environment:
OVS 3.0.3 fresh install
- hostname caballo5
- host is a Dell Precision P490 dual CPU, quad core w 20GB RAM
- 3 NICs, one on primary subnet (192.168.0), two unassigned
OVM 3.0.3 fresh instal
- hostname gandalfl
- host is a Dell Optiplex 755 w 8GB RAM, 500 GB OS disk,
- Oracle Enterprise Linux 5 update 6
- also houses Cloud Control 12.1.0
- Production install
OpenFiler 2.99 fresh install
- hostname blackmax
- host is a custom with 4x 1.5TB SATA for storage + 1x 300GB SATA for OS
- iSCSI confiigured with no CHAP for discovery.
I can discover the openfiler iSCSI services from Windows iSCSI initiator as well as from OVM & OVS hosts using iscsiadm.  (Added below)
I use FQDN everywhere, but have removed domain in the info.
C) Full details:
Job Construction Phase
begin()
Appended operation 'Storage Server Discover Capabilities' to object '0004fb0000090000d7551a2353d303ce (blackmax)'.
Appended operation 'Storage Server Discover Access Groups' to object '0004fb0000090000d7551a2353d303ce (blackmax)'.
Appended operation 'Storage Array Discover Info' to object '0004fb0000090000d7551a2353d303ce (blackmax)'.
Appended operation 'Storage Array Discover Storage Elements' to object '0004fb0000090000d7551a2353d303ce (blackmax)'.
Appended operation 'ISCSI Storage Array Discover Targets' to object '0004fb0000090000d7551a2353d303ce (blackmax)'.
commit()
Completed Step: COMMIT
Objects and Operations
Object (IN_USE): [IscsiStorageArray] 0004fb0000090000d7551a2353d303ce (blackmax)
Operation: Storage Server Discover Capabilities
Operation: Storage Server Discover Access Groups
Operation: Storage Array Discover Info
Operation: Storage Array Discover Storage Elements
Operation: ISCSI Storage Array Discover Targets
Job Running Phase at 03:23 on Sat, Dec 31, 2011
Job Participants: [44:45:4c:4c:50:00:10:52:80:46:b8:c0:4f:36:46:31 (caballo5)]
Actioner
Starting operation 'Storage Server Discover Capabilities' on object '0004fb0000090000d7551a2353d303ce (blackmax)'
Setting Context to model only in job with id=1325327039664
Completed operation 'Storage Server Discover Capabilities' completed with direction ==> DONE
Starting operation 'Storage Server Discover Access Groups' on object '0004fb0000090000d7551a2353d303ce (blackmax)'
Completed operation 'Storage Server Discover Access Groups' completed with direction ==> LATER
Starting operation 'Storage Array Discover Info' on object '0004fb0000090000d7551a2353d303ce (blackmax)'
Setting Context to model only in job with id=1325327039664
Completed operation 'Storage Array Discover Info' completed with direction ==> DONE
Starting operation 'Storage Array Discover Storage Elements' on object '0004fb0000090000d7551a2353d303ce (blackmax)'
Completed operation 'Storage Array Discover Storage Elements' completed with direction ==> LATER
Starting operation 'ISCSI Storage Array Discover Targets' on object '0004fb0000090000d7551a2353d303ce (blackmax)'
Setting Context to model only in job with id=1325327039664
Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_discover] failed for storage server [0004fb0000090000d7551a2353d303ce] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: storage_plugin_discover to server: caballo5 failed. OVMAPI_4004E Server Failed Command: storage_plugin_discover oracle.generic.SCSIPlugin.GenericPlugin, Status: socket.gaierror:(-2, 'Name or service not known')
Sat Dec 31 03:24:00 MST 2011
Sat Dec 31 03:24:00 MST 2011] OVMAPI_4010E Attempt to send command: storage_plugin_discover to server: caballo5 failed. OVMAPI_4004E Server Failed Command: storage_plugin_discover oracle.generic.SCSIPlugin.GenericPlugin, Status: org.apache.xmlrpc.XmlRpcException: socket.gaierror:(-2, 'Name or service not known')
Sat Dec 31 03:24:00 MST 2011
Sat Dec 31 03:24:00 MST 2011
Sat Dec 31 03:24:00 MST 2011
at com.oracle.ovm.mgr.action.StoragePluginAction.processException(StoragePluginAction.java:1325)
at com.oracle.ovm.mgr.action.StoragePluginAction.discoverISCSIStorageArrayTargets(StoragePluginAction.java:208)
at com.oracle.ovm.mgr.discover.ovm.IscsiStorageArrayTargetsDiscoverHandler.query(IscsiStorageArrayTargetsDiscoverHandler.java:30)
at com.oracle.ovm.mgr.discover.ovm.IscsiStorageArrayTargetsDiscoverHandler.query(IscsiStorageArrayTargetsDiscoverHandler.java:19)
at com.oracle.ovm.mgr.discover.ovm.DiscoverHandler.execute(DiscoverHandler.java:50)
at com.oracle.ovm.mgr.discover.StorageServerDiscover.handleDiscover(StorageServerDiscover.java:72)
at com.oracle.ovm.mgr.discover.StorageServerDiscover.discoverStorageServer(StorageServerDiscover.java:52)
at com.oracle.ovm.mgr.op.physical.storage.IscsiStorageArrayDiscoverTargets.discoverIscsiStorageArrayTargets(IscsiStorageArrayDiscoverTargets.java:47)
at com.oracle.ovm.mgr.op.physical.storage.IscsiStorageArrayDiscoverTargets.action(IscsiStorageArrayDiscoverTargets.java:38)
at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: storage_plugin_discover to server: caballo5 failed. OVMAPI_4004E Server Failed Command: storage_plugin_discover oracle.generic.SCSIPlugin.GenericPlugin, Status: org.apache.xmlrpc.XmlRpcException: socket.gaierror:(-2, 'Name or service not known')
Sat Dec 31 03:24:00 MST 2011
Sat Dec 31 03:24:00 MST 2011
at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:475)
at com.oracle.ovm.mgr.action.ActionEngine.sendUndispatchedServerCommand(ActionEngine.java:427)
at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:369)
at com.oracle.ovm.mgr.action.StoragePluginAction.discoverISCSIStorageArrayTargets(StoragePluginAction.java:204)
... 23 more
Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: storage_plugin_discover oracle.generic.SCSIPlugin.GenericPlugin, Status: org.apache.xmlrpc.XmlRpcException: socket.gaierror:(-2, 'Name or service not known')
Sat Dec 31 03:24:00 MST 2011
at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:753)
at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:471)
... 26 more
FailedOperationCleanup
Starting failed operation 'ISCSI Storage Array Discover Targets' cleanup on object 'blackmax'
Complete rollback operation 'ISCSI Storage Array Discover Targets' completed with direction=blackmax
Rollbacker
Executing rollback operation 'Storage Array Discover Info' on object '0004fb0000090000d7551a2353d303ce (blackmax)'
Complete rollback operation 'Storage Array Discover Info' completed with direction=DONE
Executing rollback operation 'Storage Server Discover Capabilities' on object '0004fb0000090000d7551a2353d303ce (blackmax)'
Complete rollback operation 'Storage Server Discover Capabilities' completed with direction=DONE
Objects To Be Rolled Back
Object (IN_USE): [IscsiStorageArray] 0004fb0000090000d7551a2353d303ce (blackmax)
Write Methods Invoked
Class=InternalJobDbImpl vessel_id=2292 method=addTransactionIdentifier accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=refresh accessLevel=6
Class=InternalJobDbImpl vessel_id=2292 method=setCompletedStep accessLevel=6
Class=InternalJobDbImpl vessel_id=2292 method=setAssociatedHandles accessLevel=6
Class=InternalJobDbImpl vessel_id=2292 method=setContext accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setAbility accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=nextJobOperation accessLevel=6
Class=InternalJobDbImpl vessel_id=2292 method=setTuringMachineFlag accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setCurrentOperationToLater accessLevel=6
Class=InternalJobDbImpl vessel_id=2292 method=setTuringMachineFlag accessLevel=6
Class=InternalJobDbImpl vessel_id=2292 method=setContext accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=lock accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=nextJobOperation accessLevel=6
Class=InternalJobDbImpl vessel_id=2292 method=setTuringMachineFlag accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=setCurrentOperationToLater accessLevel=6
Class=InternalJobDbImpl vessel_id=2292 method=setTuringMachineFlag accessLevel=6
Class=InternalJobDbImpl vessel_id=2292 method=setContext accessLevel=6
Class=InternalJobDbImpl vessel_id=2292 method=setFailedOperation accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=nextJobOperation accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=nextJobOperation accessLevel=6
Class=IscsiStorageArrayDbImpl vessel_id=2274 method=nextJobOperation accessLevel=6
Completed Step: ROLLBACK
Job failed commit (internal) due to OVMAPI_B000E Storage plugin command [storage_plugin_discover] failed for storage server [0004fb0000090000d7551a2353d303ce] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: storage_plugin_discover to server: caballo5 failed. OVMAPI_4004E Server Failed Command: storage_plugin_discover oracle.generic.SCSIPlugin.GenericPlugin, Status: socket.gaierror:(-2, 'Name or service not known')
Sat Dec 31 03:24:00 MST 2011
Sat Dec 31 03:24:00 MST 2011] OVMAPI_4010E Attempt to send command: storage_plugin_discover to server: caballo5 failed. OVMAPI_4004E Server Failed Command: storage_plugin_discover oracle.generic.SCSIPlugin.GenericPlugin, Status: org.apache.xmlrpc.XmlRpcException: socket.gaierror:(-2, 'Name or service not known')
Sat Dec 31 03:24:00 MST 2011
Sat Dec 31 03:24:00 MST 2011
Sat Dec 31 03:24:00 MST 2011
com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_discover] failed for storage server [0004fb0000090000d7551a2353d303ce] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: storage_plugin_discover to server: caballo5 failed. OVMAPI_4004E Server Failed Command: storage_plugin_discover oracle.generic.SCSIPlugin.GenericPlugin, Status: socket.gaierror:(-2, 'Name or service not known')
Sat Dec 31 03:24:00 MST 2011
Sat Dec 31 03:24:00 MST 2011] OVMAPI_4010E Attempt to send command: storage_plugin_discover to server: caballo5 failed. OVMAPI_4004E Server Failed Command: storage_plugin_discover oracle.generic.SCSIPlugin.GenericPlugin, Status: org.apache.xmlrpc.XmlRpcException: socket.gaierror:(-2, 'Name or service not known')
Sat Dec 31 03:24:00 MST 2011
Sat Dec 31 03:24:00 MST 2011
Sat Dec 31 03:24:00 MST 2011
at com.oracle.ovm.mgr.action.StoragePluginAction.processException(StoragePluginAction.java:1325)
at com.oracle.ovm.mgr.action.StoragePluginAction.discoverISCSIStorageArrayTargets(StoragePluginAction.java:208)
at com.oracle.ovm.mgr.discover.ovm.IscsiStorageArrayTargetsDiscoverHandler.query(IscsiStorageArrayTargetsDiscoverHandler.java:30)
at com.oracle.ovm.mgr.discover.ovm.IscsiStorageArrayTargetsDiscoverHandler.query(IscsiStorageArrayTargetsDiscoverHandler.java:19)
at com.oracle.ovm.mgr.discover.ovm.DiscoverHandler.execute(DiscoverHandler.java:50)
at com.oracle.ovm.mgr.discover.StorageServerDiscover.handleDiscover(StorageServerDiscover.java:72)
at com.oracle.ovm.mgr.discover.StorageServerDiscover.discoverStorageServer(StorageServerDiscover.java:52)
at com.oracle.ovm.mgr.op.physical.storage.IscsiStorageArrayDiscoverTargets.discoverIscsiStorageArrayTargets(IscsiStorageArrayDiscoverTargets.java:47)
at com.oracle.ovm.mgr.op.physical.storage.IscsiStorageArrayDiscoverTargets.action(IscsiStorageArrayDiscoverTargets.java:38)
at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
at sun.reflect.GeneratedMethodAccessor1324.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: storage_plugin_discover to server: caballo5 failed. OVMAPI_4004E Server Failed Command: storage_plugin_discover oracle.generic.SCSIPlugin.GenericPlugin, Status: org.apache.xmlrpc.XmlRpcException: socket.gaierror:(-2, 'Name or service not known')
Sat Dec 31 03:24:00 MST 2011
Sat Dec 31 03:24:00 MST 2011
at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:475)
at com.oracle.ovm.mgr.action.ActionEngine.sendUndispatchedServerCommand(ActionEngine.java:427)
at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:369)
at com.oracle.ovm.mgr.action.StoragePluginAction.discoverISCSIStorageArrayTargets(StoragePluginAction.java:204)
... 23 more
Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: storage_plugin_discover oracle.generic.SCSIPlugin.GenericPlugin, Status: org.apache.xmlrpc.XmlRpcException: socket.gaierror:(-2, 'Name or service not known')
Sat Dec 31 03:24:00 MST 2011
at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:753)
at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:471)
... 26 more
End of Job
++++++
output of isciadm (on both OVM and OVS host). Same output whether using IP address or host name (/etc/hosts resolution)
[root@caballo5 ~]# iscsiadm -m discovery -t sendtargets -p 192.168.0.49
192.168.0.49:3260,1 iqn.2006-01.com.openfiler:tsn.79a153599c9b
192.168.2.254:3260,1 iqn.2006-01.com.openfiler:tsn.79a153599c9b
192.168.2.253:3260,1 iqn.2006-01.com.openfiler:tsn.79a153599c9b
192.168.0.49:3260,1 iqn.2006-01.com.openfiler:rac.asm
192.168.2.254:3260,1 iqn.2006-01.com.openfiler:rac.asm
192.168.2.253:3260,1 iqn.2006-01.com.openfiler:rac.asm
192.168.0.49:3260,1 iqn.2006-01.com.openfiler:rac.vm
192.168.2.254:3260,1 iqn.2006-01.com.openfiler:rac.vm
192.168.2.253:3260,1 iqn.2006-01.com.openfiler:rac.vm
192.168.0.49:3260,1 iqn.2006-01.com.openfiler:tsn.b0d06035dcdb
192.168.2.254:3260,1 iqn.2006-01.com.openfiler:tsn.b0d06035dcdb
192.168.2.253:3260,1 iqn.2006-01.com.openfiler:tsn.b0d06035dcdb

Solved.
DNS Issue. The OpenFiler system was not listed properly in DNS. Added it to the /etc/hosts on the OVS machine and the refresh works OK.

Similar Messages

  • Can't register file server

    Hi
    I have just managed to install OVM 3.0.2, I have only one server and one manager, my server have some free space I want to use to stora images, templates, etc. How do I add that as a file server?
    When trying from Storage-Register File Server it fails. I'm probably doing something really stupid but I'm note sure where to look so if anyone could point me in the right direction I would be very happy.
    Rgds
    Robert
    The full error (server name: diesel, storage name: MyStorage, OVS: 172.25.110.13):
    Job Construction Phase
    begin()
    Appended operation 'Discover File Server File Systems' to object '0004fb0000090000bc54cb0b0ac6834b (MyStorage)'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [NetworkFileServer] 0004fb0000090000bc54cb0b0ac6834b (MyStorage)
    Operation: Discover File Server File Systems
    Job Running Phase at 15:10 on Mon, Dec 19, 2011
    Job Participants: [e2:a0:7e:8b:f0:45:39:8d:91:ce:54:74:a5:f2:01:40 (diesel)]
    Actioner
    Starting operation 'Discover File Server File Systems' on object '0004fb0000090000bc54cb0b0ac6834b (MyStorage)'
    Setting Context to model only in job with id=1324303839294
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_listFileSystems] failed for storage server [0004fb0000090000bc54cb0b0ac6834b] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: storage_plugin_listFileSystems to server: diesel failed. OVMAPI_4004E Server Failed Command: storage_plugin_listFileSystems, Status: oracle.generic.NFSPlugin.GenericNFSPlugin
    Mon Dec 19 15:10:40 CET 2011
    Mon Dec 19 15:10:40 CET 2011] OVMAPI_4010E Attempt to send command: storage_plugin_listFileSystems to server: diesel failed. OVMAPI_4004E Server Failed Command: storage_plugin_listFileSystems, Status: oracle.generic.NFSPlugin.GenericNFSPlugin
    Mon Dec 19 15:10:40 CET 2011
    Mon Dec 19 15:10:40 CET 2011
    Mon Dec 19 15:10:40 CET 2011
    at com.oracle.ovm.mgr.action.StoragePluginAction.processException(StoragePluginAction.java:1287)
    at com.oracle.ovm.mgr.action.StoragePluginAction.discoverFileSystems(StoragePluginAction.java:947)
    at com.oracle.ovm.mgr.discover.ovm.FileSystemsDiscoverHandler.query(FileSystemsDiscoverHandler.java:71)
    at com.oracle.ovm.mgr.discover.ovm.FileSystemsDiscoverHandler.query(FileSystemsDiscoverHandler.java:43)
    at com.oracle.ovm.mgr.discover.ovm.DiscoverHandler.execute(DiscoverHandler.java:50)
    at com.oracle.ovm.mgr.discover.StorageServerDiscover.handleDiscover(StorageServerDiscover.java:72)
    at com.oracle.ovm.mgr.discover.StorageServerDiscover.discoverStorageServer(StorageServerDiscover.java:52)
    at com.oracle.ovm.mgr.op.physical.storage.FileServerRefresh.discoverFileSystems(FileServerRefresh.java:35)
    at com.oracle.ovm.mgr.op.physical.storage.FileServerRefresh.action(FileServerRefresh.java:26)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: storage_plugin_listFileSystems to server: diesel failed. OVMAPI_4004E Server Failed Command: storage_plugin_listFileSystems, Status: oracle.generic.NFSPlugin.GenericNFSPlugin
    Mon Dec 19 15:10:40 CET 2011
    Mon Dec 19 15:10:40 CET 2011
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:474)
    at com.oracle.ovm.mgr.action.ActionEngine.sendUndispatchedServerCommand(ActionEngine.java:426)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:368)
    at com.oracle.ovm.mgr.action.StoragePluginAction.discoverFileSystems(StoragePluginAction.java:943)
    ... 23 more
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: storage_plugin_listFileSystems, Status: oracle.generic.NFSPlugin.GenericNFSPlugin
    Mon Dec 19 15:10:40 CET 2011
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:752)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:470)
    ... 26 more
    FailedOperationCleanup
    Starting failed operation 'Discover File Server File Systems' cleanup on object 'MyStorage'
    Complete rollback operation 'Discover File Server File Systems' completed with direction=MyStorage
    Rollbacker
    Objects To Be Rolled Back
    Object (IN_USE): [NetworkFileServer] 0004fb0000090000bc54cb0b0ac6834b (MyStorage)
    Completed Step: ROLLBACK
    Job failed commit (internal) due to OVMAPI_B000E Storage plugin command [storage_plugin_listFileSystems] failed for storage server [0004fb0000090000bc54cb0b0ac6834b] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: storage_plugin_listFileSystems to server: diesel failed. OVMAPI_4004E Server Failed Command: storage_plugin_listFileSystems, Status: oracle.generic.NFSPlugin.GenericNFSPlugin
    Mon Dec 19 15:10:40 CET 2011
    Mon Dec 19 15:10:40 CET 2011] OVMAPI_4010E Attempt to send command: storage_plugin_listFileSystems to server: diesel failed. OVMAPI_4004E Server Failed Command: storage_plugin_listFileSystems, Status: oracle.generic.NFSPlugin.GenericNFSPlugin
    Mon Dec 19 15:10:40 CET 2011
    Mon Dec 19 15:10:40 CET 2011
    Mon Dec 19 15:10:40 CET 2011
    com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_listFileSystems] failed for storage server [0004fb0000090000bc54cb0b0ac6834b] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: storage_plugin_listFileSystems to server: diesel failed. OVMAPI_4004E Server Failed Command: storage_plugin_listFileSystems, Status: oracle.generic.NFSPlugin.GenericNFSPlugin
    Mon Dec 19 15:10:40 CET 2011
    Mon Dec 19 15:10:40 CET 2011] OVMAPI_4010E Attempt to send command: storage_plugin_listFileSystems to server: diesel failed. OVMAPI_4004E Server Failed Command: storage_plugin_listFileSystems, Status: oracle.generic.NFSPlugin.GenericNFSPlugin
    Mon Dec 19 15:10:40 CET 2011
    Mon Dec 19 15:10:40 CET 2011
    Mon Dec 19 15:10:40 CET 2011
    at com.oracle.ovm.mgr.action.StoragePluginAction.processException(StoragePluginAction.java:1287)
    at com.oracle.ovm.mgr.action.StoragePluginAction.discoverFileSystems(StoragePluginAction.java:947)
    at com.oracle.ovm.mgr.discover.ovm.FileSystemsDiscoverHandler.query(FileSystemsDiscoverHandler.java:71)
    at com.oracle.ovm.mgr.discover.ovm.FileSystemsDiscoverHandler.query(FileSystemsDiscoverHandler.java:43)
    at com.oracle.ovm.mgr.discover.ovm.DiscoverHandler.execute(DiscoverHandler.java:50)
    at com.oracle.ovm.mgr.discover.StorageServerDiscover.handleDiscover(StorageServerDiscover.java:72)
    at com.oracle.ovm.mgr.discover.StorageServerDiscover.discoverStorageServer(StorageServerDiscover.java:52)
    at com.oracle.ovm.mgr.op.physical.storage.FileServerRefresh.discoverFileSystems(FileServerRefresh.java:35)
    at com.oracle.ovm.mgr.op.physical.storage.FileServerRefresh.action(FileServerRefresh.java:26)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    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.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: storage_plugin_listFileSystems to server: diesel failed. OVMAPI_4004E Server Failed Command: storage_plugin_listFileSystems, Status: oracle.generic.NFSPlugin.GenericNFSPlugin
    Mon Dec 19 15:10:40 CET 2011
    Mon Dec 19 15:10:40 CET 2011
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:474)
    at com.oracle.ovm.mgr.action.ActionEngine.sendUndispatchedServerCommand(ActionEngine.java:426)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:368)
    at com.oracle.ovm.mgr.action.StoragePluginAction.discoverFileSystems(StoragePluginAction.java:943)
    ... 23 more
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: storage_plugin_listFileSystems, Status: oracle.generic.NFSPlugin.GenericNFSPlugin
    Mon Dec 19 15:10:40 CET 2011
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:752)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:470)
    ... 26 more
    End of Job
    ##########################

    Mallander wrote:
    I do have unmanaged space left on the OVS, it was installed using default values, however I can't see that space when I configure the server pool.You can't use the unused space on an already partitioned disk, i.e. if there is a single disk in your server, the entire disk is consumed by the Oracle VM operating system.
    When selecting the magnifying glass next to "Location" in the wizard I have three options in the dropdown list: Unmanaged iSCSI, Unmanaged FibreChannel and Generic Local Storage Array @Diesel
    No matter which one I choose there isn't anything in the big list, what am I doing wrong?Only completely unused, unpartitioned disks are presented as local storage. These will show up under the "Local Storage Array" when available.

  • [Bug?] DSC - Registering for Server Events

    [LV2009, Win 7 Pro]
    Howdy (Ben S another one for you? )
    I am trying to register for alarm events.
    This works fine by using the Register for Shared Variable Events method.
    Since I have a lot of SVs and a dedicated server, I thought listen to the server would be much easier to implement.
    The LabVIEW Help implies that using the Request System Event Notifications.vi will do the trick:
    However, I can't seem to Register for Server Events - it doesn't work.
    The code seems quite simple (below) - I just want to listen to all SVs on the localhost (default).
    All the Events are coming through to the DSC (viewed in MAX), however, using the Server method I don't get any notifications through the Event Structure.
    Am I doing something wrong? - Or is this a bug?
    Is there somewhere I need to configure stuff?
    Or does it just not send me Alarm and Notification Events of Shared Variables?
    What does it send me then?
    I couldn't even get the Example in NI Example Finder to work (labview\examples\lvdsc\Event Structure Support).
    It shows the SV Registered Event but not the Server/System Event.
    Attached is a simple project I used to demonstrate this - a SV configured for a HiHi Alarm:
    The work around is to list out all Shared Variables and just read that from disk and load it into the application etc...
    However, it is much more desirable to subscribe to the server and get all SV Events - is this possible?
    Cheers
    -JG
    Certified LabVIEW Architect * LabVIEW Champion
    Attachments:
    DSC Server Events [LV2009].zip ‏20 KB

    Ravens Fan wrote:
    I think if you put in the fully qualified name for the network path and process and library on the other machine, you should be able to get the list.
    You'll have to try it and find out.
    Cheers for posting
    From the help - I didn't think this was possible?
    I gave it a go using the following naming 
    But I get the following error (I tried to connect to multiple SVE across our network and got the same error).
    I can use  though and it returns the local SV List, so I think I have the naming correct?
    <edit>
    My other thought is to build a hook in to the app and invoke this across the network using VI Server, so that it can run the VI on the localhost then report back the SV List).
    </edit>
    Certified LabVIEW Architect * LabVIEW Champion

  • Install hanging when registering automation server

    I'm tearing my hair out, as well as getting my 4rse kicked by the other half!
    We've had iTunes up and running on our Vista Home Premium box for a while, then it just stopped working coming up with an error.
    So I've tried re-installing, but 7.3 keeps hanging when trying to register the automation server. Worst still I have to kill it with Task Manager and it leaves a partial install that refuses to uninstall!
    Any guidance would be much appreciated.
    Thanks,
    Stuart

    Registering Automation Server hangs are actually a 7.x.x.x thing rather than a 7.3.0.54 thing. I've seen them with 7.2.0.x too.
    Perhaps try this strategy.
    First download and then install the QuickTime standalone installer:
    Latest Quicktime Installers … get the one that doesn’t mention iTunes
    If that install goes through properly, then try another iTunes install.
    (The theory here is that if your QuickTime is already up to date, the iTunes installer bundle skips the QuickTime part of the install. If the iTunes installer is given less to do, sometimes it gets past the Registering Automation Server hang.)

  • How to register Essbase server with Shared Services?

    Hello All,
    How to register Essbase server with Shared Services?

    Hello All,
    How to register Essbase server with Shared Services?

  • An error when registering SQL server driver

    Hi
    I have got the following error when register SQL server drive
    "RemoteMsDataBase.java": Error #: 302 : cannot access class com.microsoft.jdbc.sqlserver.SQLServerDriver; neither class nor source found for com.microsoft.jdbc.sqlserver.SQLServerDriver at line 19, column 63
    the code that cause error
    // register the SQL driver
    DriverManager.registerDriver(new com.microsoft.jdbc.sqlserver.SQLServerDriver());
    // connect to the DB by using the driver.
    String connString = "my_dbserver:1433;databasename=my_database";
    String strDBConnect = "jdbc:microsoft:sqlserver://" + connString;
    conn = DriverManager.getConnection(strDBConnect, userName, passwd);
    To include jars to my classpath do this:
    javac -deprecation -classpath msbase.jar;msutil.jar;mssqlserver.jar *.java

    javac -deprecation -classpath msbase.jar;msutil.jar;mssqlserver.jar *.javaSpecify the full path for jar(s), example,
    javac -deprecation -classpath .;c:\myjars\msbase.jar;c:\myjars\msutil.jar;c:\myjars\mssqlserver.jar *.java
    Hope it works.
    Sudha

  • HT4623 iPhone 4s will not register with server after iOS 6 update

    My iPhone 4s will not register with server after iOS 6 update.  Does anyone has similar problem?

    Obviously since you have iOS 7 you're a developer.  As a developer, you signed a NDA with Apple not to discuss the iOS on a public forum.  Please log in to the Developer Forum using your credentials and ask for help there, lest you risk having your credentials terminated.
    Thanks, and best of luck to you.
    GDG

  • Register essbase server to shared service in Unix

    Hi All,
    How can we Register essbase server to shared service in Unix server. Can anyone please let me know the procedure or steps.
    Thanks

    Do you mean convert essbase to shared services security as you should of registered essbase with shared services when you configured essbase.
    You can convert essbase to shared services security via EAS, right click security.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • 403 error when registering proxy server (non-central AE)

    Hi all.
    I'm getting 403 error when trying to register proxy server in my local non-central Adapter Engine. When listing the ProxyServer servlet available commands (http://host:port/ProxyServer/),  it says that "xi_jpr_register_bindings" security role is required, but my local UME has not that role.
    Thanks,
    Gari.

    Thanks a lot Prateek.
    Your reply was very helpful because it works now. One of the configuration steps in the page says to use the Security Provider service of the Visual Administrator to verify that some security roles are assigned to the appropriate user groups. The Scurity Roles section (inside Security Provider service) in my Visual Administrator does not show the roles and groups directly. I had to navigate to ProxyServer and MessagingSystem components so that the roles and groups where visible to me and assign them to my user.
    Should I see them into Security Roles section directly? The roles and groups are not visible from User Management Section.
    Thanks again.
    Gari.

  • Errors after registering Endeca Server Data Enrichment Plugin

    Hi guys,
    Im using OEID 3.1. today i register Endeca Server Data Enrichment Plugin to explore Endeca text enrichment features. i think i register plugin without errors. i give following command for this
    enrichment-metadata.bat D:\java\jdk1.7.0_21 192.168.0.1 7001 http D:\Oracle\Middleware_Orch D:\Oracle\Middleware_Orch\EndecaServer7.6.0.0_1 D:\Oracle\Middleware_Orch\user_projects\domains\endeca_server_domain
    but unfortunately after registration of plugin i start getting following errors in EndecaStudio logs
    WARNING: Could not read WSDL Definition from URL wsdlDocumentLocation: null
    2015-02-22 11:13:27,171 ERROR [DatasetManagerPortlet] Failed to ping enrichment service. Mark it as unavailable.
    javax.xml.ws.WebServiceException: Failed to access the WSDL at: file:/D:/scratch/workspace1/Cloud/prebuilt_src/endeca-wsdl/wsdl/e
    nrichTask.wsdl. It failed with:
            D:\scratch\workspace1\Cloud\prebuilt_src\endeca-wsdl\wsdl\enrichTask.wsdl (The system cannot find the path specified).
    sed by: java.io.FileNotFoundException: D:\scratch\workspace1\Cloud\prebuilt_src\endeca-wsdl\wsdl\enrichTask.wsdl (The system can not find the path specified)
         at java.io.FileInputStream.open(Native Method)
    due to this some component start giving errors like MAP Comp does not rendering data & dataset are unable to get delete.
    Now how can I revert these change OR how can I fix this Error ?
    Regards.

    It didn't ask for any parameters.
    Here is what i did.
    I ran:
    C:\Oracle\Middleware\EndecaServer7.6.0.0_1\endeca-data-enrichment\install>enrichment-metadata.bat C:\Java\jdk1.6.0_45 localhost 7001 http C:\Oracle\Middleware C:\Oracle\Middleware\EndecaServer7.6.0.0_1 C:\Oracle\Middleware\user_projects\domains\endeca_base_domain
    and the result is:
    ECHO is off.
    Registering plug-in BlacklistPlugin...
    INFO: Registered auditor for componentType=WebServices auditor=oracle.security.jps.internal.audit.DelegateAuditor$XmlAuditor@298eb7e0
    and it hangs there.

  • Prob. re-registering satellite server

    Hi all: having a bit of an issue with a satellite server. I decided to completely remove all roles from one of our sat servers, un-register it, remove the agent, and reinstall. This all proceeded fine but I am not able to register the server into the zone. The command zac reg -k key https://serverort returns an error:
    Unable to register with server https://-------
    Service Error. code: -28, message: Internal Datamodel exception with trying to create/update device: XXXX
    xxxxx
    xxxxx
    You are not logged in.
    Any suggestions? Thanks, Chris.

    All fixed. For some reason, after about 2 hours I was able to register them.
    >>> Chris<cmosentine@N0_5pam.vrapc.com> 2/1/2011 8:32 AM >>>
    Hi all: having a bit of an issue with a satellite server. I decided to completely remove all roles from one of our sat servers, un-register it, remove the agent, and reinstall. This all proceeded fine but I am not able to register the server into the zone. The command zac reg -k key https://serverort returns an error:
    Unable to register with server https://-------
    Service Error. code: -28, message: Internal Datamodel exception with trying to create/update device: XXXX
    xxxxx
    xxxxx
    You are not logged in.
    Any suggestions? Thanks, Chris.

  • Connecting iSCSI server and drive mapping.

    Hi, i would like to connecting the iSCSI server with 'iscsicli' command lineand want to directly assign drive, which is guess, 'diskpart' command. is there any script integrate does command at once ?any comment would be nice and Thanks in advance.

    You are in the VMM forum now. VMM is able to manage this entirely for you. 
    Anyhow, Diskpart is where you will assign drive.
    Check this blog post for how to use powershell to automate it: http://blogs.technet.com/b/heyscriptingguy/archive/2013/08/26/automating-diskpart-with-windows-powershell-part-1.aspx
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • Unable to register file server in OVM 3.0.1

    I'm stuck on attempting to register a fileserver in VM Manager 3.0.1; When I go to register a new file server, the "Storage Plug-in" drop-down is blank. What can I do to dig into this? Nothing about this is covered in the documentation...

    First must Discover VM Server!

  • Full server pool crashes when adding new iSCSI server

    Hi,
    we have a Pool Group with 2 machines (1 Server Pool Master + Server Virtual Machine + Utility Server and another 1 Server Virtual Machine). Both have a iSCSI Shared Disk which builds /OVS partition.
    This is working, we can use High Availability, Migrate guests etc.
    But when adding new Server Virtual Machines to the pool (with guests running), current machines in the Pools get restarted.
    My question is, can server virtual machines be "hot added" to the pool group while guests are running?
    Thanks and regards,
    Marc

    Hi,
    hosts file seems to be correct.
    Messages logs during the crash time are the following:
    Node vmserver15 = Server Pool Master, Utility Master and Server Virtual Machine
    Dec 10 12:40:02 vmserver15 kernel: vlan500: port 3(vif6.0) entering disabled state
    Dec 10 12:40:02 vmserver15 kernel: device vif6.0 left promiscuous mode
    Dec 10 12:40:02 vmserver15 kernel: type=1700 audit(1260445202.434:16): dev=vif6.0 prom=0 old_prom=256 auid=4294967295 ses=4294967295
    Dec 10 12:40:02 vmserver15 kernel: vlan500: port 3(vif6.0) entering disabled state
    Dec 10 12:40:02 vmserver15 kernel: loop10: dropped 10114 extents
    Dec 10 12:40:03 vmserver15 udhcpc: udhcp client (v0.9.8) started
    Dec 10 12:40:03 vmserver15 udhcpc: Lease of 193.109.175.25 obtained, lease time 172800
    Dec 10 12:40:04 vmserver15 kernel: device vif7.0 entered promiscuous mode
    Dec 10 12:40:04 vmserver15 kernel: type=1700 audit(1260445204.774:17): dev=vif7.0 prom=256 old_prom=0 auid=4294967295 ses=4294967295
    Dec 10 12:40:04 vmserver15 kernel: vlan500: topology change detected, propagating
    Dec 10 12:40:04 vmserver15 kernel: vlan500: port 3(vif7.0) entering forwarding state
    Dec 10 12:40:05 vmserver15 kernel: loop10: fast redirect
    Dec 10 12:40:06 vmserver15 kernel: blkback: ring-ref 770, event-channel 9, protocol 1 (x86_32-abi)
    Dec 10 12:53:35 vmserver15 kernel: o2net: no longer connected to node vmserver10.pic.es (num 1) at 193.109.174.110:7777
    Dec 10 12:53:36 vmserver15 kernel: (4989,0):o2hb_do_disk_heartbeat:776 ERROR: Device "sdb1": another node is heartbeating in our slot!
    Dec 10 12:53:37 vmserver15 kernel: o2net: accepted connection from node vmserver10.pic.es (num 1) at 193.109.174.110:7777
    Dec 10 12:53:38 vmserver15 kernel: (4989,0):o2hb_do_disk_heartbeat:776 ERROR: Device "sdb1": another node is heartbeating in our slot!
    Dec 10 12:53:50 vmserver15 last message repeated 6 times
    Dec 10 12:53:51 vmserver15 kernel: o2net: no longer connected to node vmserver10.pic.es (num 1) at 193.109.174.110:7777
    Dec 10 12:53:52 vmserver15 kernel: (4989,0):o2hb_do_disk_heartbeat:776 ERROR: Device "sdb1": another node is heartbeating in our slot!
    Dec 10 12:53:53 vmserver15 kernel: o2net: accepted connection from node vmserver10.pic.es (num 1) at 193.109.174.110:7777
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):dlm_send_remote_convert_request:393 ERROR: dlm status = DLM_IVLOCKID+
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):dlmconvert_remote:327 ERROR: dlm status = DLM_IVLOCKID+
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):ocfs2_cluster_lock:1206 ERROR: DLM error DLM_IVLOCKID while calling dlmlock on resource M000000000000000001050c00000000: bad lockid+
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):ocfs2_inode_lock_full:2064 ERROR: status = -22+
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):ocfs2_inode_lock_atime:2193 ERROR: status = -22+
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):__ocfs2_file_aio_read:2434 ERROR: status = -22+
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):dlm_send_remote_convert_request:393 ERROR: dlm status = DLM_IVLOCKID+
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):dlmconvert_remote:327 ERROR: dlm status = DLM_IVLOCKID+
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):ocfs2_cluster_lock:1206 ERROR: DLM error DLM_IVLOCKID while calling dlmlock on resource M000000000000000001050c00000000: bad lockid+
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):ocfs2_inode_lock_full:2064 ERROR: status = -22+
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):ocfs2_write_begin:1845 ERROR: status = -22+
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):ocfs2_file_buffered_write:2016 ERROR: status = -22+
    Dec 10 12:53:53 vmserver15 kernel: (5638,0):__ocfs2_file_aio_write:2173 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):dlm_send_remote_convert_request:393 ERROR: dlm status = DLM_IVLOCKID+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):dlmconvert_remote:327 ERROR: dlm status = DLM_IVLOCKID+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):ocfs2_cluster_lock:1206 ERROR: DLM error DLM_IVLOCKID while calling dlmlock on resource M000000000000000000020744c1370e: bad lockid+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):ocfs2_inode_lock_full:2064 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):ocfs2_reserve_suballoc_bits:449 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):ocfs2_reserve_cluster_bitmap_bits:682 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):ocfs2_local_alloc_reserve_for_window:930 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):ocfs2_local_alloc_slide_window:1063 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):ocfs2_reserve_local_alloc_bits:537 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):__ocfs2_reserve_clusters:725 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):ocfs2_lock_allocators:677 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):ocfs2_write_begin_nolock:1751 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):ocfs2_write_begin:1861 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):ocfs2_file_buffered_write:2016 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: (7923,0):__ocfs2_file_aio_write:2173 ERROR: status = -22+
    Dec 10 12:53:58 vmserver15 kernel: loop: Write error at byte offset 37644512256, length 4096.+
    . <the above bold and cursive text is repetead few times>
    Dec 10 12:58:29 vmserver15 kernel: (5638,3):dlmconvert_remote:327 ERROR: dlm status = DLM_IVLOCKID
    Dec 10 12:58:29 vmserver15 kernel: (5638,3):ocfs2_cluster_lock:1206 ERROR: DLM error DLM_IVLOCKID while calling dlmlock on resource M000000000000000001050c00000000: bad lockid
    Dec 10 12:58:29 vmserver15 kernel: (5638,3):ocfs2_inode_lock_full:2064 ERROR: status = -22
    Dec 10 12:58:29 vmserver15 kernel: (5638,3):ocfs2_write_begin:1845 ERROR: status = -22
    Dec 10 12:58:29 vmserver15 kernel: (5638,3):ocfs2_file_buffered_write:2016 ERROR: status = -22
    Dec 10 12:58:29 vmserver15 kernel: (5638,3):__ocfs2_file_aio_write:2173 ERROR: status = -22
    Dec 10 13:01:16 vmserver15 syslogd 1.4.1: restart.
    Node vmserver10: Virtual Server Machine
    Dec 10 12:53:35 vmserver10 kernel: o2net: no longer connected to node vmserver15.pic.es (num 0) at 193.109.174.115:7777
    Dec 10 12:53:35 vmserver10 kernel: (5029,0):ocfs2_dlm_eviction_cb:98 device (8,17): dlm has evicted node 0
    Dec 10 12:53:35 vmserver10 kernel: (20996,0):dlm_get_lock_resource:844 E3FE9E5767CA457FA697980EB637E93B:M000000000000000000022044c1370e: at least one node (0) to recover before lock mastery can begin
    Dec 10 12:53:36 vmserver10 kernel: (5344,4):dlm_get_lock_resource:844 E3FE9E5767CA457FA697980EB637E93B:$RECOVERY: at least one node (0) to recover before lock mastery can begin
    Dec 10 12:53:36 vmserver10 kernel: (5344,4):dlm_get_lock_resource:878 E3FE9E5767CA457FA697980EB637E93B: recovery map is not empty, but must master $RECOVERY lock now
    Dec 10 12:53:36 vmserver10 kernel: (5344,4):dlm_do_recovery:524 (5344) Node 1 is the Recovery Master for the Dead Node 0 for Domain E3FE9E5767CA457FA697980EB637E93B
    Dec 10 12:53:36 vmserver10 kernel: (20996,0):ocfs2_replay_journal:1183 Recovering node 0 from slot 0 on device (8,17)
    Dec 10 12:53:37 vmserver10 kernel: o2net: connected to node vmserver15.pic.es (num 0) at 193.109.174.115:7777
    Dec 10 12:53:38 vmserver10 kernel: (8672,1):dlm_get_lock_resource:844 ovm:$RECOVERY: at least one node (0) to recover before lock mastery can begin
    Dec 10 12:53:38 vmserver10 kernel: (8672,1):dlm_get_lock_resource:878 ovm: recovery map is not empty, but must master $RECOVERY lock now
    Dec 10 12:53:38 vmserver10 kernel: (8672,1):dlm_do_recovery:524 (8672) Node 1 is the Recovery Master for the Dead Node 0 for Domain ovm
    Dec 10 12:53:40 vmserver10 kernel: kjournald starting. Commit interval 5 seconds
    Dec 10 12:53:51 vmserver10 kernel: o2net: no longer connected to node vmserver15.pic.es (num 0) at 193.109.174.115:7777
    Dec 10 12:53:53 vmserver10 kernel: o2net: connected to node vmserver15.pic.es (num 0) at 193.109.174.115:7777
    Dec 10 12:53:53 vmserver10 kernel: (3761,0):dlm_convert_lock_handler:489 ERROR: did not find lock to convert on grant queue! cookie=0:92+
    Dec 10 12:53:53 vmserver10 kernel: lockres: M000000000000000001050c0000000, owner=1, state=0+
    Dec 10 12:53:53 vmserver10 kernel:   last used: 0, refcnt: 3, on purge list: no+
    Dec 10 12:53:53 vmserver10 kernel:   on dirty list: no, on reco list: no, migrating pending: no+
    Dec 10 12:53:53 vmserver10 kernel:   inflight locks: 0, asts reserved: 0+
    *Dec 10 12:53:53 vmserver10 kernel:   refmap nodes: [ ], inflight=0*+
    Dec 10 12:53:53 vmserver10 kernel:   granted queue:+
    Dec 10 12:53:53 vmserver10 kernel:     type=5, conv=-1, node=1, cookie=1:243, ref=2, ast=(empty=y,pend=n), bast=(empty=y,pend=n), pending=(conv=n,lock=n,cancel=n,unlock=n)+
    Dec 10 12:53:53 vmserver10 kernel:   converting queue:+
    Dec 10 12:53:53 vmserver10 kernel:   blocked queue:+
    . <the above bold and cursive text is repetead few times>
    Dec 10 12:57:18 vmserver10 modprobe: FATAL: Module ocfs2_stackglue not found.
    Dec 10 12:57:18 vmserver10 kernel: (3761,0):dlm_convert_lock_handler:489 ERROR: did not find lock to convert on grant queue! cookie=0:92+
    Dec 10 12:57:18 vmserver10 kernel: lockres: M000000000000000001050c0000000, owner=1, state=0+
    Dec 10 12:57:18 vmserver10 kernel:   last used: 0, refcnt: 3, on purge list: no+
    Dec 10 12:57:18 vmserver10 kernel:   on dirty list: no, on reco list: no, migrating pending: no+
    Dec 10 12:57:18 vmserver10 kernel:   inflight locks: 0, asts reserved: 0+
    *Dec 10 12:57:18 vmserver10 kernel:   refmap nodes: [ ], inflight=0*+
    Dec 10 12:57:18 vmserver10 kernel:   granted queue:+
    Dec 10 12:57:18 vmserver10 kernel:     type=5, conv=-1, node=1, cookie=1:243, ref=2, ast=(empty=y,pend=n), bast=(empty=y,pend=n), pending=(conv=n,lock=n,cancel=n,unlock=n)+
    Dec 10 12:57:18 vmserver10 kernel:   converting queue:+
    Dec 10 12:57:18 vmserver10 kernel:   blocked queue:+
    . <the above bold and cursive text is repetead few times>
    Dec 10 12:58:32 vmserver10 kernel: (3761,0):dlm_unlock_lock_handler:511 ERROR: failed to find lock to unlock! cookie=0:1849
    Dec 10 12:58:33 vmserver10 modprobe: FATAL: Module ocfs2_stackglue not found.
    Dec 10 12:59:02 vmserver10 kernel: o2net: connection to node vmserver15.pic.es (num 0) at 193.109.174.115:7777 has been idle for 30.0 seconds, shutting it down.
    Dec 10 12:59:02 vmserver10 kernel: (0,0):o2net_idle_timer:1503 here are some times that might help debug the situation: (tmr 1260446312.830107 now 1260446342.828243 dr 1260446312.830066 adv 1260446312.830319:1260446312.830320 func (b9f5fd13:506) 1260446312.830109:1260446312.830303)
    Dec 10 12:59:02 vmserver10 kernel: o2net: no longer connected to node vmserver15.pic.es (num 0) at 193.109.174.115:7777
    Dec 10 12:59:32 vmserver10 kernel: (3761,0):o2net_connect_expired:1664 ERROR: no connection established with node 0 after 30.0 seconds, giving up and returning errors.
    Dec 10 13:01:42 vmserver10 kernel: o2net: connected to node vmserver15.pic.es (num 0) at 193.109.174.115:7777
    Dec 10 13:01:45 vmserver10 kernel: ocfs2_dlm: Node 0 joins domain E3FE9E5767CA457FA697980EB637E93B
    Dec 10 13:01:45 vmserver10 kernel: ocfs2_dlm: Nodes in domain ("E3FE9E5767CA457FA697980EB637E93B"): 0 1
    Dec 10 13:01:51 vmserver10 kernel: o2net: accepted connection from node vmserver16.pic.es (num 2) at 193.109.174.116:7777
    Dec 10 13:01:56 vmserver10 kernel: ocfs2_dlm: Node 2 joins domain E3FE9E5767CA457FA697980EB637E93B
    Dec 10 13:01:56 vmserver10 kernel: ocfs2_dlm: Nodes in domain ("E3FE9E5767CA457FA697980EB637E93B"): 0 1 2
    Dec 10 13:09:05 vmserver10 modprobe: FATAL: Module ocfs2_stackglue not found.
    Dec 10 13:16:45 vmserver10 kernel: o2net: connection to node vmserver16.pic.es (num 2) at 193.109.174.116:7777 has been idle for 30.0 seconds, shutting it down.
    Dec 10 13:16:45 vmserver10 kernel: (0,0):o2net_idle_timer:1503 here are some times that might help debug the situation: (tmr 1260447375.655426 now 1260447405.655712 dr 1260447375.655413 adv 1260447375.655427:1260447375.655427 func (b9f5fd13:503) 1260446516.75600:1260446516.75608)
    Dec 10 13:16:45 vmserver10 kernel: o2net: no longer connected to node vmserver16.pic.es (num 2) at 193.109.174.116:7777
    Dec 10 13:17:15 vmserver10 kernel: (3761,0):o2net_connect_expired:1664 ERROR: no connection established with node 2 after 30.0 seconds, giving up and returning errors.
    Dec 10 13:17:19 vmserver10 kernel: (5029,0):ocfs2_dlm_eviction_cb:98 device (8,17): dlm has evicted node 2
    Dec 10 13:17:20 vmserver10 kernel: (3761,0):ocfs2_dlm_eviction_cb:98 device (8,17): dlm has evicted node 2
    Dec 10 13:29:05 vmserver10 kernel: o2net: no longer connected to node vmserver15.pic.es (num 0) at 193.109.174.115:7777
    Dec 10 13:29:05 vmserver10 kernel: (5029,0):ocfs2_dlm_eviction_cb:98 device (8,17): dlm has evicted node 0
    Dec 10 13:29:06 vmserver10 kernel: (5344,4):dlm_get_lock_resource:844 E3FE9E5767CA457FA697980EB637E93B:$RECOVERY: at least one node (0) to recover before lock mastery can begin
    Dec 10 13:29:06 vmserver10 kernel: (5344,4):dlm_get_lock_resource:878 E3FE9E5767CA457FA697980EB637E93B: recovery map is not empty, but must master $RECOVERY lock now
    Dec 10 13:29:06 vmserver10 kernel: (5344,4):dlm_do_recovery:524 (5344) Node 1 is the Recovery Master for the Dead Node 0 for Domain E3FE9E5767CA457FA697980EB637E93B
    Dec 10 13:29:06 vmserver10 kernel: (28412,0):ocfs2_replay_journal:1183 Recovering node 0 from slot 0 on device (8,17)
    Dec 10 13:29:09 vmserver10 kernel: kjournald starting. Commit interval 5 seconds
    Dec 10 13:29:16 vmserver10 kernel: o2net: accepted connection from node vmserver16.pic.es (num 2) at 193.109.174.116:7777
    Dec 10 13:29:20 vmserver10 kernel: ocfs2_dlm: Node 2 joins domain E3FE9E5767CA457FA697980EB637E93B
    Dec 10 13:29:20 vmserver10 kernel: ocfs2_dlm: Nodes in domain ("E3FE9E5767CA457FA697980EB637E93B"): 1 2
    Dec 10 13:32:08 vmserver10 kernel: o2net: connected to node vmserver15.pic.es (num 0) at 193.109.174.115:7777
    Dec 10 13:32:11 vmserver10 kernel: ocfs2_dlm: Node 0 joins domain E3FE9E5767CA457FA697980EB637E93B
    Dec 10 13:32:11 vmserver10 kernel: ocfs2_dlm: Nodes in domain ("E3FE9E5767CA457FA697980EB637E93B"): 0 1 2
    Dec 10 13:36:10 vmserver10 shutdown[28681]: shutting down for system reboot+
    I will investigate what seems to be going on and post it here.
    Thanks for your help.
    Edited by: Marc Caubet on 11-Dec-2009 02:05
    Edited by: Marc Caubet on 11-Dec-2009 02:07

  • Cannot register radius server in active directory

    Hi All
    What I can't do is to register the RADIUS server to the Active Directory service which is located on the same server and stand alone server same problem  (see screenshot). I've tried to do this as both domain administrator and local administrator.
    How can I fix this problem?
    IT Helpdesk

    Hi,
    Try to use netsh nps add registeredserver
    command. This command is used for adding a Network Policy Server (NPS) to the list of registered servers in Active Directory.
    The NPS server is registered in AD DS when it is added as a member of the RAS and IAS Servers security group.
    For detailed information, please view the link below:
    NPS Server Commands
    http://technet.microsoft.com/en-us/library/cc754758(WS.10).aspx#BKMK_1
    Hope this helps.
    Steven Lee
    TechNet Community Support
    Thank You  working to me ;)
    IT Helpdesk

Maybe you are looking for

  • How do you transfer pictures from old iphoto library to a new one?

    So my iphoto wasn't working, did the whole delete the plist and make a new library pressing "alt". But now i want to know how i can transfer all my photos into the new library, or some how fix the old library (because i really don't wanna move everyt

  • Giving Password to a ssh command in a script

    Hi   I wanna know how to give password to a ssh command in a script... that is my command iniside script is q=`ssh 172.16.1.2 /usr/sbin/alternatives --config java </root/Desktop/2.txt 2>&1 | grep jdk1.6.0_05` when i execute the script file and when t

  • File sync

    I have just installed the latest version and am having problems with file sync. Everything works fine, but it only seems to sync from the phone to the PC. Any changes to a file are not copied from the PC to the phone. The settings are set to sync bot

  • CC update fails

    "A new version of Creative Cloud is available. Update now?" ... update fails every time. How to fix?

  • WGA54G v2. and connecting it a printer.

    Hi, I have a WGA54G v2. and I need use it as  wireless access point for a wired printer.  I have an apple Time Capsule with a built in router.  Anyone know how to get these two to talk to each other ??? Miles.