- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How come I don't have "lanadmin -x " option ?
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-20-2000 07:25 AM
10-20-2000 07:25 AM
I was trying to change lan0 from 100 half duplex to 100 full duplex. I know that I can issue the command "lanadmin -x nmid". But unfortunately, I don't have this option on my machine. ( if I do a: man lanadmin, there's no such option) I am running 10.20 on my machine.
Is there any thing I can do to fix it?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 07:32 AM
10-20-2000 07:32 AM
SolutionYour patches are out of date. If youve been updating your patches regularly with the quarterly GR bundles you would have the -x and -X options for lanadmin. You need to download the latest LAN products cumulative patch to fix this (or install a recent GR bundle).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 07:39 AM
10-20-2000 07:39 AM
Re: How come I don't have "lanadmin -x " option ?
There may be a patch to update it but I do not know for certain.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 07:48 AM
10-20-2000 07:48 AM
Re: How come I don't have "lanadmin -x " option ?
my lan card is: lan0, NMID 4
There is a file: /etc/rc.config.d/hpbase100conf
Now it is configured as:
HP_BASE100_INTERFACE_NAME[0]=
HP_BASE100_STATION_ADDRESS[0]=
HP_BASE100_DUPLEX[0]=
HP_BASE100_INIT_ARGS="HP_BASE100_STATION_ADDRESS HP_BASE100_DUPLEX"
What does the last line mean? how do I configure this file? How come I can't even change half/full duplex option through SAM? is that also because of patch?
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 07:51 AM
10-20-2000 07:51 AM
Re: How come I don't have "lanadmin -x " option ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 08:05 AM
10-20-2000 08:05 AM
Re: How come I don't have "lanadmin -x " option ?
lanadmin -x is a query.
lanadmin -X is a set operation.
Hope this helps you!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 08:05 AM
10-20-2000 08:05 AM
Re: How come I don't have "lanadmin -x " option ?
Your file /etc/rc.config.d/hpbase100conf dosnt apply to lan0. If it did it then its options would be set, not left blank or as "".
If this file was set you would change the HP_BASE100_DUPLEX[0]=
to FULL or HALF. The value you need/default is described at the top of the hpbase100conf file.
First we need to determine what lan cards you have and what speeds they are. This requires ioscan -fknClan and lanscan output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 08:11 AM
10-20-2000 08:11 AM
Re: How come I don't have "lanadmin -x " option ?
Thought there was one but couldn't remember the name of it.
Also got this from our /etc/rc.config.d/hpbasetconf file:
# HP_BASET_DUPLEX Half or full duplex mode (half is default)
You might wanna try resetting it to =1 (thought you'll have to restart networking for it to take effect).
HTH
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 10:06 AM
10-20-2000 10:06 AM
Re: How come I don't have "lanadmin -x " option ?
I did a lanscan and ioscan -fnC lan to find out the right interface I am looking for. And modified the corresponding file: /etc/rc.config.d/hp*conf. And then reboot.
And, there is patches for "lanadmin -X" option and patches for SAM to be able to configure half/full duplex. But I can't install them for the time being ( because they are production boxes!)
Thanks a lot and have a nice weekend!