- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service guard found one error
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
07-21-2010 04:19 AM
07-21-2010 04:19 AM
Service guard found one error
how to resolve it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 04:33 AM
07-21-2010 04:33 AM
Re: Service guard found one error
ssh or otherwise log into the offending server and run:
lanscan
Check the serviceguard logs for other errors.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 04:41 AM
07-21-2010 04:41 AM
Re: Service guard found one error
Failover lan's 'inherit' the IP, they do not have an IP assigned.
Interesting, cause generally I set up lan0 (which is generally the lan port on the core)with the hard IP assigned, and then would have lan1 or lan2...etc as my failover lans.
Maybe I just need a cup of coffee,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 04:50 AM
07-21-2010 04:50 AM
Re: Service guard found one error
Regards,
Bhadresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 04:53 AM
07-21-2010 04:53 AM
Re: Service guard found one error
Lan0 is primary lan, and lan 1 is failvoer lan to lan 0, that is, lan 0 is backup lan,
currently, lan 1 is switching to lan 0 the result is error message "Failed to switch 10.88.6.225 from lan1 to lan0: Device busy",
thanks for your support!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 04:58 AM
07-21-2010 04:58 AM
Re: Service guard found one error
as your words,if lan 0 has been configured, then I run below command , can you feel it is worth action?
1.ifconfig lan0 plumb
2.ifconfig lan0 up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 05:02 AM
07-21-2010 05:02 AM
Re: Service guard found one error
pls post lanscan o/p..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 06:11 PM
07-21-2010 06:11 PM
Re: Service guard found one error
All lan card status is up, so I am confused with it! who ever dealt with similar case!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 04:26 AM
07-22-2010 04:26 AM
Re: Service guard found one error
Please run and post output of:
netstat -rn
Thanks,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 08:51 AM
07-22-2010 08:51 AM
Re: Service guard found one error
1) run landiag and reset it.
# landiag
Enter command: lan
-> at this point, before resetting the NIC, enter 'display' to inspect the NIC stats and look for large errors or a cause for the NIC to fail to respond.
When you are ready to try a reset a NIC, you can either use 'PPA' to point landiag to a new NIC, or accept the default (lan0)
Enter command: reset
Resetting LAN Interface to run selftest.
LAN Interface test mode. LAN Interface PPA Number = 0
2) unplumb and re-plumb the 'busy' NIC.
Examples:
# ifconfig lan0 unplumb
# ifconfig lan0 plumb
(landiag -> reset may be necessary again)
---
Hopefully lan0 will become usable after one of these and Serviceguard will automatically move traffic back to the primary NIC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2010 05:50 AM
07-23-2010 05:50 AM
Re: Service guard found one error
lan0 primary
lan1 stand by
#more /etc/rc.config.d/netconf file to check lan0 assigned or not?
#lanadmin -x 0
#ifconfig lan0 unplumb
#ifconfig lan1 unplumb
#/sbin/init.d/net stop
#/sbin/init.d/net start
#netstat -in
Regards
Deeos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2010 11:41 PM
07-24-2010 11:41 PM
Re: Service guard found one error
guys were not so clear what problem you encountered, so just please post everything needed!