Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; 'scripts,': 0.09; 'subject:script': 0.09; 'subject:software': 0.09; 'url:github': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'systems.': 0.12; 'suggest': 0.14; 'windows': 0.15; 'example).': 0.16; 'guys,': 0.16; 'subject:install': 0.16; 'thanks,': 0.17; 'wrote:': 0.18; 'wed,': 0.18; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'java': 0.24; 'paul': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'script': 0.25; '(for': 0.26; 'developing': 0.27; 'header:In-Reply-To:1': 0.27; 'dos': 0.30; 'run': 0.32; 'etc.)': 0.35; 'usual': 0.35; 'received:google.com': 0.35; 'oracle': 0.36; 'charset:us-ascii': 0.36; 'should': 0.36; 'version,': 0.38; 'easy': 0.60; 'simple': 0.61; 'email addr:gmail.com': 0.63; 'to:addr:gmail.com': 0.65; 'jul': 0.74; 'subject:via': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=IXwSvtRzDSzZFuBKH5ZPQhm/i5G//haFIAI7hXGphmo=; b=rR4QA93517mXjTezg6pqDRJcmaSzo+icYJQx7p5Df7UNao3NYawyE2hZH4U6QjiOqH JP3itfXJzYQ1JhlEidD2SgJia98K2fst6VpwB6RlfAR9q2gH9bwGztC1IjWM2IHId5Ai 5pMB9c7Wmwvx67ZO6OQD03qCyYE3e+rQ1VKmyQ/RKY3SPWZvpCEeW0BwmVXsZ5TNNNp9 TycZOoIEYJzMmLwqNwbFZYf6Yb/sdkc9XPKYnoctrEEAfpr//iY89d6XZN45ai1w2i+l 17aUVmcxUSpoeDVBk2FO3WpsHu+d9I34DeUkBXn+JpwLHcEBpJmUp1nM8FewJlgrqlGO dzHw== X-Received: by 10.180.221.162 with SMTP id qf2mr6764098wic.75.1404341204802; Wed, 02 Jul 2014 15:46:44 -0700 (PDT) Date: Thu, 3 Jul 2014 01:46:37 +0300 From: Paul Sokolovsky To: "Moshe Avraham" Subject: Re: install software via Python script In-Reply-To: <002201cf9641$37639ef0$a62adcd0$@gmail.com> References: <002201cf9641$37639ef0$a62adcd0$@gmail.com> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.10; i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 33 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404341211 news.xs4all.nl 2863 [2001:888:2000:d::a6]:45360 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73854 Hello, On Wed, 2 Jul 2014 18:01:45 -0400 "Moshe Avraham" wrote: > HI Guys, > > I need to install variety of software (Oracle, SqlServer, upgrade JAVA > version, WAS, WMB, Tomcat, etc.) on both WINDOWS and UNIX/LINUX. > > These are usual daily operation of large IT departments. > > So instead of developing both shell & DOS scripts, I like to develop a > single Python script (for each of these software) to run on all > operation systems. > > Can someone suggest an easy simple way of developing a script for > Oracle (as an example). You should look into Ansible http://www.ansible.com , https://github.com/ansible/ansible > > Thanks, > > Moshe > -- Best regards, Paul mailto:pmiscml@gmail.com