Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

VM Server 3.0.2 -Unable to add servers to new server pool

918724Feb 20 2012 — edited Feb 28 2012
Hello everyone,

Please forgive me if I'm missing something obvious. I am new to Oracle VM, and just setting up a test platform for the first time. (used virtualbox before).

I have a network environment that has 2 VM servers, 1 VM Manager (all 3 machines running on separate physical boxes). I have a 70Gb SAN share connecting with iSCSI from a freenas host. I have been able to see both VM servers as unmanaged, and can see the SAN share as Unmanaged iSCSI Storage Array. It let me create a test server pool, and allocate the SAN share as an available resource. When I attempt to add either of the VM Servers to the pool, I get the following job failure with error:

Job Construction Phase
----------------------
begin()
Appended operation 'Server Role Update' to object 'af:2a:89:a6:0b:57:11:dd:a9:a4:00:17:31:42:7b:d3 (oravmsvr2)'.
Appended operation 'Server Join Server Pool' to object 'af:2a:89:a6:0b:57:11:dd:a9:a4:00:17:31:42:7b:d3 (oravmsvr2)'.
Appended operation 'Server Pool Construct' to object '0004fb0000020000bc53a22f39acda2f (test pool 1)'.
Appended operation 'Server Pool Virtual IP Configure' to object '0004fb0000020000bc53a22f39acda2f (test pool 1)'.
Appended operation 'Server Pool Member Update' to object '0004fb0000020000bc53a22f39acda2f (test pool 1)'.
Appended operation 'Server Cluster Configure' to object 'af:2a:89:a6:0b:57:11:dd:a9:a4:00:17:31:42:7b:d3 (oravmsvr2)'.
Appended operation 'Server Cluster Construct' to object 'af:2a:89:a6:0b:57:11:dd:a9:a4:00:17:31:42:7b:d3 (oravmsvr2)'.
commit()
Completed Step: COMMIT

Objects and Operations
----------------------
Object (IN_USE): [ServerPool] 0004fb0000020000bc53a22f39acda2f (test pool 1)
Operation: Server Pool Construct
Operation: Server Pool Virtual IP Configure
Operation: Server Pool Member Update
Object (IN_USE): [Cluster] bc53a22f39acda2f
Object (IN_USE): [Server] af:2a:89:a6:0b:57:11:dd:a9:a4:00:17:31:42:7b:d3 (oravmsvr2)
Operation: Server Role Update
Operation: Server Join Server Pool
Operation: Server Cluster Configure
Operation: Server Cluster Construct

Job Running Phase at 13:32 on Mon, Feb 20, 2012
----------------------------------------------
Job Participants: []


Actioner
--------
Starting operation 'Server Pool Construct' on object '0004fb0000020000bc53a22f39acda2f (test pool 1)'
Completed operation 'Server Pool Construct' completed with direction ==> LATER
Starting operation 'Server Role Update' on object 'af:2a:89:a6:0b:57:11:dd:a9:a4:00:17:31:42:7b:d3 (oravmsvr2)'
Completed operation 'Server Role Update' completed with direction ==> DONE
Starting operation 'Server Join Server Pool' on object 'af:2a:89:a6:0b:57:11:dd:a9:a4:00:17:31:42:7b:d3 (oravmsvr2)'
Completed operation 'Server Join Server Pool' completed with direction ==> LATER
Starting operation 'Server Pool Virtual IP Configure' on object '0004fb0000020000bc53a22f39acda2f (test pool 1)'
Completed operation 'Server Pool Virtual IP Configure' completed with direction ==> LATER
Starting operation 'Server Cluster Configure' on object 'af:2a:89:a6:0b:57:11:dd:a9:a4:00:17:31:42:7b:d3 (oravmsvr2)'
Completed operation 'Server Cluster Configure' completed with direction ==> LATER
Starting operation 'Server Pool Member Update' on object '0004fb0000020000bc53a22f39acda2f (test pool 1)'
Completed operation 'Server Pool Member Update' completed with direction ==> LATER
Starting operation 'Server Cluster Construct' on object 'af:2a:89:a6:0b:57:11:dd:a9:a4:00:17:31:42:7b:d3 (oravmsvr2)'
Completed operation 'Server Cluster Construct' completed with direction ==> LATER
Starting operation 'Server Pool Construct' on object '0004fb0000020000bc53a22f39acda2f (test pool 1)'
Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: create_server_pool to server: oravmsvr2 failed. OVMAPI_4004E Server Failed Command: create_server_pool, Status: test pool 1 0004fb0000020000bc53a22f39acda2f 192.168.1.164 oravmsvr2 192.168.1.116 master,xen,utility
Mon Feb 20 13:32:40 EST 2012
Mon Feb 20 13:32:40 EST 2012
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.ServerPoolAction.createServerPool(ServerPoolAction.java:52)
at com.oracle.ovm.mgr.op.virtual.ServerPoolConstruct.createServerPool(ServerPoolConstruct.java:136)
at com.oracle.ovm.mgr.op.virtual.ServerPoolConstruct.action(ServerPoolConstruct.java:54)
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.IllegalOperationException: OVMAPI_4004E Server Failed Command: create_server_pool, Status: test pool 1 0004fb0000020000bc53a22f39acda2f 192.168.1.164 oravmsvr2 192.168.1.116 master,xen,utility
Mon Feb 20 13:32:40 EST 2012
at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:752)
at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:470)
... 20 more


