1855738 Members
6468 Online
104103 Solutions
New Discussion

LANIC on K380

 
Gaetano Dispoto
New Member

LANIC on K380

Hi all,

My K380 is equipped with one 10Mb core I/O lan card (lan0) and one HSC 10/100Mb lan card (lan1).
The problem is I need of a 100Mb speed but all the applications running on my server see the lan0. My intention is to exchange (not physically, obviously) the parameters in order my applications continue to see the lan0 w/o any problem. On lan1 I'm using OTS so I'd change it too.
Does anyone know if it's possible to perform this exchange ?

Many thanx

Gaetano
5 REPLIES 5
Paula J Frazer-Campbell
Honored Contributor

Re: LANIC on K380

Hi

I presume that you are using both lan cards ie two ip addresses. If you are then switch the ip address on the cards - your applications will still see lan0, but you main network will now use the 100 meg card.

HTH

Paula
If you can spell SysAdmin then you is one - anon
Gaetano Dispoto
New Member

Re: LANIC on K380

Paula,

Fortunately, the lan1 has not ip yet.
On it I'll configure OTS, but at present there's no any ip.
The problem is the s/w has different scripts (unknown for me) on which the device interface name and its ip address are associated. Changing the device name these scripts won't work.
Pedro Sousa
Honored Contributor

Re: LANIC on K380

I cannot understand this very well, but...
It seems that you're trying to run your scripts(programs) without configuring lan1! If you set the new IP address to lan1 (maybe you should unconfigure lan0 first) then you'll be able to change every script and I think it will work fine.
Tracey
Trusted Contributor

Re: LANIC on K380

I agree, unconfigure lan0 and the configure lan1 as the IP address lan0 used to be.
Paula J Frazer-Campbell
Honored Contributor

Re: LANIC on K380

Hi
If I understand correctly then your programmes are looking for "lan0" in the script.

To find all occurances of "lan0" in script run this find routine:-

find . -type f -print -exec grep lan0 {} \;

HTH

Paula
If you can spell SysAdmin then you is one - anon