Where can an administrator change the Data Buffer on Disk value using the Appliance Web Console?
Correct Answer: B
COH-285 Exam Question 32
How are install packages for a deployment policy execution obtained?
Correct Answer: A
The correct answer is A. NetBackup deployment policies use VxUpdate, and VxUpdate relies on the NetBackup package repository located on the primary server. Cohesity documentation states that "VxUpdate uses a repository that resides on the primary server" and that the repository contains the packages that can be deployed to media servers and clients. It also explains that the packages referenced by deployment policies are verified and installed into that repository before use. In the deployment policy workflow, the administrator selects a package from the policy's Package drop-down list; therefore, the package must already exist in the repository before the policy can run successfully. Cohesity explicitly notes that packages must be added to the VxUpdate repository before creating a working deployment policy, and policies without packages in the repository fail when run. Packages are not manually copied to every client, are not maintained in an external repository, and are not downloaded automatically from support at launch time. The administrator downloads or obtains the appropriate signed VxUpdate package, then adds it using the web UI or nbrepo -a. References /topics: Deployment Management, VxUpdate, Package Repository, and nbrepo repository management.
COH-285 Exam Question 33
Refer to the exhibit. Which diagram is supported for backups spanning BasicDisk storage?
Correct Answer: A
COH-285 Exam Question 34
Which feature is compatible with the NBU-Catalog policy type?
Correct Answer: B
COH-285 Exam Question 35
An administrator runs the following command on the primary server to test connectivity to a client: bptestbpcd -client clientA The administrator receives the following message: < 16 > bptestbpcd main: Function ConnectToBPCD (clientA) failed: 25 cannot connect on socket Which two reasons may cause this error message? (Select two.)
Correct Answer: A,D
The correct causes are an incorrect client host-name resolution entry on the primary server and stopped NetBackup client processes. The bptestbpcd utility is specifically used to establish a connection from a NetBackup server to the bpcd daemon on a NetBackup host or client, and successful output reports the socket connections that were established. A status 25: cannot connect on socket means the primary server could not complete that socket connection. Official NetBackup troubleshooting guidance states that status 25 commonly results when the client does not acknowledge the TCP connection, the server cannot resolve the client, the client is not listening on bpcd/vnetd, or name resolution fails. Therefore, an incorrect hosts-file entry for clientA on the primary server can send the connection attempt to the wrong address or prevent proper resolution. Likewise, if the NetBackup processes on the client are stopped, the client will not be listening on the required bpcd/vnetd ports. The troubleshooting procedure specifically instructs administrators to verify that the client has bpcd and vnetd ports in listening mode. Options B and E are unrelated to this client-side connection test, while C aligns more closely with authorization failures such as status 59. References/topics: bptestbpcd, status code 25, client name resolution, and bpcd/vnetd client connectivity troubleshooting.