<?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 Informix Database -- How to secure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497666#M845927</link>
    <description>guys, can anyone point me on some docs on how to secure or apply security measures with Informix DAtabase Servers? ive tried searching, but to no avail.&lt;BR /&gt;&lt;BR /&gt;tnx,&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Mar 2005 05:04:03 GMT</pubDate>
    <dc:creator>nibble</dc:creator>
    <dc:date>2005-03-04T05:04:03Z</dc:date>
    <item>
      <title>Informix Database -- How to secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497666#M845927</link>
      <description>guys, can anyone point me on some docs on how to secure or apply security measures with Informix DAtabase Servers? ive tried searching, but to no avail.&lt;BR /&gt;&lt;BR /&gt;tnx,&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Mar 2005 05:04:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497666#M845927</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2005-03-04T05:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Informix Database -- How to secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497667#M845928</link>
      <description>Hi,&lt;BR /&gt;could you expand a bit on what you want to do? Do you want to secure the UNIX side or try and improve Informix security?&lt;BR /&gt;What sort of threat do you want to secure against?&lt;BR /&gt;Basics would be :&lt;BR /&gt;Seperate dba userid&lt;BR /&gt;Tight file/directory access protection&lt;BR /&gt;Mirroring of db file disks&lt;BR /&gt;Password strengthening&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Mar 2005 05:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497667#M845928</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-03-04T05:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Informix Database -- How to secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497668#M845929</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;The following would be helpful to you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.governmentsecurity.org/articles/DatabaseSecurityPart1.php" target="_blank"&gt;http://www.governmentsecurity.org/articles/DatabaseSecurityPart1.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Fri, 04 Mar 2005 05:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497668#M845929</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-03-04T05:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Informix Database -- How to secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497669#M845930</link>
      <description>What version of IBM Informix are you running?&lt;BR /&gt;&lt;BR /&gt;There are several scripts within the 9.40.xC6 products that secure certain aspects ...&lt;BR /&gt;&lt;BR /&gt;$INFORMIXDIR/etc/make-informixdir-secure&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;$INFORMIXDIR/bin/ibmifmx_security.sh&lt;BR /&gt;&lt;BR /&gt;but (as previously said) you need to expand on what you want to make secure :D&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Mar 2005 14:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497669#M845930</guid>
      <dc:creator>JJ_4</dc:creator>
      <dc:date>2005-03-05T14:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Informix Database -- How to secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497670#M845931</link>
      <description>This is a really complex question. It all depends on what security you are trying to accomplish. Are you trying to meet HIPAA requirements or just trying to improve things? For a really secure solution, you have to move the database (the data) and the engine to another computer which is virtually inaccessible from any other network. Separation of user access from the database server is always a good idea. Make sure the DBAs haven't messed with devicefile permissions and ownerships. Raw data volumes must never be 666 or 777. And Informix (any database system) design/maintenance should never require root access. Ideally, all sysadmins must use sudo so root logins occur very seldom.&lt;BR /&gt; &lt;BR /&gt;Check out Chris Wong's book on HP-UX Security. The real difficulty is locking down an existing system. Bad habits and poor code will cause problems as security is tightened.</description>
      <pubDate>Sat, 05 Mar 2005 20:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497670#M845931</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-03-05T20:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Informix Database -- How to secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497671#M845932</link>
      <description>actually, its not on the OS side. its the informix database itself. i need only the standard security measures for Informix Database Server. same with standard C2/hardening compliance with OS.</description>
      <pubDate>Sun, 06 Mar 2005 21:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-database-how-to-secure/m-p/3497671#M845932</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2005-03-06T21:07:13Z</dc:date>
    </item>
  </channel>
</rss>

