Cluster I/O Protocols (CIP) Configuration and Management Manual (H06.16+, J06.05+)
climconfig.sysctl(1)
NAME
climconfig.sysctl -- set or display CLIM kernel parameters
SYNOPSIS
CLIMCMD {clim-name|ip-address} climconfig sysctl
-update {clim-name|ip-address}
CLIMCMD {clim-name|ip-address} climconfig sysctl -info {all|param-name}[-obeyform]
CLIMCMD {clim-name|ip-address} climconfig sysctl -delete param-name
param-value
climconfig.sysctl Description
This command sets the kernel parameter param-name values specified by param-value. In
addition, this command causes an entry corresponding to the parameter to be added to or updated
in the configuration file /etc/clim/kernelparam.conf. The configuration file /etc/clim/
kernelparam.conf is dedicated to maintaining only the customer-configured kernel parameters.
When the CLIM is started, a script reads the /etc/clim/kernelparam.conf configuration
file and sets the user configured kernel parameters in the kernel. Your changes remain persistent
across CLIM reboots. To preserve changes made to the configuration file, a backup must be done,
which can be restored when the CLIM is updated or the disk is replaced.
This command also displays the user-configured kernel parameters along with their corresponding
values existing in the /etc/clim/kernelparam.conf file.
This command internally invokes the Linux provided sysctl utility with the param-name and
param-value as arguments. Therefore, the behavior of this command is similar to that of the
Linux provided sysctl utility. For information about the sysctl parameters, see the sysctl(8) man page
on the CLIM.
PARAMETERS
param-name
For sysctl -update, denotes the kernel parameter to be updated with the new value.
For sysctl -info, specifies the kernel parameter in the /etc/clim/kernelparam.conf
file to be displayed.
For sysctl -delete, deletes the specified kernel parameter from the /etc/clim/
kernelparam.conf file. The parameter value remains unchanged in the kernel and is reset
to its default value when the CLIM is rebooted.
param-value
Specifies the new value for the kernel parameter param-name.
all
Displays all the user-configured kernel parameters along with their corresponding values as
they exist in the /etc/clim/kernelparam.conf file.
-obeyform
Generates the modify kernel parameter commands.
ERROR MESSAGES
The error messages are the same as those returned by the Linux sysctl utility. See the sysctl man
page for information about errors.
376










