Sponsored Content
Full Discussion: Software-based RAID5 on Aix
Operating Systems AIX Software-based RAID5 on Aix Post 302162417 by sapbcer on Tuesday 29th of January 2008 12:57:35 AM
Old 01-29-2008
Quote:
Originally Posted by dukessd
I assume you mean scsi raid5 because fibre chanel or SSA disks are different.

As scsi raid5 in AIX software is not possible, there is no documentation.

For the information about the scsi hardware raid5 adapters try a google for:
site:ibm.com aix raid adapter systemp
site:ibm.com aix raid adapter systemp - Google Search
to get you started.

Systems up to power5 need a pci adapter for scsi raid5.
Some of these systems, like the 7026 H80 / M80 - p660 will also need an external storage enclosure because you can only fit 2 disks in the system unit.

Most power5 and power6 systems can accept a scsi raid enablement card that enhances the onboard scsi adapter to allow raid5 use of internal or external disks.

What is your systems machine type and model? Then we can look up the adapters and disk configurations that your system can use.

lsconf | head
will show your machine type and model

lsdev -Cc disk
and
lsdev -Cs scsi
will show the scsi disks and controllers in your system
There is result of execution:
# lsconf|head
System Model: IBM,9110-51A
Machine Serial Number: 06448CF
Processor Type: PowerPC_POWER5
Number Of Processors: 4
Processor Clock Speed: 1648 MHz
CPU Type: 64-bit
Kernel Type: 64-bit
LPAR Info: 1 06-448CF
Memory Size: 16016 MB
Good Memory Size: 16016 MB
/usr/sbin/lsconf: There is no process to read data written to a pipe.
# lsdev -Cc disk
hdisk0 Available 06-08-01-3,0 16 Bit LVD SCSI Disk Drive
hdisk1 Available 06-08-01-4,0 16 Bit LVD SCSI Disk Drive
hdisk2 Available 06-08-01-5,0 16 Bit LVD SCSI Disk Drive
hdisk3 Available 06-08-01-8,0 16 Bit LVD SCSI Disk Drive
hdisk4 Available 06-08-00-0,0 Other SCSI Disk Drive
hdisk5 Available 06-08-00-1,0 Other SCSI Disk Drive
hdisk6 Available 06-08-00-2,0 Other SCSI Disk Drive
hdisk7 Available 06-08-00-3,0 Other SCSI Disk Drive
# lsdev -Cs scsi
hdisk0 Available 06-08-01-3,0 16 Bit LVD SCSI Disk Drive
hdisk1 Available 06-08-01-4,0 16 Bit LVD SCSI Disk Drive
hdisk2 Available 06-08-01-5,0 16 Bit LVD SCSI Disk Drive
hdisk3 Available 06-08-01-8,0 16 Bit LVD SCSI Disk Drive
hdisk4 Available 06-08-00-0,0 Other SCSI Disk Drive
hdisk5 Available 06-08-00-1,0 Other SCSI Disk Drive
hdisk6 Available 06-08-00-2,0 Other SCSI Disk Drive
hdisk7 Available 06-08-00-3,0 Other SCSI Disk Drive
safte0 Available 06-08-00-6,0 SCSI Accessed Fault-Tolerant Enclosure Device
ses0 Available 06-08-01-15,0 SCSI Enclosure Services Device
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

file extension based software execution

Hi Experts, I am working in HP-UX 11.0 workstaion. How can i make a file to be executed with the corresponding software to be invoked or executed. as in Windows. ie., if a file index.html has to be double clicked to invoke the Netscape Navigator. What i have to do to achieve this... (2 Replies)
Discussion started by: anent
2 Replies

2. UNIX for Dummies Questions & Answers

unix based message board software??

hello i'm looking for a unix based software program to create a message board on a speciality car related website i am donating my time to develop. since i am a mac person with only javascript knowledge, no unix i need a very easy to admin. application. free or cheap. thanks james (2 Replies)
Discussion started by: jamesjames
2 Replies

3. AIX

Where i can find gmake software for AIX 5.2

Where i can find gmake software for AIX 5.2 Thanks Bala (1 Reply)
Discussion started by: Balamurugan
1 Replies

4. OS X (Apple)

MAC OSX and UNIX server based software

I am a MAC user evaluating electronic medical record software. I found a package which is UNIX server based. Can anyone tell me if MAC OS X can be used in this situation. The software is nexgen (www.nexgen.com). How UNIX "compatible" is MAC OS X? I apologize for my very limited UNIX... (7 Replies)
Discussion started by: kaye32608
7 Replies

5. Windows & DOS: Issues & Discussions

Automating an UNIX Based Software Package on Windows

The company I am with is using Oracle Supply Chain Planing 8.12.1 with JDE 8.12. This is a Unix based system running on Windows Servers using Hummingbird Exceed Version 14 for interactive processing We are currently attempting to automate the Advance Planning Agent flows on a couple of... (2 Replies)
Discussion started by: pfaloney
2 Replies

6. AIX

Backup software for AIX

Hello, Looking for some backup software for AIX , once tivoli is bit expensive , i'm searching for alternatives, do you guys have some experience with some other software? Cheers, (6 Replies)
Discussion started by: prpkrk
6 Replies

7. AIX

Linux software on AIX 5.3

Hi Team, On a client requirement, we need to install below Linux software on IBM AIX 5.3 operating system, Apache Maven 3.2.3 MySQL 5.1.73, Sonarqube 4.1.2, Apache Tomcat 7.0.42, Jenkins 1.549 Please tell us whether above tool versions are compatible to AIX 5.3 (4 Replies)
Discussion started by: dnr.simha23
4 Replies

8. Infrastructure Monitoring

Monitoring software on IBM AIX

Hi, I am looking for monitoring software like Zabbix, to run it on AIX server. I have many problems with Zabbix and MySQL installation on AIX. I dont have IBM XL C/C++ compiler. Has anyone know similar solution like Zabbix that works on IBM AIX? (11 Replies)
Discussion started by: jackbz
11 Replies
tapset::scsi(3stap)													       tapset::scsi(3stap)

NAME
tapset::scsi - systemtap scsi tapset DESCRIPTION
This family of probe points is used to probe SCSI activities. scsi.ioentry Prepares a SCSI mid-layer request See probe::scsi.ioentry(3stap) for details. scsi.iodispatching SCSI mid-layer dispatched low-level SCSI command See probe::scsi.iodispatching(3stap) for details. scsi.iodone SCSI command completed by low level driver and enqueued into the done queue. See probe::scsi.iodone(3stap) for details. scsi.iocompleted SCSI mid-layer running the completion processing for block device I/O requests See probe::scsi.iocompleted(3stap) for details. scsi.ioexecute Create mid-layer SCSI request and wait for the result See probe::scsi.ioexecute(3stap) for details. scsi.set_state Order SCSI device state change See probe::scsi.set_state(3stap) for details. SEE ALSO
probe::scsi.ioentry(3stap), probe::scsi.iodispatching(3stap), probe::scsi.iodone(3stap), probe::scsi.iocompleted(3stap), probe::scsi.ioexecute(3stap), probe::scsi.set_state(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::scsi(3stap)
All times are GMT -4. The time now is 03:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy