1Z0-822 · Question #84
Consider the following: root@scolll-server:~# pkg publisher PUBLISHER TYPE STATUS URI solaris origin online https://pkg.oracle.com/solaris/support/ What does "origin" in the TYPE column say about…
The correct answer is B. It contains all of the package metadata. In Oracle Solaris IPS (Image Packaging System), a repository typed as origin is the authoritative source for a publisher - it holds the full package catalog (all metadata) and the actual package content, making B correct. Option E describes the opposite role: a mirror…
Question
Consider the following:
root@scolll-server:~# pkg publisher PUBLISHER TYPE STATUS URI solaris origin online https://pkg.oracle.com/solaris/support/ What does "origin" in the TYPE column say about the package repository?
Options
- AIt originates from oracle.com.
- BIt contains all of the package metadata.
- CIt supports packages for a single publisher.
- DIt has been configured as the default publisher.
- EIt contains only package content.
How the community answered
(20 responses)- B95% (19)
- C5% (1)
Explanation
In Oracle Solaris IPS (Image Packaging System), a repository typed as origin is the authoritative source for a publisher - it holds the full package catalog (all metadata) and the actual package content, making B correct. Option E describes the opposite role: a mirror repository, which replicates only package content and relies on an origin for metadata. Option A confuses the TYPE field with the URI field - the domain tells you where it is, not what role it plays. Option C is incorrect because the origin/mirror distinction is about data completeness, not how many publishers a repo serves. Option D is wrong because default-publisher status is shown separately in pkg publisher output (typically with a * marker), not through the TYPE column.
Memory tip: Think Origin = Omnibus - it has everything (metadata + content). A mirror is just a content copy with no catalog brains.
Topics
Community Discussion
No community discussion yet for this question.