1842836 Members
3028 Online
110210 Solutions
New Discussion

Re: HPUX 11i

 
SOLVED
Go to solution
nuwendam
Occasional Advisor

HPUX 11i

Hello,

I entered Single User mode
How can I check IP address inuse ?
How can I change it ?

Thanks
erick

5 REPLIES 5
Robert-Jan Goossens
Honored Contributor
Solution

Re: HPUX 11i

Hi Erik,

# set_parms ip_address

or

# set_parms addl_netwrk

Regards,
Robert-Jan
Rahul Mehta_1
New Member

Re: HPUX 11i

netstat -ni should show you what ip address you are using

ifconfig ln0 will allow you to configure ip address
Pete Randall
Outstanding Contributor

Re: HPUX 11i

erick,

Instead of opening a new question each time, you can just reply to the original one. It makes it a lot less confusing for the people trying to follow.


Pete



Pete
Robert-Jan Goossens
Honored Contributor

Re: HPUX 11i

By the way,

you can manualy change the /etc/rc.config.d/netconf file. Don't forget to mount /usr before you use vi.

# mount -a
# vi /etc/rc.config.d/netconf

Hope it helps,
Robert-Jan.
Ravi_8
Honored Contributor

Re: HPUX 11i

Hi Erick

when in single user mode, i prefer to look into /etc/rc.config.d/netconf file and make changes(IP), while the system comes to multiuser mode anyway it reads netconf file and changes will affect
never give up