Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Database Server Software > DB2

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-26-2008, 05:58 PM
Mike
 
Posts: n/a
Default Configuring Multiple Instances DB2 WINNT

Looking to find any information on how to properly configure multiple
instances of DB2. This is on Win2k db2 ver 7.2. I am basically looking
for information on how the multiple instance settings should
configured to work, how memory is shared or not, etc. I can not seem
to find any good links to this information.
Thanks,
Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-26-2008, 06:02 PM
Mike
 
Posts: n/a
Default Re: Configuring Multiple Instances DB2 WINNT

No one running mutiple instances on the same 2000 box?
MM


mike.mcneer@thomson.net (Mike) wrote in message news:<a3ab20a1.0405101406.4a1514cd@posting.google. com>...
> Looking to find any information on how to properly configure multiple
> instances of DB2. This is on Win2k db2 ver 7.2. I am basically looking
> for information on how the multiple instance settings should
> configured to work, how memory is shared or not, etc. I can not seem
> to find any good links to this information.
> Thanks,
> Mike

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-26-2008, 06:02 PM
Pierre Saint-Jacques
 
Posts: n/a
Default Re: Configuring Multiple Instances DB2 WINNT

You can look in the DB2 Admin. Guide Performance.
There'S a discussion there about memory utilisation.
You'll find it is not so much the instance as the active db's that
consume memory resources.

On the systems we use to teach, using Win2K, the DAS and the active
instance take about 55MB of memory. Whereas the db can "chew up" as much
as 1.5GB.

Iwould think that, unlees you are SMP (MultiProcessors) enabled, after
starting the DAS, you could use 30MB per started instance.

Also visiting the Admin. Guide, investigate the parms. in the DBM CFG.
Search in Google with" db2 and performance", all the DB2 docs. can be
searched with Google.

HTH, Pierre.

Mike wrote:
> Looking to find any information on how to properly configure multiple
> instances of DB2. This is on Win2k db2 ver 7.2. I am basically looking
> for information on how the multiple instance settings should
> configured to work, how memory is shared or not, etc. I can not seem
> to find any good links to this information.
> Thanks,
> Mike


--
Pierre Saint-Jacques - Reply to: sesconsjunk at attglobaljunk dot com
Reconstruct address: Remove the two junk and replace at and dot by
their symbols.
IBM DB2 Cerified Solutions Expert - Administration
SES Consultants Inc.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-26-2008, 06:03 PM
Chuck
 
Posts: n/a
Default Re: Configuring Multiple Instances DB2 WINNT

While on the topic of multiple instances, I have a question. What's the
benefit of having multiple instances instead of one instance with
multiple databases? --
Chuck
Remove "_nospam" to reply by email

Pierre Saint-Jacques <sescons@attglobal.net> wrote in
news:TUbqc.55457$PJ1.541502@wagner.videotron.net:

> You can look in the DB2 Admin. Guide Performance.
> There'S a discussion there about memory utilisation.
> You'll find it is not so much the instance as the active db's that
> consume memory resources.
>
> On the systems we use to teach, using Win2K, the DAS and the active
> instance take about 55MB of memory. Whereas the db can "chew up" as
> much as 1.5GB.
>
> Iwould think that, unlees you are SMP (MultiProcessors) enabled, after
> starting the DAS, you could use 30MB per started instance.
>
> Also visiting the Admin. Guide, investigate the parms. in the DBM CFG.
> Search in Google with" db2 and performance", all the DB2 docs. can be
> searched with Google.
>
> HTH, Pierre.
>
> Mike wrote:
>> Looking to find any information on how to properly configure multiple
>> instances of DB2. This is on Win2k db2 ver 7.2. I am basically
>> looking for information on how the multiple instance settings should
>> configured to work, how memory is shared or not, etc. I can not seem
>> to find any good links to this information.
>> Thanks,
>> Mike

>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-26-2008, 06:03 PM
Mark A
 
Posts: n/a
Default Re: Configuring Multiple Instances DB2 WINNT

