nerdexam
Check_Point

156-587 · Question #61

When viewing data for CPMI objects in the Postgres database, what table column should be selected to query for the object instance?

The correct answer is A. CpmiHostCkp. The CpmiHostCkp table in the Postgres database contains the data for CPMI objects, such as gateways, clusters, and servers. The table column that should be selected to query for the object instance is the objid column, which is the primary key of the table and uniquely…

Troubleshoot R81.20 Security Management Server Issues

Question

When viewing data for CPMI objects in the Postgres database, what table column should be selected to query for the object instance?

Options

  • ACpmiHostCkp
  • Bfwset
  • CCPM Global M
  • DGuiDBedit

How the community answered

(24 responses)
  • A
    92% (22)
  • B
    4% (1)
  • D
    4% (1)

Explanation

The CpmiHostCkp table in the Postgres database contains the data for CPMI objects, such as gateways, clusters, and servers. The table column that should be selected to query for the object instance is the objid column, which is the primary key of the table and uniquely identifies each object. The objid column can be used to join with other tables that reference CPMI objects, such as CpmiClusterMember, CpmiCluster, and CpmiServer. The objid column can also be used to retrieve the object name, IP address, type, and other attributes from the CpmiHostCkp table itself.

Topics

#CPMI#Postgres database#database query#object management

Community Discussion

No community discussion yet for this question.

Full 156-587 Practice