- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating depots in HP UX
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-10-2005 06:09 PM
11-10-2005 06:09 PM
Creating depots in HP UX
I have a directory "pack_exmp" containing folders bin and source that I wish to create and distribute as a single tar file for installation. I created a psf file for this and made a depot using "swpackage -s /home/pack_exmp.psf @ /home/pack_exmp_depot" and registered it as "swreg -l depot /home/pack_exmp_depot". But this gives me a directory with the above name containing folder "catalog" , swagent.log , INDEX, dfiles etc. Normally available depots are tar files with .sd extn and I could install them. But when I tar my directory using "tar" I cannot install from that tar ball. Gives me I/O error. Please help me out...where am I making a mistake?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 06:22 PM
11-10-2005 06:22 PM
Re: Creating depots in HP UX
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 07:23 PM
11-10-2005 07:23 PM
Re: Creating depots in HP UX
My psf file looks like
distribution
layout_version 1.0
vendor
tag HP
title Hewlett Packard Co.
description
product
tag HP_PACKAGING_EXAMPLE
revision 1.0
title Learn HP Packaging
description
copyright
category HP packaging examples
is_locatable false
directory /pack_HP_exmp
architecture Series_700/800_HP-UX_9.0
fileset
tag HPexmp
revision 1.1
title Source codes
description
is_reboot false
directory /home/pack_exmp=/pack_HP_exmp
file *
file_permissions -m 0755 -o root -g root
end
end
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 07:30 PM
11-10-2005 07:30 PM
Re: Creating depots in HP UX
# swpackage -s /home/pack_exmp.psf @ /home/pack_exmp_depot
# tar -cvf pack_exmp_depot.tar /home/pack_exmp_depot
# gzip pack_exmp_depot.tar
You can use the file as depot for installing it.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 07:33 PM
11-10-2005 07:33 PM
Re: Creating depots in HP UX
http://docs.hp.com/en/B2355-90740/ch10s06.html?btnNext=next%A0%BB
hth.