"Chuck" <chuckh_nospam@softhome.net> wrote in message
news:Xns94ED5B93648D0chuckhsofthomenet@130.133.1.4 ...
> While on the topic of multiple instances, I have a question. What's the
> benefit of having multiple instances instead of one instance with
> multiple databases? --
> Chuck
> Remove "_nospam" to reply by email
>

One test, one production.

Or having them at different release levels. However I don't think you can
have different DB2 release levels on Windows.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-26-2008, 06:03 PM
Chuck
 
Posts: n/a
Default Re: Configuring Multiple Instances DB2 WINNT

"Mark A" <ma@switchboard.net> wrote in
news:xtqqc.25$nj.36204@news.uswest.net:

> "Chuck" <chuckh_nospam@softhome.net> wrote in message
> news:Xns94ED5B93648D0chuckhsofthomenet@130.133.1.4 ...
>> While on the topic of multiple instances, I have a question. What's
>> the benefit of having multiple instances instead of one instance with
>> multiple databases? --
>> Chuck
>> Remove "_nospam" to reply by email
>>

> One test, one production.
>
> Or having them at different release levels. However I don't think you
> can have different DB2 release levels on Windows.



Not sure I'd want to have test and production on the same server either.
Different releases makes good sense though. --
Chuck
Remove "_nospam" to reply by email
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-26-2008, 06:03 PM
Pierre Saint-Jacques
 
Posts: n/a
Default Re: Configuring Multiple Instances DB2 WINNT

