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 > Informix > Disk Usage reaching 100%

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-08-06, 06:50
infxuser infxuser is offline
Registered User
 
Join Date: May 2005
Posts: 12
Disk Usage reaching 100%

Hi ,
IDS - 9.40.HC7
OS - HP-UX 11.11
RAM - 4 gb
CPU - 4

Its a dedicated Database server. Ours is a OLTP application.
Here are some of the onconfig parameters.

RESIDENT 1
NETTYPE soctcp,4,100,CPU
MULTIPROCESSOR 1
NUMCPUVPS 4
SINGLE_CPU_VP 0
NOAGE 0
AFF_SPROC 0
AFF_NPROCS 0

# Shared Memory Parameters

LOCKS 150000
BUFFERS 500000
NUMAIOVPS 96
LOGSMAX 1024
PHYSBUFF 128
LOGBUFF 128
CLEANERS 32
SHMBASE 0
SHMVIRTSIZE 262144
SHMADD 131072
SHMTOTAL 0
CKPTINTVL 300
LRUS 32
LRU_MAX_DIRTY 1.0
LRU_MIN_DIRTY 0.5


Problem -- The disk usage is continuosly reaching 100% . Raw devices and Kaio is not being used.
Kindly let me know how to tune the I/O performance.

Thanks very much
infxuser
Reply With Quote
  #2 (permalink)  
Old 12-22-06, 19:02
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,

Please review you disl layout. Used more of one controller.

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 01-17-07, 15:15
DBAgirl DBAgirl is offline
Registered User
 
Join Date: Jan 2004
Location: San Antonio, Texas
Posts: 47
Cool Disk 100%

Hi,
I'm curious as to why you would not be using KAIO and raw space, it is certainly easy to do in Informix?

You do not say how large your database is what have you tried running onstat -g iof to see if it's all spaces or just a few. i would look any any numbers that were larger than the rest. Map it back to you dbspaces and tables. Did you end up with all the heaviest used being together? Start moving data so that heaviest used is isolated.

DBAGIRL
Reply With Quote
  #4 (permalink)  
Old 01-18-07, 04:39
infxuser infxuser is offline
Registered User
 
Join Date: May 2005
Posts: 12
Hi DBAgirl,

We have not used KAIO but raw devices are being used. Iam not sure if know to configure KAIO.

Thanks very much.
infxuser.
Reply With Quote
  #5 (permalink)  
Old 01-18-07, 18:08
DBAgirl DBAgirl is offline
Registered User
 
Join Date: Jan 2004
Location: San Antonio, Texas
Posts: 47
make sure:
crw-rw-rw- 1 bin bin 101 0x000000 Nov 6 2003 async
and in your informix profile put:
export KAIOON=1 # Boolean needed for HP
and if you have an issue with out of resources messages put this:
# range of 10 to 5000; Increase when KAIO: out of OS resources.
export IFMX_HPKAIO_NUM_REQ=5000

Good-luck, DBAGIRL
Reply With Quote
  #6 (permalink)  
Old 01-19-07, 06:41
infxuser infxuser is offline
Registered User
 
Join Date: May 2005
Posts: 12
Hi,

Thanks for the information.

Will try this.

Regards
infxuser
Reply With Quote
  #7 (permalink)  
Old 01-23-07, 10:08
listman listman is offline
Registered User
 
Join Date: Jul 2004
Posts: 3
Hi, we had more or less the same problem:

Informix 9.40 on Solaris 9 for Sparc.

table spaces on raw devices under Veritas Volume Manager. The machine has 2 fibre channel cards that connect to these raw devices in the SAN.

Doing a backup with netbackup client for Informix left us with IO's of 100% busy but no read or write IO (they remained 0).

Is this something you experienced too?

Thanks.
Reply With Quote
  #8 (permalink)  
Old 02-06-07, 00:01
DBAgirl DBAgirl is offline
Registered User
 
Join Date: Jan 2004
Location: San Antonio, Texas
Posts: 47
Wink

I have not experienced that but it could happen if your onbar parameters are not set correctly. I would try setting them up or down to see if you can improve backup performance.

It could also be a probelm with your tape library. Do you go to tape or disk/ Over a LAN or SAN? Were there free dtapes or disk, so many thing, so little time.

DBAGIRL
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