ServerA contains two ISO images of a package repository named so1.repo.iso-a and so1.repo.iso-b respectively. You need to create a single local package repository on server that clients can connect to.
The package repository will be stored on the /export/IPS file system and named repo. The preferred publisher will be named solaris and the publisher URL will be http://serverA.example.com.
Which is the correct procedure to perform on ServerA to create the local Package repository?
Correct Answer: D
Explanation/Reference:
Concatenate the files into one file using the cat command.
Make the contents of the repository .iso file available using the mount command.
To increase the performance of repository accesses and to avoid the need to remount the .iso image each time the system restarts, copy the repository files from /mnt/repo/to a ZFS file system. You can do this copy with rsync or with tar.
Incorrect answers:
A, C: The repository should be named repo (not so1.full.iso).
B: Need to use mount to make the contents of the repository .iso file available.
Reference: Copying and Creating Oracle Solaris 11 Package Repositories, Copying a Repository From a File