Sponsored Content
Full Discussion: The immortal aioserver
Operating Systems AIX The immortal aioserver Post 302958318 by Linusolaradm1 on Wednesday 21st of October 2015 09:41:58 AM
Old 10-21-2015
df output

Code:
/dev/hd4        1,3G  218M  1,1G  18% /
/dev/hd2        9,3G  6,5G  2,8G  70% /usr
/dev/hd9var     3,4G  417M  3,0G  13% /var
/dev/hd3        6,7G   23M  6,7G   1% /tmp
/dev/fwdump     128M  348K  128M   1% /var/adm/ras/platform
/dev/hd1        8,2G   27M  8,1G   1% /home
/dev/hd11admin  128M  380K  128M   1% /admin
/proc              -     -     0    - /proc
/dev/hd10opt    4,3G  2,0G  2,3G  46% /opt
/dev/livedump   256M  368K  256M   1% /var/adm/ras/livedump
/dev/hd12data    54G  8,3G   46G  16% /var/data
/dev/oracle      50G   14G   37G  27% /oracle
/dev/rpmrepo     50G  1,6G   49G   4% /var/rpmrepo

---------- Post updated at 08:41 AM ---------- Previous update was at 08:40 AM ----------

mount
Code:
 node       mounted        mounted over    vfs       date        options      
-------- ---------------  ---------------  ------ ------------ --------------- 
         /dev/hd4         /                jfs2   ott 21 15:30 rw,log=/dev/hd8 
         /dev/hd2         /usr             jfs2   ott 21 15:30 rw,log=/dev/hd8 
         /dev/hd9var      /var             jfs2   ott 21 15:30 rw,log=/dev/hd8 
         /dev/hd3         /tmp             jfs2   ott 21 15:30 rw,log=/dev/hd8 
         /dev/fwdump      /var/adm/ras/platform jfs2   ott 21 15:30 rw,log=/dev/hd8 
         /dev/hd1         /home            jfs2   ott 21 15:30 rw,log=/dev/hd8 
         /dev/hd11admin   /admin           jfs2   ott 21 15:30 rw,log=/dev/hd8 
         /proc            /proc            procfs ott 21 15:30 rw              
         /dev/hd10opt     /opt             jfs2   ott 21 15:30 rw,log=/dev/hd8 
         /dev/livedump    /var/adm/ras/livedump jfs2   ott 21 15:30 rw,log=/dev/hd8 
         /dev/hd12data    /var/data        jfs2   ott 21 15:30 rw,log=/dev/hd8 
         /dev/oracle      /oracle          jfs2   ott 21 15:30 rw,log=/dev/loglv00
         /dev/rpmrepo     /var/rpmrepo     jfs2   ott 21 15:30 rw,log=/dev/loglv00
         /etc/auto_nfs    /media/nfs       autofs ott 21 15:31 ignore

 

2 More Discussions You Might Find Interesting

1. AIX

AIOServer process question

Hi I've been trying to learn a bit more about AIOServer processes and how my company administers them, one question i have is, while checking, most of my servers show a memory overhead of about 448 k per aioserver process (nmon -A) however i have found a few with figures of 67 or 56k. Most... (0 Replies)
Discussion started by: philib
0 Replies

2. AIX

aioserver query

Hi Gurus, What is the recommended value for aioserver in aix 5.3 current value is 16384 And used is ps -k|wc -l 4768 We usauslly get issues like slow server performance and query waiting time more etc. Regards newaix (2 Replies)
Discussion started by: newaix
2 Replies
Sys::Filesystem::Aix(3pm)				User Contributed Perl Documentation				 Sys::Filesystem::Aix(3pm)

NAME
Sys::Filesystem::Aix - Return AIX filesystem information to Sys::Filesystem SYNOPSIS
See Sys::Filesystem. INHERITANCE
Sys::Filesystem::Aix ISA UNIVERSAL METHODS
version () Return the version of the (sub)module. ATTRIBUTES
The following is a list of filesystem properties which may be queried as methods through the parent Sys::Filesystem object. account Used by the dodisk command to determine the filesystems to be processed by the accounting system. boot Used by the mkfs command to initialize the boot block of a new filesystem. check Used by the fsck command to determine the default filesystems to be checked. dev Identifies, for local mounts, either the block special file where the filesystem resides or the file or directory to be mounted. free This value can be either true or false. (Obsolete and ignored). mount Used by the mount command to determine whether this file system should be mounted by default. nodename Used by the mount command to determine which node contains the remote filesystem. size Used by the mkfs command for reference and to build the file system. type Used to group related mounts. vfs Specifies the type of mount. For example, vfs=nfs specifies the virtual filesystem being mounted is an NFS filesystem. vol Used by the mkfs command when initializing the label on a new filesystem. The value is a volume or pack label using a maximum of 6 characters. log The LVName must be the full path name of the filesystem logging logical volume name to which log data is written as this file system is modified. This is only valid for journaled filesystems. SEE ALSO
Sys::Filesystem Example /etc/filesystems * @(#)filesystems @(#)29 1.22 src/bos/etc/filesystems/filesystems, cmdfs, bos530 9/8/00 13:57:45 * IBM_PROLOG_BEGIN_TAG * This is an automatically generated prolog. * * <snip> * * This version of /etc/filesystems assumes that only the root file system * is created and ready. As new file systems are added, change the check, * mount, free, log, vol and vfs entries for the appropriate stanza. /: dev = /dev/hd4 vol = "root" mount = automatic check = false free = true vfs = jfs2 log = /dev/hd8 type = bootfs /proc: dev = /proc vol = "/proc" mount = true check = false free = false vfs = procfs /scratch: dev = /dev/fslv02 vfs = jfs2 log = INLINE mount = true account = false Example /usr/sbin/mount output node mounted mounted over vfs date options -------- --------------- --------------- ------ ------------ --------------- /dev/hd4 / jfs2 Mar 24 12:14 rw,log=/dev/hd8 /proc /proc procfs Mar 24 12:15 rw /dev/fslv02 /scratch jfs2 Mar 24 12:15 rw,log=INLINE filesystems(4) Manpage includes all known options, describes the format and comment char's. VERSION
$Id: Aix.pm 128 2010-05-12 13:16:44Z trevor $ AUTHOR
Nicola Worthington <nicolaw@cpan.org> - <http://perlgirl.org.uk> Jens Rehsack <rehsack@cpan.org> - <http://www.rehsack.de/> COPYRIGHT
Copyright 2004,2005,2006 Nicola Worthington. Copyright 2008-2010 Jens Rehsack. This software is licensed under The Apache Software License, Version 2.0. <http://www.apache.org/licenses/LICENSE-2.0> perl v5.10.1 2010-05-18 Sys::Filesystem::Aix(3pm)
All times are GMT -4. The time now is 07:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy