nerdexam
Oracle

1Z0-822 · Question #65

Your server has a package repository that local clients access remotely. Which option manages HTTP access to the repository?

The correct answer is B. pkg.depotd. pkg.depotd is the depot server for the image packaging system. It provides network access to the data contained within a package repository. Clients that do not support direct access to a repository through the file system, or for which network access is the only available or…

Managing Software

Question

Your server has a package repository that local clients access remotely. Which option manages HTTP access to the repository?

Options

  • Apkg set-property
  • Bpkg.depotd
  • Cpkg.repotd
  • Dpkgrepo

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    92% (36)
  • D
    5% (2)

Explanation

  • pkg.depotd is the depot server for the image packaging system. It provides network access to the data contained within a package repository. Clients that do not support direct access to a repository through the file system, or for which network access is the only available or preferred method of transport, typically use the package depot. Configure pkg.depotd to provide remote access. pkg.depotd provides an HTTP interface to a pkg repo. Here we are going to make the repo server listen on port 10000, and use the repo dir we created as its default. # svcadm disable pkg/server # svccfg -s pkg/server setprop pkg/inst_root = /data/myrepo # svccfg -s pkg/server setprop pkg/port = 10000 # svcadm refresh pkg/server # svcadm enable pkg/server

Topics

#pkg.depotd#package repository#HTTP access#IPS

Community Discussion

No community discussion yet for this question.

Full 1Z0-822 Practice