- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cleaning up depot w/ swremove
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
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
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
тАО07-19-2004 10:12 AM
тАО07-19-2004 10:12 AM
HP-UX B.11.11 9000/800/N4000-75
**********************
Hello All,
I have been trying to remove entries from my depot :
# swlist -l depot
# Initializing...
# Target "it-hp36" has the following depot(s):
/var/opt/mx/depot11
/SD_CDROM
/depot/software/IUX
/depot/patches
/depot/software/Onlinediag
/depot/software/SECURITY_PATCH_CHECK.B.01.05
/depot/software/PDC_FIRMWARE.43.43
/var/spool/sw
/depot/software/IUX/11i
/var/opt/ignite/depots/recovery_cmds
/depot/JAVA-PATCH/depot
/depot/software/SysInfo.A.03.01
/depot/software/OnlineDiag.B.11.11.14.15
When I enter :
swremove -d * @ /depot/software/OnlineDiag.B.11.11.14.15
I receive the following error:
Could not start a management session for "@pvs:" due to an internal Remote Procedure Call binding failure. The calling routine is "IC_TargetSelect".
Could not contact host "dead.letter". Make sure the hostanme is correct and the absolute pathname is specified ( beginning with "/".
Please advised. Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-19-2004 10:19 AM
тАО07-19-2004 10:19 AM
Re: cleaning up depot w/ swremove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2004 03:04 AM
тАО07-20-2004 03:04 AM
Re: cleaning up depot w/ swremove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2004 03:39 AM
тАО07-20-2004 03:39 AM
Re: cleaning up depot w/ swremove
Problem was corrected by entering the following command :
swremove -d \* @ /depot/software/Onlinediag
instead of
swremove -d * @ /depot/software/Onlinediag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2004 06:51 AM
тАО07-20-2004 06:51 AM
Re: cleaning up depot w/ swremove
---- swremove man page ----
The \* software specification selects all products. It is not allowed when removing software from the root directory /.
swremove is started on / and * to select all product(s). It made the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2004 09:19 AM
тАО07-20-2004 09:19 AM
Solution# swreg -u -l depot /depot/software/OnlineDiag.B.11.11.14.15
The depot will no longer list when you do a swlist -l depot but the directory will still be there. I do this to "hide" depots that I no longer want the other admins to install, but I may need it later.