- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Make_net_recovery takes a long time
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-21-2007 02:35 AM
05-21-2007 02:35 AM
Make_net_recovery takes a long time
All of the servers are 6 vpars in 2 npars in one Superdome cabinet. The cabinet does not have a tape drive so I have to do the make_net_recovery on one of them acting as a server and the rest are clients.
The NIC cards configured in Ignite are used only for this purpose and application maintenance personel logging in. The client uses other front end NICs while storage backup is using additional cards for its purposes.
What could be the reason for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 03:02 AM
05-21-2007 03:02 AM
Re: Make_net_recovery takes a long time
I have found that the compatability between LAN card speed settings and the switch settings are critical. Auto negotiation is not always the most optimal setting. You might want to verify that these settings are consistent across all of your Ignite NIC cards/switch connections
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 03:09 AM
05-21-2007 03:09 AM
Re: Make_net_recovery takes a long time
check your network statistics for errors or collisions - reset it and start your process again. If statistic is bad again, configure it like DCE mentioned.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 01:55 AM
05-22-2007 01:55 AM
Re: Make_net_recovery takes a long time
lanadmin -g mibstats 0
Verify the interface configuration using SAM or lanadmin:
lanadmin -x 0
Replace 0 with the interface instance number displayed by lanscan.
Check for collisions.
The LAN interface and switch port used for backup/recovery should both be configured to autonegotiate. This is important because the install kernel used when you boot from the LAN to do a recovery configures the LAN interface to autonegotiate. If the switch port isn't configured to autonegotiate the recovery will fail or take hours to complete. So it's best to ensure both the interface and port are set to autonegotiate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 05:20 AM
05-29-2007 05:20 AM
Re: Make_net_recovery takes a long time
Thanks for all your help