{"id":16537,"date":"2021-07-21T13:54:58","date_gmt":"2021-07-21T11:54:58","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/"},"modified":"2021-07-21T13:54:58","modified_gmt":"2021-07-21T11:54:58","slug":"odabr-tool-how-to-resolve-efi-device-backup-failure","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/","title":{"rendered":"odabr tool : how to resolve efi device backup failure?"},"content":{"rendered":"<p>During all my ODA projects where I need to perform patching operation, I&#8217;m using odabr tool. This tool is really easy to use and well designed. It offers the possibility to create snapshot on the \/, \/u01 and \/opt LVM file systems as well as a physical copy (rsync) of the files to an external destination storage as NFS. This is powerful in case you would like to get just one file back. The tool, as well as the user guide, can be found on Oracle Doc ID 2466177.1. I recently faced some errors when the tool is performing EFI device backup, and thus resulting in failing without been able to create any snapshot. I wanted to share my finding here, and maybe for you to win some troubleshooting time.<\/p>\n<p><!--more--><\/p>\n<h2>How to install the tool?<\/h2>\n<p>Easy to install. You just need to download from the Doc ID the odabr-2.0.1-66.noarch.rpm package.<\/p>\n<p>Check that the package is not already installed:<\/p>\n<p><code>[root@ODA01 patch]# rpm -qa | grep -i odabr<br \/>\n[root@ODA01 patch]# <\/code><\/p>\n<p>Install the tool:<br \/>\n<code>[root@ODA01 patch]# ls -ltrh<br \/>\ntotal 5.2G<br \/>\n-rwxrwxrwx 1 root root 5.2G Jul 19 15:00 p30403673_1911000_Linux-x86-64.zip<br \/>\n-rw-r--r-- 1 root root  27K Jul 21 09:00 odabr-2.0.1-66.noarch.rpm<br \/>\n&nbsp;<br \/>\n[root@ODA01 patch]# rpm -ivh odabr-2.0.1-66.noarch.rpm<br \/>\nwarning: odabr-2.0.1-66.noarch.rpm: Header V4 RSA\/SHA1 Signature, key ID 939112d6: NOKEY<br \/>\nPreparing...                          ################################# [100%]<br \/>\nUpdating \/ installing...<br \/>\n   1:odabr-2.0.1-66                   ################################# [100%]<br \/>\n&nbsp;<br \/>\nodabr-2.0.1.66 has been installed on \/opt\/odabr succesfully!<br \/>\n&nbsp;<br \/>\n[root@ODA01 patch]# rpm -qa | grep -i odabr<br \/>\nodabr-2.0.1-66.noarch<\/code><\/p>\n<h2>Making a snapshot backup<\/h2>\n<p>First we will need to check if we have enough place in the physical volume.<\/p>\n<p><code>[root@ODA01 patch]# pvdisplay<br \/>\n  --- Physical volume ---<br \/>\n  PV Name               \/dev\/md126p3<br \/>\n  VG Name               VolGroupSys<br \/>\n  PV Size               &lt;446.15 GiB \/ not usable 23.00 MiB<br \/>\n  Allocatable           yes<br \/>\n  PE Size               32.00 MiB<br \/>\n  Total PE              14276<br \/>\n  Free PE               5444<br \/>\n  Allocated PE          8832<br \/>\n  PV UUID               VyihMy-xEoI-SgKi-Apku-PBIS-BTnf-v2tsfU<\/code><\/p>\n<p>In our case we have 5444 Free PE, one PE has a size of 32 MiB, thus making here about 170 GB available for snapshots.<\/p>\n<p>By default the tool is assigning 190 GB snapshot to the 3 file systems (\/, \/u01 and \/opt). If we have enough free space, we could simply run the following command to create snapshots backup:<br \/>\n<code>[root@ODA01 patch]# \/opt\/odabr\/odabr backup -snap<\/code><\/p>\n<p>In our case knowing we only have 170 GB free, we might need to adjust the snapshots size.<\/p>\n<p>With a df command we will first check how many place is needed :<br \/>\n<code>[root@ODA01 patch]# df -h \/ \/u01 \/opt<br \/>\nFilesystem                          Size  Used Avail Use% Mounted on<br \/>\n\/dev\/mapper\/VolGroupSys-LogVolRoot   30G  7.1G   21G  26% \/<br \/>\n\/dev\/mapper\/VolGroupSys-LogVolU01   118G   77G   36G  69% \/u01<br \/>\n\/dev\/mapper\/VolGroupSys-LogVolOpt    99G   53G   41G  57% \/opt<\/code><\/p>\n<p>From there we will size each snapshot size (rsize  for \/, usize for \/u01 and osize for \/opt) :<br \/>\n<code>[root@ODA01 patch]# \/opt\/odabr\/odabr backup -snap -rsize 15 -usize 90 -osize 60<\/code><\/p>\n<h2>EFI device backup issue<\/h2>\n<p>Running it could fail with EFI device backup issue:<br \/>\n<code>[root@ODA01 patch]# \/opt\/odabr\/odabr backup -snap -rsize 15 -usize 90 -osize 60<br \/>\nINFO: 2021-07-21 09:08:08: Please check the logfile '\/opt\/odabr\/out\/log\/odabr_84675.log' for more details<br \/>\n&nbsp;<br \/>\n&nbsp;<br \/>\n\u2502\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2502<br \/>\n odabr - ODA node Backup Restore - Version: 2.0.1-66<br \/>\n Copyright Oracle, Inc. 2013, 2021<br \/>\n --------------------------------------------------------<br \/>\n Author: Ruggero Citton<br \/>\n RAC Pack, Cloud Innovation and Solution Engineering Team<br \/>\n\u2502\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2502<br \/>\n&nbsp;<br \/>\nINFO: 2021-07-21 09:08:08: Checking superuser<br \/>\nINFO: 2021-07-21 09:08:08: Checking Bare Metal<br \/>\n&nbsp;<br \/>\nINFO: 2021-07-21 09:08:08: Removing existing LVM snapshots<br \/>\nWARNING: 2021-07-21 09:08:08: LVM snapshot for 'opt' does not exist<br \/>\nWARNING: 2021-07-21 09:08:08: LVM snapshot for 'u01' does not exist<br \/>\nWARNING: 2021-07-21 09:08:08: LVM snapshot for 'root' does not exist<br \/>\n&nbsp;<br \/>\nINFO: 2021-07-21 09:08:08: Checking current OS version<br \/>\nINFO: 2021-07-21 09:08:08: Checking LVM restore backgroud process<br \/>\nINFO: 2021-07-21 09:08:08: Checking LVM size<br \/>\n&nbsp;<br \/>\nINFO: 2021-07-21 09:08:08: Boot device backup<br \/>\nINFO: 2021-07-21 09:08:08: Getting EFI device<br \/>\nINFO: 2021-07-21 09:08:08: ...step1 - unmounting EFI<br \/>\nINFO: 2021-07-21 09:08:08: ...step2 - making efi device backup<br \/>\nSUCCESS: 2021-07-21 09:08:10: ...EFI device backup saved as '\/opt\/odabr\/out\/hbi\/efi.img'<br \/>\nINFO: 2021-07-21 09:08:10: ...step3 - checking EFI device backup<br \/>\nERROR: 2021-07-21 09:08:10: Error running fsck over \/opt\/odabr\/out\/hbi\/efi.img<br \/>\nERROR: 2021-07-21 09:08:10: Command: 'fsck -a \/opt\/odabr\/out\/hbi\/efi.img' failed as fsck from util-linux 2.23.2 fsck.fat 3.0.20 (12 Jun 2013) 0x25: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.  Automatically removing dirty bit. Performing changes. \/opt\/odabr\/out\/hbi\/efi.img: 20 files, 1100\/63965 clusters<br \/>\nINFO: 2021-07-21 09:08:10: Mounting EFI back<br \/>\nERROR: 2021-07-21 09:08:10: Backup not completed, exiting...<\/code><\/p>\n<p>See the error :<br \/>\n<code>ERROR: 2021-07-21 09:08:10: Error running fsck over \/opt\/odabr\/out\/hbi\/efi.img<br \/>\nERROR: 2021-07-21 09:08:10: Command: 'fsck -a \/opt\/odabr\/out\/hbi\/efi.img' failed as fsck from util-linux 2.23.2 fsck.fat 3.0.20 (12 Jun 2013) 0x25: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.  Automatically removing dirty bit. Performing changes. \/opt\/odabr\/out\/hbi\/efi.img: 20 files, 1100\/63965 clusters<\/code><\/p>\n<p>This mainly means that the the image being checked was not properly unmounted and contains dirty bits. This is explained as well in Doc ID 2679511.1.<\/p>\n<h2>Solution<\/h2>\n<p>In order to resolve this issue, simply run fsck on the \/boot\/efi partition before running the tool.<\/p>\n<p>First check which partition the \/boot\/efi is mounted on :<br \/>\n<code><br \/>\n[root@ODA01 ~]# lsblk | grep efi<br \/>\n\u2514\u2500sda1                         8:1      0   500M  0 part  \/boot\/efi<br \/>\n<\/code><\/p>\n<p>Then umount the \/boot\/efi partition :<br \/>\n<code><br \/>\n[root@ODA01 ~]# umount \/boot\/efi<br \/>\n<\/code><\/p>\n<p>Run fsck on the \/boot\/efi partition :<br \/>\n<code><br \/>\n[root@ODA01 ~]# fsck.vfat -a \/dev\/sda1<br \/>\nfsck.fat 3.0.20 (12 Jun 2013)<br \/>\n0x25: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.<br \/>\n Automatically removing dirty bit.<br \/>\nPerforming changes.<br \/>\n\/dev\/sda1: 20 files, 1100\/63965 clusters<br \/>\n<\/code><\/p>\n<p>Mount the \/boot\/efi partition again :<br \/>\n<code><br \/>\n[root@ODA01 ~]# mount \/boot\/efi<br \/>\n<\/code><\/p>\n<p>Check that the \/boot\/efi file system is well mounted again :<br \/>\n<code><br \/>\n[root@ODA01 ~]# df -h \/boot\/efi<br \/>\nFilesystem      Size  Used Avail Use% Mounted on<br \/>\n\/dev\/sda1       500M  8.6M  492M   2% \/boot\/efi<br \/>\n<\/code><\/p>\n<p>And then running odabr tool again will make the snapshots creation now successful:<\/p>\n<p><code>[root@ODA01 hbi]# \/opt\/odabr\/odabr backup -snap -rsize 15 -usize 90 -osize 60<br \/>\nINFO: 2021-09-04 18:26:25: Please check the logfile '\/opt\/odabr\/out\/log\/odabr_38651.log' for more details<br \/>\n&nbsp;<br \/>\n&nbsp;<br \/>\n\u2502\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2502<br \/>\n odabr - ODA node Backup Restore - Version: 2.0.1-66<br \/>\n Copyright Oracle, Inc. 2013, 2021<br \/>\n --------------------------------------------------------<br \/>\n Author: Ruggero Citton<br \/>\n RAC Pack, Cloud Innovation and Solution Engineering Team<br \/>\n\u2502\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2502<br \/>\n&nbsp;<br \/>\nINFO: 2021-09-04 18:26:25: Checking superuser<br \/>\nINFO: 2021-09-04 18:26:25: Checking Bare Metal<br \/>\n&nbsp;<br \/>\nINFO: 2021-09-04 18:26:25: Removing existing LVM snapshots<br \/>\nWARNING: 2021-09-04 18:26:25: LVM snapshot for 'opt' does not exist<br \/>\nWARNING: 2021-09-04 18:26:25: LVM snapshot for 'u01' does not exist<br \/>\nWARNING: 2021-09-04 18:26:25: LVM snapshot for 'root' does not exist<br \/>\n&nbsp;<br \/>\nINFO: 2021-09-04 18:26:25: Checking current OS version<br \/>\nINFO: 2021-09-04 18:26:25: Checking LVM restore backgroud process<br \/>\nINFO: 2021-09-04 18:26:25: Checking LVM size<br \/>\n&nbsp;<br \/>\nINFO: 2021-09-04 18:26:25: Boot device backup<br \/>\nINFO: 2021-09-04 18:26:25: Getting EFI device<br \/>\nINFO: 2021-09-04 18:26:25: ...step1 - unmounting EFI<br \/>\nINFO: 2021-09-04 18:26:25: ...step2 - making efi device backup<br \/>\nSUCCESS: 2021-09-04 18:26:29: ...EFI device backup saved as '\/opt\/odabr\/out\/hbi\/efi.img'<br \/>\nINFO: 2021-09-04 18:26:29: ...step3 - checking EFI device backup<br \/>\nINFO: 2021-09-04 18:26:29: Getting boot device<br \/>\nINFO: 2021-09-04 18:26:29: ...step1 - making boot device backup using tar<br \/>\nSUCCESS: 2021-09-04 18:26:34: ...boot content saved as '\/opt\/odabr\/out\/hbi\/boot.tar.gz'<br \/>\nINFO: 2021-09-04 18:26:34: ...step2 - unmounting boot<br \/>\nINFO: 2021-09-04 18:26:34: ...step3 - making boot device backup using dd<br \/>\nSUCCESS: 2021-09-04 18:26:37: ...boot device backup saved as '\/opt\/odabr\/out\/hbi\/boot.img'<br \/>\nINFO: 2021-09-04 18:26:37: ...step4 - mounting boot<br \/>\nINFO: 2021-09-04 18:26:38: ...step5 - mounting EFI<br \/>\nINFO: 2021-09-04 18:26:38: ...step6 - checking boot device backup<br \/>\n&nbsp;<br \/>\nINFO: 2021-09-04 18:26:38: Making OCR physical backup<br \/>\nINFO: 2021-09-04 18:26:41: ...ocr backup saved as '\/opt\/odabr\/out\/hbi\/ocrbackup_38651.bck'<br \/>\nSUCCESS: 2021-09-04 18:26:41: OCR physical backup created successfully<br \/>\nINFO: 2021-09-04 18:26:41: OCR export backup<br \/>\nINFO: 2021-09-04 18:26:42: ...ocr export saved as '\/opt\/odabr\/out\/hbi\/ocrexport_38651.bck'<br \/>\nSUCCESS: 2021-09-04 18:26:42: OCR export backup created successfully<br \/>\n&nbsp;<br \/>\nINFO: 2021-09-04 18:26:42: Making LVM snapshot backup<br \/>\nSUCCESS: 2021-09-04 18:26:42: ...snapshot backup for 'opt' created successfully<br \/>\nSUCCESS: 2021-09-04 18:26:43: ...snapshot backup for 'u01' created successfully<br \/>\nSUCCESS: 2021-09-04 18:26:44: ...snapshot backup for 'root' created successfully<br \/>\nSUCCESS: 2021-09-04 18:26:44: LVM snapshots backup done successfully<br \/>\n<\/code><\/p>\n<h2>Checking snapshot backups<\/h2>\n<p>To display the current running snapshot, use the following command:<br \/>\n<code>[root@ODA01 hbi]# \/opt\/odabr\/odabr infosnap<br \/>\n&nbsp;<br \/>\n\u2502\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2502<br \/>\n odabr - ODA node Backup Restore - Version: 2.0.1-66<br \/>\n Copyright Oracle, Inc. 2013, 2021<br \/>\n --------------------------------------------------------<br \/>\n Author: Ruggero Citton<br \/>\n RAC Pack, Cloud Innovation and Solution Engineering Team<br \/>\n\u2502\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2502<br \/>\n&nbsp;<br \/>\n&nbsp;<br \/>\nLVM snap name         Status                COW Size              Data%<br \/>\n-------------         ----------            ----------            ------<br \/>\nroot_snap             active                15.00 GiB             0.01%<br \/>\nopt_snap              active                60.00 GiB             0.01%<br \/>\nu01_snap              active                90.00 GiB             0.01% <\/code>              <\/p>\n<h2>Deleting snapshot backups<\/h2>\n<p>To delete the snapshot backups, run:<br \/>\n<code>[root@ODA01 ~]# \/opt\/odabr\/odabr delsnap<br \/>\nINFO: 2021-07-21 11:12:18: Please check the logfile '\/opt\/odabr\/out\/log\/odabr_35232.log' for more details<br \/>\n&nbsp;<br \/>\nINFO: 2021-07-21 11:12:18: Removing LVM snapshots<br \/>\nINFO: 2021-07-21 11:12:18: ...removing LVM snapshot for 'opt'<br \/>\nSUCCESS: 2021-07-21 11:12:18: ...snapshot for 'opt' removed successfully<br \/>\nINFO: 2021-07-21 11:12:18: ...removing LVM snapshot for 'u01'<br \/>\nSUCCESS: 2021-07-21 11:12:19: ...snapshot for 'u01' removed successfully<br \/>\nINFO: 2021-07-21 11:12:19: ...removing LVM snapshot for 'root'<br \/>\nSUCCESS: 2021-07-21 11:12:19: ...snapshot for 'root' removed successfully<br \/>\nSUCCESS: 2021-07-21 11:12:19: Remove LVM snapshots done successfully<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>During all my ODA projects where I need to perform patching operation, I&#8217;m using odabr tool. This tool is really easy to use and well designed. It offers the possibility to create snapshot on the \/, \/u01 and \/opt LVM file systems as well as a physical copy (rsync) of the files to an external [&hellip;]<\/p>\n","protected":false},"author":48,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[59],"tags":[2360,79,2361],"type_dbi":[],"class_list":["post-16537","post","type-post","status-publish","format-standard","hentry","category-oracle","tag-efi-boot","tag-oda","tag-odabr"],"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>odabr tool : how to resolve efi device backup failure? - dbi Blog<\/title>\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\/odabr-tool-how-to-resolve-efi-device-backup-failure\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"odabr tool : how to resolve efi device backup failure?\" \/>\n<meta property=\"og:description\" content=\"During all my ODA projects where I need to perform patching operation, I&#8217;m using odabr tool. This tool is really easy to use and well designed. It offers the possibility to create snapshot on the \/, \/u01 and \/opt LVM file systems as well as a physical copy (rsync) of the files to an external [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-21T11:54:58+00:00\" \/>\n<meta name=\"author\" content=\"Marc Wagner\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marc Wagner\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 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\/odabr-tool-how-to-resolve-efi-device-backup-failure\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/\"},\"author\":{\"name\":\"Marc Wagner\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/225d9884b8467ead9a872823acb14628\"},\"headline\":\"odabr tool : how to resolve efi device backup failure?\",\"datePublished\":\"2021-07-21T11:54:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/\"},\"wordCount\":427,\"commentCount\":0,\"keywords\":[\"EFI boot\",\"ODA\",\"odabr\"],\"articleSection\":[\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/\",\"name\":\"odabr tool : how to resolve efi device backup failure? - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2021-07-21T11:54:58+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/225d9884b8467ead9a872823acb14628\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"odabr tool : how to resolve efi device backup 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\/225d9884b8467ead9a872823acb14628\",\"name\":\"Marc Wagner\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/a873cc6e7fbdbbcbdbcaf5dbded14ad9a77b2ec2c3e03b4d724ed33d35d5f328?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a873cc6e7fbdbbcbdbcaf5dbded14ad9a77b2ec2c3e03b4d724ed33d35d5f328?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a873cc6e7fbdbbcbdbcaf5dbded14ad9a77b2ec2c3e03b4d724ed33d35d5f328?s=96&d=mm&r=g\",\"caption\":\"Marc Wagner\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/marc-wagner\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"odabr tool : how to resolve efi device backup failure? - dbi Blog","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\/odabr-tool-how-to-resolve-efi-device-backup-failure\/","og_locale":"en_US","og_type":"article","og_title":"odabr tool : how to resolve efi device backup failure?","og_description":"During all my ODA projects where I need to perform patching operation, I&#8217;m using odabr tool. This tool is really easy to use and well designed. It offers the possibility to create snapshot on the \/, \/u01 and \/opt LVM file systems as well as a physical copy (rsync) of the files to an external [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/","og_site_name":"dbi Blog","article_published_time":"2021-07-21T11:54:58+00:00","author":"Marc Wagner","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Marc Wagner","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/"},"author":{"name":"Marc Wagner","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/225d9884b8467ead9a872823acb14628"},"headline":"odabr tool : how to resolve efi device backup failure?","datePublished":"2021-07-21T11:54:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/"},"wordCount":427,"commentCount":0,"keywords":["EFI boot","ODA","odabr"],"articleSection":["Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/","url":"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/","name":"odabr tool : how to resolve efi device backup failure? - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2021-07-21T11:54:58+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/225d9884b8467ead9a872823acb14628"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/odabr-tool-how-to-resolve-efi-device-backup-failure\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"odabr tool : how to resolve efi device backup 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\/225d9884b8467ead9a872823acb14628","name":"Marc Wagner","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a873cc6e7fbdbbcbdbcaf5dbded14ad9a77b2ec2c3e03b4d724ed33d35d5f328?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a873cc6e7fbdbbcbdbcaf5dbded14ad9a77b2ec2c3e03b4d724ed33d35d5f328?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a873cc6e7fbdbbcbdbcaf5dbded14ad9a77b2ec2c3e03b4d724ed33d35d5f328?s=96&d=mm&r=g","caption":"Marc Wagner"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/marc-wagner\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/16537","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\/48"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=16537"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/16537\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=16537"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=16537"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=16537"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=16537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}