- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Upward dependencies of a installed Software ??
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-19-2005 07:49 PM
10-19-2005 07:49 PM
Upward dependencies of a installed Software ??
Is there any way to identify the upward dependencies of a insatlled softare??
I know Patches have readme files which provide some information but i am not concerned with the patches but any installed software (May be a third party software installed with swinstall).
TIA (Thanks in Advance)
Regards,
Girish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 09:04 PM
10-19-2005 09:04 PM
Re: Upward dependencies of a installed Software ??
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 09:18 PM
10-19-2005 09:18 PM
Re: Upward dependencies of a installed Software ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 10:07 PM
10-19-2005 10:07 PM
Re: Upward dependencies of a installed Software ??
gives all attributes about the product. check what you want is in there or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 10:15 PM
10-19-2005 10:15 PM
Re: Upward dependencies of a installed Software ??
swlist option says-->
create_time_filter=0
For cumulative source depots, this option allows
consistent software selections over time by swlist,
swcopy, and swinstall. The default of zero includes
all bundles, products, subproducts, and filesets in the
source depot as candidates for selection (and
autoselection of dependencies and patches), based on
the software selections and other options. When set to
a time (specified as seconds from epoch), only those
bundles, products, and filesets (and the subproducts in
the product) with a create_time less than or equal to
the specified value are available for selection (or autoselection).
It is allowing to select dependcies based on time.
# swlist -a create_time -a create_date
Will give all details with date informations.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 10:33 PM
10-19-2005 10:33 PM
Re: Upward dependencies of a installed Software ??
Thanks for your quick replies.
Now let me give you an simple example:
Say suppose i have installed "hpuxwsAPACHE" software. Now in case if i have to remove apache server software, how can i check what other packages/software will be afftected with this removal.
That is what is the upward dependency of this software or what all packages are dependent on "hpuxwsAPACHE" software.
I have taken "hpuxwsAPACHE" as an example.
Hope i have made it clear this time.
RAC, "swlist -v -l product" doesn't help.
Regards,
Girish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 10:44 PM
10-19-2005 10:44 PM
Re: Upward dependencies of a installed Software ??
http://docs.hp.com/en/B2355-90789/ch10s04.html
should be useful.
When product A has corequisite of Product B and you try to swremove B, it will complain abt this.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 10:53 PM
10-19-2005 10:53 PM
Re: Upward dependencies of a installed Software ??
I don't want B to complain but i would like to see in some way that A is dependent on B by looking at B.
I hope now it is clear. :)
Sorry if i am confusing you guys.
Regards,
Girish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 11:02 PM
10-19-2005 11:02 PM
Re: Upward dependencies of a installed Software ??
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 11:04 PM
10-19-2005 11:04 PM
Re: Upward dependencies of a installed Software ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 03:58 PM
10-20-2005 03:58 PM
Re: Upward dependencies of a installed Software ??
I know how to assgin points, just see my profile.
Anyways, i am not getting the answer still.
Muthukumar that doesn't help becuase i just want to know what all things are dependent on Software B (Which is already installed on the System). How do i know that looking at B because i don't know others.
Hope this time atleast it is clear. :(
Thanks for your concern and help till now.
Really looking for an good answer and eager to make this one a rabbit soon. :)
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 04:18 PM
10-20-2005 04:18 PM
Re: Upward dependencies of a installed Software ??
$ /usr/sbin/swlist -a prerequisites -a corequisites -v -l fileset
This will give you a list of all installed filesets with corresponding prerequisites (install time dependencies) and corequisites (run time dependencies).
hpuxwsAPACHE.APACHE2
fileset
prerequisites hpuxwsAPACHE.APACHE,r=A.2.0.54.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 04:21 PM
10-20-2005 04:21 PM
Re: Upward dependencies of a installed Software ??
-Arun