Sponsored Content
Full Discussion: AIX system dump analysis
Operating Systems AIX AIX system dump analysis Post 303034728 by Neo on Friday 3rd of May 2019 11:17:23 AM
Old 05-03-2019
Please check ls -l /unix ... it should look like one of these:

Code:
/unix -> /usr/lib/boot/unix_mp
/unix -> /usr/lib/boot/unix_64

Then based on the /unix link you find, run:

Code:
lslpp -l bos.<kernel>

For example:

Code:
lslpp -l | grep bos.mp
bos.mp 5.3.0.52 COMMITTED Base Operating System
bos.mp64 5.3.0.52 COMMITTED Base Operating System 64-bit
bos.mp 5.3.0.30 COMMITTED Base Operating System
bos.mp64 5.3.0.30 COMMITTED Base Operating System 64-bit

Try this and let's see what version you are running.

Thanks
 

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to do core dump analysis

Hi All, I am new to unix environment. Please tell me how to do coredump analysis. Please explain clearly with example. What are the details are available in the core. Thanks in advance (5 Replies)
Discussion started by: sip
5 Replies

2. UNIX for Advanced & Expert Users

Core Dump Analysis Using PStack and PMAP

Hello, I'm new to the group and this is my first post. I'm hoping someone can help me out. I have a core dump that I need to analyze from a Unix box and I've never done this sort of thing before. I was told to run a pmap and pstack on the core file which provided two different output files. ... (3 Replies)
Discussion started by: kimblebee
3 Replies

3. Solaris

use sunexplorer and vmcore analysis result instead of vmcore dump file itself.

in solaris 8 environment,frequently os panic happened and someone advise me check vmcore.:( for crash dump facility can we use SUNEXPLORER data collector package including with analyse result of vmcore like ? It may provides panic message included program counter address, perhaps ... (3 Replies)
Discussion started by: mahadib
3 Replies

4. AIX

How to do core dump analysis in AIX?

Please tell me some methods to analyse core dump in AIX.:) (2 Replies)
Discussion started by: Mythili
2 Replies

5. Red Hat

core dump analysis : __kernel_vsyscall ()

We have just enabled core dump on our RHEL5.7 OS. the java process is terminating very often so we enable core dump to analysis the issue and find below in core dump file. Core was generated by `/usr/java/jdk1.6.0_06//bin/java -server -Xms1536m -Xmx1536m -Xmn576m -XX:+Aggre'. Program... (0 Replies)
Discussion started by: pawankkamboj
0 Replies

6. UNIX for Dummies Questions & Answers

Learn Linux Core Dump Analysis

Can any body provide me some good link to learn to create and analyze linux user mode application / kernel module core dumps? (1 Reply)
Discussion started by: rupeshkp728
1 Replies
BOS_APROPOS(8)						       AFS Command Reference						    BOS_APROPOS(8)

NAME
       bos_apropos - Displays each help entry containing a keyword string

SYNOPSIS
       bos apropos -topic <help string> [-help]

       bos ap -t <help string> [-h]

DESCRIPTION
       The bos apropos command displays the first line of the online help entry for any bos command that has in its name or short description the
       string specified by the -topic argument.

       To display the syntax for a command, use the bos help command.

OPTIONS
       -topic <help string>
	   Specifies the keyword string to match, in lowercase letters only.  If the string is more than a single word, surround it with double
	   quotes ("") or other delimiters.

       -help
	   Prints the online help for this command. All other valid options are ignored.

OUTPUT
       The first line of a command's online help entry names it and briefly describes its function. This command displays the first line for any
       bos command where the string specified with the -topic argument is part of the command name or first line.

EXAMPLES
       The following command lists all bos commands that include the word "restart" in their names or short descriptions:

	  % bos apropos restart
	  getrestart: get restart times
	  restart: restart all processes
	  setrestart: set restart times

PRIVILEGE REQUIRED
       None

SEE ALSO
       bos(8), bos_help(8)

COPYRIGHT
       IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.

       This documentation is covered by the IBM Public License Version 1.0.  It was converted from HTML to POD by software written by Chas
       Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.

OpenAFS 							    2012-03-26							    BOS_APROPOS(8)
All times are GMT -4. The time now is 01:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy