- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rx1620 can't see the network after set_parms initi...
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-09-2005 07:57 AM
12-09-2005 07:57 AM
I have a new rx1620 machine which I am trying to configure for my network. I have run /sbin/set_parms initial to get the network setup. When it tries to access the network, it always tells me that it is "unable to contact gateway." I've checked the cable to make sure it works. I also get the message:
"Note: Your system appears to have 2 network interfaces installed.
This procedure only configures the default network interface.
Use SAM to configure additional network interface cards."
Can someone give me instructions on how to do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 10:45 AM
12-09-2005 10:45 AM
Re: rx1620 can't see the network after set_parms initial
lanscan
say ?
after this, run the following command for both interfaces with lanX being different for each interface (find lanx from lanscan output
ifconfig lanX
(if you have two interfaces, you need to run this above command twice)
also run the command:
netstat -rn
and please post the output of each of these here for further help.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 06:35 PM
12-09-2005 06:35 PM
Re: rx1620 can't see the network after set_parms initial
Dear Maribeth,
What is the output of
#ioscan -fnC lan
does it show 2 LAN cards?
also check the
#netstat -rn output
Is there any gateway specified ?
Please check /etc/rc.config.d/netconf file for multiple defenitions.
HtH,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 01:37 AM
12-12-2005 01:37 AM
Re: rx1620 can't see the network after set_parms initial
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/1/2/0 0x0011855F23E4 1 UP lan1 snap1 1 ETHER Yes 119
0/1/2/1 0x0011855F23E5 2 UP lan2 snap2 2 ETHER Yes 119
The output from ifconfig lo0 is:
lo0: flags=849
inet 127.0.0.1 netmask ff000000
I couldn't run it on another interface. Do I have the syntax correct.
Output from netstat -rn is:
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
127.0.0.0 127.0.0.1 U 0 lo0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 01:40 AM
12-12-2005 01:40 AM
Re: rx1620 can't see the network after set_parms initial
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
lan 1 0/1/2/0 iether CLAIMED INTERFACE HP PCI-X 1000Base-T Dual
-port Built-in
lan 2 0/1/2/1 iether CLAIMED INTERFACE HP PCI-X 1000Base-T Dual
-port Built-in
I checed the netconf file, and I only see 1 entry for ROUTE_GATEWAY. Output from netstar -rn is in my previous post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 02:51 AM
12-12-2005 02:51 AM
Re: rx1620 can't see the network after set_parms initial
I'd expect to see 'netstat -rn' show a "default" gateway.
Make sure you have (in '/etc/rc.config.d/netconf'):
ROUTE_DESTINATION[0]=default
ROUTE_COUNT[0]=1
ROUTE_GATEWAY[0]=xxx.xxx.xxx.xxx
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 02:59 AM
12-12-2005 02:59 AM
Re: rx1620 can't see the network after set_parms initial
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=1.0.0.xx
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 03:07 AM
12-12-2005 03:07 AM
Re: rx1620 can't see the network after set_parms initial
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 07:07 AM
12-12-2005 07:07 AM
Re: rx1620 can't see the network after set_parms initial
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 07:09 AM
12-12-2005 07:09 AM
Re: rx1620 can't see the network after set_parms initial
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 07:19 AM
12-12-2005 07:19 AM
Re: rx1620 can't see the network after set_parms initial
Also, the machines were not the same. The drive came from an rx2620 machine, and I have an rx1620 machine.
Here is what is in the rc.log file:
Configure LAN interfaces
Output from "/sbin/rc2.d/S340net start":
----------------------------
ERROR: lan0 interface: ifconfig: no such interface
ERROR: Failed to add route entry because its interface is not
yet initialized. May need to add this route entry with
a route commad after the interface is up :
add net default: gateway 1.0.0.25: Network is unreachable
"/sbin/rc2.d/S340net start" FAILED
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 08:36 AM
12-12-2005 08:36 AM
SolutionJeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 08:42 AM
12-12-2005 08:42 AM
Re: rx1620 can't see the network after set_parms initial
ifconfig lanX IPAddress netmask NetMask up
and
route add default GateWay 1
to bring up the interface and add the route, respectively (substituting legitimate values for your system and network, of course). This is basically what /sbin/init.d/net does using the parameters defined in /etc/rc.config.d/netconf.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 08:51 AM
12-12-2005 08:51 AM