Error message : OVMRU_002024E Cannot perform operation
Solution :
As specified in the error message:
File Server: NAS_NFSDS01, has invalid exports. Export: /vol/vol0, is contained in export: /vol/vol0/home. Remove one of those exports on the file server, and then refresh the file server to clear the error
This is described in the release notes - http://docs.oracle.com/cd/E50245_01/E50246/html/vmrns-storage.html#vmrns-refreshing-nas-invalid and the workaround generally is:
"do not export top level file systems in the NAS-based file server's exports file"
The error in this case explicitly tells you that the export /vol/vol0 is contained in the export /vol/vol0/home and you need to remove one of those exports and then refresh the file serv.
Showing posts with label Oracle VM Manager. Show all posts
Showing posts with label Oracle VM Manager. Show all posts
Friday, January 23, 2015
Monday, September 29, 2014
Oracle VM Manager : OVMAPI_2005E Summary: Server Cluster Failure, Description: Failed to destroy cluster
Oracle VM Manager version : 3.3.1
Problem : When trying to destroy a cluster, got the following error :
com.oracle.odof.exception.ObjectException: Caught during invoke method: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_2005E "[ServerDbImpl] 32:33:35:36:30:30:53:55:45:34:33:30:33:4c:30:35 (xxxxxxxxx)" contains a component "32:33:35:36:30:30:53:55:45:34:33:30:33:4c:30:35" in error. Error event: server.cluster.failure., Summary: Server Cluster Failure, Description: Failed to destroy cluster
OVMEVT_003503D_000 Server reboot is required.. [Fri Sep 26 14:17:58 EDT 2014]
Solution :
# ssh -l admin -p 10000 loopback
:
:
:
:
:
Problem : When trying to destroy a cluster, got the following error :
com.oracle.odof.exception.ObjectException: Caught during invoke method: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_2005E "[ServerDbImpl] 32:33:35:36:30:30:53:55:45:34:33:30:33:4c:30:35 (xxxxxxxxx)" contains a component "32:33:35:36:30:30:53:55:45:34:33:30:33:4c:30:35" in error. Error event: server.cluster.failure., Summary: Server Cluster Failure, Description: Failed to destroy cluster
OVMEVT_003503D_000 Server reboot is required.. [Fri Sep 26 14:17:58 EDT 2014]
Solution :
# ssh -l admin -p 10000 loopback
OVM> list filesystem
Command: list filesystem
Status: Success
Time: 2014-09-26 11:29:14,457 EDT
Data:
::
:
id:0004fb00000500005f792a3625f957de
name:
::
:
:
OVM> delete filesystem
id=0004fb00000500005f792a3625f957de
Command: delete filesystem
id=0004fb00000500005f792a3625f957de
Status: Success
Time: 2014-09-26 11:40:12,672 EDT
JobId: 1411746009613
After that we can destroy the server pool
Subscribe to:
Posts (Atom)