Difference between revisions of "SET NETWORK"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
{{YLM to do}}
+
==Purpose==
 +
Determines whether or not Recital Clustered File System support is enabled
 +
 
 +
 
 +
==Syntax==
 +
SET NETWORK ON | OFF | (<expL>)
 +
SET NETWORK TO <expN>
 +
 
 +
 
 +
==See Also==
 +
[[Fault Tolerance and High Availability]], [[SET FSTATCACHE]]
 +
 
 +
 
 +
==Description==
 +
SET NETWORK must be ON to enable Recital Clustered File System support, which provides superior performance on networked systems using glusterfs or samba.
 +
 
 +
SET NETWORK TO <expN> is used to set the network page size to the specified number.
 +
 
 +
 
 +
==Example==
 +
<pre>
 +
**********************
 +
* File    : config.db
 +
*
 +
* ...
 +
set network on
 +
*...
 +
*
 +
</pre>
 +
 
 +
 
 +
==Products==
 +
Recital Replication, Recital Server, Recital Web
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|NETWORK]]
 +
[[Category:Environment]]
 +
[[Category:Environment Set Commands]]

Latest revision as of 16:03, 13 January 2010

Purpose

Determines whether or not Recital Clustered File System support is enabled


Syntax

SET NETWORK ON | OFF | (<expL>) SET NETWORK TO <expN>


See Also

Fault Tolerance and High Availability, SET FSTATCACHE


Description

SET NETWORK must be ON to enable Recital Clustered File System support, which provides superior performance on networked systems using glusterfs or samba.

SET NETWORK TO <expN> is used to set the network page size to the specified number.


Example

**********************
* File    : config.db
*
* ...
set network on
*...
*


Products

Recital Replication, Recital Server, Recital Web