|
|
scsi id for a disk
Hello,
Is there a way to collect scsi ID of a disk on solaris 8, 9
and 10?
In linux, there is a command "scsi_id" that gives the scsi ID for a
disk.
Thanks and Regards,
Mannu
|
|
0
|
|
|
|
Reply
|
manishsinghhyb (7)
|
1/29/2010 6:29:09 AM |
|
On Jan 29, 11:29=A0am, mannu <manishsingh...@gmail.com> wrote:
> Hello,
> =A0 =A0 =A0 =A0 =A0Is there a way to collect scsi ID of a disk on solaris=
8, 9
> and =A010?
> In linux, there is a command "scsi_id" that gives the scsi ID for a
> disk.
>
> Thanks and Regards,
> Mannu
It would be better if there is a way through a C program instead
of forking a command and parsing the output.
Any help is greatly appreciated
|
|
0
|
|
|
|
Reply
|
mannu
|
1/29/2010 6:32:55 AM
|
|
On 29 Jan., 07:32, mannu <manishsingh...@gmail.com> wrote:
> On Jan 29, 11:29=A0am, mannu <manishsingh...@gmail.com> wrote:
>
> > Hello,
> > =A0 =A0 =A0 =A0 =A0Is there a way to collect scsi ID of a disk on solar=
is 8, 9
> > and =A010?
> > In linux, there is a command "scsi_id" that gives the scsi ID for a
> > disk.
>
> > Thanks and Regards,
> > Mannu
>
> It would be better if there is a way through a C program instead
> of forking a command and parsing the output.
> Any help is greatly appreciated
Hi mannu,
as user root you can get a list of all available disks and ther SCSI-
Ids using
the commands
format <dev/null | grep 'c.t.d.'
or
cdrecord -scanbus
You can use system(3C) to call one of these commands via C programm.
BR
--
Roland
|
|
0
|
|
|
|
Reply
|
Roland
|
1/29/2010 7:59:30 AM
|
|
|
2 Replies
709 Views
(page loaded in 0.273 seconds)
Similiar Articles: scsi id for a disk - comp.unix.solarisHello, Is there a way to collect scsi ID of a disk on solaris 8, 9 and 10? In linux, there is a command "scsi_id" that gives the scsi ID for... Will a SCSI CDrom work in an Ultra 10? - comp.unix.solaris ...scsi id for a disk - comp.unix.solaris Solaris 10 floppy disk?? - comp.unix.solaris Solaris 10 floppy disk?? - comp.unix.solaris scsi id for a disk - comp.unix.solaris ... SCSI inquiry to get storage device serial number - comp.periphs ...scsi id for a disk - comp.unix.solaris SCSI inquiry to get storage device serial number - comp.periphs ..... to get the vendor ID and product ID ... Getting scsi serial number of a device in Solaris - comp.unix ...scsi id for a disk - comp.unix.solaris... way to collect scsi ID of a disk on solaris 8, 9 ... is an acronym for Small Computer Systems Interface ... ... ... rdsk: can't find device or address - comp.unix.solarisAt that point, you need to check all the standard things you'd check if any system can't see the disk: (1) If it's SCSI, did someone change the SCSI ID? How to see Storage ID (serial number) of DS4800 under aix? - comp ...scsi id for a disk - comp.unix.solaris How to see Storage ID (serial number) of DS4800 under aix? - comp ..... False scsi_id ... to see Storage ID (serial number) of ... Can't see Serial Number in attached disks. - comp.unix.solaris ...scsi id for a disk - comp.unix.solaris storedge 3320, can't see disks and ... Linux: Find out serial / model number and vendor information for ... scsi_id command examples. ioscan on HP Unix 11.11 - comp.sys.hp.hpuxscsi id for a disk - comp.unix.solaris ioscan on HP Unix 11.11 - comp.sys.hp.hpux So, if you have not changed controller/scsi card of the root volume disk, then this ... Solaris 10 floppy disk?? - comp.unix.solarisscsi id for a disk - comp.unix.solaris Solaris 10 floppy disk?? - comp.unix.solaris Solaris 10 floppy disk?? - comp.unix.solaris scsi id for a disk - comp.unix.solaris ... Extracting A Drive Volume Number - comp.databases.filemaker ...scsi id for a disk - comp.unix.solaris How do I replace a drive on a RAID 10 array (Adaptec ... How to see Storage ID (serial number) of DS4800 under aix ... have not ... scsi id for a disk - comp.unix.solaris | Computer GroupHello, Is there a way to collect scsi ID of a disk on solaris 8, 9 and 10? In linux, there is a command "scsi_id" that gives the scsi ID for... SCSI - Wikipedia, the free encyclopediaSetting the bootable (or first) hard disk to SCSI ID 0 is an accepted IT community recommendation. SCSI ID 2 is usually set aside for the floppy disk drive while SCSI ID ... 7/22/2012 7:31:01 AM
|
|
|
|
|
|
|
|
|