Operating System - HP-UX
1826076 Members
2210 Online
109690 Solutions
New Discussion

Re: will the real installation media...please stand up!

 
SOLVED
Go to solution
Manuel Contreras
Regular Advisor

will the real installation media...please stand up!

how do I figure out what install media was used for a particular box?

warning, hpux 11.0


# swlist -v | more
# Initializing...
# Contacting target "myBOX.com"...
#
# swlist Installed Software Table of Contents
#
# For host: myBOX.com:/
#
# Date: Tue Jun 12 08:04:49 2007
#

#
# Bundle(s):
#

64-bitDevLibs
vendor
tag HP
uuid
title "Hewlett-Packard Company"
description " Hewlett-Packard Company

If you have a software support contract with HP, please call the
HP Response Center. If not, please call your HP Sales Representative."
end
bundle
tag 64-bitDevLibs
software_spec 64-bitDevLibs,r=B.11.00,a=HP-
UX_B.11.00_32/64,v=HP
data_model_revision 2.40
instance_id 1
control_directory 64-bitDevLibs
size 272203089
revision B.11.00
title Cross Platform Development Kit
description
"__________________________________________________________

Hewlett-Packard Company
64-bit Cross-Platform Development Libraries
__________________________________________________________"
mod_date Tue Jul 26 10:46:14 PDT 2005
mod_time 1122399974
create_date Tue Jul 26 09:38:17 PDT 2005
create_time 1122395897
install_date 200507261346.14
architecture HP-UX_B.11.00_32/64
machine_type *
os_name HP-UX
os_release ?.11.*
os_version *
install_source localhost:/tmp/ign_configure/SD_CDROM
is_patch false
supersedes
category_tag HPUXAdditions
vendor_tag HP
directory /
qualifier
layout_version 1.0
is_locatable true
location /
copyright
number



is there a way to get this info from sam or swlist?
Want to know if box was build with march 04 or sept 03 or ...

thanks
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: will the real installation media...please stand up!

Shalom,

swlist -i

Will bring up an interactive interface to provide the same information.

Sam has a list software function that lets you drill into the menus and get the same information.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Manuel Contreras
Regular Advisor

Re: will the real installation media...please stand up!

Thanks SEP,
I was able to see that info through SAM, but unfortunately it does not identify which media was used to the create box :(

I have to build a test box and ignite is not an option (different architecture), so I'm gathering the required installation media.

Since I have several 11.0 installation media to chose from, I would like to select the same one that was used to build the box originally...

I guess it's and 11.0 thing? I was hoping somewhere on the system it would provide release/revision that could be linked to a specific installation media.

May have to just pic one, and go from there...thanks again,
manuel
Peter Leddy_1
Esteemed Contributor

Re: will the real installation media...please stand up!

Hi Manuel,

If you do an

swlist -l bundle | grep -i hpux

and then look at this thread it may help you out.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1054156

Regards,

Peter
Geoff Wild
Honored Contributor
Solution

Re: will the real installation media...please stand up!

# swlist -l bundle | grep -i hpux
HPUXEng64RT B.11.00.01 English HP-UX 64-bit Runtime Environment
OnlineDiag B.11.00.27.18 HPUX 11.00 Support Tools Bundle, Mar 2004

Then,

# swlist HPUXEng64RT

Then,

# swlist HPUXEng64RT.OS-Core.RELEASE-NOTES



I found my by looking at /usr/share/doc/11.00RelNotes

Product Number: B3782-90716



Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Manuel Contreras
Regular Advisor

Re: will the real installation media...please stand up!

exactly what I was looking for...
thank you :)

Release Notes for HP-UX 11.0

HP 9000 Computers

Edition: Edition 3
Product Number: B3782-90716
United States
Manuel Contreras
Regular Advisor

Re: will the real installation media...please stand up!

user group comes through AGAIN:)
manny