Operating System - HP-UX
1834551 Members
4118 Online
110069 Solutions
New Discussion

Moving Ignite between servers

 
SOLVED
Go to solution
Chris Fadrowski
Super Advisor

Moving Ignite between servers

I am trying to get the new version of Ignite onto a server that is completely isolated from the internet and every other server in our network. This means that i have to take the download from another server to get it to this server. I am using the tape drive now for patches etc....

What is the most effective way to get the new Ignite from one server to the other using the tape. i tryed 'tar' but the file gets corrupt.
6 REPLIES 6
Pete Randall
Outstanding Contributor
Solution

Re: Moving Ignite between servers

Chris,

I think you need to try swpackage:

swpackage -s /path_to_ignite_depot -x target_type=tape @ /dev/rmt/0m

Pete
G. Vrijhoeven
Honored Contributor

Re: Moving Ignite between servers

Hi,

You downloaded a depot file, you should be able to swpackage it to your tape drive.
First swreg your depot file, if you did not do that allready. than check man swpackage for the exact command ( I am at home, have no UX server avail)

Gideon
G. Vrijhoeven
Honored Contributor

Re: Moving Ignite between servers

Hi,

Pete has the command.

Gideon
Chris Fadrowski
Super Advisor

Re: Moving Ignite between servers

Actually i am getting this error

ERROR: Incomplete definition for the Product Specification File (PSF)
"/u01/patches/Ignite-UX-11-00_B.4.4.30_HP-UX_B.11.00_32+64.depot",
beginning at line 0. The following attributes are not
defined:
products the products contained in the PSF
The attribute(s) must be defined before the parsing can
continue.
Pete Randall
Outstanding Contributor

Re: Moving Ignite between servers

Chris,

That's interesting. Are you sure the depot is valid? Maybe you should download it again.


Pete

Pete
Chris Fadrowski
Super Advisor

Re: Moving Ignite between servers

That's exactly what i did and now it seems to have worked. The original download may have been corrupt. Thanks again.