home‎ > ‎utilities‎ > ‎

infx fs

List information about filesystems on the host

usage

infx fs [ order class name ]
  optional
    order - change output order
    class - onnly show specific class
    name - only show filesystems with matching name

example

infx demo1@bobii:/home/informix>infx fs

class  fs                                size gb    free   used  used%  name
       /dev/mapper/vg_bobii-lv_root         9.32    2.47   6.39    73%  /
       tmpfs                                1.99    1.99   0.00     1%  /dev/shm
       /dev/mapper/vg_bobii-lv_albums       8.26    7.69   0.15     2%  /albums
       /dev/mapper/vg_bobii-lv_dbbackup     8.26    1.13   6.70    86%  /backup
       /dev/sdb1                            0.50    0.40   0.07    15%  /boot
       /dev/mapper/vg_bobii-lv_data01      51.61   17.21  31.77    65%  /data01
       /dev/mapper/vg_bobii-lv_home         8.29    4.03   3.84    49%  /home
       /dev/mapper/vg_bobii-lv_infx        24.77    5.47  18.04    77%  /infx
       /dev/mapper/vg_bobii-lv_scratch    139.43  128.40   3.95     3%  /scratch
       /dev/mapper/vg_bobii-lv_web          8.26    5.40   2.44    32%  /www

Only show filesystems with a name matching infx

demo1@bobii:/home/informix>infx fs name=infx

class  fs                            size gb  free   used  used%  name
       /dev/mapper/vg_bobii-lv_infx    24.77  5.47  18.04    77%  /infx

notes

  • output format defined in /infx/template/infx-cli/infx-cli-fs.htmlt, copy to /infx/local/etc and change there
  • see fs list for the list of what information is available
  • see to sub-infx-alert.ini for warning and error thresholds