Operating System - HP-UX
1753330 Members
5100 Online
108792 Solutions
New Discussion юеВ

Re: new network card on hpux

 
SOLVED
Go to solution
Shivkumar
Super Advisor

new network card on hpux

Dear Sirs;

After adding a new network card; how to enable it ?

Thanks,
Shiv
8 REPLIES 8
Zigor Buruaga
Esteemed Contributor

Re: new network card on hpux

Hi,

Be sure that the new card is recognized by running:
# ioscan -fnC lan

If it's shown as CLAIMED, you can then configure it using SAM.

Regards,
Zigor
Steven E. Protter
Exalted Contributor
Solution

Re: new network card on hpux

It should be active and CLAIMED when the system comes up after boot.

Pay close attention to where you insert the card. There are slots on some servers where you CAN insert a card, but if its labeled No Slot or similar, putting a card in can make your system fail to boot.

Most newer servers are PCI. You should only used approved hardware, but I bet you did that.

Good Luck,

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Mahesh Kumar Malik
Honored Contributor

Re: new network card on hpux

Hi Shiv

1. Make sure there is appropriate driver for the card installed in the system. This can be checked as per following:

#ioscan -fn should show the card as CLAIMED or else driver needs to be installed. Driver will be generally available on application CDs.

2. Use SAM to configure the card.

3. #lanscan should show the status of card

Regards
Mahesh
Raj D.
Honored Contributor

Re: new network card on hpux

Hi Shiv ,


Check the driver is installed properly:

# lsdev -d btlan3

You can check with this also:
# lsdev -C lan
# ls -l /dev/lanX
check the major against the lsdev output to confirm your netowrk card driver .

Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Devender Khatana
Honored Contributor

Re: new network card on hpux

Hi,

1. See all lan devices on system.

#ioscan -fnC lan

2. See allready configured lan interfaces

#lanscan or lanscan -q

or
#cat /etc/rc.config.d/netconf|grep -i INTERFACE_NAME

3. Add another entries in the same file for new card in similar format. Also put new entry in /etc/hosts file.

All these things can be done with SAM as well easily.

HTH,
Devender
Impossible itself mentions "I m possible"
Yogeeraj_1
Honored Contributor

Re: new network card on hpux

hi,

in SAM, any unconfigured cards will look as follows:

Network Interface Cards 0 of 6 selected├В┬ж
├В┬ж------------------------------------------------------------------------------├В┬ж
├В┬ж Card Interface Hardware Interne ├В┬ж
├В┬ж Type Name Path Status Address ├В┬ж
├В┬ж+---------------------------------------------------------------------------+ ├В┬ж
├В┬ж├В┬ж Fast Ethernet lan2 0/2/0/0/5/0 Not Configured 0.0.0.0 ├В┬ж
├В┬ж├В┬ж Fast Ethernet lan3 0/2/0/0/6/0 Not Configured 0.0.0.0 ├В┬ж
├В┬ж├В┬ж Fast Ethernet lan4 0/2/0/0/7/0 Not Configured 0.0.0.0 ├В┬ж



you can then configure the IP addresses accordingly.

regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Arunvijai_4
Honored Contributor

Re: new network card on hpux

Shiv,

Use sam --> Networking and Communications -->Network Interface Cards and look for the new card. You can configure easily with SAM.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Muthukumar_5
Honored Contributor

Re: new network card on hpux

You can all informations from,

http://docs.hp.com/en/B2355-90796/ch02s02.html

hth.
Easy to suggest when don't know about the problem!