- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX Complete details
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
07-06-2004 06:20 PM
07-06-2004 06:20 PM
HP-UX Complete details
I will be reinstalling the O.S. on one of
the server's I am having, before going for
the installation please tell me how can i
collect all the details related to installed
s/w and patches on the current system.
Apart from print_manifest and swlist.
How to list all the patches.
Thanks & Regards,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 06:26 PM
07-06-2004 06:26 PM
Re: HP-UX Complete details
swlist -l patch -a state
show_patches
swlist -a revision
DOn't forget that anything that was installed that did not go through 'swinstall' will not be registered as far as the OS is concerned. You'd have to scour directories to find them. If you have external LUN's you can do a 'vgexport' iin preview mode to get the mapfiles for usage later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 06:40 PM
07-06-2004 06:40 PM
Re: HP-UX Complete details
# swlist -l fileset -a state | more
IF your system is hpux11i use this command.
# show_patches > patchlist.txt
# vi patchlist.txt
this command will be show you already install patch list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 06:48 PM
07-06-2004 06:48 PM
Re: HP-UX Complete details
Dear Amit,
Please don't forget to assign Points:
This is from your profile:
"I have assigned points to 64 of 280 responses to my questions. "
P.S.
No points here..
Regards,
Imran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 07:23 PM
07-06-2004 07:23 PM
Re: HP-UX Complete details
swlist -l bundle
swlist -l product
swlist -l fileset
swlist -l depot (listing depots)
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 01:07 AM
07-07-2004 01:07 AM
Re: HP-UX Complete details
I run that from cron on all my HP servers every month:
# Run the sysinfo3.01 script
0 6 1 * * /usr/local/sysinfo/sysinfo -a -b -o /usr/tmp/`hostname`.sysinfo >/tmp/sysinfo.cron 2>&1
Patches: /usr/contrib/bin/show_patches
Rgds...Geoff