This section explains the following operations:
Displaying database cluster resource information
Modifying database cluster resource content
Deleting a database cluster resource
Displaying database cluster resource information
Execute the pgx_pclrsc command as shown below (note that if -c is not specified, the command lists all registered database cluster names):
# pgx_pclrsc -p -c databaseClusterName
Modifying database cluster resource content
Stop RMS.
Execute the pgx_pclrsc command as shown below (this is the simplest example):
# pgx_pclrsc -d -c databaseClusterName # pgx_pclrsc -a -c databaseClusterName -u OsUser -D pgData -w workDir -n memberNodes
Note
If you are modifying resource content, first delete the Symfoware resource from the cluster application, and then re-create it.
See
Refer to "Reference" for information on the pgx_pclrsc command.
Deleting a database cluster resource
Stop RMS.
Delete the Symfoware resource from the cluster application.
Execute the pgx_pclrsc command as shown below:
# pgx_pclrsc -d -c databaseClusterName
Note
The directory specified in the -w option of the pgx_pclrsc command during registration will not be deleted. Use operating system commands to delete it if necessary.