nerdexam
Oracle

1Z0-460 · Question #13

You have mounted an Oracle Linux 6 ISO image (v33411-01.iso) on your system in the /mnt/iso/OL6u3/Server directory. You want to use this image in your local yum repository configuration file and…

The correct answer is A. [ol6u3_base_media]. Create a yum .repo file: cd /etc/yum.repos.d cat > ol63iso.repo << EOF [ol6_base_media] name=Oracle Linux 6 Media baseurl=file:///mnt/iso/ol63/Server Not B: Specifiy the directory, not the iso file name. Not C: Enabled should be 0, not 1. Not D: Use file: not http: to specify…

Deployment and Troubleshooting

Question

You have mounted an Oracle Linux 6 ISO image (v33411-01.iso) on your system in the /mnt/iso/OL6u3/Server directory. You want to use this image in your local yum repository configuration file and enable it. Which yum repository configuration file has the correct entries to use this image as a local repository?

Options

  • A[ol6u3_base_media]
  • B[ol6u3_base_media]
  • C[ol6u3_base_media]
  • D[ol6u3_base_media]

How the community answered

(38 responses)
  • A
    79% (30)
  • B
    13% (5)
  • C
    5% (2)
  • D
    3% (1)

Explanation

Create a yum .repo file: cd /etc/yum.repos.d cat > ol63iso.repo << EOF [ol6_base_media] name=Oracle Linux 6 Media baseurl=file:///mnt/iso/ol63/Server Not B: Specifiy the directory, not the iso file name. Not C: Enabled should be 0, not 1. Not D: Use file: not http: to specify the directory

Topics

#yum repository#local repository#ISO image#yum configuration

Community Discussion

No community discussion yet for this question.

Full 1Z0-460 Practice