Which two statements are correct regarding IPS repositories?

Which two statements are correct regarding IPS repositories?

Which two statements are correct regarding IPS repositories?

A.
Remote client access is governed by svc:/application/pkg/server.

B.
Every new repository contains the solaris publisher by default.

C.
One repository can replicate the contents of another.

D.
The pkg.depotd process makes all local repositories remotely available.

E.
A repository uses separate protocols for pkg and browser clients.

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



Leave a Reply 1

Your email address will not be published. Required fields are marked *