ISCSI poor performance 1.5MB/s fresh install AIX7.1


 
Thread Tools Search this Thread
Operating Systems AIX ISCSI poor performance 1.5MB/s fresh install AIX7.1
# 8  
Old 07-13-2016
Is there a network switch in between?

Have you tried a direct crossover cable to eliminate the switch?
# 9  
Old 07-13-2016
I have tested initially 2 lpar on the same p710 using virtual ethernet adapter and have the same result 1.5MB/s. There was no switch between,just using the hypervisor
1 lpar aix 7.1 as target.the other aix 7.1 lpar as initiator.
It seems in my config, aix target has limitation is 8MB/s and the initiator has a limitation of 1.5MB/s. That is not acceptable. I must change a parameter somewhere to have acceptable results but don't know what...
# 10  
Old 07-21-2016
I don't know if this can be useful
Quote:

Tune network options and interface parameters for maximum iSCSI I/O throughput on the AIX system as follows:
  • Enable the RFC 1323 network option.
  • Set up the tcp_sendspace, tcp_recvspace, sb_max, and mtu_size network options and network interface options to appropriate values. The iSCSI Software Initiator's maximum transfer size is 256 KB. Assuming that the system maximums for tcp_sendspace and tcp_recvspace are set to 262144 bytes, an ifconfig command used to configure a gigabit Ethernet interface might look like the following: ifconfig en2 10.1.2.216 mtu 9000 tcp_sendspace 262144 tcp_recvspace 262144
  • Set the sb_max network option to at least 524288, and preferably 1048576.
  • Set the mtu_size to 9000.
  • For some iSCSI targets, the TCP Nagle algoritm must be disabled for best performance. Use the no command to set the tcp_nagle_limit parameter to 0, which will disable the Nagle algorithm.
# 11  
Old 07-22-2016
Thanks for helping, I had already tested your recommendation but still the same.
I still think it is a limitation on AIX (a magic parameter to change?)
To prove it, I have now narrowed down this issue, I have installed RHEL 6.5 ppc64 on the p710 and set it up as iscsi initiator, the other RHEL 6.5 x86_64 physical (not a VM) as iscsi target
I have now really good iscsi transfer rate ! :

Code:
[root@localhost ~]# dd if=/dev/sdb of=/dev/null bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 9.90109 s, 108 MB/s
[root@localhost ~]# dd if=/dev/sdb of=/dev/null
^C1633537+0 records in
1633536+0 records out
836370432 bytes (836 MB) copied, 10.6675 s, 78.4 MB/s

[root@localhost ~]#

Any idea ? any magic parameter on AIX to change that may help ?

Last edited by frenchy59; 07-22-2016 at 10:40 PM.. Reason: typo and add code tag
# 12  
Old 08-13-2016
I think I got my answer, I was simply dd if=/dev/hdiskX ... and I should have done dd if=/dev/rhdiskX ... using the raw device instead of the block device increased the instate result significantly !
Although on linux I was using the block device, I didn't get such difference with the raw device that's why it was confusing.

Thanks for your help guys.

Last edited by Don Cragun; 08-13-2016 at 06:28 PM.. Reason: Add ICODE tags.
This User Gave Thanks to frenchy59 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Poor Windows 10 Performance of Parallels Desktop 15 on macOS Catalina

Just a quick note for macOS users. I just installed (and removed) Parallels Desktop 15 Edition on my MacPro (2013) with 64GB memory and 12-cores, which is running the latest version of macOS Catalina as of this post. The reason for this install was to test some RIGOL test gear software which... (6 Replies)
Discussion started by: Neo
6 Replies

2. Solaris

Poor performance on an M3000

Hi We have an M3000 single physical processor and 8gb of memory running Solaris 10. This system runs two Oracle Databases one on Oracle 9i and One on Oracle 10g. As soon as the Oracle 10g database starts we see an immediate drop in system performance, for example opening an ssh session can... (6 Replies)
Discussion started by: gregsih
6 Replies

3. AIX

Poor Performance of server

Hi, I am new registered user here in this UNIX forums. I am a new system administrator for AIX 6.1. One of our servers performs poorly every time our application (FINACLE) runs many processes/instances. (see below for topas snapshot) I use NMON or Topas to monitor the server utilization. I... (9 Replies)
Discussion started by: guzzelle
9 Replies

4. Solaris

Poor disk performance however no sign of failure

Hello guys, I have two servers performing the same disk operations. I believe one server is having a disk's impending failure however I have no hard evidence to prove it. This is a pair of Netra 210's with 2 drives in a hardware raid mirror (LSI raid controller). While performing intensive... (4 Replies)
Discussion started by: s ladd
4 Replies

5. Solaris

Poor Disk performance on ZFS

Hello, we have a machine with Solaris Express 11, 2 LSI 9211 8i SAS 2 controllers (multipath to disks), multiport backplane, 16 Seagate Cheetah 15K RPM disks. Each disk has a sequential performance of 220/230 MB/s and in fact if I do a dd if=/dev/zero of=/dev/rdsk/<diskID_1> bs=1024k... (1 Reply)
Discussion started by: golemico
1 Replies

6. UNIX for Advanced & Expert Users

HW Raid poor io performance

Hello all We just built a storage cluster for our new xenserver farm. Using 3ware 9650SE raid controllers with 8 x 1TB WD sata disks in a raid 5, 256KB stripe size. While making first performance test on the local storage server using dd (which simulates the read/write access to the disk... (1 Reply)
Discussion started by: roli8200
1 Replies

7. UNIX for Dummies Questions & Answers

poor performance processing file with awk

Hello, I'm running a script on AIX to process lines in a file. I need to enclose the second column in quotation marks and write each line to a new file. I've come up with the following: #!/bin/ksh filename=$1 exec >> $filename.new cat $filename | while read LINE do echo $LINE | awk... (2 Replies)
Discussion started by: scooter53080
2 Replies

8. Filesystems, Disks and Memory

Poor read performance on sun storedge a1000

Hello, i have a a1000 connected to an e6500. There's a raid 10 (12 disks) on the a1000. If i do a dd if=/dev/zero of=/mnt/1 bs=1024k count=1000 and then look at iostat it tells me there's a kw/s of 25000. But if i do a dd of=/dev/zero if=/mnt/1 bs=1024k count=1000 then i see only a... (1 Reply)
Discussion started by: mbrenner
1 Replies

9. UNIX for Advanced & Expert Users

Samba on E3500 Poor Performance!!!

Hi you all, I have a BIG performance problem on an Sun E3500, the scenario is described below: I have several users (30) accessing via samba to the E3500 using an application built on Visual Foxpro from their Windows PC , the problem is that the first guy that logs in demands 30% of the E3500... (2 Replies)
Discussion started by: alex blanco
2 Replies
Login or Register to Ask a Question