- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to create a patch for multiple filesets
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
10-05-2005 04:24 PM
10-05-2005 04:24 PM
how to create a patch for multiple filesets
Please help me to create a patch for a product ,in which psf file conatins multiple filesets,send me the psf file format also .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 04:43 PM
10-05-2005 04:43 PM
Re: how to create a patch for multiple filesets
http://docs.hp.com/en/SD/cookbook.html
» Creating a Software Depot
» Copying into a Software Sepot Using swcopy
» Packaging Software Products Using swpackage
» The Product specification File (PSF)
» Useful Command-line Options
» Creating Depot Files or Tapes
» swlist Tricks
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 04:46 PM
10-05-2005 04:46 PM
Re: how to create a patch for multiple filesets
http://docs.hp.com/en/B2355-90754/ch10s04.html
[Software DistributorAdministration Guidefor HP-UX 11i > Chapter 10. Creating Software Packages
Creating a Product Specification File (PSF) ]
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 05:49 PM
10-05-2005 05:49 PM
Re: how to create a patch for multiple filesets
product
tag="product name"
architecture="<>"
machine_type *
os_name HP-UX
os_release "B.11.*"
os_version "*"
directory
# fileset 1
fileset
tag
revision
architecture
machine_type *
os_name HP-UX
os_release "B.11.*"
os_version "*"
directory destination = source location
file -m
file_permissions -m
end
# fileset 2
fileset
tag
revision
architecture
machine_type *
os_name HP-UX
os_release "B.11.*"
os_version "*"
directory destination = source location
file -m
file_permissions -m
end
end
Use format like that.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 06:02 PM
10-05-2005 06:02 PM
Re: how to create a patch for multiple filesets
Here where i can specify as patch.Please help.
Sajjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 06:47 PM
10-05-2005 06:47 PM
Re: how to create a patch for multiple filesets
http://docs.hp.com/en/B2355-90789/ch05s04.html
You have to set is_patch true to denote it as patch.
It is having a real example.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 07:17 PM
10-05-2005 07:17 PM
Re: how to create a patch for multiple filesets
I created the psf file with multiple filesets.For me around 9 filesets are there in a single psf.I created the patch and installed ,but now it is not taking backup of all the 9 filesets(in /var/adm/sw/save/
here is the format for my psf
vendor
end
product
is_patch true
fileset1
is_patch true
ancestor
end
fileset2
is_patch true
ancestor
end
fileset3
is_patch true
ancestor
end
fileset4
is_patch true
ancestor
end
....
fileset9
is_patch true
ancestor
end
end