Attach a CD to Solaris11
Write ISO to CD
Cdrecord sol-11_1-repo-full.iso
Pop-up Disc
Root @ solaris:/media # eject cdrom
Cdrom/dev/dsk/c7t0d0s2 ejected
Solaris10/11 is used to automatically mount the disc. The default position is
/Cdrom
Manually hanging as follows
Root @ solaris:/media # eject cdrom # The optical drive is displayed when the disc is released. The following message is displayed:
Cdrom/dev/dsk/c7t0d0s2 ejected # This is the location of the optical drive
Root @ solaris:/cdrom # iostat-En # This command shows all the hard drive disks mounted locally.
C8t0d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0 # This is a Hard disk.
Vendor: VMware Product: Virtual disk Revision: 1.0 Serial No:
Size: 42.95 GB <42949672960 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 68 Predictive Failure Analysis: 0
C7t0d0 Soft Errors: 0 Hard Errors: 73 Transport Errors: 0 # This is the optical drive, which is an iso file mounted to vmware. The optical drive name is c7t0d0, and jumps out \
Vendor: NECVMWar Product: VMware IDE CDR10 Revision: 1.00 Serial No:/dev/dsk/c7t0d0s2 is followed by s2, which should be the Default \
Size: 7.33 GB <7331647488 bytes>: naming rules
Media Error: 0 Device Not Ready: 73 No Device: 0 Recoverable: 0
Illegal Request: 1 Predictive Failure Analysis: 0
Root @ solaris:/cdrom # ls-l/dev/dsk/c7t0d0s2 # This is the actual location of the optical drive, just like/dev/cdrom in RHEL.
Lrwxrwxrwx 1 root 48 July 8/dev/dsk/c7t0d0s2-> .. /.. /devices/pci @ 0, 0/pci-ide @ 7, 1/ide @ 1/sd @ 0, 0: c
Root @ solaris:/cdrom # umount/dev/dsk/c7t0d0s2 # because it is automatically mounted by default, all requests need to be online umount.
Root @ solaris:/cdrom # mount-F hsfs/dev/dsk/c7t0d0s2/mnt/# manually mount and specify the mount point
Recommended reading:
Chinese EUC cannot be used after Solaris 11 (x86) is installed
Use VNC-Xvnc in Solaris 10/11 (x86)
Oralce Solaris 11 source code installation Qt 4.8.3
Install Zabbix Agent on Solaris 11