- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIC Configuration
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
08-09-2001 10:54 PM
08-09-2001 10:54 PM
I have a K360 HPUX10.20 machine and i would
like to check out the communication modus (half or full duplex) of the Ethernet Card.
(It?s a fast Ethernet card so the speed is
100Mbits/s)
Is there a possibility to change the configuration of the NIC?
Thanks a lot
dan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 11:07 PM
08-09-2001 11:07 PM
Re: NIC Configuration
You can 'sam' which is the easiest. You need
to be 'root' to do this.
sam -->Networking and Communications -->
Network Interface Cards
Select the card(s) and use the pull-down menu
from actions --> configure to view the information
Be careful when making any changes, it may render the card unusable if the network has different parameters.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 11:21 PM
08-09-2001 11:21 PM
Re: NIC Configuration
I tried SAM prior to post the message;it hasn?t
the possibiity to view (change)the HDX or FDX modus.
thank you
dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 12:00 AM
08-10-2001 12:00 AM
SolutionIn /etc/rc.config.d/ directory you can find a config file coresponding to your NIC, for example hpbase100conf.
The file includes:
HP_BASE100_SPEED[0]=....(here you can put the correct speed and mode - for an example 100HD which means 100 MB/s and HalfDuplex.
Then you have to reconfigure NIC by executig script coresponding with your NIC, for an example:
/sbin/init.d/hpbase100
good luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 12:19 AM
08-10-2001 12:19 AM
Re: NIC Configuration
lanadmin -x
to display and
lanadmin -X
to set theese parameters
You can get NMID by using the command:
lanscan
regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 12:37 AM
08-10-2001 12:37 AM
Re: NIC Configuration
dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 05:33 AM
08-10-2001 05:33 AM
Re: NIC Configuration
Use :
1. SAM,
2. Configure your /etc/rc.config.d/netconf or
3. lanadmin command
Magdi