fw ctl set
Description
Configures the specified value for the specified kernel parameter.
|
Important:
|
|
Notes:
|
Syntax on a Security Gateway / Cluster Member in Gaia Clish or the Expert mode
|
|
Syntax on a Scalable Platform Security Group in the Expert mode
On Scalable Platforms (Maestro and Chassis), you must run the applicable commands in the Expert mode on the applicable Security Group.
-
To make the change only in the current session (does not survive reboot):
g_fw [-d] ctl set int <Name of Integer Kernel Parameter> <Integer Value>
g_fw [-d] ctl set str <Name of String Kernel Parameter> '<String Value>'
-
To make the change that survives reboot:
g_update_conf_file <Path to File> <Name of Integer Kernel Parameter>=<Integer Value>
g_update_conf_file <Path to File> <Name of String Kernel Parameter>='<String Value>'
Parameters
Parameter |
Description |
||
---|---|---|---|
|
Runs the command in debug mode. Use only if you troubleshoot the command itself.
|
||
|
Automatically makes the required changes in the corresponding configuration file to survive reboot:
This flag does not apply to Scalable Platforms. |
||
|
Specifies the name of the integer kernel parameter. |
||
|
Specifies the integer value for the integer kernel parameter. |
||
|
Specifies the name of the string kernel parameter. |
||
|
Specifies the string value for the string kernel parameter. |
||
|
Specifies the path to the configuration file on Scalable Platforms:
|
Example for an integer kernel parameter (does not survive reboot)
|
Example for an integer kernel parameter (survives reboot)
|
Example for a string kernel parameter
|