CIO in AIX


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users CIO in AIX
# 1  
Old 09-29-2011
CIO in AIX

Hi,
I'm reading AIX documentation :
Code:
Examples
1.To list the mounted file systems, enter: 

mountThis command produces output similar to the following: 

node   mounted          mounted over  vfs    date              options   
----   -------          ------------ ---  ------------   -------------------
       /dev/hd0         /            jfs   Dec 17 08:04   rw, log  =/dev/hd8
       /dev/hd3         /tmp         jfs   Dec 17 08:04   rw, log  =/dev/hd8
       /dev/hd1         /home        jfs   Dec 17 08:06   rw, log  =/dev/hd8
       /dev/hd2         /usr         jfs   Dec 17 08:06   rw, log  =/dev/hd8
sue    /home/local/src  /usr/code    nfs   Dec 17 08:06   ro, log  =/dev/hd8

Which value in options column show that FS is in CIO or not ?

Thank you.
# 2  
Old 09-29-2011
cio does (or would if it was set).

Code:
rw,cio,log=/dev/hd8

This User Gave Thanks to Scott For This Post:
# 3  
Old 09-29-2011
Thank you.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Linux

Is Concurrent I/O (CIO) available on Linux?

Hi Guys, I just wondering if any of the AIX gurus with some exposure to Linux Redhat can tell me whether in Linux ( Red Hat or OpenSuse ) we have a similar option/capability like the CIO (Concurrent I/O) which is currently available on AIX. The reason I'm asking is because in the past we... (2 Replies)
Discussion started by: arizah
2 Replies

2. AIX

turning CIO on and how to monitor

Hi Guys, I have a database server where we run AIX 5.3 on a power5 box and we just turned on CIO (concurrent I/O) for the database filesystems. Now my assumption is that enabling CIO the database basically will bypass the filesystem cache releasing some extra memory that can be allocated... (1 Reply)
Discussion started by: hariza
1 Replies

3. UNIX for Advanced & Expert Users

turning CIO on and how to monitor

Hi Guys, I have a database server where we run AIX 5.3 on a power5 box and we just turned on CIO (concurrent I/O) for the database filesystems. Now my assumption is that enabling CIO the database basically will bypass the filesystem cache releasing some extra memory that can be allocated... (1 Reply)
Discussion started by: hariza
1 Replies

4. UNIX for Advanced & Expert Users

j2_maxPageReadAhead & j2_nBufferPerPagerDevice and CIO

Hi Guys, At the moment I'm experiencing a problem where one of the filesystems is being locked up because it looks like is running out of buffers and according to IBM a workaround should be decreasing the size of the j2_maxPageReadAhead. My question is what if I turn on CIO at the... (5 Replies)
Discussion started by: hariza
5 Replies
Login or Register to Ask a Question