Sponsored Content
Operating Systems Solaris Patch level of Solaris machine Post 302210863 by taran on Wednesday 2nd of July 2008 06:34:03 AM
Old 07-02-2008
hi,

cat /etc/release and uname -a (look kernel patch) maybe y help.
 

7 More Discussions You Might Find Interesting

1. Solaris

patch level

Hi, how do you check that the latest service packs/patches are installed on the server, When i look at the OS Modules file, all i see is these numbers like 117176-02 etc, what is currently the latest patch level for sunOS 5.9? thnaks (1 Reply)
Discussion started by: narik007
1 Replies

2. Solaris

Where/What/Howto solve warning/error msg about Kernel patch level?

required Solaris 5.10 Kernel patch 137111-03 required Solaris 5.10 Fibre Channel Device Driver patch 125184-08 I want to know about the descriptions and what the patches will do. I searched www.sun.com (patches/updates) but don't see I am looking for. (1 Reply)
Discussion started by: Y4Net
1 Replies

3. Linux

OS Patch level command

Hi Do let me know how to find OS Patch 's installed on Linux server ? Thanks ~ SPai (3 Replies)
Discussion started by: sbanala
3 Replies

4. AIX

Finding patch level in AIX

Hi, How to find out patch level in AIX and what patches are installed on AIX box? As per my knowledge oslevel -s will give service and maintanance level description , but regarding patch level any command is there? Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

5. Solaris

Facing problem after upgrading the kernal patch level to 142900-12

I have a Solaris 10 OS having kernal patch level 138888-03 on several servers but recenlty I upgraded it into 142900-12 on some T-Series servers & v890 server after install them my syslog is increasing at a rate of 1GB on average on all servers . I believe its a bug, can somebody help me in... (1 Reply)
Discussion started by: sb200
1 Replies

6. Solaris

patch level

how can i know the patch level in solaris 10? is there a command to know what patchs installed in my solaris? i mean is there any tool i can run to know that other than pkginfo | more? i need to make an inventory of all my SUN servers. i can run explorer in all the machines but unfortunately i... (3 Replies)
Discussion started by: q8devilish
3 Replies

7. Solaris

Kernel Patch level of ABE.

Hi, Anyone able to advise on how to find the kernel patch level of an ABE? showrev and uname -a will provide kernel patch details of the running environment, but how can I run these commands against the ABE or where do these commands get their information from i.e. is the kernel patch level... (3 Replies)
Discussion started by: CiCa
3 Replies
FREEBSD-VERSION(1)					    BSD General Commands Manual 					FREEBSD-VERSION(1)

NAME
freebsd-version -- print the version and patch level of the installed system SYNOPSIS
freebsd-version [-ku] DESCRIPTION
The freebsd-version utility makes a best effort to determine the version and patch level of the installed kernel and / or userland. The following options are available: -k Print the version and patch level of the installed kernel. Unlike uname(1), if a new kernel has been installed but the system has not yet rebooted, freebsd-version will print the version and patch level of the new kernel. -u Print the version and patch level of the installed userland. These are hardcoded into freebsd-version during the build. If both -k and -u are specified, freebsd-version will print the kernel version first, then the userland version, on separate lines. If nei- ther is specified, it will print the userland version only. IMPLEMENTATION NOTES
The freebsd-version utility should provide the correct answer in the vast majority of cases, including on systems kept up-to-date using freebsd-update(8), which does not update the kernel version unless the kernel itself was affected by the latest patch. To determine the name (and hence the location) of a custom kernel, the freebsd-version utility will attempt to parse /boot/defaults/loader.conf and /boot/loader.conf, looking for definitions of the kernel and bootfile variables, both with a default value of ``kernel''. It may however fail to locate the correct kernel if either or both of these variables are defined in a non-standard location, such as in /boot/loader.rc. ENVIRONMENT
ROOT Path to the root of the filesystem in which to look for loader.conf and the kernel. EXAMPLES
To determine the version of the currently running userland: /bin/freebsd-version -u To inspect a system being repaired using a live CD: mount -rt ufs /dev/ada0p2 /mnt env ROOT=/mnt /mnt/bin/freebsd-version -ku SEE ALSO
uname(1), loader.conf(5), freebsd-version(8) HISTORY
The freebsd-version command appeared in FreeBSD 10.0. AUTHORS
The freebsd-version utility and this manual page were written by Dag-Erling Smorgrav <des@FreeBSD.org>. BSD
October 5, 2013 BSD
All times are GMT -4. The time now is 09:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy