1Z0-821 · Question #202
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…
The correct answer is D. cat so1.repo,iso-a so1.repo.iso-b > /export/IPS/repo.iso Mount the ISO image and copy the repo. 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…
Question
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 Which is the correct procedure to perform on ServerA to create the local Package repository?
Options
- Acat so1.repo.iso-a sol.repo.iso-b > so1.full.iso
- Bcat so1.repo.iso-a so1.repo.iso-b > /export/IPS/repo Set the pkg/inst_root property to true and the
- Ccat so1.repo.iso-a so1.repo.iso-b > so1.full.iso
- Dcat so1.repo,iso-a so1.repo.iso-b > /export/IPS/repo.iso Mount the ISO image and copy the repo
How the community answered
(62 responses)- A8% (5)
- B16% (10)
- C3% (2)
- D73% (45)
Explanation
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.
Topics
Community Discussion
No community discussion yet for this question.