odacli list-osconfigurations
Use the command odacli list-osconfigurations to display the current
HugePage and memlock values and view suggested values based on the total
available space.
File Path
$ORACLE_HOME/opt/oracle/dcs/bin/odacli
Syntax
odacli list-osconfigurations [-h] [-j]
Parameters
Parameter Description
--help
,
-h
(Optional) Displays help for using the
command.
--json
,
-j
(Optional) Displays JSON output. The default
is false.
Usage Notes
The command displays the configured values for HugePage and memlock from
the
/etc/sysctl.conf
and
/etc/security/limits.conf
files. Based on the total
available space, suggested values are calculated for the parameters.
Example 13-102 Displaying a List of Configured and Suggested Memlock and
HugePage Configurations
# odacli list-osconfigurations
Parameter User ConfiguredValue
SuggestedValue
--------------- --------------- ------------------------------
---------------
Memlock grid 295971180KB 289034355KB
Memlock oracle 295971180KB 289034355KB
HugeSpace default 101430MB 101161MB
odacli update-osconfigurations
Use the command odacli update-osconfigurations to update the HugePage
and memlock values.
File Path
$ORACLE_HOME/opt/oracle/dcs/bin/odacli
Chapter 13
odacli OS Commands
13-109