CISAM file usage in AIX4.3


 
Thread Tools Search this Thread
Operating Systems AIX CISAM file usage in AIX4.3
# 1  
Old 05-26-2008
CISAM file usage in AIX4.3

As we know CISAM files can be used up to 2G in UNIX. But I am failed to write record to file below:

-rw-rw-rw- 1 bit profit 1073741312 20 Apr 06:38 pfszzzzz.dat
-rw-rw-rw- 1 bit profit 151461888 20 Apr 06:38 pfszzzzz.idx

my ulimit setting is like below:

# ulimit -a

time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 131072
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) unlimited
nofiles(descriptors) 2000

So, my question is the maximum file size for CISAM file is 2G for .dat and 2G for .idx? Or 1G for .dat and 1G for .idx?

Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Memory usage per user,percent usage,sytem time in ksh

Let's say i have 20 users logged on Server. How can I know how much memory percent used each of them is using with system time in each user? (2 Replies)
Discussion started by: roy1912
2 Replies

2. AIX

How to monitor the IBM AIX server for I/O usage,memory usage,CPU usage,network..?

How to monitor the IBM AIX server for I/O usage, memory usage, CPU usage, network usage, storage usage? (3 Replies)
Discussion started by: laknar
3 Replies

3. Solaris

current CPU usage, memory usage, disk I/O oid(snmp)

Hi, I want to monitor the current cpu usage, monitor usage , disk I/o and network utlization for solaris using SNMP. I want the oids for above tasks. can you please tell me that Thank you (2 Replies)
Discussion started by: S_venkatesh
2 Replies

4. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies

5. UNIX for Advanced & Expert Users

File Usage for CISAM file in UNIX

As we know CISAM files can be used up to 2G in UNIX. But I am failed to write record to file below: -rw-rw-rw- 1 bit profit 1073741312 20 Apr 06:38 pfszzzzz.dat -rw-rw-rw- 1 bit profit 151461888 20 Apr 06:38 pfszzzzz.idx my ulimit setting is like below: # ulimit -a ... (0 Replies)
Discussion started by: alice@qrra.com
0 Replies

6. AIX

HELP PLEASE ! Seraching Update CD AIX4.3.3

Hello, :( Iīm in trouble - im searching for the AIX-Update-CD LCD4-0995-14. My System is out of order and I have to reinstall it. But this CD of my AIX-Set is defective - So I canīt reinstall the Filesets for my 6203-SCSI-Controller... Has someone of you this CD and can send me an Image... (1 Reply)
Discussion started by: yanham
1 Replies

7. AIX

openssh on aix4.3.3

Hi, where can I get openssh-server-3.6.1p2-1.aix4.3.ppc.rpm? Thanks (1 Reply)
Discussion started by: heliopaixao
1 Replies

8. AIX

can anybuddy tell me what bootloader is used in AIX4.3

hi this is fani working as jr system administration on unix flavours so please help waht bootloader is used in AIX 4.3 ver now LILO is using in AIX 5 help me to find the answer and there configuration file also tankzz.............. (0 Replies)
Discussion started by: phanifani
0 Replies

9. UNIX for Dummies Questions & Answers

How to configure sendmail on AIX4.3.3.

Hi! I want to enable sendmail facility on my AIX 4.3.3 box. I know that the configuration sendmail.cf must be populated with the necessary info according to my needs. Question is what are those, and what is the syntax? Other than sendmail.cf, are there any configuration files i need to edit? ... (1 Reply)
Discussion started by: jolobets
1 Replies

10. UNIX for Dummies Questions & Answers

problem when install apache in AIx4.2

when i run #./configure --prefix=/usr/local/apache then have an error Creating Makefile in src + configured for IBM AIX 4.2 platform Error: could not find any of these C compilers anywhere in your PATH: gcc cc acc c89 Configure terminated How could i find c compilers? help... (3 Replies)
Discussion started by: chiyx
3 Replies
Login or Register to Ask a Question
TRACE-CMD(1)															      TRACE-CMD(1)

NAME
trace-cmd - interacts with Ftrace Linux kernel internal tracer SYNOPSIS
trace-cmd COMMAND [OPTIONS] DESCRIPTION
The trace-cmd(1) command interacts with the Ftrace tracer that is built inside the Linux kernel. It interfaces with the Ftrace specific files found in the debugfs file system under the tracing directory. A COMMAND must be specified to tell trace-cmd what to do. COMMANDS
record - record a live trace and write a trace.dat file to the local disk or to the network. report - reads a trace.dat file and converts the binary data to a ASCII text readable format. hist - show a histogram of the events. options - list the plugin options that are available to *report* start - start the tracing without recording to a trace.dat file. stop - stop tracing (only disables recording, overhead of tracer is still in effect) extract - extract the data from the kernel buffer and create a trace.dat file. reset - disables all tracing and gives back the system performance. (clears all data from the kernel buffers) split - splits a trace.dat file into smaller files. list - list the available plugins or events that can be recorded. listen - open up a port to listen for remote tracing connections. restore - restore the data files of a crashed run of trace-cmd record stack - run and display the stack tracer check-events - parse format strings for all trace events and return whether all formats are parseable OPTIONS
-h, --help Display the help text. Other options see the man page for the corresponding command. SEE ALSO
trace-cmd-record(1), trace-cmd-report(1), trace-cmd-hist(1), trace-cmd-start(1), trace-cmd-stop(1), trace-cmd-extract(1), trace-cmd-reset(1), trace-cmd-restore(1), trace-cmd-stack(1), trace-cmd-split(1), trace-cmd-list(1), trace-cmd-listen(1), trace-cmd.dat(5), trace-cmd-check-events(1) AUTHOR
Written by Steven Rostedt, <rostedt@goodmis.org[1]> RESOURCES
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git COPYING
Copyright (C) 2010 Red Hat, Inc. Free use of this software is granted under the terms of the GNU Public License (GPL). NOTES
1. rostedt@goodmis.org mailto:rostedt@goodmis.org 06/11/2014 TRACE-CMD(1)