Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31788
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: Is there a way to programmatically turn on remote registry? |
| Date | 2012-10-19 20:56 -0400 |
| Organization | > Bestiaria Support Staff < |
| References | <CAN4UfGy6dkdtKiQ+ghh7=CirS9Lca8DOrHvEiKRefgWUSwVFDA@mail.gmail.com> <5B80DD153D7D744689F57F4FB69AF4741671F47B@SCACMX008.exchad.jpmchase.net> <CAN4UfGx1JEzaTm_hKLH8Mf1N9qCB_d9qtNUTupFCkctUGaB2wQ@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2546.1350694580.27098.python-list@python.org> (permalink) |
On Fri, 19 Oct 2012 17:19:56 -0400, Kevin Holleran <kdawg44@gmail.com>
declaimed the following in gmane.comp.python.general:
> Thanks! I think this is getting me on the right track. Now when I attempt
> to start the RemoteRegistry service I am getting an exception "The RPC
> server is unavailable." However, I am done with this for today so back at
> it on Monday.
>
Apparently you are under a VERY locked down network...
RPC is another service you may have to start -- problem: you can't
start it from a remote connection as the remote connection needs to use
RPC <G>. It may be faster to just telnet to each machine, logging in as
admin, and then piping the shell commands to do the changes to the
telnet session...
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Is there a way to programmatically turn on remote registry? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-10-19 20:56 -0400
csiph-web