1834518 Members
2064 Online
110068 Solutions
New Discussion

cd-rom

 
li_18
Occasional Advisor

cd-rom

May I know how to mount/umount the cd-rom of the server?

I have a CD-ROM in hand, which contains some software/patches.
I want to see its content through SAM in the server, what can I do?

Thanks!
3 REPLIES 3
Keith Bryson
Honored Contributor

Re: cd-rom

Hi Li

Firstly, do an 'ioscan -fnC disk' to determine your CD-ROM device file. Then use:

mkdir /SD_CDROM # (may exist)
mount /dev/dsk/cXtYdZ /SD_CDROM

using your CD-ROM device file in the command.

Keith
Arse-cover at all costs
Sunil Sharma_1
Honored Contributor

Re: cd-rom

insert CD in cdrom drive.
run sam and go to software managment
go to install s/w on local host
Click on find CDROM (It will detect cdrom and give you list of s/w on cdrom

then select desired product and go to action and install

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Paul_481
Respected Contributor

Re: cd-rom

Hi,

run "ioscan -fnC disk", look for the device file of the cdroom e.g. /dev/dsk/c?t?d?.

make mount point directory
#mkdir /CD_ROM

mount the cd-rom
#mount /dev/dsk/c?t?d? /CD_ROM

run sam

go to "software management"
go to "view depot software"

a "select target depot" window will appear. at the target depot path enter the "/CD_ROM"

Hope that helps,

Paul