- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CD-ROM problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 01:27 AM
09-18-2002 01:27 AM
Does anybody now how can I check the CD-ROM unit on a machine running Solaris 5.6? It doesn't want to mount the CD automatically, I have tried also manually and now I suspect a hardware problem.
Thanks for the help,
ionut
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 02:07 AM
09-18-2002 02:07 AM
Re: CD-ROM problem
Check if the automountdeamon is running,
ps -ef | grep auto
if not do
/etc/init.d/autofs start
it starts the automountdeamon.
Robert.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 02:13 AM
09-18-2002 02:13 AM
Re: CD-ROM problem
root 154 1 0 Sep 16 ? 0:00 /usr/lib/autofs/automountd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 02:31 AM
09-18-2002 02:31 AM
Re: CD-ROM problem
If you can shut down the machine you can run
"probe-scsi" or "probe-scsi-all" at the "ok" prompt. If your CD unit is ok it will be listed in the output of the command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 02:51 AM
09-18-2002 02:51 AM
Re: CD-ROM problem
Just do a
#/etc/init.d/volmgt stop
#ps -ef|grep vold
check whether the vold is running.If it is running then kill it.
#/etc/init.d/volmgt start
This vold automatically mounts cd's and floppies.
If it does not mount then do check whether the cd's are of ISO9660 format.
You can also manually mount by
1.stop the volmgt daemon
/etc/init.d/volmgt stop
ps -ef|grep vold
2.mount it manually
#mount -F hsfs -o ro /dev/dsk/
check it and revert
THanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 03:25 AM
09-18-2002 03:25 AM
Re: CD-ROM problem
On the system there is a /cdrom directory where the cdrom is supposed to be mounted. Under /cdrom I got the following structure:
cdrom0 -> ./pthc12040023
pthc12040023 (directory - empty)
untitled#1 (directory - empty)
(For me is something strange this structure - I'm not familiar with Solaris)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 03:45 AM
09-18-2002 03:45 AM
Re: CD-ROM problem
It is linked with the label name.
Just do a
#volcheck -v
to recognise the media
then check using a
#mount
check whether the cd is automounted by the vold daemon.
If it is not automounted then
try to mount it manually
as by stopping the vold daemon
then
#mount -F hsfs -o ro /dev/dsk/cxtyd0s0 /localmountpoint.
here
x--controller number
t---target number
d---drive number
s---slice number
If it is not getting mounted it should throw messages during the mount process
as
"not a hsfs file system"
Please revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 04:21 AM
09-18-2002 04:21 AM
Re: CD-ROM problem
# volcheck -v
no media was found
# mount
/ on /dev/dsk/c0t0d0s0 read/write/setuid/largefiles on Mon Sep 16 09:00:56 2002
/proc on /proc read/write/setuid on Mon Sep 16 09:00:56 2002
/dev/fd on fd read/write/setuid on Mon Sep 16 09:00:56 2002
/var on /dev/dsk/c0t0d0s3 read/write/setuid/largefiles on Mon Sep 16 09:00:56 20/OMC on /dev/dsk/c0t0d0s4 setuid/read/write/largefiles on Mon Sep 16 09:01:01 20/OMC/maps on /dev/dsk/c0t0d0s5 setuid/read/write/largefiles on Mon Sep 16 09:01:/home on /dev/dsk/c0t0d0s6 setuid/read/write/largefiles on Mon Sep 16 09:01:01 2/tmp on swap read/write on Mon Sep 16 09:01:01 2002
/SDO on /dev/md/dsk/d1 setuid/read/write/largefiles on Mon Sep 16 09:01:01 2002
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 04:24 AM
09-18-2002 04:24 AM
Re: CD-ROM problem
Manual mounting should throw messages
or even when you do a
reboot of server it should throw messages.
I suppose the cdrom is not a hsfs format.
Try mounting in a hp machine and use a nfs mount into solaris machine.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 04:28 AM
09-18-2002 04:28 AM
Re: CD-ROM problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 04:46 AM
09-18-2002 04:46 AM
Re: CD-ROM problem
BY default it is 6.
c0t6d0s0
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 04:53 AM
09-18-2002 04:53 AM
Re: CD-ROM problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 04:55 AM
09-18-2002 04:55 AM
Re: CD-ROM problem
init 0
go your ok prompt
ok>probe-scsi-all
find the target number of cd drive
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 04:56 AM
09-18-2002 04:56 AM
Re: CD-ROM problem
The probe-scsi command is similar to the ioscan command in HP-UX but you need to halt (init 0) yout computer first. See my earlier response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 06:57 AM
09-18-2002 06:57 AM
Re: CD-ROM problem
#init 0
then
ok probe-scsi-all
I have received only one line /pci@1f,0/pci@1/pci@1/SUNW,isptwo@4
I have a disk-array as scsi-device. Does that mean that my cdrom is not seen? Is it faulty?
Thank you all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 07:11 AM
09-18-2002 07:11 AM
Re: CD-ROM problem
Yes I think there is a risk the CD drive is fault. Is the CD drive on the same scsi-bus as the disk-array. If not it can be a scsi controller error too. Do you have another drive to test with.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 07:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 01:05 AM
09-19-2002 01:05 AM
Re: CD-ROM problem
I tested on one of our Solaris 5.6 servers.
probe-scsi returned:
Target 0
Unit 0 DISK SEAGATE.......
Target 1
Unit 0 DISK SEAGATE......
Target 6
Unit 0 Removable Read Only device TOSHIBA.....
If you don't get anything about "Removable Read Only device" on your system there is something wrong with scsi-adressing, the CD drive or the controller.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 01:31 AM
09-19-2002 01:31 AM
Re: CD-ROM problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 10:36 AM
09-19-2002 10:36 AM
Re: CD-ROM problem
1)Generally CD-ROM is mounted automatically in Solaris as vold daemon automatically mounts it.
2)Once you insert a CD-ROM, the CD-ROM drive should be accessible and the content of CD-ROM will be available under "/cdrom/cdrom0".
3)As you have mentioned that, On the system there is a /cdrom directory where the cdrom is supposed to be mounted. Under /cdrom I got the following structure: cdrom0 -> ./pthc12040023
pthc12040023 (directory - empty)
untitled#1 (directory - empty)"
4)The "./pthc12040023 " may be the only content available on the CDROM media you have instated. You may try using another CD media and see what happens.
5)At the ok> prompt you have tried the "probe-scsi" option. But if the cdrom is a IDE device then you may have to use "probe-ide / probe-ide-all" command.
6)what happens if you issue the command "# eject cdrom". If it ejects the cdrom media, then the cdrom is really operational.
7)You may use the following command to see whether the CD-ROM is configured properly or not.
#show-devs | grep cdrom
#prtconf | grep -v not
8)Some more configuration files related with cdrom's automounting function are,
/etc/vold.conf
/etc/rmmount.conf
9)Hope this would have brought you into some conclusion. Anyhow let me know the Sun System type you have.
Bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 10:28 PM
09-19-2002 10:28 PM
Re: CD-ROM problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 08:58 AM
09-20-2002 08:58 AM
Re: CD-ROM problem
So it will be very appropriate if you, use the "probe-ide / probe-ide-all" command at "ok" prompt.
At ok prompt you can use "OBdiag" command to diaganose the problem with IDE cdrom, using "EIDE Diagnostic" option.
As "#eject cdrom" command is not working, there must be some hardware / device configuration problem.
To Boot the system and reconfigure the devices you can boot the system with "boot -r" command at "ok" prompt.
Regards,
K.Vijayaragavan,
Bangalore.