- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to list out and verify all package / applicati...
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
тАО03-26-2009 07:31 PM
тАО03-26-2009 07:31 PM
how to list out and verify all package / application in hpux
swlist -v is correct option or i can use just swlist | more
please reply who have good knowledge for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2009 08:44 PM
тАО03-26-2009 08:44 PM
Re: how to list out and verify all package / application in hpux
swlist is the right command to see patch, bundles, products and filesets
To check all filesets are configured or not
# swlist -l fileset -a state | more
insted of fileset you can use bundle or products
list software in depot /var/spool/sw
swlist -d @ /var/spool/sw
list all files that are part of the X11 product
swlist -l file X11
list software in depot named mydepot on host hp1
swlist -d @ hp1:/mydepot
Listing Packages in a Depot (list contents of the local tape)
swlist -d @ /dev/rmt/0m
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2009 10:22 PM
тАО03-26-2009 10:22 PM
Re: how to list out and verify all package / application in hpux
it mean
if i want to verify in my server the sudo is installed or not then i can verify with below
swlist -l bundle -a state | grep -i sudo
is this correct?
where i can search sudo /su2 or any other applications / pacakges.
also if i want to search any particular patch how to get it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2009 03:25 AM
тАО03-27-2009 03:25 AM
Re: how to list out and verify all package / application in hpux
swlist -l product | grep -i sudo
you can then verify it with:
[root@c:/]# swlist -l product | grep -i sudo
sudo 1.6.9p17 sudo
[root@c:/]#swverify sudo
WARNING: The logfile, "/var/adm/sw/swverify.log" is in use by process
"20940". The log information will be intermixed unless a
different logfile is given. To select a new logfile, specify
the "-x logfile=
======= 03/27/09 12:23:55 MET BEGIN swverify SESSION
(non-interactive) (jobid=cceaunix-0065)
* Session started for user "root@cceaunix".
* Beginning Selection
* Target connection succeeded for "cceaunix:/".
* Software selections:
sudo.sudo-RUN,l=/usr/local,r=1.6.9p17,a=HP-UX_B.11.23_64
* Selection succeeded.
* Beginning Analysis
* Session selections have been saved in the file
"/.sw/sessions/swverify.last".
* The analysis phase succeeded for "cceaunix:/".
* Verification succeeded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2009 03:45 AM
тАО03-27-2009 03:45 AM
Re: how to list out and verify all package / application in hpux
#swverify sudo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2009 04:12 AM
тАО03-27-2009 04:12 AM
Re: how to list out and verify all package / application in hpux
If the standard HP-UX Software Distribution tools ('swinstall') has been used for installation of a properly packaged object, then 'swlist' will divulge the installed products, patches and bundles.
HOWEVER, this does not mean that all applications will be exposed. If is quite possible (and sometimes too common) to find applications added with simple shell and 'tar' tools. The location of these packages will vary. Certainly, examine the contents of '/usr/local' as one place to look.
Regards!
...JRF...