Operating System - HP-UX
1837264 Members
2414 Online
110115 Solutions
New Discussion

Re: Error Changing IP address using DHCP

 
Juan de Los Palotes
Frequent Advisor

Error Changing IP address using DHCP

Hi everyone

I'm trying to change the IP address of my rx2600 by sam, but I have this error

/usr/sbin/hpintl100_init script failed
ERROR: lan0 interface | PPA 0 : error: expected primitive 0x06, got DL_ERROR_ACK | |-|
dl_error_primitive = 0x33
dl_errno = 0x04
dl_unix_errno = 57
change_phys_addr: unable to change physical address
Old Station Address = 0x00306e3997cb

I checked /etc/rc.config.d/hpintl100conf and the MAC field is null, also I checked the state of this lan card by ioscan and is CLAIMED.

Any idea about this problem...

Thanks in advance.
Carlos
5 REPLIES 5
RAC_1
Honored Contributor

Re: Error Changing IP address using DHCP

The error as follows.

#define ENOLINK 57 /* the link has been severed */

Disable the dhcp and modify the script in /etc/rc.config.d/netconf to make changes. Try starting network.
There is no substitute to HARDWORK
Juan de Los Palotes
Frequent Advisor

Re: Error Changing IP address using DHCP

Thanks four your response RAC

I disable de DCHP using sam, and make the change in /etc/rc.config.d/netconf on the interface, after that I reeboot the server but the IP doesn´t change. Any ideas
RAC_1
Honored Contributor

Re: Error Changing IP address using DHCP

/etc/set_params ip_address
Also look at /etc/hosts file. Also are there any typo errors in netconf file??

Also look at drive file and leave the addresse filed blank.

Anil
There is no substitute to HARDWORK
Juan de Los Palotes
Frequent Advisor

Re: Error Changing IP address using DHCP

HI RAC

I find the problem... I refill the file /etc/rc.config.d/hpintl100conf with the correspond configuration information of the lan interface.

Thanks anyway for your help!!!
Juan de Los Palotes
Frequent Advisor

Re: Error Changing IP address using DHCP

See the last messages