Aix and Storage Hitachi


 
Thread Tools Search this Thread
Operating Systems AIX Aix and Storage Hitachi
# 1  
Old 01-08-2010
Aix and Storage Hitachi

Hello everyone

I would like to hear your opinions about Aix 6.1 and Aix 5.3 with Storage Hitachi the model is USP VM.

We buy it and I want to know day to day task with this storage and Aix.


Thanks for your comments.

Best wishes for this 2010
# 2  
Old 02-16-2010
I've used Hitachi USP and 9980 DASD with our AIX 6.1 boxes. It was in a Raid 5 configuration so we didn't do any mirroring on our side. It worked well and was very fast. If you are using on a server with physical fiber cards assigned to it, like a VIO server, you need to install the HTC_MPIO_ODM_5400I and HTC_MPIO_ODM_5401U filesets so that AIX correctly recognizes the disks. Without those, the "lscfg" AIX command will call them something like "FCSCI Other". With it, the output looks like this:

Code:
vio1:/:# lscfg -vl hdisk5 | grep hdisk5
  hdisk5           U7311.D20.10B518A-P1-C06-T1-W50060E80042B3556-L5000000000000  Hitachi MPIO Disk USP (Fibre)
vio1:/:#

Before you add too many disks, you will want to set these fiber card attributes:
Code:
chdev -l fscsi0 -a dyntrk=yes -a fc_err_recov=fast_fail -P

With every LUN (hdisk) we were assigned, we set the following disk attributes on our VIO servers:

Code:
chdev -l hdisk5 -a reserve_policy=no_reserve -a algorithm=round_robin -a pv=yes -a hcheck_interval=3600 -a queue_depth=4 -P

Since, the disk changes cannot be made "on-the-fly", I set the attributes with the "-P" and then did "rmdev -l hdisk5" followed by "mkdev -l hdisk5". This took the disk out of the system configuration and then brought it back in with the attributes set appropriately.

We always had good luck with Hitachi USP and 9980 disks.
# 3  
Old 02-16-2010
Aix and storage Hitachi

Hello

Thanks for your comments kah00na


Greetings
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

AIX - Fibre Adapter and IBM Storage

Hello, Just a quick question Usually from a PSERIES if you want to connect to IBM SAN Storage you connect the IBM SAN Storage through a SAN Switch something like this --- however my question Can you connect from Pseries directly to San Storage without SAN Switch what would be... (8 Replies)
Discussion started by: filosophizer
8 Replies

2. AIX

how do I increase the storage space I am new to AIX

Host Name - xxxxxxx IP Address - xxxxxxxxx Alert Msg - The percentage of available storage space (DMXMemory) is low (49.54374442289481 percent). Time received - 14:23 Time Logged - 14:55 Suggested Group - MR-UNIX (5 Replies)
Discussion started by: Nyiko
5 Replies

3. AIX

AIX 4.3 storage usage report

hi, i'm new to this company and i'm using old AIX 4.3 with DAS and SSA storage. What is the best way to query a report for disk capacity, usage, free, etc. I know in AIX 5 there's a command for "du -g /" or "du -m /" to report the total usage but I'm not using AIX5. In AIX 4.3 I can use "df... (5 Replies)
Discussion started by: venerayan
5 Replies

4. AIX

unused storage on AIX 4.3

Hi, How do I query for unused partition in AIX 4.3 with DAS and SAA storage? I know most unix administrator don't put all the capacity on the system at once. thanks, vene (1 Reply)
Discussion started by: venerayan
1 Replies

5. AIX

AIX and Storage

Hi:- What is the best way to determine what type of storage is attached to an AIX server? Thanks, (2 Replies)
Discussion started by: janet
2 Replies

6. UNIX for Dummies Questions & Answers

understanding basic of storage in aix

Hi Can some one help to understand the follwoing thing: what is a simple mounting? for examle what the following lines says /dev/hd2 /usr/xxx if I have to install a software in a remote server, how i can use local cdrom to read the installation files from? what about... (3 Replies)
Discussion started by: ajaya
3 Replies

7. Filesystems, Disks and Memory

AIX and DS4300 Storage Unit

Hello, We're setting up a solution for a group of customers with 2 p520 servers and 1 DS4300 unit with 9 disks (at this stage). The meaning is to create two arrays on the DS4300. Both servers will be connected to the DS4300 unit and to both controllers (e.g. Controller 1 connected to server 1... (0 Replies)
Discussion started by: EricBE
0 Replies

8. UNIX for Advanced & Expert Users

AIX 5.2 and DS4300 Storage

Hello, We're setting up a solution for a group of customers with 2 p520 servers and 1 DS4300 unit with 9 disks (at this stage). The meaning is to create two arrays on the DS4300. Both servers will be connected to the DS4300 unit and to both controllers (e.g. Controller 1 connected to server 1... (0 Replies)
Discussion started by: EricBE
0 Replies
Login or Register to Ask a Question