- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Card lan ??
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-11-2002 06:23 AM
10-11-2002 06:23 AM
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 06:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 06:28 AM
10-11-2002 06:28 AM
Re: Card lan ??
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 06:30 AM
10-11-2002 06:30 AM
Re: Card lan ??
# lanscan
If you have more than 1 LAN card installed it'll show you which one is "UP" and which one is "DOWN" (in the "Interface State") column. Once you know which one for sure, shutdown your system according to your local procedure and proceed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 06:32 AM
10-11-2002 06:32 AM
Re: Card lan ??
INTERFACE_NAME[0]=lan1
Netstat -ir has no packets inbound/outbound. If thats the case you can remove that card with no adverse affect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 06:34 AM
10-11-2002 06:34 AM
Re: Card lan ??
I would suggest you do like this :
1. Identify the Lan Interface using lanscan
2. Disable teh same by editing /etc/rc.config.d/netconf
3.stop and restart the netwrok services
4. check whether the card has been diabled .
5. remove the device files.
5. Switch off the system
6. remove the card
7. boot the system
8. Check for the device files , run a ioscan again if ib doubt , re check using lanscan
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 07:04 AM
10-11-2002 07:04 AM
Re: Card lan ??
lan 7 0/6/0/0/4/0 btlan CLAIMED INTERFACE HP A5506B PCI 10/100
Base-TX 4 port
/dev/diag/lan7 /dev/ether7 /dev/lan7
lan 8 0/6/0/0/5/0 btlan CLAIMED INTERFACE HP A5506B PCI 10/100
Base-TX 4 port
/dev/diag/lan8 /dev/ether8 /dev/lan8
lan 9 0/6/0/0/6/0 btlan CLAIMED INTERFACE HP A5506B PCI 10/100
Base-TX 4 port
/dev/diag/lan9 /dev/ether9 /dev/lan9
lan 10 0/6/0/0/7/0 btlan CLAIMED INTERFACE HP A5506B PCI 10/100
Base-TX 4 port
/dev/diag/lan10 /dev/ether10 /dev/lan10
The card is a Base-TX 4 port
For exmaple
ifconfig lan10
ifconfig: no such interface
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 07:07 AM
10-11-2002 07:07 AM
Re: Card lan ??
So you can remove it and remove /dev/diag/lan10 /dev/ether10 /dev/lan10
with rmsf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 07:11 AM
10-11-2002 07:11 AM
Re: Card lan ??
0/6/0/0/4/0 0x00306E047E60 7 UP lan7 snap7 8 ETHER Yes 119
0/6/0/0/5/0 0x00306E047E61 8 UP lan8 snap8 9 ETHER Yes 119
0/6/0/0/6/0 0x00306E047E62 9 UP lan9 snap9 10 ETHER Yes 119
0/6/0/0/7/0 0x00306E047E63 10 UP lan10 snap10 11 ETHER Yes 119
In the file /etc/rc.config.d/netconf no exist the entrance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 07:13 AM
10-11-2002 07:13 AM
Re: Card lan ??
heheheh
you have all instruction in all previous post
p.s. (remenber to assign point, all people are working for you)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 07:20 AM
10-11-2002 07:20 AM
Re: Card lan ??
The A5506B is a 4port ethernet adapter - you have to be sure that all 4ports are unused before you can pull it out. Does this machine have another lan card that is being used? Are you not even connected to a network? If this is the only lan card, you can't pull it.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 07:29 AM
10-11-2002 07:29 AM
Re: Card lan ??
Yes I have another lan card.
To remove the card usr
rmsf -H 0/6/0/0/7/0
This commnad I have to use for the 4 cards??
0/6/0/0/4/0
0/6/0/0/5/0
0/6/0/0/6/0
0/6/0/0/7/0
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 07:37 AM
10-11-2002 07:37 AM
Re: Card lan ??
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 07:43 AM
10-11-2002 07:43 AM
Re: Card lan ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 08:00 AM
10-11-2002 08:00 AM
Re: Card lan ??
rmsf -H 0/6/0/0/4/0
rmsf -H 0/6/0/0/5/0
rmsf -H 0/6/0/0/6/0
rmsf -H 0/6/0/0/7/0
The special files dosen??t exit but when I do lanscan I still have been.
Thanks