- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: How to monitor a LAN failover device...if o.k.
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
02-13-2006 12:23 AM
02-13-2006 12:23 AM
How to monitor a LAN failover device...if o.k.
How can I check the other Device (EWB0), with Scripts or Commands that it is o.k.
For Shadow-Disk I have a Monitor-Script which tell me if one member fails.
Is there a command to check the second device?
Thanks in advance. Greetings, Werner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 12:38 AM
02-13-2006 12:38 AM
Re: How to monitor a LAN failover device...if o.k.
You can use
$ MC LANCP SHO DEV eia0/char
(substitute eia0 with your device name)
There you can see if the device is active.
Another possibility is
ifconfig -a
(You have to execute @sys$startup:tcpip$define_commands to define the symbol ifconfig)
Regards
Heinz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 02:49 AM
02-13-2006 02:49 AM
Re: How to monitor a LAN failover device...if o.k.
Nothing changes in lancp.
May be monitor another protocol that is active on it (e.g. if packets are received/sent). E.g. AMDS ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 06:11 PM
02-13-2006 06:11 PM
Re: How to monitor a LAN failover device...if o.k.
you can use the command LANCP SET DEVICE/SWITCH LLA0 to switch the active device in a LAN failover set. If the other device wouldn't work, LLDRIVER will switch back to the working LAN device.
A better way to check is:
$ MC LANCP SHOW DEV/INTERNAL EWA0 (or EWB0)
...
LinkUp Link state
...
--- Driver Messages ---
11-FEB-2006 18:35:20.16 Link state change: UP
11-FEB-2006 18:35:17.68 Full Duplex 100BaseTX connection selected
11-FEB-2006 18:35:17.68 FastFD mode set by console
Check for the Link State information and maybe also check, that the most recent event was a 'Link state change: UP'
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 08:42 PM
02-13-2006 08:42 PM
Re: How to monitor a LAN failover device...if o.k.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 11:52 PM
02-13-2006 11:52 PM
Re: How to monitor a LAN failover device...if o.k.
yes this command helps me.
I write a script, which check the "Link state" and the "Link state change" and if a link goes down, a E-Mail or OP-Com is generated.
Very good...
Thanks Werner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 11:53 PM
02-13-2006 11:53 PM