{"id":16770,"date":"2021-11-05T11:47:59","date_gmt":"2021-11-05T10:47:59","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/"},"modified":"2021-11-05T11:47:59","modified_gmt":"2021-11-05T10:47:59","slug":"oda-and-kvm-debugging-of-dbsystem-creation-failure","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/","title":{"rendered":"ODA and KVM: Debugging of DBsystem creation failure"},"content":{"rendered":"<p>Debugging errors when working with ODA is not always the easiest thing do&#8230; \ud83d\ude1b<\/p>\n<p>It may become a bit tricky and not a straightforward process. In this blog I wanted to show you and example we faced with the debugging of a Dbsystem creation failure and how we found out the real reason it failed.<\/p>\n<p><!--more--><\/p>\n<p>Before starting let&#8217;s do a short reminder about <a href=\"https:\/\/docs.oracle.com\/en\/engineered-systems\/oracle-database-appliance\/19.12\/cmtxn\/managing-oracle-database-appliance-kvm-deployment1.html#GUID-7123ADEA-7134-42E8-95CC-E2F444DBAC27\">KVM virtualisation on ODA<\/a>.<\/p>\n<p>Since 19.9, ODA supports hard partitioning for database virtualisation on ODA. This works on a principle based on 2 types of VMs:<\/p>\n<ol>\n<li>Compute instance (more info <a href=\"https:\/\/www.dbi-services.com\/blog\/oracle-database-appliance-kvm-virtual-instance-on-oda-19-12\/\">here<\/a>)<\/li>\n<li>DB Systems<\/li>\n<\/ol>\n<p>While the first one is intended for traditional VM hosted any workload except oracle DBs, the second one is dedicated to database virtualisation.<br \/>\nA DB System is then an Oracle Linux with a similar stack than the ODA\u00a0 BM (GI, DB, &#8230;).<\/p>\n<p>Provisioning a new DBSystem is pretty easy and straightforward using the command odaacli create-dbsystem and a JSON file as input&#8230;as long as it works&#8230;and you don&#8217;t do any mistake.<\/p>\n<p>In our case, here the error we got when trying to create a new DB System:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">Job details\n----------------------------------------------------------------\n                     ID:  75115716-4ce3-4eb1-af1a-4d3d8bef441a\n            Description:  DB System srvdb01 creation\n                 Status:  Failure\n                Created:  November 5, 2021 11:37:48 AM CET\n                Message:  DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''.\n\nTask Name                                Start Time                          End Time                            Status\n---------------------------------------- ----------------------------------- ----------------------------------- ----------\nCreate DB System metadata                November 5, 2021 11:37:48 AM CET    November 5, 2021 11:37:48 AM CET    Success\nPersist new DB System                    November 5, 2021 11:37:48 AM CET    November 5, 2021 11:37:48 AM CET    Success\nValidate DB System prerequisites         November 5, 2021 11:37:48 AM CET    November 5, 2021 11:37:52 AM CET    Success\nSetup DB System environment              November 5, 2021 11:37:52 AM CET    November 5, 2021 11:37:53 AM CET    Success\nCreate DB System ASM volume              November 5, 2021 11:37:53 AM CET    November 5, 2021 11:38:00 AM CET    Success\nCreate DB System ACFS filesystem         November 5, 2021 11:38:00 AM CET    November 5, 2021 11:38:09 AM CET    Success\nCreate DB System VM ACFS snapshots       November 5, 2021 11:38:09 AM CET    November 5, 2021 11:38:39 AM CET    Success\nCreate temporary SSH key pair            November 5, 2021 11:38:39 AM CET    November 5, 2021 11:38:39 AM CET    Success\nCreate DB System cloud-init config       November 5, 2021 11:38:39 AM CET    November 5, 2021 11:38:40 AM CET    Success\nProvision DB System VM(s)                November 5, 2021 11:38:40 AM CET    November 5, 2021 11:38:41 AM CET    Success\nAttach disks to DB System                November 5, 2021 11:38:41 AM CET    November 5, 2021 11:38:41 AM CET    Success\nAdd DB System to Clusterware             November 5, 2021 11:38:41 AM CET    November 5, 2021 11:38:41 AM CET    Success\nStart DB System                          November 5, 2021 11:38:41 AM CET    November 5, 2021 11:38:44 AM CET    Success\nWait DB System VM first boot             November 5, 2021 11:38:44 AM CET    November 5, 2021 11:39:56 AM CET    Success\nSetup Mutual TLS (mTLS)                  November 5, 2021 11:39:56 AM CET    November 5, 2021 11:40:15 AM CET    Success\nExport clones repository                 November 5, 2021 11:40:15 AM CET    November 5, 2021 11:40:15 AM CET    Success\nSetup ASM client cluster config          November 5, 2021 11:40:16 AM CET    November 5, 2021 11:40:18 AM CET    Success\nInstall DB System                        November 5, 2021 11:40:18 AM CET    November 5, 2021 11:40:26 AM CET    InternalError<\/pre>\n<p>So&#8230;it failed on installing DB into the newly creaated VM. Error code is: DCS-10001:Internal error<\/p>\n<p>The first we tried is to get more info on this error code using dcserr:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[root@dbi-oda-x8 log]# dcserr 10001\n10001, Internal_Error, \"Internal error encountered: {0}.\"\n\/\/ *Cause: An internal error occurred.\n\/\/ *Action: Contact Oracle Support Services for assistance.\n\/<\/pre>\n<p>Not helping very much&#8230; Unfortunately the describe-job doesn&#8217;t give much more information about any kind of log file&#8230;<\/p>\n<p>The only remaining solution is then to analyse the DCS log file. All operation we run using odacli are going through the dcsagent which generates a log in:<\/p>\n<pre>\/opt\/oracle\/dcs\/log<\/pre>\n<p class=\"brush: bash; gutter: true; first-line: 1\">There you will find several types of log file such as the dcs-admin one or the dcs-components and obviously the dcs-agent log file<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[root@dbi-oda-x8 log]# pwd\n\/opt\/oracle\/dcs\/log\n[root@dbi-oda-x8 log]# ls -l dcs-agent*\n-rw-r--r-- 1 root root 144752279 Nov 3 23:30 dcs-agent-2021-11-03.log\n-rw-r--r-- 1 root root 231235959 Nov 4 23:30 dcs-agent-2021-11-04.log\n-rw-r--r-- 1 root root 151900 Nov 3 11:59 dcs-agent-requests-2021-11-03-03.log\n-rw-r--r-- 1 root root 60331 Nov 3 12:59 dcs-agent-requests-2021-11-03-11.log\n-rw-r--r-- 1 root root 122337 Nov 3 13:58 dcs-agent-requests-2021-11-03-13.log\n-rw-r--r-- 1 root root 74029 Nov 3 14:59 dcs-agent-requests-2021-11-03-14.log\n-rw-r--r-- 1 root root 112641 Nov 3 15:59 dcs-agent-requests-2021-11-03-15.log\n-rw-r--r-- 1 root root 154503 Nov 3 16:59 dcs-agent-requests-2021-11-03-16.log\n-rw-r--r-- 1 root root 10575 Nov 3 17:03 dcs-agent-requests-2021-11-03-17.log\n-rw-r--r-- 1 root root 184 Nov 4 07:53 dcs-agent-requests-2021-11-04-07.log\n-rw-r--r-- 1 root root 24097 Nov 4 08:42 dcs-agent-requests-2021-11-04-08.log\n-rw-r--r-- 1 root root 6556 Nov 4 09:59 dcs-agent-requests-2021-11-04-09.log\n-rw-r--r-- 1 root root 7711 Nov 4 10:56 dcs-agent-requests-2021-11-04-10.log\n-rw-r--r-- 1 root root 17646 Nov 4 11:52 dcs-agent-requests-2021-11-04-11.log\n-rw-r--r-- 1 root root 1837 Nov 4 12:58 dcs-agent-requests-2021-11-04-12.log\n-rw-r--r-- 1 root root 122202 Nov 4 13:59 dcs-agent-requests-2021-11-04-13.log\n-rw-r--r-- 1 root root 71837 Nov 4 14:59 dcs-agent-requests-2021-11-04-14.log\n-rw-r--r-- 1 root root 215518 Nov 4 15:59 dcs-agent-requests-2021-11-04-15.log\n-rw-r--r-- 1 root root 4497 Nov 4 16:24 dcs-agent-requests-2021-11-04-16.log\n-rw-r--r-- 1 root root 660 Nov 5 07:56 dcs-agent-requests-2021-11-05-07.log\n-rw-r--r-- 1 root root 513 Nov 5 08:00 dcs-agent-requests-2021-11-05-08.log\n-rw-r--r-- 1 root root 45592 Nov 5 10:59 dcs-agent-requests-2021-11-05-10.log\n-rw-r--r-- 1 root root 126945 Nov 5 11:59 dcs-agent-requests-2021-11-05-11.log\n-rw-r--r-- 1 root root 17460 Nov 5 12:21 dcs-agent-requests.log\n-rw-r--r-- 1 root root 75603907 Nov 5 12:21 dcs-agent.log<\/pre>\n<p>However the challenge is that this log file is pretty verbose and therefore pretty long.<br \/>\nJust to give you and idea, on our test ODA (where there were nothing much running) we had already almost 1 million rows in an half day.<\/p>\n<p>So the option we used was to run a grep command to gather only the lines concerning the DB System we tried to create:<\/p>\n<p>grep srvdb01 dcs-agent.log<\/p>\n<p>&#8230;which still represents 850+ lines \ud83d\ude09<\/p>\n<p>Going bottom up, we found first all entries about the DELET DB SYSTEM we run after the failure, such as:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">...\n2021-11-05 11:47:50,962 INFO [dw-19811 - DELETE \/dbsystem\/srvdb01] [] c.o.d.a.k.o.l.SingleNodeLockController: Thread 'dw-19811 - DELETE \/dbsystem\/srvdb01' released READ lock for Resource type 'Metadata' with name 'metadata'\n2021-11-05 11:47:50,963 INFO [dw-19811 - DELETE \/dbsystem\/srvdb01] [] c.o.d.a.k.m.KvmBaseModule: Starting new job 586fce36-8131-4f46-b447-36fab882f060 for taskFlow: seq(id: 586fce36-8131-4f46-b447-36fab882f060, name: 586fce36-8131-4f46-b447-36fab882f060, jobId: 586fce36-8131-4f46-b447-36fab882f060, status: Created,exposeTaskResultToJob: false, result: null, output: , on_failure: FailOnAny):\n2021-11-05 11:47:50,963 INFO [dw-19811 - DELETE \/dbsystem\/srvdb01] [] c.o.d.a.k.m.KvmBaseModule: Job report: ServiceJobReport(jobId=586fce36-8131-4f46-b447-36fab882f060, status=Created, message=null, reports=[], createTimestamp=2021-11-05 11:47:50.957, resourceList=[], description=DB System srvdb01 deletion, updatedTime=2021-11-05 11:47:50.957)\n  \"description\" : \"DB System srvdb01 deletion\",\n  \"description\" : \"DB System srvdb01 deletion\",\n2021-11-05 11:47:50,973 INFO [DeleteDbSystem_KvmLockContainer_38554 : JobId=586fce36-8131-4f46-b447-36fab882f060] [] c.o.d.a.k.o.l.SingleNodeLockController: Thread 'DeleteDbSystem_KvmLockContainer_38554 : JobId=586fce36-8131-4f46-b447-36fab882f060' trying to acquire WRITE lock for Resource type 'DB System' with name 'srvdb01'\n2021-11-05 11:47:50,973 INFO [DeleteDbSystem_KvmLockContainer_38554 : JobId=586fce36-8131-4f46-b447-36fab882f060] [] c.o.d.a.k.o.l.SingleNodeLockController: Thread 'DeleteDbSystem_KvmLockContainer_38554 : JobId=586fce36-8131-4f46-b447-36fab882f060' acquired WRITE lock for Resource type 'DB System' with name 'srvdb01'\n\t Mountpath: \/u05\/app\/sharedrepo\/srvdb01\n...<\/pre>\n<p>So we could simply skip all lines containing DELET or Operation Type = Delete.<\/p>\n<p>Then arrive plenty of lines which contains the error message you receive in the odacli describe-job as well as the content of the JSON file used to run the job.<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">...\n2021-11-05 11:46:48,763 DEBUG [Process new DB System] [] c.o.d.a.k.t.KvmBaseTaskBuilder$KvmTaskExecutor: Output request: DbSystemCreateRequest(systemInfo=DbSystemCreateRequest.SystemInfo(dbSystemName=srvdb01, shapeName=odb2, cpuPoolName=cpupool4srv, diskGroup=DATA, systemPassword=*****, provisionType=rhp, timeZone=Europe\/Zurich, enableRoleSeparation=true, customRoleSeparationInfo=DbSystemCreateRequest.CustomRoleSeparationInfo(groups=[DbSystemCreateRequest.GroupInfo(id=1001, role=oinstall, name=oinstall), DbSystemCreateRequest.GroupInfo(id=1002, role=dbaoper, name=dbaoper), DbSystemCreateRequest.GroupInfo(id=1003, role=dba, name=dba), DbSystemCreateRequest.GroupInfo(id=1004, role=asmadmin, name=asmadmin), DbSystemCreateRequest.GroupInfo(id=1005, role=asmoper, name=asmoper), DbSystemCreateRequest.GroupInfo(id=1006, role=asmdba, name=asmdba)], users=[DbSystemCreateRequest.UserInfo(id=1000, role=gridUser, name=grid), DbSystemCreateRequest.UserInfo(id=1001, role=oracleUser, name=oracle)])), networkInfo=DbSystemCreateRequest.NetworkInfo(domainName=dbi-lab.ch, ntpServers=[216.239.35.0], dnsServers=[8.8.8.8, 8.8.4.4], scanName=null, scanIps=null, nodes=[DbSystemCreateRequest.NetworkNodeInfo(number=0, name=srvdb01, ipAddress=10.36.0.245, netmask=255.255.255.0, gateway=10.36.0.1, vipName=null, vipAddress=null)], publicVNetwork=pubnet), gridInfo=DbSystemCreateRequest.GridInfo(language=en, enableAfd=false), dbInfo=DbSystemCreateRequest.DbInfo(name=srvTEST, uniqueName=srvTEST, domainName=dbi-lab.ch, adminPassword=**********, version=19.12.0.0.210720, edition=EE, type=SI, dbClass=OLTP, shape=odb2, role=PRIMARY, redundancy=MIRROR, characterSet=DbSystemCreateRequest.DbCharacterSetInfo(characterSet=AL32UTF8, nlsCharacterSet=AL16UTF16, dbTerritory=AMERICA, dbLanguage=ENGLISH), enableDbConsole=false, enableFlashStorage=false, enableFlashCache=false, enableSEHA=false, rmanBackupPassword=*****, level0BackupDay=null, tdePassword=*****, enableTde=false, enableUnifiedAuditing=true, isCdb=false, pdbName=null, pdbAdminUser=null, targetNodeNumber=null), devInfo=null)\n2021-11-05 11:46:48,763 DEBUG [CreateDbSystem_KvmLockContainer_38327 : JobId=33793dd8-6704-407a-8dd0-f2b83a9deb10] [] c.o.d.c.t.TaskDetail: set task result as DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''.\n2021-11-05 11:46:48,763 INFO [CreateDbSystem_KvmLockContainer_38327 : JobId=33793dd8-6704-407a-8dd0-f2b83a9deb10] [] c.o.d.a.k.t.KvmBaseTaskBuilder$KvmLockContainer:  Task[id: CreateDbSystem_KvmLockContainer_38327, TaskName: CreateDbSystem_KvmLockContainer_38327] result: DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''.\n2021-11-05 11:46:48,763 DEBUG [33793dd8-6704-407a-8dd0-f2b83a9deb10 : JobId=33793dd8-6704-407a-8dd0-f2b83a9deb10] [] c.o.d.c.t.TaskDetail: set task result as DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''.\n2021-11-05 11:46:48,763 DEBUG [33793dd8-6704-407a-8dd0-f2b83a9deb10 : JobId=33793dd8-6704-407a-8dd0-f2b83a9deb10] [] c.o.d.a.k.m.i.KvmJobHelper$KvmTaskReportRecorder: Recording job report: id: 33793dd8-6704-407a-8dd0-f2b83a9deb10, name: 33793dd8-6704-407a-8dd0-f2b83a9deb10, jobId: 33793dd8-6704-407a-8dd0-f2b83a9deb10, status: Failure,exposeTaskResultToJob: false, result: DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''., output:\n  \"message\" : \"DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''.\",\n  \"description\" : \"DB System srvdb01 creation\",\n  \"message\" : \"<strong>DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''.<\/strong>\",\n  \"description\" : \"DB System srvdb01 creation\",\n...<\/pre>\n<p>Still not much useful&#8230;so we skipped these too and continue our journey upward. Finally looking for the first (going up) line without any error, we could found in the next one the following message:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">2021-11-05 11:46:47,948 INFO [dw-18140 - GET \/instances\/storage\/dgSpace\/ALL] [] c.o.i.a.IDMAgentAuthorizer: IDMAgentAuthorizer::user:ODA-srvdb01:role:list-dgstorages\n! Causing: com.oracle.dcs.commons.exception.DcsException: DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''.\n! Causing: com.oracle.dcs.commons.exception.DcsException: DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''.\n! Causing: com.oracle.dcs.commons.exception.DcsException: DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''.\n2021-11-05 11:46:48,745 DEBUG [Install DB System : JobId=33793dd8-6704-407a-8dd0-f2b83a9deb10] [] c.o.d.a.k.m.i.KvmJobHelper$KvmTaskReportRecorder: Recording task report: id: CreateDbSystem_KvmTask_38345,name: Install DB System, jobId: 33793dd8-6704-407a-8dd0-f2b83a9deb10, status: InternalError,exposeTaskResultToJob: false, result: DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''.,output: DcsException{errorHttpCode=InternalError, msg=Internal error encountered: Error creating job 'Provision DB System 'srvdb01''., msgId=10001,causedBy=com.oracle.pic.commons.client.exceptions.RestClientException: <strong>DCS-11002:Password for database admin user does not comply with the password policy<\/strong>.}\n  \"taskResult\" : \"DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''.\",\n  \"taskResult\" : \"DCS-10001:Internal error encountered: Error creating job 'Provision DB System 'srvdb01''.\",<\/pre>\n<p>Look at the 4th line \ud83d\ude09 &#8230;yes at the end&#8230;scroll a bit more&#8230;here we go:<\/p>\n<pre>client.exceptions.RestClientException: <strong>DCS-11002:Password for database admin user does not comply with the password policy<\/strong>.}<\/pre>\n<p>&nbsp;<\/p>\n<p>So finally the root cause of the failure was &#8220;simply&#8221; that the password given for the sys\/system accounts was not compliant&#8230; \ud83d\ude15 \ud83d\ude15<\/p>\n<p>However the remaining question is: Why don&#8217;t we get this error message back in the odacli describe-job instead of a useless generic error message??<\/p>\n<p>It would have been so easier:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[root@dbi-oda-x8 log]# dcserr 11002\n11002, Password_too_simple, \"Password for {0} does not comply with the password policy.\"\n\/\/ *Cause: The user provided password does not satisfy the password policy rules.\n\/\/ *Action: Refer to the Deployment and User's Guide for the password policy.\n\/\/          Provide a password which meets the criteria.\n\/\n\n<\/pre>\n<p>I hope that this can help.<\/p>\n<p>Enjoy! \ud83d\ude0e<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Debugging errors when working with ODA is not always the easiest thing do&#8230; \ud83d\ude1b It may become a bit tricky and not a straightforward process. In this blog I wanted to show you and example we faced with the debugging of a Dbsystem creation failure and how we found out the real reason it failed.<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229,198],"tags":[23,73,79,44],"type_dbi":[],"class_list":["post-16770","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring","category-database-management","tag-dba","tag-linux","tag-oda","tag-troubleshooting"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>ODA and KVM: Debugging of DBsystem creation failure - dbi Blog<\/title>\n<meta name=\"description\" content=\"This article provides you an exemple with ODA and KVM to debug the creation of a DB System failing with a generic DCS10001 error\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ODA and KVM: Debugging of DBsystem creation failure\" \/>\n<meta property=\"og:description\" content=\"This article provides you an exemple with ODA and KVM to debug the creation of a DB System failing with a generic DCS10001 error\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-05T10:47:59+00:00\" \/>\n<meta name=\"author\" content=\"David Hueber\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Hueber\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/\"},\"author\":{\"name\":\"David Hueber\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8873e20a98a02305870909f4e3d0088f\"},\"headline\":\"ODA and KVM: Debugging of DBsystem creation failure\",\"datePublished\":\"2021-11-05T10:47:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/\"},\"wordCount\":547,\"commentCount\":0,\"keywords\":[\"DBA\",\"Linux\",\"ODA\",\"Troubleshooting\"],\"articleSection\":[\"Database Administration &amp; Monitoring\",\"Database management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/\",\"name\":\"ODA and KVM: Debugging of DBsystem creation failure - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2021-11-05T10:47:59+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8873e20a98a02305870909f4e3d0088f\"},\"description\":\"This article provides you an exemple with ODA and KVM to debug the creation of a DB System failing with a generic DCS10001 error\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ODA and KVM: Debugging of DBsystem creation failure\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8873e20a98a02305870909f4e3d0088f\",\"name\":\"David Hueber\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/fc07284dbd5667f0bed32b0d8d64076ab885746973ea1b5c4e69c6fa7074cf59?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fc07284dbd5667f0bed32b0d8d64076ab885746973ea1b5c4e69c6fa7074cf59?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fc07284dbd5667f0bed32b0d8d64076ab885746973ea1b5c4e69c6fa7074cf59?s=96&d=mm&r=g\",\"caption\":\"David Hueber\"},\"description\":\"David Hueber has ten years of experience in infrastructure operation &amp; management, engineering, and optimization. He is specialized in Oracle technologies (engineering, backup and recovery, high availability, etc.), Service Management standards and Oracle infrastructure operation processes (Service Desk, Change Management, Capacity Planning, etc.). David Hueber is ITILv3 Service Operation Lifecycle certified and Linux LPIC-1 certified. He received a university degree in Informatics and Networks at the IUT Mulhouse, France. He also studied Information Systems at the Conservatoire National des Arts et M\u00e9tiers in Mulhouse, France. His branch-related experience covers Financial Services \/ Banking, Chemicals &amp; Pharmaceuticals, Transport &amp; Logistics, Retail, Food, etc.\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/david-hueber\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"ODA and KVM: Debugging of DBsystem creation failure - dbi Blog","description":"This article provides you an exemple with ODA and KVM to debug the creation of a DB System failing with a generic DCS10001 error","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/","og_locale":"en_US","og_type":"article","og_title":"ODA and KVM: Debugging of DBsystem creation failure","og_description":"This article provides you an exemple with ODA and KVM to debug the creation of a DB System failing with a generic DCS10001 error","og_url":"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/","og_site_name":"dbi Blog","article_published_time":"2021-11-05T10:47:59+00:00","author":"David Hueber","twitter_card":"summary_large_image","twitter_misc":{"Written by":"David Hueber","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/"},"author":{"name":"David Hueber","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8873e20a98a02305870909f4e3d0088f"},"headline":"ODA and KVM: Debugging of DBsystem creation failure","datePublished":"2021-11-05T10:47:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/"},"wordCount":547,"commentCount":0,"keywords":["DBA","Linux","ODA","Troubleshooting"],"articleSection":["Database Administration &amp; Monitoring","Database management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/","url":"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/","name":"ODA and KVM: Debugging of DBsystem creation failure - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2021-11-05T10:47:59+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8873e20a98a02305870909f4e3d0088f"},"description":"This article provides you an exemple with ODA and KVM to debug the creation of a DB System failing with a generic DCS10001 error","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/oda-and-kvm-debugging-of-dbsystem-creation-failure\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"ODA and KVM: Debugging of DBsystem creation failure"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8873e20a98a02305870909f4e3d0088f","name":"David Hueber","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/fc07284dbd5667f0bed32b0d8d64076ab885746973ea1b5c4e69c6fa7074cf59?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fc07284dbd5667f0bed32b0d8d64076ab885746973ea1b5c4e69c6fa7074cf59?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fc07284dbd5667f0bed32b0d8d64076ab885746973ea1b5c4e69c6fa7074cf59?s=96&d=mm&r=g","caption":"David Hueber"},"description":"David Hueber has ten years of experience in infrastructure operation &amp; management, engineering, and optimization. He is specialized in Oracle technologies (engineering, backup and recovery, high availability, etc.), Service Management standards and Oracle infrastructure operation processes (Service Desk, Change Management, Capacity Planning, etc.). David Hueber is ITILv3 Service Operation Lifecycle certified and Linux LPIC-1 certified. He received a university degree in Informatics and Networks at the IUT Mulhouse, France. He also studied Information Systems at the Conservatoire National des Arts et M\u00e9tiers in Mulhouse, France. His branch-related experience covers Financial Services \/ Banking, Chemicals &amp; Pharmaceuticals, Transport &amp; Logistics, Retail, Food, etc.","url":"https:\/\/www.dbi-services.com\/blog\/author\/david-hueber\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/16770","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=16770"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/16770\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=16770"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=16770"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=16770"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=16770"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}