- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to access a SCSI device?
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
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
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-12-2002 12:52 PM
тАО02-12-2002 12:52 PM
We've got SCSI ports on our HP 9000 C360 workstations. Although it came with a CDROM
and I can access it fine, now I would to try the
SCSI ports.
I tried /dev/rscsi/****** but they are not valid
operands of the mount command.
What's the right way to do it?
Best regards,
Reggie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2002 01:08 PM
тАО02-12-2002 01:08 PM
Re: How to access a SCSI device?
what are you trying to do by accessing the SCSI ports. If you are trying to access a disk connected to the scsi channel, do a ioscan -fn to find out the device file associated with the disk and use it to access the disk. Or go thtrough SAM --> Disk and filesystem menu.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2002 01:21 PM
тАО02-12-2002 01:21 PM
Re: How to access a SCSI device?
As Sanjay said, an "ioscan -fn" will list all of your devices. If you don't have a scsi disk, there won't be any device file set up. Disk drives show up under /dev/rdsk (raw character) and /dev/dsk (block), tape drives show up under /dev/rmt. Cd's show up also under the disk directories.
attached is a text listing of an ioscan showing a few scsi devices.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-13-2002 06:45 PM
тАО02-13-2002 06:45 PM
Re: How to access a SCSI device?
Maybe I should describe more about my question.
1. If I would like to hook up a external device (a CD burner to be used to read files from CD) through a SCSI port, I guess I should
plug the device in the SCSI port, turn on the power and then reboot the hp. Is the process correct?
2. After the proper process, is mounting necessary?
I'll attach the output of ioscan -fn from my machine. I only have mount points c0t6d0 and c1t2d0 for hard disk and internal CD ROM in /dev/dsk and /dev/rdsk. Is that OK?
Best regards,
Reggie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-13-2002 06:55 PM
тАО02-13-2002 06:55 PM
SolutionIf you have an external SCSI CDROM compatible with the external interface, you can proceed like this.
Power down the system --> Set the SCSI id of the external SCSI CDROM to a unique id (should not clash with any other internal or external SCSI device on that channel) and then power everything up. You should be able to see the device in your ioscan output. Yu should be able to access the CDROM just the way you access the internal cdrom. If you face any problem, post your ioscan -fn output for us to look at.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2002 11:02 AM
тАО02-14-2002 11:02 AM
Re: How to access a SCSI device?
Thank you for the info.
My colleague took back the CD writer which was intend to test read files on a CD ROM. I feel that your instruction will work, but I don't have the chance to try it.
Best regards,
Reggie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2002 11:12 AM
тАО02-14-2002 11:12 AM
Re: How to access a SCSI device?
There is always a next time.
Regards
Sanjay