Xref: utzoo comp.sys.mac.misc:7555 comp.sys.apollo:7630 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!apollo!carlton From: carlton@apollo.HP.COM (Carlton B. Hommel) Newsgroups: comp.sys.mac.misc,comp.sys.apollo Subject: Re: Connecting Macs to Apollos Message-ID: <4f3e2e5e.20b6d@apollo.HP.COM> Date: 16 Jan 91 17:26:00 GMT References: <1991Jan15.121529@ap.co.umist.ac.uk> Sender: root@apollo.HP.COM Reply-To: carlton@apollo.hp.com Followup-To: comp.sys.mac.comm,comp.sys.apollo Organization: Apollo Computer, Chelmsford, MA Lines: 98 [Followups are directed to comp.sys.mac.comm] >Having recently got some more macs, we were wondering on the feasibility of >connecting them to our Apollo ring. I have not heard of a way to connect Macs, or AppleTalk, directly to an Apollo Token Ring network. (Ie, there is no equivalent of the DPCC layered product, that allows you to connect IBM PCs to an ATR.) >However, we have recently bought some entry-level Mac Classics, and >ethernet upgrades for these do not yet seem to be feasible. Is it >possible to get Appletalk connections for Apollo's (DN3000/4000 running >Domain/OS) together with the appropriate software? You can buy a box that will bridge between AppleTalk and Ethernet. The March 1990 issue of MacWorld had a lengthy set of articles and product reviews on this topic. Once you have your Macs on the Ethernet, you can use NCSA Telnet, MacX, and a large collection of HyperCard stacks to make ftp, X Window stuff, news reading, and mail programs work. Carl Hommel carlton@apollo.hp.com [Below is my standard file on Mac <-> Apollo.] How to connect a Mac to an Apollo The fastest way to connect a Mac to an Apollo is to buy an Ethernet Card, for either a Mac II or SE/30, and connect into the network using NCSA Telnet or some other TCP/IP software. The research I did showed that the Racal-Interlan cards delivered the most for the best price. For people willing live with a transfer rate of about 1.5K cps, do the following: Hardware 1. Get (or make) a null modem Mac-to-RS232 cable. 2. Connect the modem port in the back of the Mac (the one with the phone symbol) with the tty01 port of your DNXXXX. 3. Edit the file /sys/node_data/etc/ttys , and change the line tty01 none dumb off secure to tty01 "/etc/getty 19200-baud" vt100 on secure 4. (As root), send a HUP signal to the init process, by # kill -1 1 5. Check and make sure the process is running: # ps ax | grep tty01 7392 ? S 0:00 - 19200-baud tty01 Software: 1. Find a Mac terminal emulator that supports the zterm protocol. ZTerm is $35 shareware, available from sumex.stanford.edu as file /info-mac/comm/zterm-085.hqx . Various commercially available programs support zmodem, as well. Send in your shareware fee if you use zterm regularly. 2. Get the Unix zmodem package, and compile it. It is available from sumex.stanford.edu as /info-mac/unix/zmodem-part[1234]1.shar. This will give you the rz and sz programs. Mac Usage: Double click on the ZTerm icon. Set the baud rate to 19.2K. The other default settings are harmless. You should now see a login prompt, although it may be garbled because of a problem with getty and 8 bit output. Just type in your login normally, and things will get back to normal. Modem usage: If you are dialing in over a phone line, then use a modem Mac-to-RS232 cable. Set your baud rate to whatever your telecommunications equipment expects. File Transfers: To send files from Mac to Apollo (upload): Type "rz". It will type back rz ready. To begin transfer, type "sz file ..." to your modem program and start sending out magic zmodem characters. Use the pulldown menu to start a zmodem upload. To send files from Apollo to Mac (download): Type "sz". It will respond Sending in Batch Mode and wait. The Zterm program will catch the magic zmodem characters, and put the file onto your Mac disk. There may be occasional problems with the interaction between sz and your network. If you are getting a throughput of 3%, rather than 75-90%, try copying the sz program, and the files you want to download, onto the /tmp directory of the node you are logged into, and executing the binary from there. Another incredibly useful Unix program is mcvert. Mcvert converts binhexed *.hqx files into MacBinary *.bin files. ZTerm will take the MacBinary file and directly put it on your Mac - you don't need to run binhex on your mac! mcvert is available from sumex.stanford.edu as file /info-mac/unix/mcvert-15.shar . Carl Hommel carlton@apollo.hp.com