- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Seeing dependent products using swlist
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-27-2003 10:04 PM
11-27-2003 10:04 PM
Seeing dependent products using swlist
I have a product (for eg Prod1) which many other products may be dependent on. So, when i do a swremove of Prod1, it doesnt allow me to remove it, and gives an error saying that other products are dependent on this. I can as well set the attribute "autoselect_dependents=true", but this behavior is absolutely fine with me, as I do not want to remove the dependent products without even knowing them.
So, does anyone know how to see the list of products that are dependent on a particular product? In my case, I want to know the list of products that are dependent on Prod1. This will help me in crossing checking before remove Prod1.
Thanks
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 10:53 PM
11-27-2003 10:53 PM
Re: Seeing dependent products using swlist
You can then select your product from the list.
Then select the "Actions" menu, and "Show Description Of Software"
If the software you are looking at has any dependencies, they are available for viewing from an option on the description screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 11:07 PM
11-27-2003 11:07 PM
Re: Seeing dependent products using swlist
You can use :
swlist -a corequisite
Example :
# swlist -a corequisite NFS
# Initializing...
# Contacting target "xxx"...
#
# Target: xxx:/
#
# NFS
NFS.KEY-CORE NFS.NFS-CORE,r>=B.11.11.%27
NFS.NFS-64ALIB NFS.NFS-SHLIBS,r>=B.11.11.%27
NFS.NFS-64SLIB NFS.NFS-SHLIBS,r>=B.11.11.%27
NFS.NFS-CLIENT
NFS.NFS-CORE NFS.NFS-KRN,r>=B.11.11.%27 NFS.NFS-SHLIBS,r>=B.1
1.11.%27 OS-Core.CORE-SHLIBS,r>=B.11.11.%27
NFS.NFS-ENG-A-MAN TextFormatters.TEXT-FMT,r>=B.11.11.%27
NFS.NFS-JPN-E-MAN TextFormatters.TEXT-FMT,r>=B.11.11.%27
NFS.NFS-JPN-S-MAN TextFormatters.TEXT-FMT,r>=B.11.11.%27
NFS.NFS-KRN
NFS.NFS-PRG Networking.NET-PRG,r>=B.11.11.%27
NFS.NFS-SERVER
NFS.NFS-SHLIBS
NFS.NIS-CLIENT NFS.NIS-CORE,r>=B.11.11.%27
NFS.NIS-CORE NFS.KEY-CORE,r>=B.11.11.%27
NFS.NIS-SERVER NFS.NIS-CORE,r>=B.11.11.%27
NFS.NISPLUS-CORE NFS.NIS-CLIENT,r>=B.11.11.%27
Sometimes you also have PRE requisites, in this case use '-a prerequisite' or multiple '-a' options on the same command line.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2003 02:49 AM
11-28-2003 02:49 AM
Re: Seeing dependent products using swlist
I suggest listing both the corequisites and prerequisites will suit your requirements.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2003 04:58 AM
11-28-2003 04:58 AM
Re: Seeing dependent products using swlist
http://mirror.math.nankai.edu.cn/mirror/www.uwsg.indiana.edu/usail/swlist.1.html
Bruno