- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- changing the speed on my backup network
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
02-12-2002 11:26 AM
02-12-2002 11:26 AM
changing the speed on my backup network
lanadmin -S 100000000 1
and the following is returned:
Old Speed = 100
Unable to change speed: errno = 22
Help! Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 11:39 AM
02-12-2002 11:39 AM
Re: changing the speed on my backup network
Try doing it this way.
Lanscan: get ppa/nmid # for the interface.
Lanadmin -X 100FD 1
This will set the speed 100MB and the duplex to full for card instance 1.
Replace the 1 with the ppa/nmid # from the lanscan output.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 11:41 AM
02-12-2002 11:41 AM
Re: changing the speed on my backup network
If you are trying to change the duplex setting, see the reply above.
Otherwise, more information is needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 11:49 AM
02-12-2002 11:49 AM
Re: changing the speed on my backup network
What does
lanadmin -s 1
say?
Have you tried disconnecting the cat 5 cable, then running the command? Might be the switch is set to a particular speed and it doesn't want to change.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 11:58 AM
02-12-2002 11:58 AM
Re: changing the speed on my backup network
you the lanscan command to find out the ppa / NM_ID for the port you want to configure and use it with the lanadmin command to modify the lan port parameters. These changes are temporary and will be resetted on reboot. To make the change permanent edit and modify the appropriate configuration files in /etc/rc.config.d. Do a "man lanadmin" for more info on lanadmin command and the options associated with the command.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 01:58 PM
02-12-2002 01:58 PM
Re: changing the speed on my backup network
I too prefer to set the speed and duplex with lanadmin -X spd_duplex ppa#, ie:
lanadmin -X 100FD 1
You can see the current setting with lanadmin -x ppa#.
Don't forget to set the duplex as well as the speed. Particularly for 100Mb, you can get serious throughput issues if the duplex setting is a mismatch between the server and the switch. If forcing the speed / duplex on the server, you need to force it on the switch as well.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 02:20 PM
02-12-2002 02:20 PM
Re: changing the speed on my backup network
live free or die
harry