Unix Packages


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Unix Packages
# 1  
Old 08-16-2011
Unix Packages

Hi,

I need to create a unix package for various environments (DEV, UAT, PRE-PROD).

The scripts are keep within SVN, I need to pull the scripts from SVN and create a package then deploy them to each environment.

What's the best approach i should take and use. ( each configuration property would be different for each environment )

If someone can point / advise the best process that would be really good.

thank you
# 2  
Old 08-22-2011
  • Check out latest copy from SVN.
  • Create one copy per environment.
  • Modify script configuration, files etc. as per environment.
  • Build package/environment using "pkgtrans" command and deploy. Check manual page/documentation for pkgtrans, you will get better idea.
Let us know in case of any queries.
# 3  
Old 08-22-2011
What is the Unix platform?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

help on addon packages

Hello, I am running vertica on my VMware which has Centos 5.5. I wanted to add some packages to the OS as I am working on some user defined functions. The packages which I need are openldap-devel glibc-devel glibc-common libidn-devel openssl-devel The Centos version is Centos 5.5... (4 Replies)
Discussion started by: nnani
4 Replies

2. Solaris

Solaris 10 packages

can one install packages from different Solaris 10 subversion on a SPARC? (if we don't have the install media for exact same Solaris10.) (3 Replies)
Discussion started by: orange47
3 Replies

3. Solaris

RSC packages?

Does anyone know where to get these on Oracle's support site or elsewhere? (7 Replies)
Discussion started by: LittleLebowski
7 Replies

4. Slackware

Find Slackware Packages - packages.acl.org.ua

Hi! Let me introduce a project for find and download Slackware packages and browse Slackware repositories. The site provides following features: * Large, daily updated database with RPM, DEB, TGZ, TXZ packages for well-known repositories of the Slackware, Fedora, CentOS, RHEL, Debian,... (2 Replies)
Discussion started by: lystor
2 Replies

5. UNIX for Dummies Questions & Answers

installing packages

hi Guys, relatively new to Unix. i have a list of Unix packages to install... how do i install only what is on that list? can someone help? Kind regards Brian (1 Reply)
Discussion started by: brian112
1 Replies

6. Solaris

Packages

Hi there i wonder if someone can help, i have 2 servers (serverA and serverB). on A i have 147 packages, on server B i have 714 packages installed. i need server A to have the same packages as server B. how do i compile a list of only the packages i need? so in other words the list should be... (2 Replies)
Discussion started by: brian112
2 Replies

7. UNIX for Dummies Questions & Answers

packages

Hi there i wonder if someone can help, i have 2 servers (serverA and serverB). on A i have 147 packages, on server B i have 714 packages installed. i need server A to have the same packages as server B. how do i compile a list of only the packages i need? so in other words the list should be... (0 Replies)
Discussion started by: brian112
0 Replies

8. Solaris

Which packages contain?

Cannot find which packages install: The executable: sharemgr The service: smb/server Anyone knows? Background, I want to setup CIFS on ZFS. Solaris 10. (1 Reply)
Discussion started by: sb008
1 Replies

9. UNIX for Dummies Questions & Answers

Compiling UNIX software packages Question

I am trying to learn how compile programs using this lesson. UNIX Tutorial Seven I am stuck at 7.4 Configuring and creating the Makefile. It stats that I need to configure the utility with my home directory. After doing the echo $HOME command I get /home/Bill_Gates. It then says to insert... (6 Replies)
Discussion started by: jae99
6 Replies

10. UNIX for Advanced & Expert Users

UNIX patches with incompatible packages

I have a Sun Sparc machine with Solaris 9 on it as oracle server. We added two patches (112233-11: SunOS 5.9:Kernel Patch and 111722-04: SunOS 5.9:MathLibrary(libm)patch). When I prepared the server for Oracle installation, I checked patch with command: $/usr/sbin/patchadd -p | grep <patch_number>.... (0 Replies)
Discussion started by: duke0001
0 Replies
Login or Register to Ask a Question