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 > DATALINKS information DB2 9.5/9.7 not found in DBM CFG....

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-03-11, 19:25
bulump bulump is offline
Registered User
 
Join Date: Oct 2009
Location: Calgary, AB Canada
Posts: 37
DATALINKS information DB2 9.5/9.7 not found in DBM CFG....

I'm trying to comply with the CIS benchmarks for DB2 9.5/9.7. Inside this document, it states to ensure that the DATALINKS switch is off inside the DBM.

I update the DBM using DATALINKS NO and receive a "DB20000I The UPDATE DATABASE MANAGER CONFIGURATION command completed successfully".

Now I need to show that this parameter is turned off, but I can't find its listing within the DBM CFG nor the sysibmadm.dbmcfg table.

Does anyone know where (preferably inside the db) I can find this information?
Reply With Quote
  #2 (permalink)  
Old 03-03-11, 21:38
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Datalinks is not supported starting with v9.1. dbm cfg info is stored in .../sqllib/db2systm. datalinks info is still stored in this file and I suspect that's why update dbm cfg worked. I'm not sure how you can view this info unless you find a way to read this binary file. I think the easiest way for you to show that it's turned off is to do the following:

db2 update dbm cfg using datalinks yes
db2 update dbm cfg using datalinks no

and then db2diag.log will contain the following entries:

CHANGE : CFG DBM: "Datalinks" From: "0" To: "1"
CHANGE : CFG DBM: "Datalinks" From: "1" To: "0"

0 = OFF
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