Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73852 > unrolled thread

FW: install software via Python script

Started by"Moshe Avraham" <mosheavraham2002@gmail.com>
First post2014-07-02 18:01 -0400
Last post2014-07-02 22:07 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  FW: install software via Python script "Moshe Avraham" <mosheavraham2002@gmail.com> - 2014-07-02 18:01 -0400
    Re: FW: install software via Python script Grant Edwards <invalid@invalid.invalid> - 2014-07-02 22:07 +0000

#73852 — FW: install software via Python script

From"Moshe Avraham" <mosheavraham2002@gmail.com>
Date2014-07-02 18:01 -0400
SubjectFW: install software via Python script
Message-ID<mailman.11421.1404338524.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

 

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).

Thanks,

Moshe

[toc] | [next] | [standalone]


#73853

FromGrant Edwards <invalid@invalid.invalid>
Date2014-07-02 22:07 +0000
Message-ID<lp1vr2$7lf$1@reader1.panix.com>
In reply to#73852
On 2014-07-02, Moshe Avraham <mosheavraham2002@gmail.com> wrote:

> 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).


 1. Write down a precise description of each of the steps required to
    accomplish the task.

 2. Convert each step to Python.

-- 
Grant Edwards               grant.b.edwards        Yow! I am NOT a nut....
                                  at               
                              gmail.com            

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web