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: netfs.sh.metadata
<?xml version="1.0" ?> <!DOCTYPE resource-agent SYSTEM "ra-api-1-modified.dtd"> <resource-agent name="netfs" version="rgmanager 2.0"> <version>1.0</version> <longdesc lang="en"> This defines an NFS/CIFS mount for use by cluster services. </longdesc> <shortdesc lang="en"> Defines an NFS/CIFS 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="host" required="1"> <longdesc lang="en"> Server IP address or hostname </longdesc> <shortdesc lang="en"> IP or Host </shortdesc> <content type="string"/> </parameter> <parameter name="export" required="1"> <longdesc lang="en"> NFS Export directory name or CIFS share </longdesc> <shortdesc lang="en"> Export </shortdesc> <content type="string"/> </parameter> <parameter name="fstype" required="0"> <longdesc lang="en"> File System type (nfs, nfs4 or cifs) </longdesc> <shortdesc lang="en"> File System Type </shortdesc> <content type="string"/> </parameter> <parameter name="no_unmount" required="0"> <longdesc lang="en"> Do not unmount the filesystem during a stop or relocation operation </longdesc> <shortdesc lang="en"> Skip unmount opration </shortdesc> <content type="boolean"/> </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="options"> <longdesc lang="en"> Provides a list of mount options. If none are specified, the NFS file system is mounted -o sync. </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="nfsexport" forbid="1"/> <child type="nfsclient" forbid="1"/> </special> </resource-agent>
Upload File
Create Folder