- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dedicated network interface card for backup on...
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
10-03-2005 12:39 PM
10-03-2005 12:39 PM
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 12:49 PM
10-03-2005 12:49 PM
SolutionUNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 02:33 PM
10-03-2005 02:33 PM
Re: dedicated network interface card for backup on hpux
The backup trafic will use the same i/f during backup operation.
thx,
bl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 03:07 PM
10-03-2005 03:07 PM
Re: dedicated network interface card for backup on hpux
# traceroute
Version 1.4a5 with HP mods
Usage: traceroute [-dFInrvx] [-6] [-f first_ttl] [-g gateway] [-i iface]
[-m max_ttl] [ -p port] [-q nqueries]
[-s src_addr] [-t tos] [-w waittime]
host [packetsize]
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 03:39 PM
10-03-2005 03:39 PM
Re: dedicated network interface card for backup on hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 03:47 PM
10-03-2005 03:47 PM
Re: dedicated network interface card for backup on hpux
Normally one interface is defined as default and the same is used to reach all undefined network IPs. Here you can define one more route through second interface to your backup server so that the route to backup server is through the second interface.
#netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.51.11.100 10.51.11.100 UH 0 lan901 4136
10.51.10.100 10.51.10.100 UH 0 lan900 4136
10.51.11.0 10.51.11.100 U 2 lan901 1500
10.51.10.0 10.51.10.100 U 2 lan900 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 10.51.10.1 UG 0 lan900 0
#lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
LinkAgg0 0x00306E4AF6EA 900 UP lan900 snap900 8 ETHER Yes 119
LinkAgg1 0x00306E49B86A 901 UP lan901 snap901 9 ETHER Yes 119
Like in current configuration, the interface used for network 10.51.10.0 is 10.51.10.100 whereas for 10.51.11.0 it is 10.51.11.100.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 10:39 PM
10-03-2005 10:39 PM
Re: dedicated network interface card for backup on hpux
or with,
# netstat -in
hth.