- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to swremove a patch from 10.20
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
12-03-2003 06:42 AM
12-03-2003 06:42 AM
unable to swremove a patch from 10.20
Warning: Incomplete definition for the product
swremove errors for the same reason.
How do I clear out the database entry so it quits reporting the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 06:47 AM
12-03-2003 06:47 AM
Re: unable to swremove a patch from 10.20
First determine the state the patch is in:
swlist -l patch -a state
or
swverify PH??_XXXX
If it's installed but not configured, then you may be able to complete the config with
swconfig PH??_XXXX
You may have to unconfigure it to remove it
swconfig -u PH??_XXXX
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 06:49 AM
12-03-2003 06:49 AM
Re: unable to swremove a patch from 10.20
# swmodify -u Text_of_Patch,r=revision_number
text_of_patch should be the one which the system complains about and revision number should be the version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 07:26 AM
12-03-2003 07:26 AM
Re: unable to swremove a patch from 10.20
======= 12/03/03 12:59:30 MST BEGIN swverify SESSION
(non-interactive) (jobid=e2e-cot1-0099)
* Session started for user "root@e2e-cot1".
* Beginning Selection
* Target connection succeeded for "e2e-cot1:/".
WARNING: Incomplete definition for the product "PHSS_23804", beginning
at line 26804. The following attributes are not defined:
filesets the filesets contained in the product
ERROR: Could not apply the software selection "PHSS_23804"; it is not
available from depot or root "e2e-cot1:/".
* Software selection failed for "e2e-cot1:/".
ERROR: Cannot continue the "swverify" task.
* Selection had errors.
======= 12/03/03 12:59:34 MST END swverify SESSION (non-interactive)
(jobid=e2e-cot1-0099)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 07:28 AM
12-03-2003 07:28 AM
Re: unable to swremove a patch from 10.20
======= 12/03/03 13:00:48 MST BEGIN swconfig SESSION
(non-interactive) (jobid=e2e-cot1-0100)
* Session started for user "root@e2e-cot1".
* Beginning Selection
* Target connection succeeded for "e2e-cot1:/".
WARNING: Incomplete definition for the product "PHSS_23804", beginning
at line 26804. The following attributes are not defined:
filesets the filesets contained in the product
ERROR: Could not apply the software selection "PHSS_23804"; it is not
available from depot or root "e2e-cot1:/".
* Software selection failed for "e2e-cot1:/".
ERROR: Cannot continue the "swconfig" task.
* Selection had errors.
same for -u option
the file are missing in patch and source
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 07:31 AM
12-03-2003 07:31 AM
Re: unable to swremove a patch from 10.20
WARNING: Incomplete definition for the product "PHSS_23804", beginning
at line 26804. The following attributes are not defined:
filesets the filesets contained in the product
* Session started for user "root@e2e-cot1".
* Beginning Selection
* Target connection succeeded for "e2e-cot1:/".
ERROR: No software selections have been specified. You must specify
a list of products (or use the "\*" wildcard).
ERROR: Cannot continue the "swverify" task.
* Selection had errors.
This looks to have done the trick! - Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 08:03 AM
12-03-2003 08:03 AM
Re: unable to swremove a patch from 10.20
cleanup -c 1( or 2) #depending on if it is superceeded once or twice.
**************TRY THIS!!! *****************
Also, I might try to restore the patch from a tape as you would restore it to fallback, to /var/adm/sw/save dir. THEN do the swremove as normal to remove it.