If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 hardening

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-21-10, 00:41
jayshah7 jayshah7 is offline
Registered User
 
Join Date: Feb 2008
Posts: 35
DB2 hardening

Hi guys,

I want to harden DB2 on AIX, based on the following points :
Installation
Backup and Recovery
Monitoring
Auditing
Security

Can anyone let guide me or any valuable doc will be of gr8 help.

regards,
jay shah
Reply With Quote
  #2 (permalink)  
Old 04-21-10, 02:14
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
The only things I can think of:
- do not grant db2 access to "alive" users
- only grant db2 access to "task" users and do not share the passwords
- capture all housekeeping in scripts and grant execute rights by means of sudo
- use static SQL only (if possible)
- client application (really need their password) are only permitted to execute static SQL or only update the DB by means of Stored Procedures.
- applications only access userviews, no real tables. This gives you the most control by means of triggers on tables, and "instead of" triggers on views.
- do not expect to be liked by your IT collegues
Reply With Quote
  #3 (permalink)  
Old 04-21-10, 05:45
jayshah7 jayshah7 is offline
Registered User
 
Join Date: Feb 2008
Posts: 35
I am looking for a best practise document which will be a standard in case of any activity like installation, backup and recovery.
For eg : Logretain should be on.......
Reply With Quote
  #4 (permalink)  
Old 04-21-10, 09:42
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Quote:
Originally Posted by jayshah7 View Post
I am looking for a best practise document which will be a standard in case of any activity like installation, backup and recovery.
For eg : Logretain should be on.......
I would check out the lazydba forum.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On