- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swlist issue:can not list old version when new...
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
02-09-2007 07:04 PM
02-09-2007 07:04 PM
swlist issue:can not list old version when new version is installed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2007 10:05 PM
02-09-2007 10:05 PM
Re: swlist issue:can not list old version when new version is installed
Any special options you used for swinstall?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2007 02:29 AM
02-10-2007 02:29 AM
Re: swlist issue:can not list old version when new version is installed
Patches are different. Each new patch will have a different product tag. They replace by a supersession mechanism and do not use revisions. Patches save rollback information to allow a return to the prior patch.
If you tell us the specific product as well as how you want to use the two revisions we might be able to help come up with a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2007 06:25 PM
02-10-2007 06:25 PM
Re: swlist issue:can not list old version when new version is installed
Our products are all bundled using swpackage and .psf file, and stored in a depot where used to be installed.
I noticed that when our other products were installed with two different versions, there are two direcories in /var/adm/sw/products, i.e. AAA, AAA.2.
When I installed the product I mentioned with old version, there exists one direcory called i.e. BBB in /var/adm/sw/products, but when I installed a new version, there is still one direcory called BBB.2 in /var/adm/sw/products which should be two direcories, that is to say, BBB is replaced by BBB.2.
And I also noticed that the content information(product,filesets) about the product I installed in INDEX file in /var/adm/sw/products has been changed to the new product's.
Does it mean that I should changed the tag information to different ones in .psf so that I can install multiple versions in HP-UX?
And during what mechanism does swinstall install a product in the system and write the information into the INDEX file in /var/adm/sw/products?
BTW,I can list two different versions using swlist when I changed the information of INDEX file in /var/adm/sw/products.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2007 07:52 PM
02-10-2007 07:52 PM
Re: swlist issue:can not list old version when new version is installed
swlist may be showing multiple versions of the software installed , however the information laid down on libraries and kernel is of latest version only..
This may lead to confusion and in future someone else may get confused with it and like if there are some issue with software or system at a later stage it will be very difficult to get root cause of them.
INDEX file is modified automatically whenever we install, remove, configure a software.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2007 08:39 PM
02-10-2007 08:39 PM
Re: swlist issue:can not list old version when new version is installed
My question is how can I list multiple versions using swlist when I installed products with different versions using swinstall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2007 11:03 AM
02-11-2007 11:03 AM
Re: swlist issue:can not list old version when new version is installed
Once you install the latest version of the software it overwrites the binaries and libraries of the prev version so at any given time you will have only one version of the product.
Just in case if you manage to have two versions of a product installed ( I have seen few cases)... then you won't be able to use the product and need to remove both of them to resolve the issue...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2007 11:04 AM
02-12-2007 11:04 AM
Re: swlist issue:can not list old version when new version is installed
This can occur when you have a depot where you have both PA and IPF bits. Only one of these will actually be in the IPD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2007 03:49 PM
02-12-2007 03:49 PM
Re: swlist issue:can not list old version when new version is installed
# swlist -l fileset -a software_spec BBB
You can easily see the parts that are left behind from the first version. By using the full software specification, you can ask swremove to remove those parts that no longer apply.
Now, if fileset D was supposed to replace fileset A and has the same files calling swremove is not the right answer. In this case you can use the swmodify(1M) command to have the IPD forget erroneous content. This problem could have been avoided if the A->D relationship was registered with the ancestor attribute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 05:09 PM
03-13-2007 05:09 PM
Re: swlist issue:can not list old version when new version is installed
Thanks for all of you.