Cybersecurity
Nov 13, 2020
1 min
Mount CD/DVD in an AIX or Linux LPAR
N
NewPush TeamAuthor
To mount a CD or DVD in an LPAR, first you need to use the media library to assign one of the CDs in the library to the LPAR. For example, using the inteface:
-
Click on the lpar name in the “View/Modify Partitions” section
-
Select the optical devices tab
-
Create a virtual optical device if there isn’t one yet
-
Click modify under current media
-
Select the CD or DVD from the library
-
Click OK Then, you need to mount the media inside the AIX or Linux partition:
-
Create the directory if it doens’t exist yet:
-
Mount the media device: (on Linux the mount command is slightly different)
Note: on AIX you can edit the file “/etc/cdromd.conf” and add the line “device cd0 /mnt/cdrom” to have the CD or DVD mounted automatically.