- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using new 1Gigabit NIC
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
08-21-2005 08:57 PM
08-21-2005 08:57 PM
Part of my question is also related to transferring the data & how I can make sure I am using the correct card to do so. I thought about creating an NFS link using the ip address of the new card to set up the link - is this the best way?
Many thanks.
David
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 09:03 PM
08-21-2005 09:03 PM
Solutiondid you use a different subnet? You have to!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 09:08 PM
08-21-2005 09:08 PM
Re: Using new 1Gigabit NIC
Please post the output of:
#lanscan
#netstat -in
#ifconfig
Enjoy :)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 09:17 PM
08-21-2005 09:17 PM
Re: Using new 1Gigabit NIC
-yut-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 09:28 PM
08-21-2005 09:28 PM
Re: Using new 1Gigabit NIC
If you want to transfer the data using the new card only then define a new route to the host to which you want to transfer the data using the new 1 GB card IP.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 10:26 PM
08-21-2005 10:26 PM
Re: Using new 1Gigabit NIC
Was not on a different subnet. Just checking for appropriate address - thanks.
In the meantime:
LANSCAN:
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x00306E089EE4 0 UP lan0 snap0 1 ETHER Yes 119
0/2/0/0 0x001321BD7D06 1 UP lan1 snap1 2 ETHER Yes 119
NETSTAT -In:
Name Mtu Network Address Ipkts Opkts
lan1* 1500 126.0.0.0 126.1.1.99 30 30
lan0 1500 126.0.0.0 126.1.1.1 1374036 2842777
lo0 4136 127.0.0.0 127.0.0.1 19537 19537
ifconfig lan0:
lan0: flags=843
inet 126.1.1.1 netmask ff000000 broadcast 126.255.255.255
ifconfig lan1:
lan1: flags=1842
inet 126.1.1.99 netmask ff000000 broadcast 126.255.255.255
tjhughes# ifconfig lan0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 10:37 PM
08-21-2005 10:37 PM
Re: Using new 1Gigabit NIC
I guess your Gigabit NIC is lan1, right?
Post the output of:
#cat /etc/rc.config.d/netconf
Enjoy :)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 10:50 PM
08-21-2005 10:50 PM
Re: Using new 1Gigabit NIC
Yes, 1 Gig card is lan1.
First few lines of netconf (card is currently disabled. I do not know why the double quotes are missing on lan1 or why the broadcast address is appearing here. I put the entry in netconf but sam seems to have inserted the broadcast address)...
INTERFACE_NAME[0]="lan0"
IP_ADDRESS[0]="126.1.1.1"
SUBNET_MASK[0]="255.0.0.0"
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
INTERFACE_NAME[1]=lan1
IP_ADDRESS[1]=126.1.1.99
SUBNET_MASK[1]=255.0.0.0
BROADCAST_ADDRESS[1]=126.255.255.255
INTERFACE_STATE[1]=down
DHCP_ENABLE[1]=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 11:02 PM
08-21-2005 11:02 PM
Re: Using new 1Gigabit NIC
Try:
#ifconfig lan1 unplumb
#ifconfig lan1 plumb
#ifconfig lan1 inet 126.1.1.99 netmask 255.0.0.0
#ifconfig lan1 up
Check if others can connect to this server, if you have problems you may put it down by,
#ifconfig lan1 down
But before putting it down, post the following:
#netstat -in
#netstat -rn
Enjoy :)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 11:53 PM
08-21-2005 11:53 PM
Re: Using new 1Gigabit NIC
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 12:04 AM
08-22-2005 12:04 AM
Re: Using new 1Gigabit NIC
both addresses are in the same subnet - this won't work. Try a different subnet for the new card (eg 126.2.x.x) and it will work.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 12:04 AM
08-22-2005 12:04 AM
Re: Using new 1Gigabit NIC
What is the IP and subnet of the "other" server? How are the two servers connected (direct cable or gig capable switch)? Does the "other" server have two nic cards or only one?
If the "other" server has two nic cards and one is available to temporarily use ONLY to communicate to your "source" server, then I'd set both servers up using jumbo frames:
(1) On both servers create a NEW subnet.
(2) Then on both servers modify:
/etc/rc.config.d/hpigelanconf
HP_IGELAN_MTU[#THATmatchesNICcard]=9000
(3) On source server do this:
rcp -S 131072 -R 131072 sourcefile receivinghost:/location
HP's white paper on gig-e performance: http://docs.hp.com/en/782/gbe_perf_final.pdf
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 01:49 AM
08-22-2005 01:49 AM
Re: Using new 1Gigabit NIC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 01:55 AM
08-22-2005 01:55 AM
Re: Using new 1Gigabit NIC
If you have the 1Gb NICs on the 2 machines connected directly to each other with a cross-over cable, use a totally different address. One of the non-routable addresses would be best.
These IP addresses are all non-routable:
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 12:12 AM
08-26-2005 12:12 AM
Re: Using new 1Gigabit NIC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 12:53 AM
08-26-2005 12:53 AM
Re: Using new 1Gigabit NIC
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 02:22 AM
08-26-2005 02:22 AM
Re: Using new 1Gigabit NIC
Thanks.