On Windows, you can't yet have different versions,release or fixpacks.
The advantage of having db's in different instances is that you can run
each db2 udb system independently of each other.
Environment variables (using db2set -i <instname> can be set
independently for each instance, db manager can be start/stop
independently of each other, and so on. Net is that you have more
flexibility.
The cost for this is more memory than if you used a single instance,
roughly 25-30 MB for each instance as opposed to roughly 40-45MB for a
single one.
HTH, Pierre.

Chuck wrote:
> While on the topic of multiple instances, I have a question. What's the
> benefit of having multiple instances instead of one instance with
> multiple databases? --
> Chuck
> Remove "_nospam" to reply by email
>
> Pierre Saint-Jacques <sescons@attglobal.net> wrote in
> news:TUbqc.55457$PJ1.541502@wagner.videotron.net:
>
>
>>You can look in the DB2 Admin. Guide Performance.
>>There'S a discussion there about memory utilisation.
>>You'll find it is not so much the instance as the active db's that
>>consume memory resources.
>>
>>On the systems we use to teach, using Win2K, the DAS and the active
>>instance take about 55MB of memory. Whereas the db can "chew up" as
>>much as 1.5GB.
>>
>>Iwould think that, unlees you are SMP (MultiProcessors) enabled, after
>>starting the DAS, you could use 30MB per started instance.
>>
>>Also visiting the Admin. Guide, investigate the parms. in the DBM CFG.
>>Search in Google with" db2 and performance", all the DB2 docs. can be
>>searched with Google.
>>
>>HTH, Pierre.
>>
>>Mike wrote:
>>
>>>Looking to find any information on how to properly configure multiple
>>>instances of DB2. This is on Win2k db2 ver 7.2. I am basically
>>>looking for information on how the multiple instance settings should
>>>configured to work, how memory is shared or not, etc. I can not seem
>>>to find any good links to this information.
>>>Thanks,
>>>Mike

>>

>


--
Pierre Saint-Jacques - Reply to: sesconsjunk at attglobaljunk dot com
Reconstruct address: Remove the two junk and replace at and dot by
their symbols.
IBM DB2 Cerified Solutions Expert - Administration
SES Consultants Inc.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-26-2008, 06:03 PM
Ian
 
Posts: n/a
Default Re: Configuring Multiple Instances DB2 WINNT

Chuck wrote:

> While on the topic of multiple instances, I have a question. What's the
> benefit of having multiple instances instead of one instance with
> multiple databases? --


You have a little more control over instance memory by doing it this way.

Or, if you're using DPF (a.k.a. EEE), you can create some databases in the
partitioned instance, and others in a non-partitioned instance.

Also, you may be able to minimize outages -- if one instance crashes, the
database(s) in the other instance will remain available.




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-26-2008, 06:03 PM
Blair Adamache
 
Posts: n/a
Default Re: Configuring Multiple Instances DB2 WINNT

Different releasse levels by instance is only supported on UNIX and
Linux (for now).

On large UNIX SMP's, I would always recommend one database per instance
to get the benefits of isolation - so a problem in one database is
isolated to one instance. The resources overhead per instance is low.
Also, registry variables and database config parameters are set at the
instance level (and can require the database to be stopped and restarted
to pick up new settings in some cases) - another benefit of isolation.

Chuck wrote:

> While on the topic of multiple instances, I have a question. What's the
> benefit of having multiple instances instead of one instance with
> multiple databases? --
> Chuck
> Remove "_nospam" to reply by email
>
> Pierre Saint-Jacques <sescons@attglobal.net> wrote in
> news:TUbqc.55457$PJ1.541502@wagner.videotron.net:
>
>
>>You can look in the DB2 Admin. Guide Performance.
>>There'S a discussion there about memory utilisation.
>>You'll find it is not so much the instance as the active db's that
>>consume memory resources.
>>
>>On the systems we use to teach, using Win2K, the DAS and the active
>>instance take about 55MB of memory. Whereas the db can "chew up" as
>>much as 1.5GB.
>>
>>Iwould think that, unlees you are SMP (MultiProcessors) enabled, after
>>starting the DAS, you could use 30MB per started instance.
>>
>>Also visiting the Admin. Guide, investigate the parms. in the DBM CFG.
>>Search in Google with" db2 and performance", all the DB2 docs. can be
>>searched with Google.
>>
>>HTH, Pierre.
>>
>>Mike wrote:
>>
>>>Looking to find any information on how to properly configure multiple
>>>instances of DB2. This is on Win2k db2 ver 7.2. I am basically
>>>looking for information on how the multiple instance settings should
>>>configured to work, how memory is shared or not, etc. I can not seem
>>>to find any good links to this information.
>>>Thanks,
>>>Mike

>>

>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-26-2008, 06:06 PM
Mike
 
Posts: n/a
Default Re: Configuring Multiple Instances DB2 WINNT

I am trying to go for the benefit of being able to start one instance
while the other remains. I have looked through all of the performance
guides and most show only configuration of one instance. If I run the
tuning wizard it does not seem like it takes into consideration that
there is another instance. Currently (which I do not think is right)
is that the same amount of memory is defined to each instance. Below
are the configurations of both instances: This is a test server so
far. I have 2 GB of memory total in the box. INSTANCE1 is the
"PRODUCTION" DB that is OLTP. INSTANCE2 will hold the archive database
which is less seldom used. Any recommendations on how I should set
this up?


InSTANCE1


Database Manager Configuration

Node type = Database Server with local and remote clients

Database manager configuration release level = 0x0900

Maximum total of files open (MAXTOTFILOP) = 16000
CPU speed (millisec/instruction) (CPUSPEED) =
4.644720e-007

Max number of concurrently active databases (NUMDB) = 8
Data Links support (DATALINKS) = NO
Federated Database System Support (FEDERATED) = YES
Transaction processor monitor name (TP_MON_NAME) =

Default charge-back account (DFT_ACCOUNT_STR) =

Java Development Kit 1.1 installation path (JDK11_PATH) =

Diagnostic error capture level (DIAGLEVEL) = 3
Notify Level (NOTIFYLEVEL) = 2
Diagnostic data directory path (DIAGPATH) =

Default database monitor switches
Buffer pool (DFT_MON_BUFPOOL) = OFF
Lock (DFT_MON_LOCK) = OFF
Sort (DFT_MON_SORT) = OFF
Statement (DFT_MON_STMT) = OFF
Table (DFT_MON_TABLE) = OFF
Unit of work (DFT_MON_UOW) = OFF

SYSADM group name (SYSADM_GROUP) =
SYSCTRL group name (SYSCTRL_GROUP) =
SYSMAINT group name (SYSMAINT_GROUP) =

Database manager authentication (AUTHENTICATION) = SERVER
Cataloging allowed without authority (CATALOG_NOAUTH) = YES
Trust all clients (TRUST_ALLCLNTS) = YES
Trusted client authentication (TRUST_CLNTAUTH) = CLIENT

Default database path (DFTDBPATH) = G:

Database monitor heap size (4KB) (MON_HEAP_SZ) = 32
UDF shared memory set size (4KB) (UDF_MEM_SZ) = 256
Java Virtual Machine heap size (4KB) (JAVA_HEAP_SZ) = 2048
Audit buffer size (4KB) (AUDIT_BUF_SZ) = 0

Backup buffer default size (4KB) (BACKBUFSZ) = 1024
Restore buffer default size (4KB) (RESTBUFSZ) = 1024

Agent stack size (AGENT_STACK_SZ) = 16
Minimum committed private memory (4KB) (MIN_PRIV_MEM) = 32
Private memory threshold (4KB) (PRIV_MEM_THRESH) = 1296

Sort heap threshold (4KB) (SHEAPTHRES) = 10000

Directory cache support (DIR_CACHE) = YES

Application support layer heap size (4KB) (ASLHEAPSZ) = 15
Max requester I/O block size (bytes) (RQRIOBLK) = 32767
DOS requester I/O block size (bytes) (DOS_RQRIOBLK) = 4096
Query heap size (4KB) (QUERY_HEAP_SZ) = 1000
DRDA services heap size (4KB) (DRDA_HEAP_SZ) = 128

Priority of agents (AGENTPRI) = SYSTEM
Max number of existing agents (MAXAGENTS) = 200
Agent pool size (NUM_POOLAGENTS) = 4
(calculated)
Initial number of agents in pool (NUM_INITAGENTS) = 0
Max number of coordinating agents (MAX_COORDAGENTS) = MAXAGENTS
Max no. of concurrent coordinating agents (MAXCAGENTS) =
MAX_COORDAGENTS
Max number of logical agents (MAX_LOGICAGENTS) =
MAX_COORDAGENTS

Keep DARI process (KEEPDARI) = YES
Max number of DARI processes (MAXDARI) =
MAX_COORDAGENTS
Initialize DARI process with JVM (INITDARI_JVM) = NO
Initial number of fenced DARI process (NUM_INITDARIS) = 0

Index re-creation time (INDEXREC) = ACCESS

Transaction manager database name (TM_DATABASE) = 1ST_CONN
Transaction resync interval (sec) (RESYNC_INTERVAL) = 180

SPM name (SPM_NAME) = MMPSSDB0
SPM log size (SPM_LOG_FILE_SZ) = 256
SPM resync agent limit (SPM_MAX_RESYNC) = 20
SPM log path (SPM_LOG_PATH) =

NetBIOS Workstation name (NNAME) =

TCP/IP Service name (SVCENAME) = db2cDB2
APPC Transaction program name (TPNAME) =
IPX/SPX File server name (FILESERVER) =
IPX/SPX DB2 server object name (OBJECTNAME) =
IPX/SPX Socket number (IPX_SOCKET) = 879E

Discovery mode (DISCOVER) = SEARCH
Discovery communication protocols (DISCOVER_COMM) = TCPIP
Discover server instance (DISCOVER_INST) = ENABLE

Directory services type (DIR_TYPE) = NONE
Directory path name (DIR_PATH_NAME) =
/.:/subsys/database/
Directory object name (DIR_OBJ_NAME) =
Routing information object name (ROUTE_OBJ_NAME) =
Default client comm. protocols (DFT_CLIENT_COMM) =
Default client adapter number (DFT_CLIENT_ADPT) = 0

Maximum query degree of parallelism (MAX_QUERYDEGREE) = ANY
Enable intra-partition parallelism (INTRA_PARALLEL) = NO

No. of int. communication buffers(4KB)(FCM_NUM_BUFFERS) = 1024
Number of FCM request blocks (FCM_NUM_RQB) = 512
Number of FCM connection entries (FCM_NUM_CONNECT) =
(FCM_NUM_RQB * 0.75)
Number of FCM message anchors (FCM_NUM_ANCHORS) =
(FCM_NUM_RQB * 0.75)


INSTANCE2


Database Manager Configuration

Node type = Database Server with local and remote clients

Database manager configuration release level = 0x0900

Maximum total of files open (MAXTOTFILOP) = 16000
CPU speed (millisec/instruction) (CPUSPEED) =
4.369185e-007

Max number of concurrently active databases (NUMDB) = 8
Data Links support (DATALINKS) = NO
Federated Database System Support (FEDERATED) = YES
Transaction processor monitor name (TP_MON_NAME) =

Default charge-back account (DFT_ACCOUNT_STR) =

Java Development Kit 1.1 installation path (JDK11_PATH) =

Diagnostic error capture level (DIAGLEVEL) = 3
Notify Level (NOTIFYLEVEL) = 2
Diagnostic data directory path (DIAGPATH) =

Default database monitor switches
Buffer pool (DFT_MON_BUFPOOL) = OFF
Lock (DFT_MON_LOCK) = OFF
Sort (DFT_MON_SORT) = OFF
Statement (DFT_MON_STMT) = OFF
Table (DFT_MON_TABLE) = OFF
Unit of work (DFT_MON_UOW) = OFF

SYSADM group name (SYSADM_GROUP) =
SYSCTRL group name (SYSCTRL_GROUP) =
SYSMAINT group name (SYSMAINT_GROUP) =

Database manager authentication (AUTHENTICATION) = SERVER
Cataloging allowed without authority (CATALOG_NOAUTH) = NO
Trust all clients (TRUST_ALLCLNTS) = YES
Trusted client authentication (TRUST_CLNTAUTH) = CLIENT

Default database path (DFTDBPATH) = G:

Database monitor heap size (4KB) (MON_HEAP_SZ) = 32
UDF shared memory set size (4KB) (UDF_MEM_SZ) = 256
Java Virtual Machine heap size (4KB) (JAVA_HEAP_SZ) = 2048
Audit buffer size (4KB) (AUDIT_BUF_SZ) = 0

Backup buffer default size (4KB) (BACKBUFSZ) = 1024
Restore buffer default size (4KB) (RESTBUFSZ) = 1024

Agent stack size (AGENT_STACK_SZ) = 16
Minimum committed private memory (4KB) (MIN_PRIV_MEM) = 32
Private memory threshold (4KB) (PRIV_MEM_THRESH) = 1296

Sort heap threshold (4KB) (SHEAPTHRES) = 10000

Directory cache support (DIR_CACHE) = YES

Application support layer heap size (4KB) (ASLHEAPSZ) = 15
Max requester I/O block size (bytes) (RQRIOBLK) = 32767
DOS requester I/O block size (bytes) (DOS_RQRIOBLK) = 4096
Query heap size (4KB) (QUERY_HEAP_SZ) = 1000
DRDA services heap size (4KB) (DRDA_HEAP_SZ) = 128

Priority of agents (AGENTPRI) = SYSTEM
Max number of existing agents (MAXAGENTS) = 200
Agent pool size (NUM_POOLAGENTS) = 4
(calculated)
Initial number of agents in pool (NUM_INITAGENTS) = 0
Max number of coordinating agents (MAX_COORDAGENTS) = MAXAGENTS
Max no. of concurrent coordinating agents (MAXCAGENTS) =
MAX_COORDAGENTS
Max number of logical agents (MAX_LOGICAGENTS) =
MAX_COORDAGENTS

Keep DARI process (KEEPDARI) = YES
Max number of DARI processes (MAXDARI) =
MAX_COORDAGENTS
Initialize DARI process with JVM (INITDARI_JVM) = NO
Initial number of fenced DARI process (NUM_INITDARIS) = 0

Index re-creation time (INDEXREC) = ACCESS

Transaction manager database name (TM_DATABASE) = 1ST_CONN
Transaction resync interval (sec) (RESYNC_INTERVAL) = 180

SPM name (SPM_NAME) = MMPSSDB1
SPM log size (SPM_LOG_FILE_SZ) = 256
SPM resync agent limit (SPM_MAX_RESYNC) = 20
SPM log path (SPM_LOG_PATH) =

NetBIOS Workstation name (NNAME) =

TCP/IP Service name (SVCENAME) =
APPC Transaction program name (TPNAME) =
IPX/SPX File server name (FILESERVER) =
IPX/SPX DB2 server object name (OBJECTNAME) =
IPX/SPX Socket number (IPX_SOCKET) = 879E

Discovery mode (DISCOVER) = SEARCH
Discovery communication protocols (DISCOVER_COMM) =
Discover server instance (DISCOVER_INST) = ENABLE

Directory services type (DIR_TYPE) = NONE
Directory path name (DIR_PATH_NAME) =
/.:/subsys/database/
Directory object name (DIR_OBJ_NAME) =
Routing information object name (ROUTE_OBJ_NAME) =
Default client comm. protocols (DFT_CLIENT_COMM) =
Default client adapter number (DFT_CLIENT_ADPT) = 0

Maximum query degree of parallelism (MAX_QUERYDEGREE) = ANY
Enable intra-partition parallelism (INTRA_PARALLEL) = NO

No. of int. communication buffers(4KB)(FCM_NUM_BUFFERS) = 1024
Number of FCM request blocks (FCM_NUM_RQB) = 512
Number of FCM connection entries (FCM_NUM_CONNECT) =
(FCM_NUM_RQB * 0.75)
Number of FCM message anchors (FCM_NUM_ANCHORS) =
(FCM_NUM_RQB * 0.75)








Blair Adamache <badamache@2muchspam.yahoo.com> wrote in message news:<c8dhcr$k40$1@hanover.torolab.ibm.com>...
> Different releasse levels by instance is only supported on UNIX and
> Linux (for now).
>
> On large UNIX SMP's, I would always recommend one database per instance
> to get the benefits of isolation - so a problem in one database is
> isolated to one instance. The resources overhead per instance is low.
> Also, registry variables and database config parameters are set at the
> instance level (and can require the database to be stopped and restarted
> to pick up new settings in some cases) - another benefit of isolation.
>
> Chuck wrote:
>
> > While on the topic of multiple instances, I have a question. What's the
> > benefit of having multiple instances instead of one instance with
> > multiple databases? --
> > Chuck
> > Remove "_nospam" to reply by email
> >
> > Pierre Saint-Jacques <sescons@attglobal.net> wrote in
> > news:TUbqc.55457$PJ1.541502@wagner.videotron.net:
> >
> >
> >>You can look in the DB2 Admin. Guide Performance.
> >>There'S a discussion there about memory utilisation.
> >>You'll find it is not so much the instance as the active db's that
> >>consume memory resources.
> >>
> >>On the systems we use to teach, using Win2K, the DAS and the active
> >>instance take about 55MB of memory. Whereas the db can "chew up" as
> >>much as 1.5GB.
> >>
> >>Iwould think that, unlees you are SMP (MultiProcessors) enabled, after
> >>starting the DAS, you could use 30MB per started instance.
> >>
> >>Also visiting the Admin. Guide, investigate the parms. in the DBM CFG.
> >>Search in Google with" db2 and performance", all the DB2 docs. can be
> >>searched with Google.
> >>
> >>HTH, Pierre.
> >>
> >>Mike wrote:
> >>
> >>>Looking to find any information on how to properly configure multiple
> >>>instances of DB2. This is on Win2k db2 ver 7.2. I am basically
> >>>looking for information on how the multiple instance settings should
> >>>configured to work, how memory is shared or not, etc. I can not seem
> >>>to find any good links to this information.
> >>>Thanks,
> >>>Mike
> >>

> >

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:36 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398