Difference between revisions of "SET NETWORK"

From Recital Documentation Wiki
Jump to: navigation, search
 
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==
 +
 
 +
 
 +
 
 +
==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]]

Revision as of 14:59, 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

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