|
Roberto, can you define: rudimentary balancing, are you referring to some
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 DualPort
adapter. only 1 per vios....few
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 a
rudimentaryweeks).series,
Each VIOS has 2 8GB Dual Port adapters, each port goes to a different
controller on the storage (i'm not savvy enough about Hitachi's VSP
but they dint seem to use the DSXXXX style of "preferred controller" soany
port is good).
I noticed i can change the path priorities on VIOS to make a
itbalancing (since IBM i uses most arms at the same time, it's ok to do
certainthis way and not with round robin or some more advanced algorithm).
My question was (since i couldn't find it in most of the documentation
I've read):
¿Is there any problem with changing the priority on the paths on
(1disks, for example even disks via fscsi0 and odd via fscsi1?
I cobbled together a nifty line that gets me the chpath command with
current priorities which i can use to change priorities to what i want
arefor the least used path, 255 for preferred).
I just tested it and it takes effect immediately and, since the paths
butstill there, mpio should do the failovers without problem in case offiber
or switch failure (i will try it, once i finish restoring the systems).IBM
I know that there is no support for load balancing at the IBM i level,
i just takes the first vscsi controller and directs all traffic therewhich
means that i have to alternate Load Source tagging between partitions
ANDsince i didnt find anything against doing this manual load balancing
ithe vios commands allow me to do it (no oem_setup_env needed to do it)
listthink it should be OK.priority
Thoughts?
If anyone wants, the line is this:
lspath -field name status parent | grep fscsi | while read disk status
parent; do priority=`lspath -dev $disk -pdev $parent -lsattr -attr
| grep priority | awk '{print $2}'`; echo "chpath -dev $disk -pdev$parent
-attr priority=$priority"; doneoutput
I adapted it from an AIX blog and tailored for the vios syntaxis and
This line only prints the commands that set all paths to the current--
setting. Only copying the output, modifying and then pasting back would
change anything.
Best Regards,
Roberto
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-2025 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.