home *** CD-ROM | disk | FTP | other *** search
- X-Gateway-Source-Info: INTERNET
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!mips!sdd.hp.com!usc!noiro.acs.uci.edu!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
- Date: 31 JUL 92 09:13:27 GMT
- Newsgroups: vmsnet.networks.tcp-ip.multinet
- X-Return-path: <info-multinet-relay@TGV.COM>
- X-RFC822-From: adelman (Kenneth Adelman) @ TGV.COM
- From: adelman@TGV.COM
- Subject: Re: a proposed Multinet setup
- Organization: The INFO-MULTINET Community
- Message-ID: <238032AE31JUL92091327@TGV.COM>
- Nntp-Posting-Host: Mvb.Saic.Com
- Lines: 51
-
- > We have 26 SPARCstations, all of which use disks on a HSC50 in a
- > VAXcluster that has a VAX 8550 and 8530. Currently the 8550 has
- > the Multinet software and everybody is on the same Ethernet segment.
-
- > Traffic is high and I think splitting into two or more subnets and
- > physically different segments would help. Would the following work?
-
- > I would add Multinet to the 8530 and split the single segment into
- > two sections, breaking them on workgroup boundaries. Each VAX would
- > be on a different segment and be an NFS server of (even the same) HSC50
- > disk drives to each segment. However, we do want some limited IP traffic
- > (ping, telnet, rlogin, ftp, snmp) between the segments. Could I then
- > essentially use the VAXCluster as a router by running IP over
- > DECnet over the CI interfaces (remember the Ethernet controller
- > on one VAX is not on the same segment as the Ethernet controller
- > on the other VAX) and use the routing support in Multinet?
- > Or can Multinet use the CI interfaces directly?
-
- > We do have some VAXstations and they will lose their failover
- > capability between the two 8500s as boot and server nodes. Is there
- > anything else I might be overlooking or another configuration to consider?
-
- > Could I also add second Ethernet controllers to the 8500s to get
- > 4 segments? (I am assuming I would get better NFS performance by
- > having two CPUs involved than one as I do now.)
-
- Are you really sure that you're running up against the Ethernet
- limit? First, I'd make sure that you have DEBNI Ethernet controllers
- and not DEBNA controllers. If you have a DEBNA, get it upgrade to
- a DEBNI which has better performance.
-
- IP over DECnet over CI is going to have a LOT of overhead; I'd
- recommend you not even consider it. If you need to split your machines
- into two networks for traffic reasons, I'd get two Ethernet controllers
- on one of the VAXen and connect it to both networks. You could generalize
- this up to any number of networks subject to the limit of how many
- controllers you can put on a VAX, or get a cisco gateway.
-
- Now to the subject of NFS performance with the MultiNet server --
-
- If you want to carve up the load into multiple machines, you want
- to divide it along the lines of filesystems, not clients, so that only
- a single VAX serves any particular mount point. If you have more than
- one NFS Server serving the same files, they compete to hold those files
- in cache and you get a lot of unnecessary cache-churning and a severe
- degradation in performance. The key to the performance of our NFS
- Server is an efficient cache; the price paid for this is memory.
- Exporting the same filesystem from two machines results in doubling
- the memory usage and cache-churning.
-
- Ken
-