Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Oracle 1z0-822 - Oracle Solaris 11 Advanced System Administration

Page: 5 / 5
Total 140 questions

You administer an Oracle Solaris 11 server. You created an IPS repository and set the pkg publisher origin. You did not configure the pkg/service service.

What type of access have you provided for your now repository?

A.

a file interface repository

B.

a local host-only repository

C.

a testing-interface repository

D.

a pkg.depotd configured interface

Oracle has released a new version of the Solaris operating system and it is located in a repository on SRVA and is stored in the rpool/export/sllRepo file system. The repository is accessible to SRVB through the /remoteRepo NFS mount point.

You need to add a local repository on SRVB in the /export/sllReleaseRepo file system. The repository will be an exact copy of the repository that is stored on SRVA. Currently, the only publisher on SVRB is:

Which command must you use to copy the contents of the repository from SRVA to the local file system on SRVB?

A.

pkgrepo create /export/sllReleaseRepopkgrecv –s /remoteRepo –d /export/sllReleaseRepo

B.

pkgrecv –s file:///remoteRepo –d file:///export/sllReleaseRepo ‘*’

C.

pkgrecv –s /remoteRepo –d /export/sllReleaseRepo ‘*’

D.

pkgrecv –s /remoteRepo –d file:///export/sllReleaseRepo ‘*’

E.

rsync –aP /remoteRepo /export/sllReleaseRepo