Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!nike!ucbcad!ucbvax!decwrl!3d.dec.com!jones From: jones@3d.dec.com (Ollie Jones 617-480-6651 DTN296) Newsgroups: net.unix-wizards Subject: Ultrix remote dumps, etc Message-ID: <5529@decwrl.DEC.COM> Date: Thu, 25-Sep-86 09:14:58 EDT Article-I.D.: decwrl.5529 Posted: Thu Sep 25 09:14:58 1986 Date-Received: Fri, 26-Sep-86 20:16:24 EDT Sender: daemon@decwrl.DEC.COM Organization: Digital Equipment Corporation Lines: 28 asked >We have a pair of Ultrix 1.2 systems, one on a MicroVAX II, >and one on a 750. These systems are connected by an >Ethernet. I'd love to use the 9-track drive on the 750 to >directly record dumps made on the MicroVAX, or have program >output on the MicroVAX be written directly to disk on the >750. Is this possible using Ethernet? If so, then how? Dumps: see rdump(8) and rrestore(8). I've been using them for a long time now and they work nicely. Program output: Not possible transparently, as far as I know. --- asks: > Has anyone used the System V-style shared memory facility in >Ultrix-32m (Microvax II) ... >For example, what role does "key" >play ? How do I pass the shared memory segment to non-related process ? Yes. Works nicely. See ipcs(1) and the transitive closure of its SEE ALSO sections. Also look at ftok(3c) to discover the mysteries of the 'key'. -- Ollie Jones DEC High Performance Workstations jones@3d.dec 617-480-6651 Disclaimer: If I (or anyone I've ever met) claimed to represent the opinions of my employer, they'd be making a false claim.