1837240 Members
4991 Online
110115 Solutions
New Discussion

lo0 configuration

 
SOLVED
Go to solution
Francois LAURENT
Frequent Advisor

lo0 configuration

Hi all,

i'm installing 11.11 on a rp5470 and a have an error message in rc.log about lo0
configuration (net.init script) :

Configure Loopback interfaces (lo0)
Output from "/sbin/rc2.d/S008net.init start":
----------------------------
Message catalog can't be opened/accessed for language fr_FR.iso88591.
Language C will used.
name= tcp_conn_strategy, value= 0
do_sockets_nddset() &stri= 0x7f7f0548
0


So i'm not able to install anything (sd-ux need loopback for configuring itself)


ifconfig lo0 output is :
lo0: flags=849
inet 127.0.0.1 netmask ff000000

and route table is (for loopback) :
127.0.0.1 127.0.0.1 UH 0 lo0 4136
127.0.0.0 127.0.0.1 U 0 lo0 0


Is some body have an idea ?

Thanks for your help
6 REPLIES 6
Sanjay_6
Honored Contributor

Re: lo0 configuration

Hi,

Try this patch,

http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.patchDetail{PHNE_29887,hpux:800:11:11}|&patchid=PHNE_29887&context=hpux:800:11:11

The patch id is PHNE_29887.

Hope this helps.

Regds
Robert-Jan Goossens
Honored Contributor

Re: lo0 configuration

Hi,

To install the patch Sanjay mentioned you probably need to configure your server as a standalone for a while.

Take a look at this doc.

Document description: HPUX INSTALL: swinstall(1M) Fails With No Active Network Card
Document id: KBRC00000813

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066919085

Hope this helps,
Robert-Jan
Francois LAURENT
Frequent Advisor

Re: lo0 configuration

Thank for your replys,

I have already the PHNE_29887, and name resolution is ok.

I have found a bit of answer, but not all :
In /etc/rc.config.d/LANG, $LANG was set to fr_FR.iso88591. i seted to C and sd-ux is now OK with sdux.

But i have always a problem on loopback interfance :
I tried to make a cluster on SG11.15

when i do #cmquerycl -C /etc/cmcluster/cluster.ascii -n node1
i have the following return :


Error: Permission denied to 127.0.0.1
Warning: Unable to determine local domain name for pcrib
Error: Unable to establish communication to node pcrib: 19
Failed to gather configuration information.



Any idea ?

Thank a lot for help

Bharat Katkar
Honored Contributor

Re: lo0 configuration

Try Doing telnet to Loopback and see if you can get the login prompt and able to do login and logout?
You need to know a lot to actually know how little you know
Mohanasundaram_1
Honored Contributor
Solution

Re: lo0 configuration

Hi,

the permission denied message in cmquerycl maybe due to the absence of /.rhosts entry for the concerned nodes.

Please ensure that you either use the /.rhosts or /etc/cmcluster/cmclnodelist to mention the host names of the cluster.

then check for cmcquerycl. Also check the "managing service guard" manual in http://docs.hp.com for more details on the above entries.

Rgds,
Mohan.
Attitude, Not aptitude, determines your altitude
Francois LAURENT
Frequent Advisor

Re: lo0 configuration

Hi Mohan,

Oops, i miss this, effectively, no entry in .rhosts for his own name ...
.rhosts corrected ... it's working fine.

Thanks a lot all for your help