- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- interface not configured
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-07-2003 03:54 AM
05-07-2003 03:54 AM
interface not configured
The Built-In lan0 interface will not configure via sam.
ch_hostip -lV "default_router_ip_add"
"Get host name given IP Address" failed. code 255
lanscan shows HW up, interface down,
ifconfig lan0 returns correct host ip, subnet mask and broadcast ip.
/etc/rc.config.d/netconf looks o.k.
lanadmin shows speed as 1000000 - looks o.k.
network switch shows network conection o.k.
netstat -rn looks correct.
changed cables and ports to one's that are known to work.
can ping localhost 127.0.0.1 and host ip o.k.
through sam interface still displays 'not configured'
Can anyone suggest why I can't configure the interface?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 03:56 AM
05-07-2003 03:56 AM
Re: interface not configured
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 04:36 AM
05-07-2003 04:36 AM
Re: interface not configured
set_parms initial
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 04:39 AM
05-07-2003 04:39 AM
Re: interface not configured
try set_parms.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 04:52 AM
05-07-2003 04:52 AM
Re: interface not configured
ifconfig lan0 IP_ADDRESS netmask NET_MASK
example
ifconfig lan0 192.168.0.10 netmask 255.255.255.0
then do a ifconfig lan0 it should show up.
If that fails, try and ping that address. Maybe somebody else has your IP address.
It appears you are trying to get your address via dhcp, the failure may be with your configuration, such as what ip address of the dhcp server is, or some kind of network/wiring/hub problem.
Can you ping the dhcp server? Is it on the same subnet as your machine? Is it a microsoft server(this should not be a problem unless its way out of date)?
This may seem silly, but in the file /etc/rc.config.d/netconf what does the line
DHCP_ENABLE[0]=0
say?
Hopefully
DHCP_ENABLE[0]=1
Hope this is a start.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:22 AM
05-09-2003 06:22 AM