Unsolved
This post is more than 5 years old
25 Posts
0
1319
March 1st, 2007 02:00
bad performnace when several AIX 5.3 servers are backuped in the same time
Hi,
When several AIX 5.3 servers in (7.2.2 build 494 )are backup in the same time, the backup performance are verify slow on the drive, even with multiplexing, the speed of the write run generaly at 264kb, 500kb and sometimes, there is a performance to 1,5mb but very short.
When we run backup one server at time, the backup run continualy at 10mb so much more quickly.
The server is also into 7.2.2 build 494 (Solaris 9) and have 23 others clients (windows, aix 4,3, 5.2..) and there is no problem during the backup !!
This morining two group was still backuped with one AIX 5.3 on each group, the backup was on the same drive, when one of both group was finished, the second increased its performaces from some KB to 10mb !!
So we thinks that the nsrd don't manage correctly multiple AIX 5.3 server... but WHY ??
During the backup of two AIX 5.3 server, we have run ftp transfer between the server and the client, the rate of the transfer was at 15mb/s so the lan is not full !!
Have you an idea or which test can I realize to find the problem and correct it !!
Many thanks for your help
Best regards
Jean-Charles
When several AIX 5.3 servers in (7.2.2 build 494 )are backup in the same time, the backup performance are verify slow on the drive, even with multiplexing, the speed of the write run generaly at 264kb, 500kb and sometimes, there is a performance to 1,5mb but very short.
When we run backup one server at time, the backup run continualy at 10mb so much more quickly.
The server is also into 7.2.2 build 494 (Solaris 9) and have 23 others clients (windows, aix 4,3, 5.2..) and there is no problem during the backup !!
This morining two group was still backuped with one AIX 5.3 on each group, the backup was on the same drive, when one of both group was finished, the second increased its performaces from some KB to 10mb !!
So we thinks that the nsrd don't manage correctly multiple AIX 5.3 server... but WHY ??
During the backup of two AIX 5.3 server, we have run ftp transfer between the server and the client, the rate of the transfer was at 15mb/s so the lan is not full !!
Have you an idea or which test can I realize to find the problem and correct it !!
Many thanks for your help
Best regards
Jean-Charles
No Events found!


ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
March 1st, 2007 02:00
jlachere
25 Posts
0
March 1st, 2007 07:00
The 4 AIX 5.3 are on two bull PL450 and each server have tow physical ethernet card on for the production and an other (disable for the moment) for a futhuer backup LAN. the ethernet are in Gigabyte full duplex.
The networker server have 2 ethernet card one for the production and backup and an other for an other backup network (for skip firewall).
We try some test with save command.
4 save simultanous started one after the other the first and second begin normaly, but after the third and fourth, the backup run very slow 245kb.. with up to 15mb. we killed the fourth save and the performance grow to 12mb constantly with less bad flow to some Kb.
We have restart juste 2 save to see if the performance was right, in fact 2 save unde two servers, we backuped the same that in the first test (Oracle binarie 4gb) and the average of the backup was 22mb 8gb in 9minutes so good performance !!
So when we run 4 save from 4 servers, the performace are very bad but when we run 2 same save on 2 same server the performance are right !!
We have run a last tests 4 save from juste 1 server. the backup begin correclty 15mb / 35 mb... and during the babkup, during 2 minutes it run at 340kb, 240kb...and some time 12mb 20mb, 2000kb... and 234kb... so the same problem
We have run "top" to see system resources on tha AIX 5.3 it was 86% idle !! the networker server is at 95% idle
In fact i thinks that the networker server can't manage more than 2 or 3 flows into simultaneous from one or several servers.
Have you go an idea...
Many thanks for your help
Best regards
Jean-Charles
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
March 1st, 2007 11:00
Run save in parallel from each node and if you get same error perfect.
Then repeat this test by using scp bigfile root@solaris_bck_srv-bck:/dev/rmt/....
What is important here is following - make sure that with scp test you use same devices in same order as with save test (I must say that I assume scp will write to tape, however make sure you load some dummy tapes or those you can destroy and make sure they are rewinded). Second important thing is to initiate scp towards backup interface name of server (thus local routing will take care that local bck NIC talks to remote bck NIC).
It would be nice if you could use snoop to monitor packages on Solaris box. If you get the same then we know it is not NW. If you get it different, time to open SR.
tim.koopman
73 Posts
0
February 18th, 2008 07:00
One change we made that improved the problem was, made sure all the tape traffic used one hba and the disk traffic used the other. Since sending tape and disk traffic over the same HBA is not a best practice. It is likely the above does not apply to your env. -Tim