- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Package preparation with compression flags
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
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
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
тАО09-22-2004 11:00 PM
тАО09-22-2004 11:00 PM
Package preparation with compression flags
ERROR: The option "compress_files=TRUE" cannot be specified with:
uncompress_files = TRUE or
reinstall_files = FALSE or
package_in_place = TRUE or
target_type = tape
Then I passed "-x reinstall_files=true". Now it didn't give any error message but it didn't compress the binaries and libraries.
How do I compress the files in a depot package?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2004 01:05 AM
тАО09-23-2004 01:05 AM
Re: Package preparation with compression flags
how did you try to create package there? Did you try any other options related with.
-x reinstall_files=true means,
it will not check system weather source file is available or not there. It is not related to compression there.
swpackage -s
what is it saying?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2004 01:23 AM
тАО09-23-2004 01:23 AM
Re: Package preparation with compression flags
the option -x compress_files=true may be used with swcopy only. My solution is:
step 1
swcopy -s source_depot -x compress_files=true \* @ compressed_depot
step 2
swpackage -s compressed_depot ...
Regards,
Zygmunt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2004 01:24 AM
тАО09-23-2004 01:24 AM
Re: Package preparation with compression flags
on 9000/800 server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2004 01:50 AM
тАО09-23-2004 01:50 AM
Re: Package preparation with compression flags
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2004 01:58 AM
тАО09-23-2004 01:58 AM
Re: Package preparation with compression flags
I am sure you have used some more options with compress_files there. what did u try it?
It is good to keep track problem right there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2004 02:43 AM
тАО09-23-2004 02:43 AM
Re: Package preparation with compression flags
for swpackage you can't use compress_files=true together with target_type=tape
So my solution mentioned earlier is right.
Regards,
Zygmunt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2004 03:51 AM
тАО11-12-2004 03:51 AM
Re: Package preparation with compression flags
swpackage -x follow_symlink=true -x compression_type=gzip -x compress_cmd=/usr/contrib/bin/gzip -x compress_files=true -x write_remote_files=true -x package_in_place=false -x target_type=directory -x compress_index=false -s TEST.psf @ /var/tmp/TST
I am trying to use bzip2 command for compression by using the following flag:
-x compression_type=bzip2 -x compress_cmd=/usr/contrib/bin/bzip2
-x uncompress_cmd=/usr/contrib/bin/bzip2
But package preparation succeeds. But when I try to install it fails and using the swjob command, I could that it is trying to access /usr/contrib/bin/gunzip command. I don't know why it is looking for this binary?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2004 04:15 AM
тАО11-12-2004 04:15 AM
Re: Package preparation with compression flags
Read the file /usr/lib/sw/sys.defaults
Regards,
Zygmunt