- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Connecting MO unit
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
08-22-2002 11:33 PM
08-22-2002 11:33 PM
Connecting MO unit
I'm trying to connect a MO unit (Maxoptix T6-5200) to a 715 box. I find the same problem even in HP-UX10.20 than 11i: running diskinfo, mediainit,... the result is: "can't access /dev/dsk/c.... I/O error". The jumper settings seems ok (as suggested by the manufacturer).
thanx
Romano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 11:43 PM
08-22-2002 11:43 PM
Re: Connecting MO unit
If iocan can "See" the disk then most likly it is the jumper settings.
Might be trial and error, I would start with default first.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 02:01 AM
08-23-2002 02:01 AM
Re: Connecting MO unit
if you get an I/O error on a removable disc it's most likely the writeprotect setting.
Check if your MO which is in the drive is set write protected.
You could also try to mount it read only. This should work. But it sounds like you would like to write to them.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 02:19 AM
08-23-2002 02:19 AM
Re: Connecting MO unit
ioscan -fn -H ....
diskinfo /dev/rdsk/...
"mediainit": Don't use that until you have proven to yourself that it is needed. See the thread "How/when (not) to use mediainit?"
(<>). While that does not specifically cover MO disks, it is still applicable, *unless* you have a MO disk which you *know* (not think) is not-LLF-ed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 03:23 AM
08-23-2002 03:23 AM
Re: Connecting MO unit
#ioscan -fn -H 2/0/1.3.0
Class I H/W Path Driver S/W State H/W Type Description
=========================================================================
disk 3 2/0/1.3.0 sdisk CLAIMED DEVICE MaxoptixT6-5200
/dev/dsk/c0t3d0 /dev/rdsk/c0t3d0
#diskinfo /dev/rdsk/c0t3d0
SCSI describe of /dev/rdsk/c0t3d0:
vendor: Maxoptix
product id: T6-5200
type: direct access
size: 0 Kbytes
bytes per sector: 0
#mount /dev/dsk/c0t3d0 /mo_unit
/dev/dsk/c0t3d0: Device busy
#diskinfo /dev/dsk/c0t3d0
diskinfo: can't open /dev/dsk/c0t3d0: I/O error
HI Stefan,
I've to write on it, anyway even setting write protection nothing change.
Hi Paula,
I'm gonna play with jumpers...
thank you
Romano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 03:29 AM
08-23-2002 03:29 AM
Re: Connecting MO unit
Both diskinfo and mediainit require the use of the RAW device file (/dev/rdsk/c0t3d0). That is why it is giving you errors when you try to run them using the block device file (/dev/dsk/c0t3d0).
See man diskinfo and man mediainit for details.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 03:42 AM
08-23-2002 03:42 AM
Re: Connecting MO unit
Because diskinfo says
> size: 0 Kbytes
> bytes per sector: 0
there is some problem with the *media*.
What do you know about the media? Is it hardware compatible with *this* drive? Is it formatted? If not, can you format it elsewhere (As I said, please do not use mediainit(1M), at least not yet.).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 12:52 AM
08-26-2002 12:52 AM
Re: Connecting MO unit
/usr/sbin/newfs -F hfs -L /dev/rdsk/cXtYd0 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 04:58 PM
08-26-2002 04:58 PM
Re: Connecting MO unit
Otherwise, since you can obtain status information via diskinfo, I agree that the SCSI cabling is probably just fine.