- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lanadmin -X
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-26-2002 06:58 AM
12-26-2002 06:58 AM
There is a HSC 100 base T Single port lan adapter attached to a D-Class server with HP-UX 10.20 installed.Currently this adapter is running at 10Mbps and half duplex mode.
I want to change this to 100Mbps and to full duplex mode.
I know this is possible with lanadmin command, but I want to know whether system required a reboot after the change these modes.
Because this system is online system and need to be keep on minimum downtime.
Thanks
Nuwa
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 07:02 AM
12-26-2002 07:02 AM
Re: lanadmin -X
To make sure that your change is permanent you also need to change the mode for this card in your /etc/rc.config.d/netconf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 07:04 AM
12-26-2002 07:04 AM
SolutionYou can change the speed online. But it will take 11 secs for the system to set the speed. So, your system will be out of network for this time. If it is part of serviceguard, it may be more than enough for serviceguard to switch lan or failover the packages if you have not customized the cluster.ascii file.
To make it permanent edit /etc/rc.config.d/hpbtlanconf file and add the lancard and the speed in it. Follow the example syntax.
Make sure your swithch is also set to 100 Full Duplex with Auto Off. Use the following command on the server to set it to 100FD.
#lanadmin -X 100FD nmid
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 07:07 AM
12-26-2002 07:07 AM
Re: lanadmin -X
No need for a reboot, change it online
lanadmin -X
permanent changes /etc/rc.config.d/netconf.
Kind regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 07:09 AM
12-26-2002 07:09 AM
Re: lanadmin -X
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 07:11 AM
12-26-2002 07:11 AM
Re: lanadmin -X
there is no need to reboot the system . How you do is like this :
1. Identify the LAN Interface using the lanscan command to know the interface.
2. Check for the speed set already using the Lanadmin command.
3. Use the command lanadmin ???X 100fd nmid or the ppa to change it to the desired one.
4. Check the setting using the lanadmin command again.
to make it permanent you need to change in /etc/rc.config.d/hpbase100conf
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 08:49 AM
12-26-2002 08:49 AM
Re: lanadmin -X
Bill Hassell, sysadmin