X7ROOT File Manager
Current Path:
/usr/share/cluster
usr
/
share
/
cluster
/
📁
..
📄
ASEHAagent.sh.metadata
(3.89 KB)
📄
SAPDatabase.metadata
(5.52 KB)
📄
SAPInstance.metadata
(3.91 KB)
📄
apache.sh.metadata
(3.03 KB)
📄
bind-mount.sh.metadata
(1.72 KB)
📄
clusterfs.sh.metadata
(5.48 KB)
📄
db2.sh.metadata
(1.58 KB)
📄
drbd.sh.metadata
(1.39 KB)
📄
fence_mpath_check
(9.98 KB)
📄
fence_mpath_check_hardreboot
(9.98 KB)
📄
fence_scsi_check
(15.95 KB)
📄
fence_scsi_check.pl
(15.95 KB)
📄
fence_scsi_check_hardreboot
(15.95 KB)
📄
fs.sh.metadata
(6.65 KB)
📄
ip.sh.metadata
(4.13 KB)
📄
lvm.sh.metadata
(2.31 KB)
📄
mysql.sh.metadata
(3.01 KB)
📄
named.sh.metadata
(3.2 KB)
📄
netfs.sh.metadata
(4.74 KB)
📄
nfsclient.sh.metadata
(4.74 KB)
📄
nfsexport.sh.metadata
(2.42 KB)
📄
nfsserver.sh.metadata
(3.16 KB)
📄
openldap.sh.metadata
(2.86 KB)
📄
oracledb.sh.metadata
(3.69 KB)
📄
orainstance.sh.metadata
(2.84 KB)
📄
oralistener.sh.metadata
(2.05 KB)
📄
postgres-8.sh.metadata
(3.17 KB)
📁
relaxng
📄
samba.sh.metadata
(2.49 KB)
📄
script.sh.metadata
(1.77 KB)
📄
service.sh.metadata
(7.58 KB)
📄
smb.sh.metadata
(1.78 KB)
📄
tomcat-6.sh.metadata
(2.15 KB)
📄
vm.sh.metadata
(9.66 KB)
Editing: clusterfs.sh.metadata
<?xml version="1.0" ?> <!DOCTYPE resource-agent SYSTEM "ra-api-1-modified.dtd"> <resource-agent name="clusterfs" version="rgmanager 2.0"> <version>1.0</version> <longdesc lang="en"> This defines a cluster file system mount (i.e. GFS) </longdesc> <shortdesc lang="en"> Defines a cluster file system mount. </shortdesc> <parameters> <parameter name="name" primary="1"> <longdesc lang="en"> Symbolic name for this file system. </longdesc> <shortdesc lang="en"> File System Name </shortdesc> <content type="string"/> </parameter> <parameter name="mountpoint" unique="1" required="1"> <longdesc lang="en"> Path in file system heirarchy to mount this file system. </longdesc> <shortdesc lang="en"> Mount Point </shortdesc> <content type="string"/> </parameter> <parameter name="device" unique="1" required="1"> <longdesc lang="en"> Block device, file system label, or UUID of file system. </longdesc> <shortdesc lang="en"> Device or Label </shortdesc> <content type="string"/> </parameter> <parameter name="fstype"> <longdesc lang="en"> File system type. If not specified, mount(8) will attempt to determine the file system type. </longdesc> <shortdesc lang="en"> File system type </shortdesc> <content type="string"/> </parameter> <parameter name="force_unmount"> <longdesc lang="en"> If set, the cluster will kill all processes using this file system when the resource group is stopped. Otherwise, the unmount will fail, and the resource group will be restarted. </longdesc> <shortdesc lang="en"> Force Unmount </shortdesc> <content type="boolean"/> </parameter> <parameter name="self_fence"> <longdesc lang="en"> If set and unmounting the file system fails, the node will immediately reboot. Generally, this is used in conjunction with force_unmount support, but it is not required. </longdesc> <shortdesc lang="en"> Seppuku Unmount </shortdesc> <content type="boolean"/> </parameter> <parameter name="fsid"> <longdesc lang="en"> File system ID for NFS exports. This can be overridden in individual nfsclient entries. </longdesc> <shortdesc lang="en"> NFS File system ID </shortdesc> <content type="string"/> </parameter> <parameter name="nfslock" inherit="service%nfslock"> <longdesc lang="en"> If set, the node will try to kill lockd and issue reclaims across all remaining network interface cards. This happens always, regardless of unmounting failed. </longdesc> <shortdesc lang="en"> Enable NFS lock workarounds </shortdesc> <content type="boolean"/> </parameter> <parameter name="nfsrestart"> <longdesc lang="en"> If set and unmounting the file system fails, the node will try to restart nfs daemon and nfs lockd to drop all filesystem references. Use this option as last resource. This option requires force_unmount to be set and it is not compatible with nfsserver resource. </longdesc> <shortdesc lang="en"> Enable NFS daemon and lockd workaround </shortdesc> <content type="boolean"/> </parameter> <parameter name="options"> <longdesc lang="en"> Options used when the file system is mounted. These are often file-system specific. See mount(8) and/or mount.gfs2(8) for supported mount options. </longdesc> <shortdesc lang="en"> Mount Options </shortdesc> <content type="string"/> </parameter> <parameter name="use_findmnt"> <longdesc lang="en"> Use findmnt to determine if and where a filesystem is mounted. Disabling this uses the failback method (should be used if autofs maps are located on network storage (ie. nfs, iscsi, etc). </longdesc> <shortdesc lang="en"> Utilize findmnt to detect if and where filesystems are mounted </shortdesc> <content type="boolean"/> </parameter> </parameters> <actions> <action name="start" timeout="900"/> <action name="stop" timeout="30"/> <!-- Recovery isn't possible; we don't know if resources are using the file system. --> <!-- Checks to see if it's mounted in the right place --> <action name="status" interval="1m" timeout="10"/> <action name="monitor" interval="1m" timeout="10"/> <!-- Checks to see if we can read from the mountpoint --> <action name="status" depth="10" timeout="30" interval="5m"/> <action name="monitor" depth="10" timeout="30" interval="5m"/> <!-- Checks to see if we can write to the mountpoint (if !ROFS) --> <action name="status" depth="20" timeout="30" interval="10m"/> <action name="monitor" depth="20" timeout="30" interval="10m"/> <action name="meta-data" timeout="5"/> <action name="validate-all" timeout="5"/> </actions> <special tag="rgmanager"> <child type="fs" start="1" stop="3"/> <child type="clusterfs" start="1" stop="3"/> <child type="nfsexport" start="3" stop="1"/> </special> </resource-agent>
Upload File
Create Folder