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: nfsserver.sh.metadata
<?xml version="1.0" ?> <!DOCTYPE resource-agent SYSTEM "ra-api-1-modified.dtd"> <resource-agent name="nfsserver" version="rgmanager 2.0"> <version>1.0</version> <longdesc lang="en"> This defines an NFS server resource. The NFS server resource is useful for exporting NFSv4 file systems to clients. Because of the way NFSv4 works, only one NFSv4 resource may exist on a server at a time. Additionally, it is not possible to use the nfsserver resource when also using local instances of NFS on each cluster node. </longdesc> <shortdesc lang="en"> This defines an NFS server resource. </shortdesc> <parameters> <parameter name="name" primary="1"> <longdesc lang="en"> Descriptive name for this server. Generally, only one server is ever defined per service. </longdesc> <shortdesc lang="en"> Name </shortdesc> <content type="string"/> </parameter> <parameter name="path" inherit="mountpoint"> <longdesc lang="en"> This is the path you intend to export. Usually, this is left blank, and the mountpoint of the parent file system is used. This path is passed to nfsclient resources as the export path when exportfs is called. </longdesc> <shortdesc lang="en"> This is the path you intend to export. </shortdesc> <content type="string"/> </parameter> <parameter name="nfspath"> <longdesc lang="en"> This is the path containing shared NFS information which is used for NFS recovery after a failover. This is relative to the export path, and defaults to ".clumanager/nfs". </longdesc> <shortdesc lang="en"> This is the path containing shared NFS recovery information, relative to the path parameter. </shortdesc> <content type="string" default=".clumanager/nfs"/> </parameter> <parameter name="statdport"> <longdesc lang="en"> Specifies the port number used for RPC listener sockets. If this option is not specified, rpc.statd chooses a random ephemeral port for each listener socket. This option can be used to fix the port value of its listeners when SM_NOTIFY requests must traverse a firewall between clients and servers. </longdesc> <shortdesc lang="en"> This is the port where rpc.statd should listen on. </shortdesc> <content type="integer" default=""/> </parameter> </parameters> <actions> <action name="start" timeout="5"/> <action name="stop" timeout="5"/> <action name="recover" timeout="5"/> <action name="status" timeout="5" interval="30"/> <action name="monitor" timeout="5" interval="30"/> <action name="meta-data" timeout="5"/> <action name="validate-all" timeout="30"/> </actions> <special tag="rgmanager"> <attributes maxinstances="1"/> <child type="nfsexport" forbid="1"/> <child type="nfsserver" forbid="1"/> <child type="nfsclient" start="1" stop="2"/> <child type="ip" start="2" stop="1"/> </special> </resource-agent>
Upload File
Create Folder