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
Software::Release(3pm)					User Contributed Perl Documentation				    Software::Release(3pm)

NAME
Software::Release - Object representing a release of software. VERSION
version 0.02 SYNOPSIS
use DateTime; use Software::Release; use Software::Release::Change; my $change = Software::Release::Change->new( author => 'gphat', change_id => 'abc1234', date => DateTime->now, description => 'Frozzled the wozjob' ); my $rel = Software::Release->new( version => '0.1', name => 'Angry Anteater', date => DateTime->now, ); $rel->add_to_changes($change); DESCRIPTION
Software::Release is a purely informational collection of objects that you can use to represent a release of software. Its original use- case was to provide a contract between a git log parser and a formatter class that outputs a changelog, but it may be useful to others to create bug trackers, dashboards or whathaveyour. ATTRIBUTES
changes A list of Software::Release::Change objects for this release. date The date this software was released. name The name of this release. version The version of the release, as a string. METHODS
add_to_changes ($change) Add a change to this release's list of changes. has_no_changes Returns true if this release's list of changes is empty. AUTHOR
Cory G Watson <gphat@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Infinity Interactive, Inc. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.12.4 2011-10-19 Software::Release(3pm)
All times are GMT -4. The time now is 10:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy