Difference between revisions of "SET NETWORK"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | ==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