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: nfsclient.sh.metadata
<?xml version="1.0" ?> <!DOCTYPE resource-agent SYSTEM "ra-api-1-modified.dtd"> <resource-agent version="rgmanager 2.0" name="nfsclient"> <version>1.0</version> <longdesc lang="en"> This defines how a machine or group of machines may access an NFS export on the cluster. IP addresses, IP wildcards, hostnames, hostname wildcards, and netgroups are supported. </longdesc> <shortdesc lang="en"> Defines an NFS client. </shortdesc> <parameters> <parameter name="name" unique="1" primary="1"> <longdesc lang="en"> This is a symbolic name of a client used to reference it in the resource tree. This is NOT the same thing as the target option. </longdesc> <shortdesc lang="en"> Client Name </shortdesc> <content type="string"/> </parameter> <parameter name="target" required="1"> <longdesc lang="en"> This is either a hostname, a wildcard (IP address or hostname based), or a netgroup to which defining a host or hosts to export to. </longdesc> <shortdesc lang="en"> Target Hostname, Wildcard, or Netgroup </shortdesc> <content type="string"/> </parameter> <parameter name="path" inherit="path"> <longdesc lang="en"> This is the path to export to the target. This field is generally left blank, as it inherits the path from the parent export. </longdesc> <shortdesc lang="en"> Path to Export </shortdesc> <content type="string"/> </parameter> <parameter name="svcname" inherit="service%name"> <longdesc lang="en"> </longdesc> <shortdesc lang="en"> </shortdesc> <content type="string"/> </parameter> <parameter name="fsid" inherit="fsid"> <longdesc lang="en"> File system ID inherited from the parent nfsexport/ clusterfs/fs resource. Putting fsid in the options field will override this. </longdesc> <shortdesc lang="en"> File system ID </shortdesc> <content type="string"/> </parameter> <parameter name="options"> <longdesc lang="en">Defines a list of options for this particular client. See 'man 5 exports' for a list of available options. </longdesc> <shortdesc lang="en"> Export Options </shortdesc> <content type="string"/> </parameter> <parameter name="allow_recover"> <longdesc lang="en"> Allows recovery of this NFS client (default = 1) if it disappears from the export list. If set to 0, the service will be restarted. This is useful to help preserve export ordering. </longdesc> <shortdesc lang="en"> Allow recovery </shortdesc> <content type="boolean"/> </parameter> <parameter name="service_name" inherit="service%name"> <longdesc lang="en"> Service this NFS export belongs to. Used for caching exports on a per-service basis. </longdesc> <shortdesc lang="en"> Service Name </shortdesc> <content type="string"/> </parameter> <parameter name="use_cache" inherit="service%nfs_client_cache"> <longdesc lang="en"> On systems with large numbers of exports, a performance problem in the exportfs command can cause inordinately long status check times for services with lots of mounted NFS clients. This occurs because exportfs does DNS queries on all clients in the export list. Setting this option to '1' will enable caching of the export list returned from the exportfs command on a per-service basis. The cache will last for 30 seconds before expiring instead of being generated each time an nfsclient resource is called. </longdesc> <shortdesc lang="en"> Enable exportfs list caching </shortdesc> <content type="integer"/> </parameter> </parameters> <actions> <action name="start" timeout="90"/> <action name="stop" timeout="5"/> <action name="recover" timeout="90"/> <!-- Checks to see if the export exists in /var/lib/nfs/etab --> <action name="status" timeout="5" interval="1m"/> <action name="monitor" timeout="5" interval="1m"/> <action name="meta-data" timeout="5"/> <action name="validate-all" timeout="30"/> </actions> </resource-agent>
Upload File
Create Folder