473,386 Members | 1,754 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

DB2 on NetApp Filer

Hi,

Does anybody have any experience with DB2 on NetApp Filer using NFS? I
am reading the documentation that it suggests to mount the data volumn
to: [StorageSystemName]:[VolName] [MountPoint] nfs hard,
rw,nointr,rsize=32768,wsize=32768,bg,vers=3,tcp 0 0

So my question is: in case of server crash, do we lose the data up to
the NFS buffered size? Is there any option that we can get away with
the potential data loss?

Thanks,

Lisa

Sep 13 '06 #1
1 1940
You're going to have to do more research on your operating system's
implementation of NFS.

rsize,wsize control the maximum (negotiated) buffer size between the
filer and the OS.

nointr - do NOT allow file operations to be interrupted

hard - send console warning if device has "major timeout" and continue
trying the operation.

tcp - use tcp protocol (traffic is acknowledged) instead of the UDP
(send and assume receipt) protocol

vers - identifies the protocol the computer will use to establish
communication with the server.
None of these parameters specifically relate to DB2. The questions you
need to ask are:
1. When does the operation system return a "successful write" response
to the application for NFS mounted volumes?
2. How does buffering effect the response above?

Don't forget that DB2 writes logs at commit time and may not write data
until a later time when a page cleaner returns it to disk. Recovery from
a backup and the logs wouldn't care if the last n data writes failed due
to an nfs buffering issue.

Phil Sherman

lltong wrote:
Hi,

Does anybody have any experience with DB2 on NetApp Filer using NFS? I
am reading the documentation that it suggests to mount the data volumn
to: [StorageSystemName]:[VolName] [MountPoint] nfs hard,
rw,nointr,rsize=32768,wsize=32768,bg,vers=3,tcp 0 0

So my question is: in case of server crash, do we lose the data up to
the NFS buffered size? Is there any option that we can get away with
the potential data loss?

Thanks,

Lisa
Sep 14 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: JoseLuis | last post by:
Hi , Please help me I'm making a table with subtables like this 001000 States 001001 Florida 001002 CAlifornia 001003 Virginia 002000 Tax %
96
by: BadPony | last post by:
Anyone using Peoplesoft on a Federated UDB (shared nothing)Environment on Open System Platforms? Preferably AIX, but any war stories would be good. TEA EB-C
198
by: Sy Borg | last post by:
Hello: We are designing two multi-user client server applications that performs large number of transactions on database servers. On an average Application A has a 50% mix of select and...
6
by: Jurgen Haan | last post by:
Hey all... Does anyone here have any experience with running DB2 on a NetApp filer (storage)? If so, what volumes did you use (how many disks per volume). For those who do not know what a Netapp...
12
by: Ann Marinas | last post by:
Hi all, I would like to ask for some help regarding separating the asp.net webserver and the sql server. I have created an asp.net application for a certain company. Initially, we installed...
1
by: Eligio F. Villanueva | last post by:
I tried to filter my grid data with this: Dataview.RowFilter = "dblAmount LIKE '6%'" and this message comes out: "Cannot perform 'Like' operation on System.Decimal and System.String." Is...
14
by: Jurgen Haan | last post by:
Hey hey all.. I'm using a DB2 8.2 in an 64bit environment in SLES9. Server is a HP Proliant DL385 For storage I'm using a NetApp Fas250 filer. using a few NFS volumes to store the database.
1
by: Visu | last post by:
Anyone had luck having tablespaces on NFS with Netapp filers? I keep getting SQL0298N Bad container path. SQLSTATE=428B2 Even though its a valid path. Also tried creating symbolic links to...
2
by: Jurgen Haan | last post by:
Hi everybody. If I would create tablespaces that do not use filesystem caching on an NFS share... What would this change in performance? Is this of any use? And is it safe? I've read some...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.