Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Memory information: lsconf

 

Panel

$> lsconf
'System Model: IBM,9115-505
Machine Serial Number: 064434A
Processor Type: PowerPC_POWER5
Processor Implementation Mode: POWER 5
Processor Version: PV_5_3
Number Of Processors: 1
Processor Clock Speed: 1898 MHz
CPU Type: 64-bit
Kernel Type: 64-bit
LPAR Info: 1 06-4434A
Memory Size: 7936 MB
Good Memory Size: 7936 MB
Platform Firmware level: Not Available
Firmware Version: IBM,SF240_338
Console Login: enable
Auto Restart: true
Full Core: false

 

Process Memory : ps aux

No Format
$> ps aux
USER        PID %CPU %MEM   SZ  RSS    TTY STAT    STIME  TIME COMMAND
root       8196 19.5  0.0  384  384      - A      Apr 14 141722:02 wait
root      53274 18.6  0.0  384  384      - A      Apr 14 134782:46 wait
hanulcat 700654  3.5  1.0 686892 42184      - A      Oct 23 6062:39 /home/ts2_team/h
durusari 737490  2.8  5.0 394120 389104      - A      Dec 16 500:43 /home/ts2_team/d
wsalti3  786586  1.9  0.0 59168 16052      - A      Sep 17 5331:05 /usr/java5/bin/j


SZ:  The virtual size of the data section of the process (in 1KB units).
RSS : The real-memory (resident set) size of the process (in 1KB units)

 

System Memory : vmstat

No Format
$>vmstat 1
System configuration: lcpu=2 mem=7936MB
kthr    memory              page              faults        cpu
----- ----------- ------------------------ ------------ -----------
 r  b   avm   fre  re  pi  po  fr   sr  cy  in   sy  cs us sy id wa
15  0 4186138  3380   0   0   0   0    0   0  13 31222 40260 21 16 63  0
 3  0 4186139  3379   0   0   0   0    0   0   7 30787 39611 21 16 63  0
 1  0 4186140  3378   0   0   0   0    0   0   9 30636 39011 22 16 62  0
13  0 4186136  3382   0   0   0   0    0   0  17 31331 40298 21 16 62  0
16  0 4186136  3382   0   0   0   0    0   0   7 31859 40632 22 16 62  0


 
Memory: information about the usage of virtual and real memory. Virtual pages are considered active if they have been accessed. 
        A page is 4096 bytes.
avm : Active virtual pages.
fre : Size of the free list. 
 

 

3. SYSTEM 
LOG : errpt -a

Panel

$> errpt -a
---------------------------------------------------------------------------
LABEL: J2_FS_FULL
IDENTIFIER: F7FA22C9

Date/Time: Wed Dec 16 14:46:15 KORST 2015
Sequence Number: 494034
Machine Id: 0004434AD300
Node Id: aix53-t9
Class: O
Type: INFO
Resource Name: SYSJ2

Description
UNABLE TO ALLOCATE SPACE IN FILE SYSTEM

Probable Causes
FILE SYSTEM FULL

Recommended Actions
INCREASE THE SIZE OF THE ASSOCIATED FILE SYSTEM
REMOVE UNNECESSARY DATA FROM FILE SYSTEM
USE FUSER UTILITY TO LOCATE UNLINKED FILES STILL REFERENCED

Detail Data
JFS2 MAJOR/MINOR DEVICE NUMBER
002E 0001
FILE SYSTEM DEVICE AND MOUNT POINT
/dev/home1, /home1

 

OS Version : oslevel -r

Panel
$> oslevel -r
5300-08

 

Patch No : lslpp -L|grep motif

Panel

$>lslpp -L | grep motif
X11.adt.motif 5.3.9.0 C F AIXwindows Application
X11.motif.lib 5.3.9.0 C F AIXwindows Motif Libraries
X11.motif.mwm 5.3.9.0 C F AIXwindows Motif Window
X11.msg.en_US.motif.lib 5.3.0.0 C F AIXwindows Motif Lib. Msgs -
X11.msg.en_US.motif.mwm 5.3.0.0 C F AIX Motif Window Mgr Msgs -
X11.samples.apps.motifdemos

 

4. DISK : iostat 3 1

Code Block
$>iostat 3 1
System configuration: lcpu=2 drives=2 paths=2 vdisks=0
tty:      tin         tout    avg-cpu: % user % sys % idle % iowait
          0.0         19.3               20.4  16.3   60.5      2.8
Disks:        % tm_act     Kbps      tps    Kb_read   Kb_wrtn
hdisk1           6.0     1893.3      13.3          0      5680
hdisk0           5.3      24.0       6.0          0        72


% tm_act : Indicates the percentage of time the physical disk/tape was active
          (bandwidth utilization for the drive).
Kbps : Indicates the amount of data transferred (read or written) to the drive in KB per second.
tps : Indicates the number of transfers per second that were issued to the physical disk/tape. A transfer is an I/O request to the
     physical disk/tape. Multiple logical requests can be combined into a single I/O request to the disk. 
     A transfer is of indeterminate size.
