Description
Configures and monitors the CoreXL.
For more information, see the R80.30 Performance Tuning Administration Guide.
In addition, see the fwboot bootconf
command.
Important:
cpconfig
menu.Syntax show CoreXL configuration
[Expert@HostName:0]# $FWDIR/boot/fwboot corexl core_count curr_instance4_count curr_instance6_count def_instance4_count def_instance6_count eligible installed max_instance4_count max_instances4_32bit max_instances4_64bit max_instance6_count max_instances_count max_instances_32bit max_instances_64bit min_instance_count unsupported_features |
Syntax to configure CoreXL
[Expert@HostName:0]# $FWDIR/boot/fwboot corexl def_by_allowed [n] default [-v] disable [-v] enable [n] [-6 k] vmalloc_recalculate |
Parameters
Parameter |
Description |
---|---|
No Parameters |
Shows the built-in help with available parameters. |
|
Returns the number of CPU cores on this computer. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl core_count [Expert@MyGW:0]# echo $? 4 [Expert@MyGW:0]# [Expert@MyGW:0]# cat /proc/cpuinfo | grep processor processor : 0 processor : 1 processor : 2 processor : 3 [Expert@MyGW:0]# |
|
Returns the current configured number of IPv4 CoreXL FW instances. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl curr_instance4_count [Expert@MyGW:0]# echo $? 3 [Expert@MyGW:0]# [Expert@MyGW:0]# fw ctl multik stat ID | Active | CPU | Connections | Peak ---------------------------------------------- 0 | Yes | 3 | 0 | 16 1 | Yes | 2 | 0 | 11 2 | Yes | 1 | 1 | 29 [Expert@MyGW:0]# |
|
Returns the current configured number of IPv6 CoreXL FW instances. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl curr_instance6_count [Expert@MyGW:0]# echo $? 2 [Expert@MyGW:0]# [Expert@MyGW:0]# fw6 ctl multik stat ID | Active | CPU | Connections | Peak ---------------------------------------------- 0 | Yes | 3 | 0 | 4 1 | Yes | 2 | 0 | 12 [Expert@MyGW:0]# |
|
Sets the default configuration for CoreXL according to the specified allowed number of CPU cores. |
|
Sets the default configuration for CoreXL. |
|
Returns the default number of IPv4 CoreXL FW instances for this Security Gateway. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl def_instance4_count [Expert@MyGW:0]# echo $? 3 [Expert@MyGW:0]# |
|
Returns the default number of IPv4 CoreXL FW instances for this Security Gateway. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl def_instance6_count [Expert@MyGW:0]# echo $? 2 [Expert@MyGW:0]# |
|
Disables CoreXL.
See the |
|
Returns whether CoreXL can be enabled on this Security Gateway. 0 - CoreXL cannot be enabled 1 - CoreXL can be enabled Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl eligible [Expert@MyGW:0]# echo $? 1 [Expert@MyGW:0]# |
|
Enables CoreXL with '
See the |
|
Returns whether CoreXL is installed (enabled) on this Security Gateway.
Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl installed [Expert@MyGW:0]# echo $? 1 [Expert@MyGW:0]# |
|
Returns the maximal allowed number of IPv4 CoreXL FW instances for this Security Gateway. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl max_instance4_count [Expert@MyGW:0]# echo $? 4 [Expert@MyGW:0]# |
|
Returns the maximal allowed number of IPv4 CoreXL FW instances for a Security Gateway that runs Gaia with 32-bit kernel. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl max_instances4_32bit [Expert@MyGW:0]# echo $? 14 [Expert@MyGW:0]# |
|
Returns the maximal allowed number of IPv4 CoreXL FW instances for a Security Gateway that runs Gaia with 64-bit kernel. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl max_instances4_64bit [Expert@MyGW:0]# echo $? 38 [Expert@MyGW:0]# |
|
Returns the maximal allowed number of IPv6 CoreXL FW instances for this Security Gateway. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl max_instance6_count [Expert@MyGW:0]# echo $? 3 [Expert@MyGW:0]# |
|
Returns the total maximal allowed number of CoreXL FW instances (IPv4 and IPv6) for this Security Gateway. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl max_instances_count [Expert@MyGW:0]# echo $? 40 [Expert@MyGW:0]# |
|
Returns the total maximal allowed number of CoreXL FW instances for a Security Gateway that runs Gaia with 32-bit kernel. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl max_instances_32bit [Expert@MyGW:0]# echo $? 16 [Expert@MyGW:0]# |
|
Returns the total maximal allowed number of CoreXL FW instances for a Security Gateway that runs Gaia with 64-bit kernel. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl max_instances_64bit [Expert@MyGW:0]# echo $? 40 [Expert@MyGW:0]# |
|
Returns the minimal allowed number of IPv4 CoreXL FW instances. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl min_instance_count [Expert@MyGW:0]# echo $? 2 [Expert@MyGW:0]# |
|
Updates the value of the |
|
Returns 1 if at least one feature is configured, which CoreXL does not support. Example: [Expert@MyGW:0]# $FWDIR/boot/fwboot corexl unsupported_features corexl unsupported feature: QoS is configured. [Expert@MyGW:0]# echo $? 1 [Expert@MyGW:0]# |