|
How does doing this effect mult-pathing.
On Sat, Dec 7, 2013 at 9:51 PM, Roberto José Etcheverry Romero <
yggdrasil.raiker@xxxxxxxxx> wrote:
No, i mean:still
VIOS usually directs ALL IO activity thru the first path that it finds
(unless SDDPCM or something like that is installed and controller
preference is in order).
In this case i first had ALL io going thru the fscsi0 port. After a VIOS
reboot i saw some luns going out the fscsi1 port even though priority
was set as 1 and 1 in each path (VIOS must have seen fscsi1 path first255
during initialization).
After doing the aforementioned changes in priority (even disks now have
as priority on the fscsi1 path and odd disks the same but for the fscsi0controller
path).
I now see balanced IO and better than before, since more FC and
ports are in use (during disk initialization i saw a limit of aroundDual
400Mb/s and 8k IOPS per port, in fact it was then that i noticed all this
since 11 luns were on one port and 6 were on the other. the 6 finished a
lot earlier than the 11).
Ah, in case someone is wondering, the topas command brings all this data,
remember to change the mode with D and d to see both per disk and per
parent data.
Best Regards,
On Sat, Dec 7, 2013 at 10:30 PM, Jack Kingsley <iseriesflorida@xxxxxxxxx
wrote:
Roberto, can you define: rudimentary balancing, are you referring tosome
sort of load balancing within the Hitachi SAN.
On Sat, Dec 7, 2013 at 7:49 PM, Roberto José Etcheverry Romero <
yggdrasil.raiker@xxxxxxxxx> wrote:
Sigh, where it says 2 8GB Dual Port adapters, it should say 1 8GB
aPort
adapter. only 1 per vios....
On Sat, Dec 7, 2013 at 9:46 PM, Roberto José Etcheverry Romero <
yggdrasil.raiker@xxxxxxxxx> wrote:
I'm setting up a 750 with Dual VIOS (full how-to to be compiled in
differentfew
weeks).
Each VIOS has 2 8GB Dual Port adapters, each port goes to a
controller"controller on the storage (i'm not savvy enough about Hitachi's VSPseries,
but they dint seem to use the DSXXXX style of "preferred
sodo
anyrudimentary
port is good).
I noticed i can change the path priorities on VIOS to make a
balancing (since IBM i uses most arms at the same time, it's ok to
withitdocumentation
this way and not with round robin or some more advanced algorithm).
My question was (since i couldn't find it in most of the
certainI've read):
¿Is there any problem with changing the priority on the paths on
disks, for example even disks via fscsi0 and odd via fscsi1?
I cobbled together a nifty line that gets me the chpath command
pathswantcurrent priorities which i can use to change priorities to what i
(1
for the least used path, 255 for preferred).
I just tested it and it takes effect immediately and, since the
ofare
still there, mpio should do the failovers without problem in case
theresystems).fiber
or switch failure (i will try it, once i finish restoring the
level,I know that there is no support for load balancing at the IBM i
IBM
i just takes the first vscsi controller and directs all traffic
partitionswhich
means that i have to alternate Load Source tagging between
balancingbut
since i didnt find anything against doing this manual load
andANDit)
the vios commands allow me to do it (no oem_setup_env needed to do
istatus
think it should be OK.
Thoughts?
If anyone wants, the line is this:
lspath -field name status parent | grep fscsi | while read disk
parent; do priority=`lspath -dev $disk -pdev $parent -lsattr -attrpriority
| grep priority | awk '{print $2}'`; echo "chpath -dev $disk -pdev$parent
-attr priority=$priority"; done
I adapted it from an AIX blog and tailored for the vios syntaxis
currentoutput
This line only prints the commands that set all paths to the
mailingwouldsetting. Only copying the output, modifying and then pasting back
change anything.--
Best Regards,
Roberto
This is the Midrange Systems Technical Discussion (MIDRANGE-L)
listlistlist
To post a message email: MIDRANGE-L@xxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.