- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- installing trial version of SecureZIP Server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 04:48 AM
11-15-2004 04:48 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 04:54 AM
11-15-2004 04:54 AM
Re: installing trial version of SecureZIP Server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 04:58 AM
11-15-2004 04:58 AM
Re: installing trial version of SecureZIP Server
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 05:04 AM
11-15-2004 05:04 AM
Re: installing trial version of SecureZIP Server
# swinstall -s sezs810hen.tar PKZIPServer
If this works it will install it to whatever the standard location is for the PKZip product.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 05:11 AM
11-15-2004 05:11 AM
Solutionswinstall 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 05:21 AM
11-15-2004 05:21 AM