Operating System - HP-UX
1834146 Members
2216 Online
110064 Solutions
New Discussion

installing trial version of SecureZIP Server

 
SOLVED
Go to solution
Olga_1
Regular Advisor

installing trial version of SecureZIP Server

Hello,

I need to install trial version of pkzip on HP-UX. I have downloaded file sezs810hen.tar

Instructions say: start the installation process as root, with the following command:

swinstall -s < filename >.depot PKZIPServer

I did tar -xvf sezs810hen.tar but there is no .depot file.

What am I doing wrong?
5 REPLIES 5
Victor BERRIDGE
Honored Contributor

Re: installing trial version of SecureZIP Server

Hi,
What was the result of your tar extraction?

Are all the files in the current directory?

In which case you willhave to move them to /usr/local/bin...

All the best
Victor
Olga_1
Regular Advisor

Re: installing trial version of SecureZIP Server

The result os tar is:

total 27088
drwxr-xr-x 5 bin bin 96 Nov 15 12:35 PKZIPServer
drwxr-xr-x 4 root sys 96 Nov 15 12:35 catalog
-rwxr-xr-x 1 root sys 13864960 Nov 15 12:18 sezs810hen.tar
/u01/app/pkzip>
I would like to install it to /u01/app/pkzip

Thank you.
Patrick Wallek
Honored Contributor

Re: installing trial version of SecureZIP Server

Try doing the following and see what happens:

# swinstall -s sezs810hen.tar PKZIPServer

If this works it will install it to whatever the standard location is for the PKZip product.
Zygmunt Krawczyk
Honored Contributor
Solution

Re: installing trial version of SecureZIP Server

Hello Olga,

swinstall needs to specify absolute path name for source depot. If your sezs810hen.tar file is in /tmp directory, for example, you must run the command

swinstall -s /tmp/sezs810hen.tar PKZIPServer

Regards,
Zygmunt
Olga_1
Regular Advisor

Re: installing trial version of SecureZIP Server

Thank you all. I ran the preview and it work, the only thing I do not know how to specify the target. I need the software to be installed in /u01/app/pkzip