Kb_read : The total number of KB read.
Kb_wrtn : The total number of KB written.

 

5. NETWORK : netstat, ifconfig

No Format
$> netstat
Active Internet connections
Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
tcp4       0      2  81.altibase.loca.telne 192.168.6.26.pscupd    ESTABLISHED
tcp4       0      0  localhost.29945        localhost.38131        ESTABLISHED
tcp4       0      0  localhost.38131        localhost.29945        ESTABLISHED
tcp4       0      0  81.altibase.loca.42129 as48-x64.altibas.39945 TIME_WAIT
tcp4       0      0  81.altibase.loca.42130 as48-x64.altibas.39945 TIME_WAIT
Panel

$> ifconfig -a
en0: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),PSEG,LARGESEND,CHAIN>
inet xxx.xxx.xxx.xxx netmask 0xffffff00 broadcast xxx.xxx.xxx.xxx
tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 0
lo0: flags=e08084b<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT>
inet xxx.xxx.xxx.xxx netmask 0xff000000 broadcast xxx.xxx.xxx.xxx
inet6 ::1/0
tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1

 

HP-UX


1. CPU 
CPU information : glance(a)

 

No Format
$> glance (a key after performing glance)
 
 GlancePlus C.04.55.00          15:57:51   rx6600     ia64    Current  Avg  High
--------------------------------------------------------------------------------
CPU  Util   SUU                                                |  6%    6%    6%
Disk Util   F          FV V                                    | 29%   29%   29%
Mem  Util   S     SU                 U                         | 57%   57%   57%
Swap Util   UUR      R                                         | 20%   20%   20%
--------------------------------------------------------------------------------
                                CPU BY PROCESSOR                    Users=    6
CPU  State     Util   LoadAvg(1/5/15 min)   CSwitch   Last Pid
--------------------------------------------------------------------------------
  3 Enable     12.1     0.1/  0.0/  0.0       175       25741
  4 Enable      0.0     0.1/  0.1/  0.1       167       18641
  6 Enable      0.0     0.1/  0.1/  0.1       158        1769
  7 Enable      5.2     0.0/  0.0/  0.0       263        1979
  8 Enable     53.4     0.1/  0.1/  0.1       155        1979
 10 Enable      0.9     0.1/  0.1/  0.1       163        1979
 13 Enable      0.9     0.0/  0.0/  0.0       244       18641
  5 Enable      0.0     0.0/  0.0/  0.0       219        1979
  2 Enable      1.7     0.1/  0.1/  0.1       204        1979
  9 Enable     13.8     0.0/  0.0/  0.0       261       25223
  0 Enable      0.0     0.1/  0.1/  0.1       160       18641

CPU usage : top, glance

Panel
$> top
System: rx6600                                        Tue Dec 22 16:00:58 2015
Load averages: 0.08, 0.07, 0.07
430 processes: 362 sleeping, 68 running
Cpu states:
CPU   LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS
 0    0.15   3.8%   0.0%   1.4%  94.9%   0.0%   0.0%   0.0%   0.0%
 1    0.03   1.8%   0.0%   1.6%  96.6%   0.0%   0.0%   0.0%   0.0%
 2    0.08   8.9%   0.0%   2.0%  89.1%   0.0%   0.0%   0.0%   0.0%
 3    0.04   9.5%   0.0%   1.2%  89.3%   0.0%   0.0%   0.0%   0.0%
 4    0.06   7.9%   0.0%   0.4%  91.7%   0.0%   0.0%   0.0%   0.0%
 5    0.04   4.5%   0.0%   1.0%  94.5%   0.0%   0.0%   0.0%   0.0%
 6    0.13  14.8%   0.0%   0.0%  85.2%   0.0%   0.0%   0.0%   0.0%
 7    0.04   3.8%   0.0%   1.4%  94.9%   0.0%   0.0%   0.0%   0.0%
 8    0.09  14.8%   0.0%   2.0%  83.2%   0.0%   0.0%   0.0%   0.0%
 9    0.06   8.3%   0.0%   1.0%  90.7%   0.0%   0.0%   0.0%   0.0%
10    0.14  11.9%   0.0%   1.4%  86.8%   0.0%   0.0%   0.0%   0.0%
11    0.06   5.1%   0.0%   0.8%  94.1%   0.0%   0.0%   0.0%   0.0%
12    0.09  17.2%   0.0%   2.2%  80.6%   0.0%   0.0%   0.0%   0.0%
13    0.04   7.7%   0.0%   0.4%  91.9%   0.0%   0.0%   0.0%   0.0%
14    0.14  11.7%   0.0%   2.6%  85.8%   0.0%   0.0%   0.0%   0.0%
15    0.06   3.2%   0.0%   1.0%  95.9%   0.0%   0.0%   0.0%   0.0%
---   ----  -----  -----  -----  -----  -----  -----  -----  -----
avg   0.08   8.3%   0.0%   1.4%  90.3%   0.0%   0.0%   0.0%   0.0%

2. MEMORY 
Memory information : machinfo
Panel

