08-21-2008
Difference between development and Production unix servers for a application??
Hi all
I am running a major script of my application in development for implementing code changes for process improvement in time. The script runs in production once in a month . It takes 8 hours 30 mins in Production server . what surprice me is , when I run the same script in development server with out implementing the changes it completes in 4 hours 20 mins .Everything was updated perfectly . Please can I know the any differences in PRODUCTION and DEVELOPMENT UNIX servers for the application ?
~Sakthifire
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
okay, so i'm using windows right now because i produce electronic music and all my software is written for windows.
i want to get rid of microsoft's os, so i'm wondering if there is an easy way to run these windows programs on a unix system. maybe a windows emulator for x-windows or something... (1 Reply)
Discussion started by: nydel
1 Replies
2. UNIX for Dummies Questions & Answers
What's the dominant Unix in production environment?
Solaris or Linux?
HP-UX and AIX have never been "dominant", while HP-UX is widely used in financial circles... Is Linux reallly where it's all going for major production environments running Oracle/SAP/whatever or will Solaris remain... (1 Reply)
Discussion started by: etc
1 Replies
3. UNIX for Dummies Questions & Answers
Is it common in the Unix/Linux environment to install compute intensive applications on a Server system and have the client machines download the executables into memory at runtime to run locally? This model seems taxing to the network, and as I understand, has been largely abandoned in the... (1 Reply)
Discussion started by: jonwillog
1 Replies
4. UNIX for Dummies Questions & Answers
I am new to UNIX (about a year) and learning as fast as I can. I am an instructor teaching UNIX and have two labs with Ultra 10 333 MHz, Sun Blade 1000 1 GHz, Blade 100, and Two Enterprise 250 Servers. We are currently teaching our classes using the Solaris 2.10 OS, downloaded in May 2006, I am not... (7 Replies)
Discussion started by: dutchman
7 Replies
5. UNIX for Advanced & Expert Users
Hi,
When most of the server applications get installed, they create their own user. I believe this is to not use the "root" account. For example, Apache when installed creates a user called "apache". And the directories which it uses are all owned by this user. This seems to be the... (2 Replies)
Discussion started by: srikanths
2 Replies
6. BSD
Hi All,
There are few OpenBSD 4.8 servers without compiler installed at my working place. However, sometimes there are some patches released for patching the kernel.
My question is: Can I setup a non production OpenBSD 4.8 server as a test machine with compiler installed and use it to... (1 Reply)
Discussion started by: lcxpics
1 Replies
7. Solaris
Hi
Is there any default/open source snmp application to
send traps
monitor some processes in Solaris
has MIB package available
that can be used in production environment
I am using
SunOS Server1 5.10 Generic_142910-17 i86pc i386 i86pc
If it has a GUI its a plus :) (1 Reply)
Discussion started by: kashif_islam
1 Replies
8. UNIX for Dummies Questions & Answers
I am currently setting up a public key authentication between servers. The goal is to get the date via `ssh hostname date` on all the 4 remote servers , put the value in a text file on the central server and compare the date (specifically seconds) for each server date output to check if time is... (7 Replies)
Discussion started by: depam
7 Replies
9. Shell Programming and Scripting
I had a unix scripts in prod. I need to made changes in those scripts which I don't have the edit access. I need to move those scripts from prod to dev to edit. Please tell me how to switch from production to development, So that I can made changes in dev and again move those scripts to Prod.
... (3 Replies)
Discussion started by: Rajeswararao
3 Replies
10. HP-UX
Hi,
This weekend there was a sudden application crash in the server.
I did not know where to start to investigate the problem, so I first looked into the /var/adm/syslog/syslog.log, and this was what I found :
Dec 17 00:38:02 L28bi01 sshd: error: accept: No buffer space available
Dec 17... (9 Replies)
Discussion started by: anaigini45
9 Replies
PREFIX(1) General Commands Manual PREFIX(1)
NAME
prefix - Script that allows you to reconfigure environment variables for multiple installations of a set of software installed on the same
machine
SYNOPSIS
prefix
DESCRIPTION
It is assumed that the software for each installation is all under a single directory whose name is assigned to an environment variable
called PREFIX.
This arrangement of enabling multiple installations of software on a single machine is useful at many times. On a single server, it can
provide for development, test, and production installations of software. Alternatively, on development servers, it allows for multiple
development "sandboxes", one for each developer. On production servers, it allows for multiple versions of the production software to be
installed. One might be the currently running software, one the previous software kept online as a fall-back, and one a new release of
software wich is scheduled to be brought online soon.
There are three usages of the prefix script:
(1) The interactive usage should be placed as the last line
of a user's ".profile". The user must be running the
Korn shell (ksh) or the Bourne Again shell (bash).
The user is prompted to enter one of the known PREFIX locations,
specified in the $HOME/.prefixes file or the /etc/prefixes file.
During configuration, the $PREFIX/.prefixrc file is sourced
in order to accomplish environment-specific configurations.
(2) The non-interactive user configuration does not consult
$HOME/.prefixes or /etc/prefixes or prompt the user, but merely
configures the environment in accordance with the cmd line argument.
(3) The batch command usage is mainly for running commands from
cron or running commands in another environment without changing
to that environment.
Usage (1): . prefix (sets up environment)
(2): . prefix <prefix> (non-interactive setup)
(3): prefix <prefix> <cmd> <args> (runs cmd configured for PREFIX)
This manual page was written for the Debian distribution because the original program does not have a manual page.
AUTHOR
Prefix was written by Stephen Adkins <spadkins@gmail.com>, and is part of the App-Options distribution.
This manual page was written by Jotam Jr. Trejo <jotamjr@debian.org.sv>, for the Debian systems (but may be used by others).
Oct 07, 2010 PREFIX(1)