Operating System - HP-UX
1833846 Members
1953 Online
110063 Solutions
New Discussion

Re: network is not working

 
kvsheejith
Advisor

network is not working

I have one server rp8400 running with hp-ux 11.11.

1] I want to configure network interface. After i make required changes using sam and /etc/rc.config.d/netconf,i have done

2] /sbin/init.d/net stop

3] /sbin/init.d/net start

it is exiting with error.

/sbin/init.d/net [134]: syntax error in line 119 `'" not matched.

i am able to see my network inteface using ioscan and lanadmin.

what could be the problem?


5 REPLIES 5
Kapil Jha
Honored Contributor

Re: network is not working

check for any currupt entry in netconf file.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Fabio Ettore
Honored Contributor

Re: network is not working

Hi,

- open the netconf file:
cd /etc/rc.config.d
vi netconf

- set the number of lines (push the following buttons exactly in sequence as below):

:se nu

- so you'll see the number of each line, go to line 119:

:119

The line number 119 is the line which has something wrong, I'd guess there's an definition of something with initial " but without a final ".

Otherwise please attach the contents of netconf file here.

HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
albert viyani
New Member

Re: network is not working

Please try with below command
#set_parms ip_address
Torsten.
Acclaimed Contributor

Re: network is not working

Fix the syntax first!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Viktor Balogh
Honored Contributor

Re: network is not working

your netconf file must be corrupt, maybe a nonprinting character is there. you can check it with:

# cat -v /etc/rc.config.d/netconf

and look for the lines you modified before
****
Unix operates with beer.