1832869 Members
4941 Online
110048 Solutions
New Discussion

Re: IP

 
SOLVED
Go to solution
Shattia Moorthi
Frequent Advisor

IP

Hello frenz,

I have RX2600 server when we shut down the server each time then the Ip become empty. so each time we need to put back the ip.
Can someboday help
10 REPLIES 10
R.K. #
Honored Contributor
Solution

Re: IP

Hello,

What are the contents of /etc/rc.config/netconf file.

Regds..
Don't fix what ain't broke
R.K. #
Honored Contributor

Re: IP

>> we need to put back the ip
How do you do this?
Don't fix what ain't broke
Roopesh Francis_1
Trusted Contributor

Re: IP

check
/etc/rc.config/netconf

As RK asked ,how do you set IP address

Thanks,
Ivan Krastev
Honored Contributor

Re: IP

Just use set_parms - http://docs.hp.com/en/B2355-60105/set_parms.1M.html

regards,
ivan
Shattia Moorthi
Frequent Advisor

Re: IP

set the ip at

sam
network & communications
network interface

R.K. #
Honored Contributor

Re: IP

Can you post the contents of /etc/netconf.conf file.
Is this the only file in /etc/rc.config.d/ with ip details. No file similar to netconf.conf should be present there.
Also attach the /etc/rc.log if possible.
Don't fix what ain't broke
R.K. #
Honored Contributor

Re: IP

Sorry.....I mean to say :/etc/rc.config/netconf.conf" file.
Don't fix what ain't broke
saravanan08
Valued Contributor

Re: IP

configure your Ip in /etc/rc.config.d/netconf file


INTERFACE_NAME[0]=lan0

IP_ADDRESS[0]=X.X.X.X

where [0] is PPA

by doing this you will set solution.
Shattia Moorthi
Frequent Advisor

Re: IP

tq solve ready
Viktor Balogh
Honored Contributor

Re: IP

saravanan08: [0] isn't the PPA, you define the PPA in the first line:

INTERFACE_NAME[0]=lanX, where X IS the PPA.

[0] is just the index of an array. (Watch out, if you have multiple interfaces the index numbers should be continuous!)
****
Unix operates with beer.