- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lo0 configuration
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 02:27 AM
05-14-2004 02:27 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 02:48 AM
05-14-2004 02:48 AM
Re: lo0 configuration
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 02:55 AM
05-14-2004 02:55 AM
Re: lo0 configuration
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 03:01 AM
05-14-2004 03:01 AM
Re: lo0 configuration
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 03:30 AM
05-14-2004 03:30 AM
Re: lo0 configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 05:44 PM
05-14-2004 05:44 PM
Solutionthe 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 06:57 PM
05-16-2004 06:57 PM
Re: lo0 configuration
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