Difference between revisions of "SET NETWORK"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Determines whether or not Recital Clustered File System support is enabled
+
Determines whether or not Clustered File System support is enabled
 
+
  
 
==Syntax==
 
==Syntax==
 
SET NETWORK ON | OFF | (<expL>)
 
SET NETWORK ON | OFF | (<expL>)
 
SET NETWORK TO <expN>
 
SET NETWORK TO <expN>
 
  
 
==See Also==
 
==See Also==
[[Fault Tolerance and High Availability]], [[SET FSTATCACHE]]
+
[[CLEAR PROFILE]], [[DISPLAY IOSTATS]], [[DISPLAY PROFILE]], [[IOSTATS()]], [[LIST PROFILE]], [[PROFILE]], [[SET ICACHE]], [[SET IOLOGGING]], [[SET IOSTATS]], [[SET PROFILE]]
 
+
  
 
==Description==
 
==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 must be ON to enable Clustered File System support.
  
 
SET NETWORK TO <expN> is used to set the network page size to the specified number.
 
SET NETWORK TO <expN> is used to set the network page size to the specified number.
 
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
**********************
+
* File    : config.db
+
*
+
* ...
+
 
set network on
 
set network on
*...
+
</code>
*
+
</pre>
+
 
+
  
==Products==
 
Recital Replication, Recital Server, Recital Web
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|NETWORK]]
 
[[Category:Set_Commands|NETWORK]]
[[Category:Environment]]
+
[[Category:Performance and Optimization]]
[[Category:Environment Set Commands]]
+

Latest revision as of 09:40, 3 January 2013

Purpose

Determines whether or not Clustered File System support is enabled

Syntax

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

See Also

CLEAR PROFILE, DISPLAY IOSTATS, DISPLAY PROFILE, IOSTATS(), LIST PROFILE, PROFILE, SET ICACHE, SET IOLOGGING, SET IOSTATS, SET PROFILE

Description

SET NETWORK must be ON to enable Clustered File System support.

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

Example

set network on