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
04-04-2002 06:32 AM
04-04-2002 06:32 AM
Anyone has any idea?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 06:37 AM
04-04-2002 06:37 AM
Re: lanscan
Check the network patches installed on your system. PHNE_24413 may help you.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 06:37 AM
04-04-2002 06:37 AM
Re: lanscan
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 06:38 AM
04-04-2002 06:38 AM
Re: lanscan
Install the following patch to resolve your problem:
PHNE_21217
Note: This patch, as with any patch, may be superseded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 06:41 AM
04-04-2002 06:41 AM
Re: lanscan
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 06:46 AM
04-04-2002 06:46 AM
Re: lanscan
Check this document too:
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=0310b936068c63b56a/screen=ckiDisplayDocument?docId=200000051856184
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 09:19 AM
04-04-2002 09:19 AM
Re: lanscan
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 09:25 AM
04-04-2002 09:25 AM
Re: lanscan
# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 09:27 AM
04-04-2002 09:27 AM
Re: lanscan
You may have to restart the swagentd daemon:
# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 09:35 AM
04-04-2002 09:35 AM
SolutionThere 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 10:46 AM
04-04-2002 10:46 AM
Re: lanscan
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 10:57 AM
04-04-2002 10:57 AM
Re: lanscan
After copying the security file and starting and stopping swagentd it worked fine. And also lanscan is fine.