$> machinfo
CPU info:
4 Intel(R) Itanium 2 9000 series processors (1.59 GHz, 18 MB)
532 MT/s bus, CPU version C2
16 logical processors (4 per socket)

Memory: 32738 MB (31.97 GB)

Firmware info:
Firmware revision: 02.03
FP SWA driver revision: 1.18
IPMI is supported on this system.
BMC firmware revision: 5.14

Platform info:
Model: "ia64 hp server rx6600"
Machine ID number: 1a04e8b4-e4be-11db-a861-567abc9b2e8a
Machine serial number: SGH4710K7C

OS info:
Nodename: rx6600
Release: HP-UX B.11.31
Version: U (unlimited-user license)
Machine: ia64
ID Number: 0436529332

 

Process Memory : ps -elf

 

No Format
$> ps -elf
  F S      UID   PID  PPID  C PRI NI             ADDR   SZ            WCHAN    STIME TTY       TIME COMD
1003 S     root     0     0  0 127 20 e000000100769810    0 e000000100000004 12▒▒ 21  ?         0:25 swapper
541 R     root     1     0  0 152 20 e00000010415e380  481                - 12▒▒ 21  ?         0:04 init
1003 S     root    13     0  0 152 20 e0000001301a4080    0 e0000001301a30a0 12▒▒ 21  ?         0:00 net_str_cached
1003 S     root    12     0  0 152 20 e000000131004d00    0 e0000001301a3080 12▒▒ 21  ?         0:00 net_str_cached
1003 R     root    11     0  0 152 20 e000000131004a00    0                - 12▒▒ 21  ?         0:03 escsid


 
sz : The size in physical pages of the core image of the process, including text, data, and stack space.  
     Physical page size is defined by _SC_PAGE_SIZE in the header file <unistd.h>

 

System Memory : vmstat

No Format
$> vmstat 1 5
         procs           memory                   page                              faults       cpu
    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id
    1     0     0  5614057  2977741    0    0     0    0     0    0     2   4639  11383  3479   0  0 100
    1     0     0  5614057  2977750    0    0     1    0     0    0     0   4648  10931  3786   0  0 100
    1     0     0  5614057  2977633    0    0     0    0     0    0     0   4645  10537  3788   0  0 100
    1     0     0  5614057  2977633    0    0     0    0     0    0     0   4642  10072  3783   0  0 100
    1     0     0  5614057  2977633    0    0     0    0     0    0     0   4638   9594  3776   0  0 100


memory : Information about the usage of virtual and real memory.  
         Virtual pages are considered active if they belong to processes 
         that are running or have run in the last 20 seconds.
avm : Active virtual pages
free : Size of the free list

 

3. SYSTEM 
LOG : /var/adm/syslog/syslog.log

Panel

$> cat /var/adm/syslog/syslog.log
Dec 21 14:18:12 rx6600 syslogd: restart
Dec 21 14:18:12 rx6600 vmunix:
Dec 21 14:18:12 rx6600 vmunix: MFS is defined: base= 0xe000000101d74000 size= 5592 KB
Dec 21 14:18:12 rx6600 vmunix: Found adjacent data tr. Growing size. 0x228c000 -> 0x628c000.
Dec 21 14:18:12 rx6600 vmunix: Loaded ACPI revision 2.0 tables.
Dec 21 14:18:12 rx6600 vmunix: MMIO on this platform supports Write Coalescing.
Dec 21 14:18:12 rx6600 vmunix: Warning: The value of 5029 for tunable maxfiles is not a multiple of the file descriptor chunk size (8). This may result in unusable memory in each process.

 

OS Version : uname -a

 

Panel
$> uname -a
HP-UX rx6600 B.11.31 U ia64 0436529332 unlimited-user license

 

3. DISK: iostat 3 1

Panel

$> iostat 3 3

device bps sps msps

disk10 15 1.1 1.0
disk11 15 1.1 1.0
disk12 47 4.6 1.0
disk13 14 1.1 1.0
disk14 14 1.1 1.0
disk15 13 0.9 1.0
disk17 16 1.2 1.0
disk19 14 1.0 1.0

 

device : Device name
bps : Kilobytes transferred per seco
sps : Number of seeks per second
msps : Milliseconds per average seek

 

4. NETWORK : netstat -nr

No Format
$> netstat -nr
IPv4 Routing tables:
Destination           Gateway            Flags   Refs Interface  Pmtu
127.0.0.1             127.0.0.1          UH    0    lo0       32808
192.168.1.28          192.168.1.28       UH    0    lan0      32808
192.168.1.0           192.168.1.28       U     2    lan0       1500
127.0.0.0             127.0.0.1          U     0    lo0       32808
default               192.168.1.1        UG    0    lan0       1500
IPv6 Routing tables:
Destination/Prefix          Gateway                  Flags Refs Interface Pmtu
::1/128                     ::1                      UH    0    lo0      32808
fe80::217:a4ff:fe51:7308/128
                            fe80::217:a4ff:fe51:7308 UH    0    lan0     32808
fe80::/10                   fe80::217:a4ff:fe51:7308 U     2    lan0      1500
default                     fe80::221:d8ff:feb6:123f UG    0    lan0         0