- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SCSI CD ROM not rec. by system, 10.20 Unix
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
02-08-2001 03:00 PM
02-08-2001 03:00 PM
SCSI CD ROM not rec. by system, 10.20 Unix
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 04:40 PM
02-08-2001 04:40 PM
Re: SCSI CD ROM not rec. by system, 10.20 Unix
Start with ioscan, the only useful tool to debug new hardware. Use the command:
ioscan -fCdisk
If you did the unthinkable by connecting the new disk with power on and HP-UX running, you may have to run the above command several times to clear the bus. If the drive does not show up then it is not compatible. If there are disks on the same bus, you can easily crash the system with live connects and/or disconnects.
If ioscan identifies the CDROM, use ioscan -fnCdisk to see the device files. If they aren't listed, then you probably did not reboot after adding the CDROM drive. You can use insf -H x.x.x where x.x.x is the hardware path from ioscan.
Once you have device files (ie, lssf /dev/dsk/*) then mount the CD with:
mount /dev/dsk/
Note that the option -ocdcase is needed for many non-HP-UX CDs.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 07:19 PM
02-08-2001 07:19 PM
Re: SCSI CD ROM not rec. by system, 10.20 Unix
Another thing to check is that the SCSI target address is not conflicting with another device also on the SCSI controller. You can use ioscan -fu and look for the target values reported. You could also change the target value on the drive - there is probably a switch on the back of the drive - and hope for the best.
As was stated earlier, you should really power down before adding, removing, or even changing the target on the drive, if you are not already.
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 11:09 PM
02-08-2001 11:09 PM
Re: SCSI CD ROM not rec. by system, 10.20 Unix
Just a little check.
Does your kernel is configured with the subsystem "CD-ROM/9000"?
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 07:09 AM
02-09-2001 07:09 AM