nerdexam
Oracle

1Z0-821 · Question #194

A local repository is available on this system and you need to enable clients to access this repository via HTTP. The repository information is: PUBLISHERTYPESTATUSURI Identify two of the steps that…

The correct answer is A. On the server: E. On the client. A: Configure the Repository Server Service To enable clients to access the local repository via HTTP, enable the application/pkg/server Service Management Facility (SMF) service. # svccfg -s application/pkg/server setprop pkg/inst_root=/export/repoSolaris11 # svccfg -s…

Managing Software Packages

Question

A local repository is available on this system and you need to enable clients to access this repository via HTTP. The repository information is:

PUBLISHERTYPESTATUSURI Identify two of the steps that are required to make the local repository on this server available to the client via HTTP.

Options

  • AOn the server:
  • BOn the server:
  • COn the client:
  • DOn the client:
  • EOn the client:

How the community answered

(30 responses)
  • A
    83% (25)
  • B
    3% (1)
  • C
    3% (1)
  • D
    10% (3)

Explanation

A: Configure the Repository Server Service To enable clients to access the local repository via HTTP, enable the application/pkg/server Service Management Facility (SMF) service. # svccfg -s application/pkg/server setprop pkg/inst_root=/export/repoSolaris11 # svccfg -s application/pkg/server setprop pkg/readonly=true E: Use pkg.depotd to serve the repository to clients. Start the Repository Service Restart the pkg.depotd repository service. # svcadm refresh application/pkg/server # svcadm enable application/pkg/server To check whether the repository server is working, open a browser window on the localhost Repository Server Service

Topics

#pkg repository#HTTP publisher#IPS server#repository sharing

Community Discussion

No community discussion yet for this question.

Full 1Z0-821 Practice