etc/filesystems ----> lsfs

[gmisapp:/etc] cat 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. 
*  
* bos530 src/bos/etc/filesystems/filesystems 1.22 
*  
* Licensed Materials - Property of IBM 
*  
* (C) COPYRIGHT International Business Machines Corp. 1985,1993 
* All Rights Reserved 
*  
* US Government Users Restricted Rights - Use, duplication or 
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
*  
* IBM_PROLOG_END_TAG 
*
* COMPONENT_NAME: CMDFS
* FUNCTIONS: none 
*
* ORIGINS: 27 
*
* (C) COPYRIGHT International Business Machines Corp. 1985, 1993
* All Rights Reserved
* Licensed Materials - Property of IBM
*
* US Government Users Restricted Rights - Use, duplication or
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*
*
*
* 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
        vfs             = jfs2
        log             = /dev/hd8
        mount           = automatic
        check           = false
        type            = bootfs
        vol             = root
        free            = true

/home:
        dev             = /dev/hd1
        vfs             = jfs2
        log             = /dev/hd8
        mount           = true
        check           = true
        vol             = /home
        free            = false

/usr:
        dev             = /dev/hd2
        vfs             = jfs2
        log             = /dev/hd8
        mount           = automatic
        check           = false
        type            = bootfs
        vol             = /usr
        free            = false

/var:
        dev             = /dev/hd9var
        vfs             = jfs2
        log             = /dev/hd8
        mount           = automatic
        check           = false
        type            = bootfs
        vol             = /var
        free            = false

/tmp:
        dev             = /dev/hd3
        vfs             = jfs2
        log             = /dev/hd8
        mount           = automatic
        check           = false
        vol             = /tmp
        free            = false

/proc:
        dev       = /proc
        vol       = "/proc"
        mount     = true
        check     = false
        free      = false
        vfs       = procfs

/opt:
        dev             = /dev/hd10opt
        vfs             = jfs2
        log             = /dev/hd8
        mount           = true
        check           = true
        vol             = /opt
        free            = false

/imsi:
        dev             = /dev/imsilv
        vfs             = jfs2
        log             = INLINE
        mount           = false
        options         = rw
        account         = false

/WebSphere:
        dev             = /dev/waslv1
        vfs             = jfs2
        log             = /dev/waslv1log
        mount           = true
        options         = rw
        account         = false

/var/adm/csd:
        dev             = /dev/lv00
        vfs             = jfs
        log             = /dev/loglv01
        mount           = true
        account         = false

/wastest:
        dev             = /dev/fslv01
        vfs             = jfs2
        log             = /dev/zeuslvlog
        mount           = true
        check           = false
        options         = rw
        account         = false

/jennifer40:
        dev             = /dev/jenniferlv
        vfs             = jfs2
        log             = /dev/loglv05
        mount           = true
        check           = false
        options         = rw
        account         = false

/tsmimage:
        dev             = /dev/tsmimagelv
        vfs             = jfs2
        log             = /dev/tsmimagelvlog
        mount           = true
        account         = false

/nmon:
        dev             = /dev/nmon
        vfs             = jfs2
        log             = /dev/hd8
        mount           = true
        account         = false


/drm:
        dev             = /dev/drmlv
        vfs             = jfs2
        log             = /dev/waslvlog_gmisa
        mount           = false
        options         = rw
        account         = false

/usr/IHS/utims_htdocs/utims/upload:
        dev             = /dev/uploadlv
        vfs             = jfs2
        log             = /dev/datavglog
        mount           = false
        check           = false
        options         = rw
        account         = false

/usr/IHS/utims_htdocs/utims/upload/fo:
        dev             = /dev/uploadfolv
        vfs             = jfs2
        log             = /dev/datavglog
        mount           = false
        check           = false
        options         = rw
        account         = false

/web_app:
        dev             = /dev/webapplv
        vfs             = jfs2
        log             = /dev/datavglog
        mount           = false
        check           = false
        options         = rw
        account         = false

/oz_reposit:
        dev             = /dev/ozrepolv
        vfs             = jfs2
        log             = /dev/datavglog
        mount           = false
        check           = false
        account         = false

/usr/IHS/uffice_htdocs/uffice/upload_uffice:
        dev             = /dev/up_ufficelv
        vfs             = jfs2
        log             = /dev/datavglog
        mount           = false
        check           = false
        options         = rw
        account         = false
[gmisapp:/etc] 

List SRC Status

lssrc -g httpd

startsrc -s httpd

refresh -s httpd

stopsrc -s httpd

alog -t console -o

콘솔로 가는 메세지 보여주기

rpc.lockd

The rpc.lockd program starts the NFS lock manager (NLM) on kernels that don't start it automatically. However, since most kernels do start it automatically, rpc.lockd. is usually not required. Even so, running it anyway is harmless.  

rpc.mountd - NFS mount daemon

The rpc.mountd program implements the NFS mount protocol. When receiving a MOUNT request from an NFS client, it checks the request against the list of currently exported file systems. If the client is permitted to mount the file system, rpc.mountd obtains a file handle for requested directory and returns it to the client.  

1 2 3 4 5 6 7