1835228 Members
8096 Online
110078 Solutions
New Discussion

Question Please

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

Question Please

I have two questions:
1) how do you find out your current patch level on an N4000

2) how can I find out the version of tcp/ip ?

Thanks,
Bob
UNIX IS GOOD
3 REPLIES 3
S.K. Chan
Honored Contributor

Re: Question Please

There is no specific patch level version that you can check. However you can do ..

# swlist -l fileset | grep PH

to see what patches are installed.

For TCP/IP, do this ..

# grep -i ipversion /usr/conf/netinet/ip.h

Helen French
Honored Contributor

Re: Question Please

Hi bob,

1) swlist -lproduct - will give you information about all applied patches. OR swlist -lfileset. Compare this with the latest HP's patch release.

2) The installed version of tcp/ip is contained in the following file, which is the ip header file:

/usr/conf/netinet/ip.h

HTH,
Shiju
Life is a promise, fulfill it!
Stefan Farrelly
Honored Contributor
Solution

Re: Question Please


The best command to use is; swlist -l bundle (not -l fileset or -l product). This gives you a nice short listing of all installed bundles, one or more of which should be patch bundles. eg;

# Initializing...
# Contacting target "palm2"...
#
# Target: palm2:/
#

HPUXEng64RT B.11.00.01 English HP-UX 64-bit Runtime Environment
HWE1100 B.11.00.0112.7 Hardware Enablement Patches for HP-UX 11.00, December 2001
OnlineDiag B.11.00.19.10 HPUX 11.0 Support Tools Bundle, Dec 2001
QPK1100 B.11.00.54.7 Quality Pack for HP-UX 11.00, September 2001
UXCoreMedia B.11.00.02 HP-UX Media Kit (Reference Only. See Description)
XSWGR1100 B.11.00.47.08 General Release Patches, November 1999 (ACE)
XSWHWCR1100 B.11.00.53.8 HP-UX Hardware Enablement and Critical Patches, June 2001

As you can see from this listing there are lots of patch bundles. The latest ones are the Quality Pack bundles (see its dated Sep 2001).
To see individual patches use; swlist -l fileset | grep PH
but this will list hundreds of them. Better to use one of the larger bundles of patches as per above.
Im from Palmerston North, New Zealand, but somehow ended up in London...