- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- creating an sd patch
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
04-16-2004 09:33 AM
04-16-2004 09:33 AM
Perhaps I am specifying the ancestor fileset incorrectly (Mozilla.MOZ-COM,fr=1.4.0.01.00,v=HP)?
Are there other properties I also need to set before the patch will match?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 10:17 AM
04-16-2004 10:17 AM
SolutionHere is a document that describes how to specify patches in SD, with an example:
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90789/B2355-90789_top.html&con=/hpux/onlinedocs/B2355-90789/00/00/28-con.html&toc=/hpux/onlinedocs/B2355-90789/00/00/28-toc.html&searchterms=patch&queryid=20040416-161540
If you are still stuck, post your specification file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 10:58 AM
04-16-2004 10:58 AM
Re: creating an sd patch
Here's the PSF I'm using (too bad this thing eats indention :/). Maybe there's something important I'm missing that I've been staring at this too long to see..
product
tag Mozilla_Fixes
title "Mozilla Fixes"
description "Various fixes for Mozilla"
revision 1.0
os_name HP-UX
os_release ?.11.*
machine_type *
is_patch true
os_version *
fileset
tag MOZ-COM
ancestor Mozilla.MOZ-COM,r=1.4.0.01.00,v=HP
revision 1.0
is_patch true
is_sparse true
directory /patches/mozilla-fixes=/opt/mozilla
file -u 022 -g bin -o bin en-US.jar chrome/en-US.jar
end
end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 10:59 AM
04-16-2004 10:59 AM
Re: creating an sd patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 11:27 AM
04-16-2004 11:27 AM
Re: creating an sd patch
Try that, see if works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 04:33 AM
04-19-2004 04:33 AM
Re: creating an sd patch
* Reading source for file information.
NOTE: The patch fileset "Mozilla_Fixes.MOZ-COM,r=1.0" may only
be installed upon a previously installed base fileset. The
specification for this base fileset is
"Mozilla.MOZ-COM,r=1.4.0.01.00,v=HP". Since there is no
fileset on the target or selected from the source which
matches this specification, fileset
"Mozilla_Fixes.MOZ-COM,r=1.0" will be excluded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 04:41 AM
04-19-2004 04:41 AM
Re: creating an sd patch
Your are specifying "ancestor" in your fileset subset which is causing it to find the base fileset first.
Try removing that and putting in just the title for the fileset.
title Mozilla patch
let us know if that worked.
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 05:09 AM
04-19-2004 05:09 AM
Re: creating an sd patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2004 06:49 AM
04-21-2004 06:49 AM
Re: creating an sd patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 10:03 AM
04-22-2004 10:03 AM
Re: creating an sd patch
NOTE: The patch fileset "PTDS_Mozilla_Fixes.MOZ-COM,r=1.0" may only
be installed upon a previously installed base fileset. The
specification for this base fileset is "". Since there is no
fileset on the target or selected from the source which
matches this specification, fileset
"PTDS_Mozilla_Fixes.MOZ-COM,r=1.0" will be excluded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2004 08:36 PM
04-23-2004 08:36 PM
Re: creating an sd patch
Try copying the patch to the default SD depot and then install.
Hope it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 09:45 AM
04-27-2004 09:45 AM
Re: creating an sd patch
That does mean the fileset specification I was using with "ancestor" was correct, since it matches fine using "prerequsite". Does ancestor have any other special requirements for matching?