GAUSS-50100 -- GAUSS-50199
GAUSS-50100: “The %s is not readable for %s.”
SQLSTATE: None
Description: The user has no read permission on this file.
Solution: Check whether the user is correct or whether the user is granted a matching read permission.
GAUSS-50101: “The %s is not executable for %s.”
SQLSTATE: None
Description: The user has no execution permission on this file.
Solution: Check whether the user is correct or whether the user is granted a matching execution permission.
GAUSS-50102: “The %s is not writable for %s.”
SQLSTATE: None
Description: The user has no write permission on this file.
Solution: Check whether the user is correct or whether the user is granted a matching write permission.
GAUSS-50103: “The %s has unexpected rights.”
SQLSTATE: None
Description: The permissions are unauthorized.
Solution: Grant the user with matching permissions.
GAUSS-50104: “Only a user with the root permission can run this script.”
SQLSTATE: None
Description: Only the user root can execute this script.
Solution: Execute this script as a user root.
GAUSS-50105: “Cannot run this script as a user with the root permission.”
SQLSTATE: None
Description: This script cannot be executed by the user root.
Solution: Execute this script as a non-root user.
GAUSS-50106: “Failed to change the owner of %s.”
SQLSTATE: None
Description: Failed to change the owner of the file or directory.
Solution: Check whether the permissions on the file or directory of the user or the group are correctly granted.
GAUSS-50107: “Failed to change the permission of %s.”
SQLSTATE: None
Description: Failed to change the permission of the file or directory.
Solution: Check whether the user who modifies the directory or file is the user root, or check whether the permission granted to the directory or file is correct.
GAUSS-50108: “Failed to change the owner and permission of %s.”
SQLSTATE: None
Description: Failed to change the owner and permission of the file or directory.
Solution: Check whether the owner of the file or directory exists, and whether the user or permission value of the file or directory is correct.
GAUSS-50109: “Only a user with the root permission can check SSD information.”
SQLSTATE: None
Description: Only the user root can check the SSD information.
Solution: Check whether the current user has the root permission.
GAUSS-50110: “Cannot execute this script on %s.”
SQLSTATE: None
Description: The script cannot be executed on a node.
Solution: Do not execute the gs_replace script on the node where the warm backup or node replacement is performed.