- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX clean install error
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
12-03-2004 04:00 AM
12-03-2004 04:00 AM
HPUX clean install error
However I just replaced both internal disks, and I now get this loopback error each time I install. The disks are properly recognised and there appears to be no problems with them.
ERROR: lo0 interface: ifconfig: check plumbing error: Bad file number
invalid tunable names, tcp_time_wait_interval for this modules,
for a list of valid names, use name '?'
invalid tunable names, tcp_wroff_xtra for this modules,
for a list of valid names, use name '?'
invalid tunable names, tcp_old_urp_interpretation for this modules,
for a list of valid names, use name '?'
invalid tunable names, tcp_keepalives_kill for this modules,
for a list of valid names, use name '?'
invalid tunable names, tcp_conn_request_max for this modules,
for a list of valid names, use name '?'
invalid tunable names, tcp_ip_abort_cinterval for this modules,
for a list of valid names, use name '?'
invalid tunable names, tcp_ip_abort_interval for this modules,
for a list of valid names, use name '?'
invalid tunable names, tcp_rexmit_interval_min for this modules,
for a list of valid names, use name '?'
invalid tunable names, tcp_ip_ttl for this modules,
for a list of valid names, use name '?'
invalid tunable names, udp_wroff_extra for this modules,
for a list of valid names, use name '?'
invalid tunable names, udp_pass_up_icmp for this modules,
for a list of valid names, use name '?'
invalid tunable names, udp_pass_up_options for this modules,
for a list of valid names, use name '?'
invalid tunable names, udp_def_ttl for this modules,
for a list of valid names, use name '?'
ERROR: Failed to set ndd tunable parameters
Any ideas on how to fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:04 AM
12-03-2004 04:04 AM
Re: HPUX clean install error
is there any network cable plug into network card?
if not try to put a terminator on it
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:06 AM
12-03-2004 04:06 AM
Re: HPUX clean install error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:06 AM
12-03-2004 04:06 AM
Re: HPUX clean install error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:11 AM
12-03-2004 04:11 AM
Re: HPUX clean install error
Check /etc/hosts, did you have a loopback :
127.0.0.1 localhost loopback
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:15 AM
12-03-2004 04:15 AM
Re: HPUX clean install error
nddconf has everything commented out in it, just the basic default file.
This is the main message I get on bootup right after installing HPUX:
insf: Installing special files for pseudo driver root
/sbin/init.d/net.init[75]: /usr/sbin/lsdev: not found.
ERROR: lo0 interface: ifconfig: check plumbing error: Bad file number
ERROR: Failed to set ndd tunable parameters.
ERROR: Could not initialize networking. /sbin/init.d/net.init failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:21 AM
12-03-2004 04:21 AM
Re: HPUX clean install error
Stf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:24 AM
12-03-2004 04:24 AM
Re: HPUX clean install error
#
# @(#) $Revision: 1.1.119.4 $ $Date: 97/04/23 15:18:44 $
#
# Network tunable parameters read in by the networking startup script -
# /sbin/init.d/net or by executing "ndd -c".
#
# TRANSPORT_NAME: Name of transport component, valid names are:
# ip, tcp, udp, rawip, and arp.
#
# NDD_NAME: Name of ndd tunable parameter
#
# NDD_VALUE: Value for ndd tunable parameter
#
# Note: Set all clock time values in milliseconds. For example,
# 240000 = 4 minutes
#
# Note: The ndd tunable parameters specified in this file must be writable.
# "ndd -c" can only handle the write operation.
#
# For each additional tunable parameter, add a set of variable assignments
# like the ones below, changing the index to "[0]", "[1]" et cetera.
# Index must be starting from 0 and they must be in sequential order.
# Missing index values inside the array range is not supported.
#
#
# Example 1: Change the interval for sending the first keepalive probes
# for idle TCP connection to one hour
# TRANSPORT_NAME[0]=tcp
# NDD_NAME[0]=tcp_keepalive_interval
# NDD_VALUE[0]=3600000
#
#
# Example 2: Change the interval for sending keepalive probes to 1 minute
# when TCP is detached. (e.g.FIN_WAIT_2)
# TRANSPORT_NAME[1]=tcp
# NDD_NAME[1]=tcp_keepalive_detached_interval
# NDD_VALUE[1]=60000
#
#
# Example 3: Change the amount of time TCP endpoints persist in TIME_WAIT
# state to 30 seconds.
# TRANSPORT_NAME[2]=tcp
# NDD_NAME[2]=tcp_time_wait_interval
# NDD_VALUE[2]=30000
#
# Example 4: Change the UDP default ttl parameter to 128
# TRANSPORT_NAME[3]=udp
# NDD_NAME[3]=udp_def_ttl
# NDD_VALUE[3]=128
#
# Example 5: Change the amount of time that ARP entries can stay in
# ARP cache to 10 minutes.
#
# TRANSPORT_NAME[4]=arp
# NDD_NAME[4]=arp_cleanup_interval
# NDD_VALUE[4]=600000
#
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:24 AM
12-03-2004 04:24 AM
Re: HPUX clean install error
looks like you interface sequence has been rearanged upon the second install.
Check the ndd-config file.
You might need to adjust the interfacenumber so that it matches a real interface, not the loopback.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:26 AM
12-03-2004 04:26 AM
Re: HPUX clean install error
Anyone know how to manually install it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:32 AM
12-03-2004 04:32 AM
Re: HPUX clean install error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:36 AM
12-03-2004 04:36 AM
Re: HPUX clean install error
Stf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:40 AM
12-03-2004 04:40 AM
Re: HPUX clean install error
I'm going to install HPUX 11i instead of HPUX11 to see if it is any better.
I get the same problem using 2 different releases of HPUX 11.0 (2001 and 2003) so I am not confident of success. It could be a hardware problem related to changing the disks, but the disks appear to be fine in LVM and all vols get created OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 04:43 AM
12-03-2004 04:43 AM
Re: HPUX clean install error
Stf