Network and Security Properties#
IB_CONCHKSPIN#
Data Type#
Unsigned Integer
Default Value#
0
Attributes#
Read-Only, Single Value
Range#
[0, 2147483]
Description#
This property sets the value of the RDMA_CONCHKSPIN option of rsocket. This is the value to set which period to check the connection of InfiniBand. If this value is 0, the default value of rsocket is used.
This property is only available when using the Altibase rdma-core.
IB_ENABLE#
Data Type#
Unsigned Integer
Default Value#
0
Attributes#
Read Only, Single Value
Range#
[0, 1]
Description#
This property is an option to use InfiniBand in Altibase. This feature is only available on Linux.
0 : IB is not used (default value).
1: IB is used.
IB_LATENCY#
Data Type#
Unsigned Integer
Default Value#
0
Attributes#
Read-Only, Single Value
Range#
[0, 1]
Description#
This property sets the value of the RDMA_LATENCY option of rsocket.
If the value of this property is 1, tuning code is used to reduce latency even though it consumes more CPU resources.
This property is only available when using the Altibase rdma-core.
IB_LISTENER_DISABLE#
Data Type#
Unsigned Integer
Default Value#
0
Attributes#
Read-Only, Single Value
Range#
[0, 1]
Description#
This property can set whether to start the InfiniBand listener when starting Altibase.
0: InfiniBand listener is started (default).
1: InfiniBand listener is not started.
IB_MAX_LISTEN#
Data Type#
Unsigned Integer
Default Value#
128
Attributes#
Read-Only, Single Value
Range#
[0, 1024]
Description#
This property specifies the maximum number of clients that can connect to InfiniBand and use Altibase at the same time.
IB_PORT_NO#
Data Type#
Unsigned Integer
Default Value#
0
Attributes#
Read-Only, Single Value
Range#
[1024, 65535]
Description#
This property specifies the port number used for communication using the InfiniBand.
SNMP_ALARM_QUERY_TIMEOUT#
Data Type#
Unsigned Integer
Default Value#
1
Attributes#
Read-Only, Single Value
Range#
[0, 1]
Description#
Sets whether or not to send a trap when a query timeout occurs in a session. The default value is 1 and sends a trap. For more detailed information, please refer to altiPropertyAlarmQueryTimeout in the SNMP Agent Guide.
SNMP_ALARM_FETCH_TIMEOUT#
Data Type#
Unsigned Integer
Default Value#
1
Attributes#
Read-Only, Single Value
Range#
[0, 1]
Description#
Sets whether or not to send a trap when a fetch timeout occurs. The default value is 1 and sends a trap. For more detailed information, please refer to altiPropertyAlarmFetchTimeout in the SNMP Agent Guide.
SNMP_ALARM_UTRANS_TIMEOUT#
Data Type#
Unsigned Integer
Default Value#
1
Attributes#
Read-Only, Single Value
Range#
[0, 1]
Description#
Sets whether or not to send a trap when a utrans timeout occurs.
0: Does not raise a trap.
1: Raises a trap.
For more detailed information, please refer to altiPropertyAlarmUtransTimeout in the SNMP Agent Guide.
SNMP_ALARM_SESSION_FAILURE_COUNT#
Data Type#
Unsigned Integer
Default Value#
3
Attributes#
Read-Only, Single Value
Range#
[0, 232-1]
Description#
Sets the number of times an error is allowed to continuously occur before a trap is sent. The default value is 3. If the value is 0, a trap is not sent. For more detailed information, please refer to altiPropertyAlarmSessionFailureCount in the SNMP Agent Guide.
SNMP_ENABLE#
Data Type#
Unsigned Integer
Default Value#
0
Attributes#
Read Only, Single Value
Range#
[0, 1]
Description#
To use SNMP, this property must be set to 1(Enable). The default value is 0(Disable).
0 : Use SNMP
1: Do not use SNMP
SNMP_MSGLOG_FLAG#
Data Type#
Unsigned Integer
Default Value#
3
Attributes#
Read-Write, Single Value
Range#
[3, 12]
Description#
Sets the log output level. Four levels ('1', '2', '4', '8') are available and the sum of these can comprise a level. The default value is 3(1+2) and logs are output for Level1 and Level3.
SNMP_PORT_NO#
Data Type#
Unsigned Integer
Default Value#
20400
Attributes#
Read-Only, Single Value
Range#
[1024, 65535]
Description#
This is the UDP port for communication between Altibase and altisnmpd (Altibase SNMP subagent).
SNMP_TRAP_PORT_NO#
Data Type#
Unsigned Integer
Default Value#
20400
Attributes#
Read-Only, Single Value
Range#
[1024, 65535]
Description#
This is the UDP port for sending traps between Altibase and altisnmpd (Altibase SNMP subagent).
SNMP_RECV_TIMEOUT (Unit: millisecond)#
Data Type#
Unsigned Integer
Default Value#
1000
Attributes#
Read-Only, Single Value
Range#
[1, 232-1]
Description#
This is the communication timeout value.
When Altibase and altisnmpd(Altibase SNMP subagent) communicate, the application waits for as many milliseconds as specified for this property.
SNMP_SEND_TIMEOUT (Unit: millisecond)#
Data Type#
Unsigned Integer
Default Value#
100
Attributes#
Read-Only, Single Value
Range#
[1, 232-1]
Description#
This is the communication timeout value.
When Altibase and altisnmpd (Altibase SNMP subagent) communicate, the application waits for as many milliseconds as specified for this property.
SSL_CA#
Data Type#
String
Default Value#
None
Attributes#
Read-Only, Single Value
Range#
None
Description#
Specifies the file path to store CA certificates to certify the ownership of received certificates. CA certificates can exist in a user-specific file path or a X.509 structured directory. An example of this value could be $ALTIBASE_HOME/cert/ca-cert.pem.
SSL_CAPATH#
Data Type#
String
Default Value#
None
Attributes#
Read-Only, Single Value
Range#
None
Description#
Specifies CAPATH in a CA directory format. An example of this value could be $ALTIBASE_HOME/etc/ssl/certs.
SSL_CERT#
Data Type#
String
Default Value#
None
Attributes#
Read-Only, Single Value
Range#
None
Description#
Sets the Altibase certificate path. An example of this value could be $ALTIBASE_HOME/cert.pem.
SSL_CIPHER_LIST#
Data Type#
String
Default Value#
None
Attributes#
Read-Only, Single Value
Range#
255
Description#
A list of cipher algorithms available for the server and client to use and negotiate with. Depending on your security policy, you can specify one or more cipher names and separate them by colons. You can check the list at OpenSSL or execute the following command in the shell environment.
$ openssl ciphers
SSL_CIPHER_SUITES#
Data Type#
String
Default Value#
None
Attributes#
Read-Only, Single Value
Range#
None
Description#
This property allows users to set one or more specific cipher algorithm candidates for TLS v1.3, separated by a colon (:). If not configured, OpenSSL allows the use of all available TLS 1.3 cipher algorithm candidates.
SSL_CLIENT_AUTHENTICATION#
Data Type#
Unsigned Integer
Default Value#
0
Attributes#
Read Only, Single Value
Range#
[0, 1]
Description#
Sets whether or not to request a certificate from the client when the server and client communicate over SSL. If the value is 0 (default), the client requests a certificate from the server. If the value is 1, the server requests a certificate from the client during the SSL handshake.
0: Authenticates the server only (default)
1: Authenticates the server and client concurrently
SSL_ENABLE#
Data Type#
Unsigned Integer
Default Value#
0
Attributes#
Read-Only, Single Value
Range#
[0, 1]
Description#
Switches the SSL/TLS feature on or off within Altibase. The default value is 0 (Disable).
0: Disables SSL/TLS
1: Enables SSL/TLS
SSL_KEY#
Data Type#
String
Default Value#
None
Attribute#
Read-Only, Single Value
Range#
None
Description#
Sets the server private (secret) key path.
An example of this value could be $ALTIBASE_HOME/cert/server- key.pem.
SSL_LOAD_CONFIG#
Data Type#
String
Default Value#
0
Attributes#
Read-Only, Single Value
Range#
[0,1]
Description#
This property configures loading the OpenSSL configuration file (openssl.cnf). The default value is 0 (Disable). To use the OpenSSL FIPS module, this property should be set to 1.
0: Do not load the file
1: Load the file
SSL_MAX_LISTEN#
Data Type#
Unsigned Integer
Default Value#
128
Attributes#
Read-Only, Single Value
Range#
[0, 16384]
Description#
Sets the listen queue maximum size for concurrent SSL/TLS connections. Note that more listeners require more memory.
SSL_PORT_NO#
Data Type#
Unsigned Integer
Default Value#
20443
Attributes#
Read-Only, Single Value
Range#
[1024, 65535]
Description#
Specifies the listening port number for SSL connections.
TCP_ENABLE#
Data Type#
Unsigned Integer
Default Value#
1
Attributes#
Read-Only, Single Value
Range#
[0, 1]
Description#
Altibase server can configure whether or not to communicate with TCP/IP as a communication protocol.
0: Using TCP/IP
1: Not using TCP/IP