FailedOperationCleanup
----------
Starting failed operation 'Server Pool Construct' cleanup on object 'test pool 1'
Complete rollback operation 'Server Pool Construct' completed with direction=test pool 1

Rollbacker
----------
Executing rollback operation 'Server Role Update' on object 'af:2a:89:a6:0b:57:11:dd:a9:a4:00:17:31:42:7b:d3 (oravmsvr2)'
Complete rollback operation 'Server Role Update' completed with direction=DONE

Objects To Be Rolled Back
-------------------------
Object (IN_USE): [ServerPool] 0004fb0000020000bc53a22f39acda2f (test pool 1)
Object (IN_USE): [Cluster] bc53a22f39acda2f
Object (IN_USE): [Server] af:2a:89:a6:0b:57:11:dd:a9:a4:00:17:31:42:7b:d3 (oravmsvr2)

Completed Step: ROLLBACK
Job failed commit (internal) due to OVMAPI_4010E Attempt to send command: create_server_pool to server: oravmsvr2 failed. OVMAPI_4004E Server Failed Command: create_server_pool, Status: test pool 1 0004fb0000020000bc53a22f39acda2f 192.168.1.164 oravmsvr2 192.168.1.116 master,xen,utility
Mon Feb 20 13:32:40 EST 2012
Mon Feb 20 13:32:40 EST 2012
com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: create_server_pool to server: oravmsvr2 failed. OVMAPI_4004E Server Failed Command: create_server_pool, Status: test pool 1 0004fb0000020000bc53a22f39acda2f 192.168.1.164 oravmsvr2 192.168.1.116 master,xen,utility
Mon Feb 20 13:32:40 EST 2012
Mon Feb 20 13:32:40 EST 2012
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.ServerPoolAction.createServerPool(ServerPoolAction.java:52)
at com.oracle.ovm.mgr.op.virtual.ServerPoolConstruct.createServerPool(ServerPoolConstruct.java:136)
at com.oracle.ovm.mgr.op.virtual.ServerPoolConstruct.action(ServerPoolConstruct.java:54)
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.GeneratedMethodAccessor843.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: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.IllegalOperationException: OVMAPI_4004E Server Failed Command: create_server_pool, Status: test pool 1 0004fb0000020000bc53a22f39acda2f 192.168.1.164 oravmsvr2 192.168.1.116 master,xen,utility
Mon Feb 20 13:32:40 EST 2012
at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:752)
at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:470)
... 20 more


----------
End of Job
----------




I have tried rebooting, rediscovering both servers, which complete successfuly. I just can't seem to get them to join any server pool that I create.

Can anyone point me in the right direction?


Many thanks in advance,

Jim
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2012
Added on Feb 20 2012
3 comments
586 views