- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: back to back cluster
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
11-08-2005 01:30 AM
11-08-2005 01:30 AM
when I connect the nodes phisicly, what I need to do for my cluster know the new connection..?
the connection will be detect automacly..?
how I configure tcp or decnet IV for this conection..?
any command or comment..?
Thanks for your help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 01:47 AM
11-08-2005 01:47 AM
Re: back to back cluster
cluster concepts.
http://h71000.www7.hp.com/doc/82FINAL/6318/6318PRO.HTML
or folders for older version of OpenVMS.
http://h71000.www7.hp.com/doc/os82_index.html
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 01:49 AM
11-08-2005 01:49 AM
Re: back to back cluster
1. Load the required licenses on both machines (don't forget the CLUSTER license)
2. Make the physical connection.
3. Run the CLUSTER$CONFIG procedure on one machine. Here, you CREATE the cluster, giving it a name, number and password.
4. Reboot machine # 1
5. Run the CLUSTER$CONFIG procedure on the other machine and JOIN the cluster. Here, you specify number and password of the cluster to join.
6. Reboot machine # 2
and you're done.
And since it's VMS (well designed) there is no need for DECNet nor TCPIP (Cluster communication uses a separate protocol).
There are quite a number of things to consider if you want to take advantage of all facilities a VMS cluster offers (there is a whole manual about cluster configurations), but this is the base of all. Once it took me about 15 minutes ;-)
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 01:52 AM
11-08-2005 01:52 AM
Re: back to back cluster
Considering the time it takes some managed ethernet switches to boot, having a direct ethernet connection for LAVC can make the cluster more robust. The machines shouldn't have any problem finding themselves over the dedicated link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 01:55 AM
11-08-2005 01:55 AM
Re: back to back cluster
right now the cluster is assembled and runing, but its only lan cluster.
If I wan connect back to back for hardbit I need rebuild again with cluster_configure?
Thanks for your comments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 02:10 AM
11-08-2005 02:10 AM
Re: back to back cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 02:16 AM
11-08-2005 02:16 AM
Re: back to back cluster
so, you HAVE an existing cluster:
- Shutdown
- do the physical instal
- reboot
The cluster will automagically use all available interconnects.
(if you would venture and succeed in installing the new connection in the RUNNING cluster, even the reboot would not be necessary! )
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 02:16 AM
11-08-2005 02:16 AM
Re: back to back cluster
Are the nodes connected to a network switch/hub/other and you plan to replace this with a simple cable?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 03:13 AM
11-08-2005 03:13 AM
Re: back to back cluster
If I understand yours situation, you have two configured cluster nodes in lan cluster. Each node has two or more lan adapters. One of these adapters on each node is free (not connected).
If this is correct just connect the cross cable betwen the adapters and you are done. The connection will be detected automaticaly.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 04:38 AM
11-08-2005 04:38 AM
Re: back to back cluster
Edgar,
Bojan is correct, if you have open network ports you just need to connect them. The cluster will automatically begin to use the new path for SCS (cluster) traffic.
You do need to make sure the ports are both configured for the same speed and duplex settings. You can use the LANCP utility for this.
$ MCR LANCP SHOW DEVICE
$ MCR LANCP SET DEVICE EIB0/SPEED=100/FULL_DUPLEX
$ MCR LANCP DEFINE DEVICE EIB0/SPEED=100/FULL_DUPLEX
Note for your networking team, you don't want a second VLAN on the same hardware the primary network interfaces are connected to. This is a redundant path to ensure cluster availability. For two nodes a cross over cable will do the job. For more than two nodes, you need to have a redundant network connection, either a switch or hub.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 04:44 AM
11-08-2005 04:44 AM
Re: back to back cluster
I will the conection early
my doubth was because when I put
sda>sho port only I can see one port
866B7E30 pe PEA0 SYS$PEDRIVER
and I want have 2 ports betwen the nodes.
I think that will be necesary configure independiently each card or some thing.
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 05:02 AM
11-08-2005 05:02 AM
Re: back to back cluster
sda>sho port only I can see one port
866B7E30 pe PEA0 SYS$PEDRIVER
and I want have 2 ports betwen the nodes.
I think that will be necesary configure independiently each card or some thing<<
Clustering began using a special piece of 'CI' (Computer Interconnect) hardware. When clustering via a LAN, the PEDRIVER (Port Emulator) provides a pseudo-device that looks like a CI but communicates over other network interfaces. The code inside PEDRIVER handles selecting the path to use so you only need PEA0.
The DCL command "MCR LANCP show config/users" will show you which protocols are being used the available ethernet adapters. Cluster traffic is carried on NISCA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 05:44 AM
11-08-2005 05:44 AM
Re: back to back cluster
You asked me..?
Are the nodes connected to a network switch/hub/other and you plan to replace this with a simple cable?
the idea is have both, switch and simple cable..? its probably do it..?
David Jones
Thanks for your comements Can I select wich card I choice for my cluster trafic..?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 06:46 AM
11-08-2005 06:46 AM
Re: back to back cluster
The sys$examples directory has 2 programs, lavc$start_bus and lavc$stop_bus, that control which controllers run NISCS. See appendices D and E of the "Cluster Systems" manual.
I stop LAVC on my fastest server's gigabit card (keeping it on the 2 100 Mbit ethernets on the motherboard) because otherwise it tends to overwhelm the slower Alphas that have only 100 Mbit interfaces.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 06:52 AM
11-08-2005 06:52 AM
Solutionhttp://h71000.www7.hp.com/doc/82FINAL/6048/6048pro_contents_003.html#toc_chapter_18
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 11:56 PM
11-08-2005 11:56 PM
Re: back to back cluster
This is during cluster config, but can also be performed using the sysman utility.
The defualt is group number of one and it can get you into a lot of trouble.
You can take a cluster_authorization.dat
from one node, sys$common:[sysexe] and copy it to the other nodes.
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 02:35 AM
11-09-2005 02:35 AM
Re: back to back cluster
I will apply it