nerdexam
Oracle

1Z0-822 · Question #36

Which two statements are correct regarding IPS repositories?

The correct answer is A. Remote client access is governed by svc:/application/pkg/server. D. The pkg.depotd process makes all local repositories remotely available. A: The pkd.depotd service is managed by SMF under the service identifier svc:/application/pkg/server. 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…

Managing Software

Question

Which two statements are correct regarding IPS repositories?

Options

  • ARemote client access is governed by svc:/application/pkg/server.
  • BEvery new repository contains the solaris publisher by default.
  • COne repository can replicate the contents of another.
  • DThe pkg.depotd process makes all local repositories remotely available.
  • EA repository uses separate protocols for pkg and browser clients.

How the community answered

(23 responses)
  • A
    74% (17)
  • B
    4% (1)
  • C
    17% (4)
  • E
    4% (1)

Explanation

A: The pkd.depotd service is managed by SMF under the service identifier svc:/application/pkg/server. 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 * 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.

Topics

#IPS repository#pkg.depotd#pkg/server#publisher

Community Discussion

No community discussion yet for this question.

Full 1Z0-822 Practice