Sponsored Content
Full Discussion: N-Class DVD woes
Operating Systems HP-UX N-Class DVD woes Post 302404381 by vbe on Tuesday 16th of March 2010 11:08:38 AM
Old 03-16-2010
Code:
L1000 HPUX11.00
zra:/home/vbe $ ioscan -funC ext_bus
Class     I  H/W Path  Driver S/W State   H/W Type     Description
=================================================================
ext_bus   0  0/0/1/0   c720 CLAIMED     INTERFACE    SCSI C896 Fast Wide Single-Ended
ext_bus   1  0/0/1/1   c720 CLAIMED     INTERFACE    SCSI C896 Ultra Wide Single-Ended
ext_bus   2  0/0/2/0   c720 CLAIMED     INTERFACE    SCSI C875 Ultra Wide Single-Ended
ext_bus   3  0/0/2/1   c720 CLAIMED     INTERFACE    SCSI C875 Ultra Wide Single-Ended
ext_bus   4  0/7/0/0   c720 CLAIMED     INTERFACE    SCSI C875 Fast Wide Differential
ext_bus   5  0/7/0/1   c720 CLAIMED     INTERFACE    SCSI C875 Fast Wide Differential
L2000 hpux11.11:
ran:/home/vbe $ ioscan -funC ext_bus
Class     I  H/W Path        Driver   S/W State   H/W Type     Description
===========================================================================
ext_bus   0  0/0/1/0         c720     CLAIMED     INTERFACE    SCSI C896 Fast Wide Single-Ended
ext_bus   1  0/0/1/1         c720     CLAIMED     INTERFACE    SCSI C896 Ultra Wide Single-Ended
ext_bus   2  0/0/2/0         c720     CLAIMED     INTERFACE    SCSI C87x Ultra Wide Single-Ended
ext_bus   3  0/0/2/1         c720     CLAIMED     INTERFACE    SCSI C87x Ultra Wide Single-Ended
ext_bus  12  0/4/0/0.3.29.0.0    fcparray CLAIMED     INTERFACE    FCP Array Interface
ext_bus  13  0/4/0/0.3.29.255.0  fcpdev   CLAIMED     INTERFACE    FCP Device Interface
ext_bus  14  0/7/0/0.3.29.0.0    fcparray CLAIMED     INTERFACE    FCP Array Interface
ext_bus  15  0/7/0/0.3.29.255.0  fcpdev   CLAIMED     INTERFACE    FCP Device Interface



---------- Post updated at 16:08 ---------- Previous update was at 15:58 ----------

Some infos:
SCSI - Wikipedia, the free encyclopedia
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

car class (not school class)

im just trying to have some fun and kill some time writing a c++ program that has a person type in a car make and model then gives them a year and a price. or something like that. i always have problems getting it goin but once the ball is rolling im usually pretty good. anyone wanna help me out? ... (1 Reply)
Discussion started by: rickym2626
1 Replies

2. UNIX and Linux Applications

unable to open the MRL 'dvd:///dev/dvd'

I am getting an error similar to this when I try to watch dvd's. Every program has a similar version of this. unable to open the MRL 'dvd:///dev/dvd'For VLC I have found a way to fix it. CD/DVD Drive not working VLC error (SOLVED) (Page 1) - Help & Support (Stable) - CrunchBang Linux Forums... (0 Replies)
Discussion started by: cokedude
0 Replies

3. UNIX for Advanced & Expert Users

Get pointer for existing device class (struct class) in Linux kernel module

Hi all! I am trying to register a device in an existing device class, but I am having trouble getting the pointer to an existing class. I can create a class in a module, get the pointer to it and then use it to register the device with: *cl = class_create(THIS_MODULE, className);... (0 Replies)
Discussion started by: hdaniel@ualg.pt
0 Replies

4. Programming

Size of Derived class, upon virtual base class inheritance

I have the two class definition as follows. class A { public: int a; }; class B : virtual public A{ }; The size of class A is shown as 4, and size of class B is shown as 16. Why is this effect ?. (2 Replies)
Discussion started by: techmonk
2 Replies

5. Programming

C++ : Base class member function not accessible from derived class

Hello All, I am a learner in C++. I was testing my inheritance knowledge with following piece of code. #include <iostream> using namespace std; class base { public : void display() { cout << "In base display()" << endl; } void display(int k) {... (2 Replies)
Discussion started by: anand.shah
2 Replies

6. AIX

Using mkdvd to create bootable mksysb on dvd reports success but nothing on dvd?

Hello, Running AIX 7.1 7100-00-03-1115, trying to make a mksysb image to a dvd drive using mkdvd. My final command looks like this.. mkdvd -e -V rootvg -R -C /usr1/AIXADMIN/mkcd/cd_fs -I /usr1/AIXADMIN/mkcd/cd_images -M /usr1/AIXADMIN/mkcd/mksysbimage -d /dev/cd0 -Y When i run this... (3 Replies)
Discussion started by: c3rb3rus
3 Replies
pxfw(8) 							     pxfw 0.5								   pxfw(8)

NAME
pxfw - Firmware flashing tool for Plextor CD/DVD devices SYNOPSIS
pxfw -l pxfw -d DEVICE [-if firmware.bin] [-u] [-f] [-v] pxfw -d DEVICE [-e] [-r] [-t] [-v] DESCRIPTION
pxfw is the linux firmware flasher for Plextor CD and DVD drives. Remove any disks before flashing. FEATURES
You can flash the firmware of these drives: Plextor Premium, Premium-2, PX-712, PX-716, PX-755 and PX-760. DEVICE
can be an IDE, SCSI, SATA, USB or FireWire connected optical drive. Not all SATA controller support all Plextor features. Linux: /dev/hdX: IDE device /dev/scdX: Linux 2.4: SATA, SCSI, USB device, or IDE device via ide-scsi emulation /dev/srX: Linux 2.6: IDE device via new ATA layer, SCSI or USB device OpenBSD/NetBSD: /dev/rcdX FreeBSD: /dev/cd: SCSI device /dev/acd: ATA device MacOS X: /dev/disk: win32: C:,D:,E:, ... X:,Y:,Z: OPTIONS
-l scan busses for all available CD and DVD devices -if select inputfile. Specify the firmware binary file, which should be written to DEVICE. -u proceed update. When the firmware checksum test has succeeded, write firmware to DEVICE. -f force flashing. Even if DEVICE is not recognized, or firmware. checksum has failed, firmware writing will be forced. Handle with care. -e read EEPROM from DEVICE. -r reboot the device. -t test which opcodes are supported by the device. -v debug. EXAMPLES
pxfw -d /dev/hdc -if 755_1.07.bin -u writes firmware file 755_1.07.bin into Master Drive on Secondary IDE-Port. pxfw -d /dev/sr3 -e -oe file.foo reades EEPROM from device /dev/sr3 and writes it to file.foo. please report man page improvements to T.Maguin@web.de Gennady ShultZ Kozlov 02 April, 2009 pxfw(8)
All times are GMT -4. The time now is 02:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy