Document Type | Troubleshooting
Category | Administration
Applicable Product Versions | 5SP1, FS06, 6FS07, 7FS02PS
Document Number | TADTS026
Issue
If an incorrect value or phrase is entered in the $TB_SID.tip file that sets initialization parameters, a failure error occurs along with the message *** Tibero initialization parameter (tip) file failure.
Below are cases where errors occur.
Case 1. Unable to Start
In an HA configuration, if the tip file of the Standby server is incorrectly set, failover fails and startup is not possible.
Case 2. tbdown Command
An error occurs when executing the tbdown command, preventing shutdown.
Case 3. tbprobe Command
An error occurs with the tbprobe (Tibero startup mode and status check command), which causes the HA solution to recognize a failure and forcibly shut down the normal DB.
Case 4. alter system listener parameter reload;
invited, denied parameter misconfiguration causes network security issues.Without certain patches, this can also cause the Listener to shut down unexpectedly.
Cause
$TB_SID.tip file is referenced not only by the tbboot, alter system listener parameter reload; command but also during the execution of the tbdown and tbprobe commands. If this file contains incorrect values or phrases, errors occur when executing these commands.
Solutions
$TB_SID.tip file errors are resolved by correcting incorrect phrases and parameter values. NoteParameters and values must be set according to the Tibero version, and other text should be excluded.Caution is required when modifying the tip file during operation.