Sponsored Content
Operating Systems AIX Vmstat fault section all values are 0 Post 302770336 by MichaelFelt on Friday 15th of February 2013 09:25:12 AM
Old 02-15-2013
IMHO, this is not normal behavior. My first guess would be that a program has been restored, or a patch applied, and the libC and/or other shared library is not correct.

If I was on site and could look at other things I would recommend many other things - but for now, to remove many many variables in a short amount of time - AND to know if it is spurious or continous I would look at performing a reboot.

BUT!!! The other common cause of issues with libraries going bad, because they are cached in memory is either a disk gone bad (e.g. rootvg) so programs "run" but are in accurate because they cannot get/write to disk (e.g., a partition can run for hours even though it's rootvg is missing (VIOS is offline by accident) - or - that someone has done "rm -rf /..." by accident. So files are removed, but still open (shared libraries) so programs can still run "some".

Program to check: errpt

Code:
errpt | head

re: PID values. The long PID values imply that the 64-bit kernel is active so larger PID and TID values are normal

Code:
errpt -a | more

Code:
 
errpt -c

If you think the system will survive a reboot, and you can get a window to perform it - it is a serious option. But be careful - if your disk is bad and you cannot (re)boot you must decide beforehand what is worse: no availability or degraded integrity.

---------- Post updated at 04:25 PM ---------- Previous update was at 04:22 PM ----------

re: PID values. The 7-digit values imply that a 64-bit kernel is active.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

reset values for vmstat

How do you reset the values that vmstat displays? Vmstat displays a running average from the last the system was restarted on the first line, how do you reset these values without restarting the system? (Solaris 8) (3 Replies)
Discussion started by: kuczerp
3 Replies

2. UNIX for Dummies Questions & Answers

vmstat

When I exeute vmstat (e.g. vmstat 30 2), in some machines I get some wierd result as the first line. like: -117% or 208% for CPU idle percentage. But the second line is alright. Could someone explain this please. Thanks ! Chaadana (4 Replies)
Discussion started by: chaandana
4 Replies

3. UNIX for Dummies Questions & Answers

vmstat

Hi I wanted to collect data by using vmstat -I 60 >xxxx.txt & using my own account It was stopped by it self after 2 hours try again same result We want to collect day date by succession how to collect data using vmstat for day Thank you (2 Replies)
Discussion started by: Syed_45
2 Replies

4. Linux

vmstat help

Hi everyone, I need to see some VM manager performance/behavior information on some Linux boxes regarding pages scanned/activation of the paging algorithm in order to get an idea if a given server needs more memory and is actually paging. In Aix servers, by using the vmstat cmd you... (1 Reply)
Discussion started by: jcpetela
1 Replies

5. Shell Programming and Scripting

Extract section of file based on word in section

I have a list of Servers in no particular order as follows: virtualMachines="IIBSBS IIBVICDMS01 IIBVICMA01"And I am generating some output from a pre-existing script that gives me the following (this is a sample output selection). 9/17/2010 8:00:05 PM: Normal backup using VDRBACKUPS... (2 Replies)
Discussion started by: jelloir
2 Replies

6. AIX

fr and sr (from vmstat output) values are very high

Hi AIX Expert, the fr (page freed/page replacement) and sr (pages scanned by page-replacement algorithm) values from the vmstat output (see below please) are very high. I usually see this high value during the oracle database backup. In addition, the page scan/page steal/ page faults values... (7 Replies)
Discussion started by: Beginer0705
7 Replies

7. Shell Programming and Scripting

Prepend first line of section to each line until the next section header

I have searched in a variety of ways in a variety of places but have come up empty. I would like to prepend a portion of a section header to each following line until the next section header. I have been using sed for most things up until now but I'd go for a solution in just about anything--... (7 Replies)
Discussion started by: pagrus
7 Replies

8. Programming

Using gdb, ignore beginning segmentation fault until reproduce environment segmentation fault

I use a binary name (ie polo) it gets some parameter , so for debugging normally i do this : i wrote script for watchdog my app (polo) and check every second if it's not running then start it , the problem is , if my app , remain in state of segmentation fault for a while (ie 15 ... (6 Replies)
Discussion started by: pooyair
6 Replies

9. Linux

Vmstat

I m checking idle time using vmstat, below are the results var=$(ssh wmtmgr@$hostname vmstat | tail -1 | awk '{print $15}') 89 and now im subtracting 89 with 100 & im getting expected results expr 100 - $var 11 Now How can I get the result 11 in one line code? (4 Replies)
Discussion started by: sam@sam
4 Replies

10. Programming

C. To segmentation fault or not to segmentation fault, that is the question.

Oddities with gcc, 2.95.3 for the AMIGA and 4.2.1 for MY current OSX 10.14.1... I am creating a basic calculator for the AMIGA ADE *NIX emulator in C as it does not have one. Below are two very condensed snippets of which I have added the results inside the each code section. IMPORTANT!... (11 Replies)
Discussion started by: wisecracker
11 Replies
radisk(8)						      System Manager's Manual							 radisk(8)

NAME
radisk - Digital Storage Architecture (DSA) disk maintenance program SYNOPSIS
/sbin/radisk -c LBN length special /sbin/radisk -e special /sbin/radisk -n special /sbin/radisk -r LBN special /sbin/radisk -s LBN length special OPTIONS
The following options can be used with radisk: Clears a forced error indicator on the range of specified LBNs. The forced error condition indicates that the data in the disk block is bad. The disk block is good, but the data can not be read without getting an error detection code (EDC) error. This option causes the forced error condition to be removed. After the forced error indicator is cleared, the EDC error is not reported nor will the data be marked as bad. The data should be restored either by manual methods or with the restore command. The radisk command affects the integrity of the data on a disk and should be followed by a file system restore if data is affected. Sets the exclusive access attribute associated with the specified disk. This attribute is provided by multihost controllers to restrict access to a disk to one host. The radisk command returns a failure status if the disk is already exclusively associated with another host or the underlying controller does not provide multihost support. If the command is issued to a disk that is currently mounted and the command fails, the disk is no longer on line to this host. For this reason the -e option should not be issued to a disk that is mounted. Clears the exclusive access attribute associated with the specified disk. If the controller provides multihost support and the exclusive access attribute is not set for a particular disk, it would be possible for the disk to be accessed by more than one host. The radisk command returns a failure status if the disk is not currently and exclusively associated with this host or the underlying controller does not pro- vide multihost support. Replaces a block on the disk specified by LBN. See RESTRICTIONS. Starts a scan for bad blocks on the specified area on a disk. Bad blocks are disk blocks that have data transfer errors to the extent that they cannot be relied on. When a bad block is found, it is replaced and the bad block's LBN is reported. The LBN specified with the -s option can be 0 to indicate the first block in the specified partition. If 0 is specified, however, the program starts searching from the first block of the partition. The -s option accepts any valid partition on the disk. This allows any partition to be scanned without scanning the entire disk and ensures that the specified partition is free of bad blocks. As an example, /dev/rdisk/dsk0h indicates the h partition of the boot disk, 0. DESCRIPTION
The radisk Digital Storage Architecture (DSA) disk maintenance program allows you to maintain DSA disk devices. The radisk command must be used on unmounted disk partitions to ensure correct results. The LBN is a decimal number that represents the logical block number as reported in the errorlog file. The LBN is the actual disk block number starting from the beginning of the disk. The length is a decimal number that indicates how many (512 byte) blocks to process. The length specified can be -1 to indicate the last block of the specified partition. The special file specified is used with -c, -e, -n, and -r options and indicates an unmounted c partition of a character device special file. RESTRICTIONS
You must be in single-user mode when using the -c, -r, and -s options of the radisk program. If you are in multiuser mode, radisk hangs the system and cannot be killed. If this happens, you must reboot. The -r option is supported only with those DSA disks which use host-initiated dynamic bad block replacement. The -e and -n options are only supported on controllers that provide multi-host support. These options are only supported on HSC Version 5.00 or later. ERRORS
The radisk program generates messages when the user is not privileged, when the LBN is not in the specified partition, and when the length exceeds the size of the partition. SEE ALSO
Commands: disklabel(8), mount(8), restore(8) Networking: ra(7) radisk(8)
All times are GMT -4. The time now is 06:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy