- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Doubts on software installation in HPUX
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
08-25-2009 06:27 AM
08-25-2009 06:27 AM
I am new to HPUX. In our project we are using HPUX 10.20, 11.00 and 11.11.
I know some thing about software installation in HPUX.
1)softwares are clasified as "fileset", "product" and "bundle".
2)A product can contain lot of filesets and a bundle can contain lot of products.
3)The extension of the software file .depot
4) swinstall is used to install the fileset / product / bundle
5) swlist --> to list
6) swremove ---> to remove
Now i have following questions:
1)is .depot used as extenstion for fileset, product and bundl. if not what is extensions for each.
2)what is the command is used to view all filesets available with a product and all the products available with a bundel.
3)what is the command to install the fileset with exact syntax.
4)what is the command to install the whole product with exact syntax.
5)what is the command to install the some of filesets only from a whole product with exact syntax
6)what is the command to install the whole bundle with exact syntax.
7)what is the command used to install the some products only from whole bundle.
8)I want to install a product, but some of filesets available in the product have been installed already. at this situation those filesets will be overrided, if not how to override.
9)I want to install a bundle, but some of products available in the bundle have been installed already. at this situation those products will be overrided, if not how to override.
10) "swlist -l fileset" is used to list all installed filesets
10)what is the command to remove the fileset.
11)what is the command to remove the product.
12)what is the command to remove the bundle.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 06:36 AM
08-25-2009 06:36 AM
Re: Doubts on software installation in HPUX
2)man swlist
example:
# swlist -l fileset -s
3)not sure about your question
4)# swinstall -x
5) IMHO not valid
6) see 4
7) see 4, add the products
8) it's an option, see man page
9) normally there is no need to re-install, see 8)
10) correct
11) -12) swremove
It will be easier for you to use the GUI, this will build the commandline from various selection menues
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 06:49 AM - last edited on 03-10-2021 05:52 AM by Parvez_Admin
08-25-2009 06:49 AM - last edited on 03-10-2021 05:52 AM by Parvez_Admin
Re: Doubts on software installation in HPUX
Dear,
Use this link ,I think this will provide a complete solution for all your questions and how to manage the systems.http://docs.hp.com/en/B2355-90950/index.html
[Admin: The above link is no longer valid, you can refer the below link from HPE Support Center]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 07:10 AM - last edited on 03-10-2021 06:35 AM by Parvez_Admin
08-25-2009 07:10 AM - last edited on 03-10-2021 06:35 AM by Parvez_Admin
Re: Doubts on software installation in HPUX
Hi,
Download the doc from below mentioned link which will give you the idea abount SD-UX in HP-UX.http://www.docs.hp.com/en/B2355-90154/B2355-90154.pdf
[Admin: The above link is no longer valid, please refer the below link from HPE Support Center]
- https://support.hpe.com/hpesc/public/km/search#q=B2355-90154&t=All&sort=relevancy&numberOfResults=25
- https://support.hpe.com/hpesc/public/km/search#q=SD-UX%20in%20HP-UX&t=All&sort=relevancy&numberOfResults=25
You may go through man pages for each command for finding more options like,
#man swlist
#man swinstall
etc..
Regards,
LIJEESH N G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 10:05 AM - edited 09-18-2011 03:01 PM
08-25-2009 10:05 AM - edited 09-18-2011 03:01 PM
Solution1) These exist as collections of files, not files with a suffix.
2) swlist -l fileset SD-product
swlist -l product SD-bundle
3) Typically you install whole products, not filesets.
swinstall -s $PWD/depot SD-product.SD-fileset
4) swinstall -s $PWD/depot SD-product
5) Same as 3) but listing each fileset.
6) swinstall -s $PWD/depot SD-bundle
7) Same as 4) but listing each product.
8) Typically you don't want to reinstall. but you can use "-x reinstall=true".
9) See 8).
10) Where is the question?
11) swremove SD-product
12) swremove SD-bundle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 10:24 AM - last edited on 03-10-2021 05:59 AM by Parvez_Admin
08-25-2009 10:24 AM - last edited on 03-10-2021 05:59 AM by Parvez_Admin
Re: Doubts on software installation in HPUX
Hi Senthil:
To better understand HP-UX patch management I suggest you read:http://docs.hp.com/en/5992-6582/index.html
[Admin: The above link is no longer valid, please refer the below link from HPE Support Center]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 10:29 AM
08-25-2009 10:29 AM
Re: Doubts on software installation in HPUX
10)what is the command to remove the fileset.
11)what is the command to remove the product.
12)what is the command to remove the bundle.
swremove removes depots/product and bundles
Filesets are removed depending on what depot or bundle they are a part of.
A bundle is a bunch of depots for lack of a better explanation.
Read JRF's link. Give him 10 points, its the best way to go.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 11:37 AM
08-25-2009 11:37 AM
Re: Doubts on software installation in HPUX
Hi,
Please find the Very simple document attached , which will solve your all queries.
Dont forget to assign the points.
Cheers !!
Rgds
Yogesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 11:45 AM - edited 09-18-2011 03:02 PM
08-25-2009 11:45 AM - edited 09-18-2011 03:02 PM
Re: Questions on software installation in HP-UX
>SEP: A bundle is a bunch of depots for lack of a better explanation.
A SD bundle is just a bunch of SD products.
A depot contains SD bundles and/or SD products. Inside each SD product are SD subproducts and SD filesets. And inside of SD filesets are files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2009 01:36 AM - last edited on 03-10-2021 06:34 AM by Parvez_Admin
08-26-2009 01:36 AM - last edited on 03-10-2021 06:34 AM by Parvez_Admin
Re: Doubts on software installation in HPUX
Here is what all you need!http://www.docs.hp.com/en/B2355-90154/B2355-90154.pdf
[Admin: The above link is no longer valid, please refer the below link from HPE Support Center]
https://support.hpe.com/hpesc/public/km/search#q=B2355-90154&t=All&sort=relevancy&numberOfResults=25
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2009 09:08 AM
08-26-2009 09:08 AM
Re: Doubts on software installation in HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2009 09:15 AM
08-26-2009 09:15 AM
Re: Doubts on software installation in HPUX
If you do not have the source code for the applications, many have had success just running the old binraries under the ARIES translator. With source code the performance gains are just plain silly...
If you have 20+ old K-classes sucking up space and power, you should really talk to your HP rep!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2009 01:26 PM
08-26-2009 01:26 PM
Re: Doubts on software installation in HPUX
Your Points are highly appritiated,which will encourage us to reply you next time.
Rgds
Yogesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2009 07:31 AM
08-28-2009 07:31 AM
Re: Doubts on software installation in HPUX
Now i am having following questions.
##########################################
1)is there any other extension other than .depot for hpux softwares. if yes, please give the example.
#########################################
2) we are using following command to view the available bundles with in .depot
------------------------------------------
root@lgsna:/root > swlist -l bundle -s /root/cfg2html_hpux_3.66-20080709.depot
# Initializing...
# Contacting target "ad121806"...
#
# Target: ad121806:/root/cfg2html_hpux_3.66-20080709.depot
#
CFG2HTML C.03.66.20080709 Config To HTML System Documentation Tool (cfg2html)
--------------------------------------
2.1)I have understood some things from output.
CFG2HTML --> Bundle
C.03.66.20080709 --> Version
Config To HTML System Documentation Tool --> Description
cfg2html --> available product
Am i correct?
2.2)Can one bundle contain lot of products?
2.3)what is the command is used to install whole bundle (all prodcuts)
2.4)what is the command is used to install single or some product of a bundle.
2.5)Can one .depot cotain lot of bundles?
##########################################
3)we are using following command to view the available products with in .depot
-----------------------------------------
root@lgsna:/root > swlist -l product -s /root/cfg2html_hpux_3.66-20080709.depot
# Initializing...
# Contacting target "ad121806"...
#
# Target: ad121806:/root/cfg2html_hpux_3.66-20080709.depot
#
cfg2html C.03.66.20080709 cfg2html
-------------------------------------------
3.1)I have understood some things from output.
cfg2html --> Product
C.03.66.20080709 ---> Version
cfg2html ---> File set
Am i correct?
3.2)i know one product can contain lot of fileset,am i corret?
3.3)How to install a single or some filesets of a product, is it possible?
4)i understand some thing that we can install and remove products only not bundle or fileset, if no, plese give the examples.
5)we can see the product name of all installed filesets using the commad "# swlist -l fileset" like that how to view the bundle name of all installed product.
6)Actually i am using HPUX 11.11, i executed below mentioned command to view the intalled products. in the output it is showing 3 columns (1 -> productname, 2--> what is this?, 3 --> description).
root@lgsna:/root > swlist -l product | more
# Initializing...
# Contacting target "ad121806"...
#
# Target: ad121806:/
#
3270-Common R6.11.11.100 Common files for SNAP2-3270 and TN3270
Accounting B.11.11 Accounting
Asian-Core A.03.00 Asian Core
Asian-PRINTER A.03.00 Asian Printer
Asian-TERM A.03.00 Asian TERM
Asian-UTILITY A.03.00 Asian Utility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2009 08:52 AM
08-28-2009 08:52 AM
Re: Doubts on software installation in HPUX
1)is there any other extension other than .depot for hpux softwares. if yes, please give the example.
Extensions do not matter on HP-UX. There are two kinds of depots, serial and directory/network.
In a serial depot the depot is a single downloadable file. This is the form used for downloads. By convention a ".depot" extention is used, but it is not required. A serial depot can only be used when it is on the same system as the swinstall command.
The network/directory depot exists as a multi-level directory structure. These depots can be exported via swreg(1m) so that a single depot can be used by many systems at once. This is the form of most depots on media.
You can use the swcopy(1m) and swpackage(1m) commands to move between the two types.
#########################################
2) we are using following command to view the available bundles with in .depot
------------------------------------------
root@lgsna:/root > swlist -l bundle -s /root/cfg2html_hpux_3.66-20080709.depot
...
Am i correct?
Yes. If you have access to an X windows display there is even the "swlist -v" option to browse the depot contents.
2.2)Can one bundle contain lot of products?
Yes, that is the point.
2.3)what is the command is used to install whole bundle (all prodcuts)
swinstall -s path-to-depot bundlename
Many options may come into play if the contents require a reboot, include patches, use NFS mounted sources... These forums are not a replacement for training or reading the documentation.
2.4)what is the command is used to install single or some product of a bundle.
swinstall -s path-to-depot product-name-1 product-name-2 ...
2.5)Can one .depot cotain lot of bundles?
Yes. One depot on your install media will have dozens.
##########################################
3.1)I have understood some things from output.
cfg2html --> Product
C.03.66.20080709 ---> Version
cfg2html ---> File set
No, that is not the fileset. That is a very lazy 1 line description. Use either "swlist -l fileset" or "swlist -l product -v" to see fileset information.
3.2)i know one product can contain lot of fileset,am i corret?
Yes, and those filesets may exist in more than one form such as the Itanium version and the PA-RISC version.
3.3)How to install a single or some filesets of a product, is it possible?
It is possible. When you think you need to please come back and explain why. When someone has to ask it is almost always the wrong answer to the wrong question. In other words, don't do that.
4)i understand some thing that we can install and remove products only not bundle or fileset, if no, plese give the examples.
A product must have at least one fileset and a fileset can only exist in a product. The bundles are optional but useful containers that can be added or removed on their own. Think of bundles as shopping bags that can hold useful things but are rather dull on their own.
5)we can see the product name of all installed filesets using the commad "# swlist -l fileset" like that how to view the bundle name of all installed product.
Products do not know or need bundles, so you need to ask the installed bundles what they contain:
# swlist -vl bundle -a contents
Try
6)Actually i am using HPUX 11.11, i executed below mentioned command to view the intalled products. in the output it is showing 3 columns (1 -> productname, 2--> what is this?, 3 --> description).
It is tag (name) revision and description. Look at the sd(4) and sd(5) man pages for details.