1835822 Members
2820 Online
110085 Solutions
New Discussion

lanscan

 
SOLVED
Go to solution
sheevm
Regular Advisor

lanscan

I just added token ring card to one of my Lcalss server. I installed the driver and configured. But when I do lanscan I do not see that card I only see my ethernet cards. I can do ifconfig with that lancard it displays the information. It is working fine.

Anyone has any idea?

Thanks
be good and do good
11 REPLIES 11
Sridhar Bhaskarla
Honored Contributor

Re: lanscan

Hi Raji,

Check the network patches installed on your system. PHNE_24413 may help you.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Helen French
Honored Contributor

Re: lanscan

Hi Raji,

Is the card configured properly ? lanscan does not display information about LAN devices that do not have software support such as LAN interface cards that fail to bind properly at boot-up time.

I would suggest you to check the card status from SAM, check the /etc/rc.log file for any errors during boot time.

HTH,
Shiju
Life is a promise, fulfill it!
Domenico_5
Respected Contributor

Re: lanscan

hi raj

Install the following patch to resolve your problem:

PHNE_21217

Note: This patch, as with any patch, may be superseded.


Steve Steel
Honored Contributor

Re: lanscan

Hi


I presume you are on 11.00

Then get the latest lan patch

with dependencies these 3

PHNE_22962
PHNE_22566
PHNE_21767


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Helen French
Honored Contributor

Re: lanscan

sheevm
Regular Advisor

Re: lanscan

I am trying to install the PHNE_24413 patch as per your suggestion.

I downloaded it and did sh on the patch

When I run swinstall it give s the following error message

"You do not have required permission to perform
this SD operation" check permission using swacl"

I am running this as root.

What does this mean?

Thnaks

Raji
be good and do good
S.K. Chan
Honored Contributor

Re: lanscan

Restart swagentd and try again ..

# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
Helen French
Honored Contributor

Re: lanscan

Hi Raji,

You may have to restart the swagentd daemon:

# /sbin/init.d/swagentd stop

# /sbin/init.d/swagentd start

HTH,
Shiju
Life is a promise, fulfill it!
Sridhar Bhaskarla
Honored Contributor
Solution

Re: lanscan

Hi Raji,

There are two things you need to check.

1. Make sure your hostname is properly setup and you are able to ping to it.

2. Run swacl -l root. If you get an error, then you need to fix your security directory under /var/adm/sw.

#swagentd -k
#mv /var/adm/sw/security /var/adm/sw/security.old
#cp -Rp /usr/newconfig/var/adm/sw/security /var/adm/sw/security
#swagentd -r

run swacl -l root again. You shouldn't get errors this time. Then you can use swinstall to proceed.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
pap
Respected Contributor

Re: lanscan

Hi Raji,

I think you are installing these patches from another machine on the network.

If you are doing so, please mount the remote machine file system to your server on which you want to install the patch. Then use swinstall to install the patch.

Otherwise try to download the patch using binary download option.

-pap
"Winners don't do different things , they do things differently"
sheevm
Regular Advisor

Re: lanscan

Thanks to all of you.


After copying the security file and starting and stopping swagentd it worked fine. And also lanscan is fine.
be good and do good