Installation utility for Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Installation utility for Solaris
# 1  
Old 12-08-2009
Installation utility for Solaris

Hi,

i have a requirement where we need to install an application on Solaris machines using an installation package. However, it involves various steps like:-

1. FTP to the configuration server and get the installation package
2. Move the installation package to the desired folder
3. Edit the properties file if required.
4. Run the actual shell script to start the installation.

Basically, it requires too much human intervention for our liking and so is prone to error. Please pardon me for being naive but is there any utility available which can automate the process, other than writing a shell script for the same?

thanks.

Last edited by smartdude_bly; 12-08-2009 at 07:54 AM.. Reason: misspelt
# 2  
Old 12-08-2009
a script is the way to do something like this... and it should be quite easy to implement with the "expect" tool...
# 3  
Old 12-09-2009
Sun has a tool/utility called Sun N1 Service Provisioning System
# 4  
Old 12-09-2009
the n1 software is not continued anymore... the new tool for this is the "opscenter". but this is payware! read on here:
Sun Ops Center
# 5  
Old 12-09-2009
Quote:
Originally Posted by smartdude_bly
i have a requirement where we need to install an application on Solaris machines using an installation package. However, it involves various steps like:-

1. FTP to the configuration server and get the installation package
2. Move the installation package to the desired folder
3. Edit the properties file if required.
4. Run the actual shell script to start the installation.
Just package your application in the standard Solaris (SVR4) format and run:
Code:
pkgadd -d http://server/directory/myApplication.pkg

Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Expect utility not working for Solaris 11

iam withdrawing this thread , It was my mistake I didn't read the code properly (0 Replies)
Discussion started by: boncuk
0 Replies

2. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

3. Solaris

GPG encryption utility in Solaris 10

Hi All, I am working on Solaris 10 OS on X4170M2 server. I have some .gpg encrypted files and i want to decrypt them but i dont know how to install the binary of gpg. Here is the binary in system : root@ecmstest # ls -larth total 1273904 -rw-r--r-- 1 root root 3.5M Oct 14 ... (1 Reply)
Discussion started by: Deepa Jain
1 Replies

4. Solaris

utility of solaris

hello sir, can anyone tell about untility in Solaris similiar untility as SMITY in AIX and SAM in HP (2 Replies)
Discussion started by: amarnathbasis8
2 Replies

5. UNIX for Advanced & Expert Users

chkconfig utility in solaris 10

I want to use chkconfig utility to simplify service management on Solaris 10. However, I couldn't find this utility. I tried " man chkconfig", the system return as " No manual entry for chkconfig". So what does this mean and how to find this utility on solaris 10? Thanks for your help. Happy New... (8 Replies)
Discussion started by: duke0001
8 Replies

6. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies

7. Filesystems, Disks and Memory

on solaris best utility to copy a file system?

Hi, - on a solaris box what is the best utility to copy a whole file system from one place to other? - the aim of the operation is to place the contents of the whole file system to other file system within the discs cp ? - cpio? - tar? - what about file systemes containing symbolic links ?... (1 Reply)
Discussion started by: JAKEZ
1 Replies
Login or Register to Ask a Question