<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic 12:1118 cannot open database/files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/12-1118-cannot-open-database-files/m-p/3096871#M807100</link>
    <description>I'm using Omniback 3.5. I keep on recieve this when i try to configure my device and when i type the command omnidbcheck. And i suspect my internal database was corrupted. But i had backup my internal database. How can i restore if i cannot configure the drive? &lt;BR /&gt;And my OS platform is Hpux 11i and my /var space balance is only about 80MB. I had also running the command omnidbutil -purge. But the size is still same.</description>
    <pubDate>Sun, 19 Oct 2003 22:04:44 GMT</pubDate>
    <dc:creator>paulchen</dc:creator>
    <dc:date>2003-10-19T22:04:44Z</dc:date>
    <item>
      <title>12:1118 cannot open database/files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/12-1118-cannot-open-database-files/m-p/3096871#M807100</link>
      <description>I'm using Omniback 3.5. I keep on recieve this when i try to configure my device and when i type the command omnidbcheck. And i suspect my internal database was corrupted. But i had backup my internal database. How can i restore if i cannot configure the drive? &lt;BR /&gt;And my OS platform is Hpux 11i and my /var space balance is only about 80MB. I had also running the command omnidbutil -purge. But the size is still same.</description>
      <pubDate>Sun, 19 Oct 2003 22:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/12-1118-cannot-open-database-files/m-p/3096871#M807100</guid>
      <dc:creator>paulchen</dc:creator>
      <dc:date>2003-10-19T22:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: 12:1118 cannot open database/files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/12-1118-cannot-open-database-files/m-p/3096872#M807101</link>
      <description>First check with omnidbcheck. Check all(not just core check)&lt;BR /&gt;&lt;BR /&gt;How you have taken the backup? Through omni?&lt;BR /&gt;&lt;BR /&gt;If through omniback you can restore as follows.&lt;BR /&gt;&lt;BR /&gt;omnidbrestore -autorecover.&lt;BR /&gt;&lt;BR /&gt;The /var file system is dynamic. Check as follows.&lt;BR /&gt;&lt;BR /&gt;cd /var&lt;BR /&gt;du -sk *|sort -nr&lt;BR /&gt;&lt;BR /&gt;check what files/dirs are required and not required delete it.&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Oct 2003 22:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/12-1118-cannot-open-database-files/m-p/3096872#M807101</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-10-19T22:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: 12:1118 cannot open database/files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/12-1118-cannot-open-database-files/m-p/3096873#M807102</link>
      <description>Check this information from the help files. Perhaps your database is not corrupted. The size will only actually reduce, if you do an actual writeascii/readascii procedure. Run a omnidbcheck to see if there are any errors reported.&lt;BR /&gt;&lt;BR /&gt;[12:1118] Cannot open database/file.&lt;BR /&gt;&lt;BR /&gt;DESCRIPTION:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;OmniBack II was unable to open the OmniBack II database. The database files are&lt;BR /&gt;either not available or the Unix file permissions to access the database files&lt;BR /&gt;are incorrect.&lt;BR /&gt;&lt;BR /&gt;ACTION:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On an UNIX Cell Manager:&lt;BR /&gt;Check the database files ( *.dat, *.ext, *.key) in the&lt;BR /&gt;/var/opt/omni/db/cdb and /var/opt/omni/db/mmdb directories on&lt;BR /&gt;the Cell Manager. The permissions of these files should be 600 and user root.&lt;BR /&gt;If there are no files, database has not been initialized yet. In this case, use the&lt;BR /&gt;omnidbinit command to initialize the database.&lt;BR /&gt;Also check for /var/opt/omni/db/catalog/extfiles.txt for extension files and check they are&lt;BR /&gt;in place - they might be missing.&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Oct 2003 22:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/12-1118-cannot-open-database-files/m-p/3096873#M807102</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-10-19T22:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: 12:1118 cannot open database/files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/12-1118-cannot-open-database-files/m-p/3096874#M807103</link>
      <description>Also run an "omnidbutil -extendinfo" to see if you need to extend your db.&lt;BR /&gt;We also ran into the /var limitation problem, and we then created a seperate filesystem (/omni_db) of 8 GB, moved everything from under /var/opt/omni to this filesystem (shut Omni first and kill all hanging Omni processes). We then re-created /var/opt/omni as a symbolic link (ln -s) to /omni_db.&lt;BR /&gt;Has been working like a charm for many years.....</description>
      <pubDate>Tue, 21 Oct 2003 00:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/12-1118-cannot-open-database-files/m-p/3096874#M807103</guid>
      <dc:creator>Jakes Louw</dc:creator>
      <dc:date>2003-10-21T00:46:40Z</dc:date>
    </item>
  </channel>
</rss>

