Operating System - HP-UX
1833159 Members
2958 Online
110051 Solutions
New Discussion

Re: copying files during installation

 
SOLVED
Go to solution
Asya
Regular Advisor

copying files during installation

Hi,

I am trying to find out if there is a way to copy various config files (customized) to the new servers during the installation? In Solaris Jumpstart there is a way to have a tar file. Is there something similar in Ignite? I've looked through documentation and don't see anything... I am not talking about gold image..

Thank you!
5 REPLIES 5
Luk Vandenbussche
Honored Contributor

Re: copying files during installation

You can do this with a post-installation script in ignite

http://www.docs.hp.com/en/5991-6440/ch09s04.html
Asya
Regular Advisor

Re: copying files during installation

i know..and i have one. But how do i add an actual file to it? Where do i store it? on ignite server?
OldSchool
Honored Contributor

Re: copying files during installation

I've not tried it, but can't you use:

-x include=

option of make_tape_recovery to include the file you want in the archive, and then use your post-install to process it?
Scot Bean
Honored Contributor
Solution

Re: copying files during installation

I would use an ignite post_config script.

If you want to expand a tar file, you will have to set that up yourself. I would put the tar file in the same place as your script (/var/opt/ignite/scripts) and reference it from your script via $PWD/.
Asya
Regular Advisor

Re: copying files during installation

ok i will try it. Will let you know how it worked. Thank you!