- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check the NIC and LAN Console NIC configura...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-08-2004 07:15 PM
тАО09-08-2004 07:15 PM
Could someone advise me how to check the NIC
and LAN Console NIC's configuration?
We want to know whether NIC is auto-negotiation or not.
Thanks for advise.
Chen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2004 07:19 PM
тАО09-08-2004 07:19 PM
SolutionNICS:
perform a lanscan for PPA numbers and issue a lanadmin -x
This will give you current settings.
adjust using the lanadmin -X
to keep it adjust the /etc/rc.config.d/hpbtlanconf ( or other device file)
For lansconsole ot depends on the hardware. So if you could provide the hardware...
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2004 07:21 PM
тАО09-08-2004 07:21 PM
Re: How to check the NIC and LAN Console NIC configuration?
you can do it using "lanadmin" command or just using sam
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2004 08:27 PM
тАО09-08-2004 08:27 PM
Re: How to check the NIC and LAN Console NIC configuration?
lanscan should display all your NICs incl. HW paths and MAC addresses.
Then the classical Unix command netstat shows you pretty much.
netstat -in
shows bound IP addresses, MTUs, In/Out packets
netstat -rn
shows the static routing table
netstat -s
shows you MIB stats
/usr/sbin/ifconfig lanX
the configuration of the by lanX specified NIC
/usr/sbin/lanadmin -g mibstats N
(where N is the PPA like 2 in lan2)
also shows you the MIB stats of that particular NIC
/usr/sbin/ioscan -nfClan
also shows you HW paths and used drivers
This gives you a hint which init NIC config file to look at for reboot-proof NIC settings.
E.g. if the driver was btlan you would put settings in /etc/rc.config.d/btlanconf
/usr/sbin/lanadmin -x N
would show the current settings (i.e. speed, link mode which needs to be the same as on the link partner (mostly a switch port)).
The node's IP address, netmask, gateway etc. would be configured reboot-proof in
/etc/rc.config.d/netconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2004 09:46 PM
тАО09-08-2004 09:46 PM
Re: How to check the NIC and LAN Console NIC configuration?
sam --> networkconfigurations --> network interface service --> lan card details
or simply with ifconfig
But I am not sure console settings with these commands. I have tried on the console as,
MP>CM ( comman login )
MP:CM>LS -nc or LS
It gives the console settings with hostname etc there.
LS : LAN Status
This command displays all parameters and the current status of connections
of the MP LAN. The LAN parameters are not modified by the execution of
this command.
Regards
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2004 09:57 PM
тАО09-08-2004 09:57 PM
Re: How to check the NIC and LAN Console NIC configuration?
But I cannot verify, because I haven't got a connected Lanconsole right now :-]
At the console type Ctrl-b, then "he" or "ma" to get setting choices displayed.
It nust also depend on the GSP make and version what choices are available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 03:05 AM
тАО09-09-2004 03:05 AM
Re: How to check the NIC and LAN Console NIC configuration?
Help details are as,
==== MP Help: Port Configuration ===========================(Oper )============
LC : LAN Configuration usage (IP address, etc.)
This command modifies the LAN Configuration. Configurable parameters:
MP IP Address, MP host name, subnet mask, gateway, web access port
number, LAN speed, duplex, and autonegotiation.
MP Host Name set in this command is displayed at the MP command
interface prompt. Typically the DNS name for the LAN IP is entered.
This field can be programmed to any useful name or phrase. For clarity,
it is useful to enter: "MPNAME-on-SYSTEM" as the MP Host name, so
both names show up in the prompt (limit 19 chars, no spaces allowed.)
Command line usage:
LC [ -ip
[ -gateway
(ADMINISTRATOR level command.)
SEE ALSO: LS, SA (LAN Status, Set Access)
To get the status of console use LS ( Lan Status ) :)