From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <4328bb76-f45d-4539-8bbe-68e5ba9d0491@n16g2000prc.googlegroups.com> References: <4328bb76-f45d-4539-8bbe-68e5ba9d0491@n16g2000prc.googlegroups.com> Date: Fri, 11 Feb 2011 09:20:26 -0800 Message-ID: From: John Floren To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Plan9 CPU server Topicbox-Message-UUID: adcdb02c-ead6-11e9-9d60-3106f5b1d025 On Fri, Feb 11, 2011 at 8:30 AM, Nyan Htoo Tin wrot= e: > Hi all, I've successfully tried plan9 on qemu/virtualbox. > But I don't understand what is CPU server that I usually saw in plan9 > doc/manual?? > I'd like to know details...link/pointer would be appreciated. > > I've downloaded http://www.9gridchan.org/9grid_node_img and used > drawterm. > But I have no idea how to connect from plan9 machine. > Let's say after I've booted CPU server using this command > =A0qemu -hda ventigridserver.qcow2.img -redir tcp:2567::567 -redir tcp: > 17010::17010 -m 256 > > I could use drawterm. But How do I connect from another plan9 machine? > I've tried cpu -h gridserver but not successful.... > > I'm not sure about the 9gridchan images in particular, but if you're trying to connect from another Plan 9 machine, *in general*, you want to add some stuff to /lib/ndb/local. If your cpu/auth server is called gridserver, the computer you want to connect *from* should have entries something like this: auth=3Dgridserver authdom=3Dyourauthdomain sys=3Dgridserver dom=3Dgridserver.yourauthdomain ip=3D Then you can do cpu -h gridserver. Hope this helps John