IBM AIX系统更换故障盘


# errpt
IDENTIFIER TIMESTAMP  T C RESOURCE_NAME  DESCRIPTION
E87EF1BE   0415150020 P O dumpcheck      The largest dump device is too small.
DCB47997   0414160820 T H hdisk0         DISK OPERATION ERROR
DCB47997   0414151920 T H hdisk0         DISK OPERATION ERROR
E87EF1BE   0414150020 P O dumpcheck      The largest dump device is too small.
DCB47997   0414140920 T H hdisk0         DISK OPERATION ERROR
DCB47997   0414121020 T H hdisk0         DISK OPERATION ERROR
DCB47997   0414115020 T H hdisk0         DISK OPERATION ERROR
DCB47997   0414100120 T H hdisk0         DISK OPERATION ERROR
DCB47997   0414073220 T H hdisk0         DISK OPERATION ERROR
DCB47997   0414042420 T H hdisk0         DISK OPERATION ERROR
DCB47997   0414033420 T H hdisk0         DISK OPERATION ERROR
B6267342   0413192820 P H hdisk0         DISK OPERATION ERROR
DCB47997   0413175920 T H hdisk0         DISK OPERATION ERROR
DCB47997   0413155920 T H hdisk0         DISK OPERATION ERROR
DCB47997   0413154920 T H hdisk0         DISK OPERATION ERROR
E87EF1BE   0413150020 P O dumpcheck      The largest dump device is too small.
DCB47997   0413150020 T H hdisk0         DISK OPERATION ERROR
DCB47997   0413144020 T H hdisk0         DISK OPERATION ERROR
......


# uname -uM
IBM,9179-MHD IBM,02845159W


# lsvg -p rootvg
rootvg:
PV_NAME           PV STATE          TOTAL PPs   FREE PPs    FREE DISTRIBUTION
hdisk0            active            558         93          00..00..00..00..93
hdisk1            active            558         101         78..00..00..00..23


# lsvg -l rootvg
rootvg:
LV NAME             TYPE       LPs     PPs     PVs  LV STATE      MOUNT POINT
hd5                 boot       1       2       2    closed/syncd  N/A
hd6                 paging     33      66      2    open/syncd    N/A
hd8                 jfs2log    1       2       2    open/syncd    N/A
hd4                 jfs2       30      60      2    open/syncd    /
hd2                 jfs2       20      40      2    open/syncd    /usr
hd9var              jfs2       20      40      2    open/syncd    /var
hd3                 jfs2       20      40      2    open/syncd    /tmp
hd1                 jfs2       20      40      2    open/syncd    /home
hd10opt             jfs2       10      20      2    open/syncd    /opt
hd11admin           jfs2       1       2       2    open/syncd    /admin
lg_dumplv           sysdump    8       8       1    open/syncd    N/A
livedump            jfs2       1       2       2    open/syncd    /var/adm/ras/livedump
lvu01               jfs2       300     600     2    open/syncd    /u01



# man migratepv 
migratepv Command
Purpose
       Moves allocated physical partitions from one physical volume to one or more other physical volumes.
Syntax
       migratepv [ -i ] [ -l LogicalVolume ] SourcePhysicalVolume DestinationPhysicalVolume...
Description
       The migratepv command moves allocated physical partitions and the data they contain from the SourcePhysicalVolume to one or more other physical volumes. To limit the transfer to specific physical volumes, use the names of one
       or more physical volumes in the DestinationPhysicalVolume parameter; otherwise, all the physical volumes in the volume group are available for the transfer. All physical volumes must be within the same volume group. The
       specified source physical volume cannot be included in the list of DestinationPhysicalVolume parameters.
       Note:
       1    To use this command, you must either have root user authority or be a member of the system group.
       2    The migratepv command is not allowed on a snapshot volume group or a volume group that has a snapshot volume group.
       3    Running this command on a physical volume that has an active, firmware-assisted, dump logical volume temporarily changes the location of the dump device to /dev/sysdumpnull. After you have successfully migrated the logical
            volume, this command calls the following command to set the firmware-assisted, dump logical volume to the original logical volume.
            sysdumpdev -P
       The allocation of the new physical partitions follows the policies defined for the logical volumes that contain the physical partitions being moved.
       When you migrate a physical volume, the boot logical volume must remain intact. Two contiguous physical partitions and the new boot image must be built on the new boot logical volume.
       If you specify a logical volume that contains the boot image, the migratepv -l command attempts to find enough contiguous partitions on one of the target physical volumes. If the migration is successful, the migratepv command
       prints a message that recommends the user run the bosboot command to indicate a change in the boot device. The attempted migration fails if the migratepv -l command is unable to find enough contiguous space to satisfy the
       request.
       Note: All Logical Volume Manager migrate functions work by creating a mirror of the logical volumes involved, then resynchronizing the logical volumes. The original logical volume is then removed. If the migratepv command is
       used to move a logical volume containing the primary dump device, the system will not have an accessible primary dump device during the execution of the command. Therefore, a dump taken during this execution may fail. To avoid
       this, reassign the primary dump device using the sysdumpdev command or ensure there is a secondary dump device defined before using migratepv.
       You can use the System Management Interface Tool (SMIT) smit migratepv fast path to run this command.
Flags
       Item
            Description
       -i
            Reads the DestinationPhysicalVolume parameter from standard input.
       -l LogicalVolume
            Moves only the physical partitions allocated to the specified logical volume and located on the specified source physical volume.
Examples
       1    To move physical partitions from hdisk1 to hdisk6 and hdisk7, enter:
            migratepv hdisk1 hdisk6 hdisk7
            Physical partitions are moved from one physical volume to two others within the same volume group.


# migratepv -l lg_dumplv hdisk0 hdisk1


# lsvg -p rootvg
rootvg:
PV_NAME           PV STATE          TOTAL PPs   FREE PPs    FREE DISTRIBUTION
hdisk0            active            558         101         00..08..00..00..93
hdisk1            active            558         93          70..00..00..00..23


# unmirrorvg rootvg


# unmirrorvg rootvg hdisk0
0516-1246 rmlvcopy: If hd5 is the boot logical volume, please run 'chpv -c <diskname>'
        as root user to clear the boot record and avoid a potential boot
        off an old boot image that may reside on the disk from which this
        logical volume is moved/removed.
0516-1804 chvg: The quorum change takes effect immediately.
0516-1144 unmirrorvg: rootvg successfully unmirrored, user should perform
        bosboot of system to reinitialize boot records.  Then, user must modify
        bootlist to just include:  hdisk1.


# reducevg rootvg hdisk0


# diag

DIAGNOSTIC OPERATING INSTRUCTIONS  VERSION 7.1.4.0                                                                                                                                                                                    801001



LICENSED MATERIAL and LICENSED INTERNAL CODE - PROPERTY OF IBM

(C) COPYRIGHTS BY IBM AND BY OTHERS 1982, 2015.

ALL RIGHTS RESERVED.


These programs contain diagnostics, service aids, and tasks for

the system.  These procedures should be used whenever problems

with the system occur which have not been corrected by any

software application procedures available.


In general, the procedures will run automatically.  However,

sometimes you will be required to select options, inform the

system when to continue, and do simple tasks.


Several keys are used to control the procedures:

- The Enter key continues the procedure or performs an action.

- The Backspace key allows keying errors to be corrected.

- The cursor keys are used to select an option.


                                                                                          

FUNCTION SELECTION                                                                                                                                                                                                                    801002



Move cursor to selection, then press Enter.


  Diagnostic Routines

    This selection will test the machine hardware. Wrap plugs and

    other advanced functions will not be used.

  Advanced Diagnostics Routines

    This selection will test the machine hardware. Wrap plugs and

    other advanced functions will be used.

  Task Selection (Diagnostics, Advanced Diagnostics, Service Aids, etc.)

    This selection will list the tasks supported by these procedures.

    Once a task is selected, a resource menu may be presented showing

    all resources supported by the task.

  Resource Selection

    This selection will list the resources in the system that are supported

    by these procedures. Once a resource is selected, a task menu will

FUNCTION SELECTION                                                                                                                                                                                                                    801002



Move cursor to selection, then press Enter.


  Diagnostic Routines

    This selection will test the machine hardware. Wrap plugs and

    other advanced functions will not be used.

  Advanced Diagnostics Routines

    This selection will test the machine hardware. Wrap plugs and

    other advanced functions will be used.

                                                                                        

                                                                                        

TASKS SELECTION LIST                                                                                                                                                                                                                  801004



From the list below, select a task by moving the cursor to

the task and pressing 'Enter'.

To list the resources for the task highlighted, press 'List'.


  Run Diagnostics

  Run Error Log Analysis

  Run Exercisers

  Display or Change Diagnostic Run Time Options


  Add Resource to Resource List

  Automatic Error Log Analysis and Notification

  Backup and Restore Media

  Certify Media

  Change Hardware Vital Product Data

  Configure Platform Processor Diagnostics

  Delete Resource from Resource List

  Disk Maintenance

  Display Configuration and Resource List

  Display Firmware Device Node Information

  Display Hardware Error Report

  Display Hardware Vital Product Data

  Display Multipath I/O (MPIO) Device Configuration

  Display Previous Diagnostic Results

  Display Resource Attributes

  Display Software Product Data

  Display or Change Bootlist

  Format Media

  Gather System Information

  Hot Plug Task

  Identify and Attention Indicators

  Local Area Network Analyzer

  Log Repair Action

  Microcode Tasks

  Periodic Diagnostics

  RAID Array Manager

F1=Help                                                    F4=List                                                    Esc+0=Exit                                                 Enter

  Run Diagnostics

  Run Error Log Analysis

  Run Exercisers

  Display or Change Diagnostic Run Time Options

  

  Add Resource to Resource List

  Automatic Error Log Analysis and Notification

  Backup and Restore Media

  Certify Media

  Change Hardware Vital Product Data

  Configure Platform Processor Diagnostics

  Delete Resource from Resource List

  Disk Maintenance

  Display Configuration and Resource List

  Display Firmware Device Node Information

  Display Hardware Error Report

  Display Hardware Vital Product Data

  Display Multipath I/O (MPIO) Device Configuration

  Display Previous Diagnostic Results

  Display Resource Attributes

  Display Software Product Data

  Display or Change Bootlist

  Format Media

  Gather System Information

  Hot Plug Task

  Identify and Attention Indicators

  Local Area Network Analyzer

  Log Repair Action

  Microcode Tasks

  Microcode Tasks

  Log Repair Action

  Local Area Network Analyzer

  Identify and Attention Indicators

  Hot Plug Task

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

Hot Plug Task                                                                                                                                                                                                                         801004


Move cursor to desired item and press Enter.


  PCI Hot Plug Manager

F1=Help                                                    F4=List                                                    Esc+0=Exit                                                 Enter

Hot Plug Task                                                                                                                                                                                                                         801004


Move cursor to desired item and press Enter.


  PCI Hot Plug Manager

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

SCSI and SCSI RAID HOT PLUG MANAGER                                                                                                                                                                                                   802481


The following operations can be performed on devices attached to

SCSI and SCSI RAID Hot Plug Enclosure devices.


Make selection, use Enter to continue.


  List Hot Swap Enclosure Devices

    This selection lists all scsi hot swap slots and their contents.

  Identify a Device Attached to a SCSI Hot Swap Enclosure Device

    This selection sets the Identify indication.

  Attach a Device to an SCSI Hot Swap Enclosure Device

    This selection sets the Add indication and prepares

    the slot for insertion of a device.

  Replace/Remove a Device Attached to an SCSI Hot Swap Enclosure Device

    This selection sets the Remove indication and prepares

    the device for removal.

  Configure Added/Replaced Devices

    This selection runs the configuration manager on the

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

LIST SCSI HOT SWAP ENCLOSURE DEVICES                                                                                                                                                                                                  802482


The following is a list of SCSI Hot Swap Enclosure Devices. Status information

about a slot can be viewed.


Make selection, use Enter to continue.


                U2C4E.001.DBJ6210-

  ses0            P2-C9-Y2

  ses1            P2-C9-Y1

     slot  4      P2-C9-D4             hdisk1

     slot  5      P2-C9-D5             hdisk0

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

SCSI and SCSI RAID HOT PLUG MANAGER                                                                                                                                                                                                   802481


The following operations can be performed on devices attached to

SCSI and SCSI RAID Hot Plug Enclosure devices.


Make selection, use Enter to continue.


  List Hot Swap Enclosure Devices

    This selection lists all scsi hot swap slots and their contents.

  Identify a Device Attached to a SCSI Hot Swap Enclosure Device

    This selection sets the Identify indication.

  Attach a Device to an SCSI Hot Swap Enclosure Device

    This selection sets the Add indication and prepares

    the slot for insertion of a device.

  Replace/Remove a Device Attached to an SCSI Hot Swap Enclosure Device

    This selection sets the Remove indication and prepares

    the device for removal.

  Configure Added/Replaced Devices

    This selection runs the configuration manager on the

  List Hot Swap Enclosure Devices

    This selection lists all scsi hot swap slots and their contents.

  Identify a Device Attached to a SCSI Hot Swap Enclosure Device

    This selection sets the Identify indication.

  Attach a Device to an SCSI Hot Swap Enclosure Device

    This selection sets the Add indication and prepares

    the slot for insertion of a device.

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

REMOVE OR REPLACE DEVICE ATTACHED TO A SCSI HOT SWAP ENCLOSURE DEVICE                                                                                                                                                                 802485


The following is a list of configured, unconfigured and populated

SCSI Hot Swap Enclosure device slots. Select a slot to remove or

replace the device attached to that slot.

ENSURE THAT NO OTHER HOST IS USING THE DEVICE BEFORE REMOVING IT.


Make selection, use Enter to continue.


                U2C4E.001.DBJ6210-

  ses0            P2-C9-Y2

  ses1            P2-C9-Y1

     slot  4      P2-C9-D4             hdisk1

                U2C4E.001.DBJ6210-

  ses0            P2-C9-Y2

  ses1            P2-C9-Y1

     slot  4      P2-C9-D4             hdisk1

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

                                                                                          x                                                      x

                                                                                          x                                                      x

                                                                                          

                                                                                          

                                                                                          

                                                                                          

                                                                                          

                                                                                          

                                                                                          

                                                                                          

                                                                                          

                                                                                          

                                                                                          

                                                                                          

                                                                                          

REMOVE OR REPLACE DEVICE ATTACHED TO A SCSI HOT SWAP ENCLOSURE DEVICE                                                                                                                                                                 802485


The following is a list of configured, unconfigured and populated

SCSI Hot Swap Enclosure device slots. Select a slot to remove or

replace the device attached to that slot.

ENSURE THAT NO OTHER HOST IS USING THE DEVICE BEFORE REMOVING IT.


Make selection, use Enter to continue.


                U2C4E.001.DBJ6210-

  ses0            P2-C9-Y2

  ses1            P2-C9-Y1

     slot  4      P2-C9-D4             hdisk1

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

SCSI and SCSI RAID HOT PLUG MANAGER                                                                                                                                                                                                   802481


The following operations can be performed on devices attached to

SCSI and SCSI RAID Hot Plug Enclosure devices.


Make selection, use Enter to continue.


  List Hot Swap Enclosure Devices

    This selection lists all scsi hot swap slots and their contents.

  Identify a Device Attached to a SCSI Hot Swap Enclosure Device

    This selection sets the Identify indication.

  Attach a Device to an SCSI Hot Swap Enclosure Device

    This selection sets the Add indication and prepares

    the slot for insertion of a device.

  Replace/Remove a Device Attached to an SCSI Hot Swap Enclosure Device

    This selection sets the Remove indication and prepares

    the device for removal.

  Configure Added/Replaced Devices

    This selection runs the configuration manager on the

  List Hot Swap Enclosure Devices

    This selection lists all scsi hot swap slots and their contents.

  Identify a Device Attached to a SCSI Hot Swap Enclosure Device

    This selection sets the Identify indication.

  Attach a Device to an SCSI Hot Swap Enclosure Device

    This selection sets the Add indication and prepares

    the slot for insertion of a device.

  Replace/Remove a Device Attached to an SCSI Hot Swap Enclosure Device

    This selection sets the Remove indication and prepares

    the device for removal.

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

SCSI and SCSI RAID HOT PLUG MANAGER                                                                                                                                                                                                   802481


The following operations can be performed on devices attached to

SCSI and SCSI RAID Hot Plug Enclosure devices.


Make selection, use Enter to continue.


  List Hot Swap Enclosure Devices

    This selection lists all scsi hot swap slots and their contents.

  Identify a Device Attached to a SCSI Hot Swap Enclosure Device

    This selection sets the Identify indication.

  Attach a Device to an SCSI Hot Swap Enclosure Device

    This selection sets the Add indication and prepares

    the slot for insertion of a device.

  Replace/Remove a Device Attached to an SCSI Hot Swap Enclosure Device

    This selection sets the Remove indication and prepares

    the device for removal.

  Configure Added/Replaced Devices

    This selection runs the configuration manager on the

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

LIST SCSI HOT SWAP ENCLOSURE DEVICES                                                                                                                                                                                                  802482


The following is a list of SCSI Hot Swap Enclosure Devices. Status information

about a slot can be viewed.


Make selection, use Enter to continue.


                U2C4E.001.DBJ6210-

  ses0            P2-C9-Y2

  ses1            P2-C9-Y1

     slot  4      P2-C9-D4             hdisk1

     slot  5      P2-C9-D5             hdisk0

                                                                                          lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk

# extendvg rootvg hdisk0

0516-1254 extendvg: Changing the PVID in the ODM. 

# nohup mirrorvg rootvg&

[1]     54264708

# Sending nohup output to nohup.out.



racle     33161234  0.0 15.0M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:40:55 2020   Interval:2           Cswitch   20726  Readch    67.0M

                                               Syscall   55310  Writech 1198.4K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1693  Rawin         0

otal     1.5   2.2   0.8  95.4    0.74   6.20  Writes      377  Ttyout      670

                                               Forks         8  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         9  Namei     18465

otal    1019K   913.8   328.4    946K   72.6K  Runqueue  12.00  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   26.5    63.0M   62.99   63.0M       0  PAGING           Real,MB  163840

disk0   47.5    63.0M   62.99       0   63.0M  Faults     3285  % Comp     33

disk46  10.5    1.39M   92.98    684K    740K  Steals        0  % Noncomp   9

disk12   5.5    1.11M   80.99    988K    152K  PgspIn        0  % Client    9

disk52  12.0    1.06M   69.49    533K    552K  PgspOut       0

disk19   8.0     800K   48.49    296K    504K  PageIn        0  PAGING SPACE

disk8    4.0     724K   27.50   44.0K    680K  PageOut       0  Size,MB   16896

disk6    5.5     680K   53.49    544K    136K  Sios          0  % Used      1

disk26   4.0     664K   49.99    500K    164K                   % Free     99

disk49  12.0     537K   63.99    236K    301K  NFS (calls/sec)

disk45  12.0     504K   104.0    197K    307K  SerV2         0  WPAR Activ    0

disk50   9.0     504K   59.49    200K    304K  CliV2         0  WPAR Total    0

disk54  11.5     484K   59.99    216K    268K  SerV3         0  Press: "h"-help

disk47  10.5     468K   56.99    200K    268K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              790K  729.9    789K   993.3


ame           PID  CPU%  PgSp Owner

larm_se    9699370  0.7 2.34M root  

racle     66846748  0.2  104M oracle

raroota   23265348  0.2 31.6M root  

eaffin      589842  0.1  640K root  

racle     24838254  0.1 53.4M oracle

raroota   18088018  0.1  114M root  

racle     43778210  0.1 68.0M grid  

sysmond   14483498  0.1  104M root  

racle     10420442  0.1 85.9M oracle

racle     17367072  0.1 9.50M oracle

resyncl   52757254  0.1 2.84M root  

opas      65536882  0.1 8.45M root  

loggerd   17563836  0.1  152M root  

racle     24772690  0.0 87.5M oracle

racle     39780574  0.0 97.4M oracle

racle     23724138  0.0 5.27M oracle

racle     31457366  0.0 7.84M oracle

rsd.bin   20578508  0.0  504M root  

cssd.bi   19267726  0.0  125M grid  

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:40:57 2020   Interval:2           Cswitch   20535  Readch    68.1M

                                               Syscall   51951  Writech 1184.4K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1163  Rawin         0

otal     1.5   2.3   5.1  91.0    0.74   6.18  Writes      401  Ttyout      672

                                               Forks         4  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         5  Namei     17623

otal    1.07M   1.00K   374.1   1012K   86.7K  Runqueue   3.50  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk0   48.5    64.5M   65.51       0   64.5M  PAGING           Real,MB  163840

disk1   29.5    64.0M   65.51   64.0M   6.00K  Faults     2586  % Comp     33

disk49  18.0    1.46M   93.02    748K    751K  Steals        0  % Noncomp   9

disk12   6.5    1.23M   89.52   1.09M    140K  PgspIn        0  % Client    9

disk45  16.5    1.22M   136.5    643K    601K  PgspOut       0

disk26   8.0    1012K   57.01    600K    412K  PageIn        0  PAGING SPACE

disk6    6.0     704K   53.51    596K    108K  PageOut       0  Size,MB   16896

disk22   2.0     656K   20.00   36.0K    620K  Sios          0  % Used      1

disk52  15.5     480K   59.51    276K    204K                   % Free     99

disk50  18.5     476K   57.01    288K    188K  NFS (calls/sec)

disk53  17.0     473K   68.51    245K    228K  SerV2         0  WPAR Activ    0

disk54  16.0     452K   54.01    244K    208K  CliV2         0  WPAR Total    0

disk47  16.0     444K   54.51    232K    212K  SerV3         0  Press: "h"-help

disk46  20.0     436K   54.51    260K    176K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              183K  136.0    183K   669.1


ame           PID  CPU%  PgSp Owner

larm_se    9699370  1.4 2.34M root  

racle     66846748  0.3  104M oracle

racle     17367072  0.2 9.50M oracle

raagent   22872256  0.1 85.6M grid  

resyncl   52757254  0.1 2.84M root  

racle     31457366  0.1 7.84M oracle

racle     41156632  0.1 51.5M oracle

loggerd   17563836  0.1  152M root  

racle     39780574  0.0 97.4M oracle

racle     25100446  0.0 83.5M oracle

racle     24903882  0.0  104M oracle

racle     23135148  0.0 97.3M oracle

ipcd.bi   13565952  0.0 44.4M grid  

racle     51119062  0.0 68.0M grid  

racle     33161234  0.0 15.0M oracle

racle     20317038  0.0 14.9M oracle

racle     30212320  0.0 15.1M oracle

racle     17891362  0.0 14.8M oracle

racle     14222158  0.0 15.0M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:40:59 2020   Interval:2           Cswitch   21285  Readch    71.0M

                                               Syscall   53424  Writech  805.2K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1005  Rawin         0

otal     1.5   2.1   0.5  95.9    0.71   5.92  Writes      361  Ttyout      682

                                               Forks         2  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         3  Namei     18613

otal    1.06M   966.1   356.2    995K   94.9K  Runqueue  13.99  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   34.5    68.4M   69.43   68.4M   10.2K  PAGING           Real,MB  163840

disk0   48.0    67.9M   68.43       0   67.9M  Faults     1670  % Comp     33

disk47  17.5    1.53M   96.91    751K    819K  Steals        0  % Noncomp   9

disk12   4.0    1.08M   79.92    979K    128K  PgspIn        0  % Client    9

disk45  21.5     960K   122.9    526K    434K  PgspOut       0

disk26   5.0     691K   55.95    539K    152K  PageIn        0  PAGING SPACE

disk51  16.0     678K   76.93    308K    371K  PageOut       2  Size,MB   16896

disk54  17.5     659K   75.93    284K    376K  Sios          2  % Used      1

disk29   4.5     651K   18.48   44.0K    607K                   % Free     99

disk48  19.5     647K   78.43    300K    348K  NFS (calls/sec)

disk6    5.5     647K   47.95    535K    112K  SerV2         0  WPAR Activ    0

disk50  15.0     615K   67.94    200K    416K  CliV2         0  WPAR Total    0

disk49  16.5     547K   60.44    236K    312K  SerV3         0  Press: "h"-help

disk53  15.0     544K   76.93    229K    316K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              137K  113.9    135K   1.77K


ame           PID  CPU%  PgSp Owner

racle     41156632  0.2 51.5M oracle

resyncl   52757254  0.1 2.84M root  

racle     24838254  0.1 53.4M oracle

raroota   18088018  0.1  114M root  

loggerd   17563836  0.1  152M root  

racle     31457366  0.0 7.84M oracle

racle     66846748  0.0  104M oracle

raagent    5571460  0.0 78.3M grid  

racle     24772690  0.0 87.5M oracle

racle     10420442  0.0 85.9M oracle

raagent   22872256  0.0 85.6M grid  

racle     22675530  0.0 5.01M oracle

cssd.bi   19267726  0.0  125M grid  

racle     11272254  0.0 18.3M grid  

racle     43778210  0.0 68.0M grid  

hasd.bi   14352520  0.0 61.9M root  

opas      65536882  0.0 8.45M root  

racle     17105114  0.0 17.2M grid  

racle     25166044  0.0 15.1M oracle

xiting from topas

 topas

sh: ^[[A^[[Btopas:  not found.

 topas

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:46:13 2020   Interval:2           Cswitch          Readch

                                               Syscall          Writech

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads            Rawin

                                               Writes           Ttyout

                                               Forks            Igets

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs            Namei

                                               Runqueue         Dirblk

                                               Waitqueue

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

                                               PAGING           Real,MB

                                               Faults           % Comp

ileSystem          BPS    TPS  B-Read  B-Writ  Steals           % Noncomp

                                               PgspIn           % Client

                                               PgspOut

ame           PID  CPU%  PgSp Owner            PageIn           PAGING SPACE

                                               PageOut          Size,MB

                                               Sios             % Used

                                                                % Free

                                               NFS (calls/sec)

                                               SerV2            WPAR Activ

                                               CliV2            WPAR Total

                                               SerV3            Press: "h"-help

                                               CliV3                   "q"-quit

                                               SerV4

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:46:15 2020   Interval:2           Cswitch   15122  Readch   100.6M

                                               Syscall   23262  Writech   19.2M

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      2207  Rawin         0

otal     2.7   3.5   1.4  92.5    1.08   9.04  Writes       35  Ttyout      483

                                               Forks         3  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei      1131

otal    5.34M   4.26K   931.8   5.17M    169K  Runqueue   8.16  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

otal    14.9     305M   13.1K   97.3M    207M  PAGING           Real,MB  163840

                                               Faults     2304  % Comp     33

ileSystem          BPS    TPS  B-Read  B-Writ  Steals        0  % Noncomp   9

otal              685K  669.0    684K   1.32K  PgspIn        0  % Client    9

                                               PgspOut       0

ame           PID  CPU%  PgSp Owner            PageIn        0  PAGING SPACE

racle     39780574  0.6 97.4M oracle           PageOut       0  Size,MB   16896

racle     23135148  0.5 97.3M oracle           Sios          0  % Used      1

raagent   61866804  0.4 1.36M grid                              % Free     99

racle     66846748  0.4  104M oracle           NFS (calls/sec)

racle     24903882  0.4  104M oracle           SerV2         0  WPAR Activ    0

racle     24772690  0.3 87.5M oracle           CliV2         0  WPAR Total    0

racle     25100446  0.3 83.5M oracle           SerV3         0  Press: "h"-help

racle     43778210  0.2 68.0M grid             CliV3         0         "q"-quit

raroota   23265348  0.2 31.6M root             SerV4         0

racle     41156632  0.2 51.5M oracle           CliV4         0

racle     17367072  0.2 9.50M oracle

raagent   22872256  0.1  628K grid

eaffin      589842  0.1  640K root

racle     10420442  0.1 85.9M oracle

sysmond   14483498  0.1  104M root

resyncl   52757256  0.1 2.84M root

cssd.bi   19267726  0.0  125M grid

raroota   18088018  0.0  114M root

rsd.bin   20578508  0.0  504M root

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:46:16 2020   Interval:2           Cswitch   15122  Readch   100.6M

                                               Syscall   23262  Writech   19.2M

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      2207  Rawin         0

otal     2.7   3.5   1.4  92.5    1.08   9.04  Writes       35  Ttyout      483

                                               Forks         3  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei      1131

otal    5.34M   4.26K   931.8   5.17M    169K  Runqueue   8.16  Dirblk        0

                                               Waitqueue   0.0

ileSystem          BPS    TPS  B-Read  B-Writ                   MEMORY

otal              685K  669.0    684K   1.32K  PAGING           Real,MB  163840

                                               Faults     2304  % Comp     33

ame           PID  CPU%  PgSp Owner            Steals        0  % Noncomp   9

racle     39780574  0.6 97.4M oracle           PgspIn        0  % Client    9

racle     23135148  0.5 97.3M oracle           PgspOut       0

raagent   61866804  0.4 1.36M grid             PageIn        0  PAGING SPACE

racle     66846748  0.4  104M oracle           PageOut       0  Size,MB   16896

racle     24903882  0.4  104M oracle           Sios          0  % Used      1

racle     24772690  0.3 87.5M oracle                            % Free     99

racle     25100446  0.3 83.5M oracle           NFS (calls/sec)

racle     43778210  0.2 68.0M grid             SerV2         0  WPAR Activ    0

raroota   23265348  0.2 31.6M root             CliV2         0  WPAR Total    0

racle     41156632  0.2 51.5M oracle           SerV3         0  Press: "h"-help

racle     17367072  0.2 9.50M oracle           CliV3         0         "q"-quit

raagent   22872256  0.1  628K grid             SerV4         0

eaffin      589842  0.1  640K root             CliV4         0

racle     10420442  0.1 85.9M oracle

sysmond   14483498  0.1  104M root

resyncl   52757256  0.1 2.84M root

cssd.bi   19267726  0.0  125M grid

raroota   18088018  0.0  114M root

rsd.bin   20578508  0.0  504M root

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:46:16 2020   Interval:2           Cswitch   15122  Readch   100.6M

                                               Syscall   23262  Writech   19.2M

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      2207  Rawin         0

otal     2.7   3.5   1.4  92.5    1.08   9.04  Writes       35  Ttyout      483

                                               Forks         3  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei      1131

otal    5.34M   4.26K   931.8   5.17M    169K  Runqueue   8.16  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   36.2    75.5M   75.52   75.5M       0  PAGING           Real,MB  163840

disk0   51.5    75.5M   75.52       0   75.5M  Faults     2304  % Comp     33

disk4    0.5    5.10M   20.92       0   5.10M  Steals        0  % Noncomp   9

disk51  21.4    4.90M   282.7   2.10M   2.79M  PgspIn        0  % Client    9

disk48  34.2    4.75M   265.3   2.12M   2.63M  PgspOut       0

disk46  40.3    4.70M   291.4   2.12M   2.58M  PageIn        0  PAGING SPACE

disk54  46.9    4.60M   233.7   2.38M   2.22M  PageOut       0  Size,MB   16896

disk2    2.0    4.60M   19.39       0   4.60M  Sios          0  % Used      1

disk49  27.6    4.60M   285.2   2.12M   2.48M                   % Free     99

disk3    1.0    4.60M   18.88       0   4.60M  NFS (calls/sec)

disk5    2.0    4.59M   18.37       0   4.59M  SerV2         0  WPAR Activ    0

disk53  27.0    4.46M   248.5   2.11M   2.35M  CliV2         0  WPAR Total    0

disk52  37.8    4.26M   250.5   2.11M   2.15M  SerV3         0  Press: "h"-help

disk50  32.7    4.24M   253.1   2.12M   2.12M  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              685K  669.0    684K   1.32K


ame           PID  CPU%  PgSp Owner

racle     39780574  0.6 97.4M oracle

racle     23135148  0.5 97.3M oracle

raagent   61866804  0.4 1.36M grid

racle     66846748  0.4  104M oracle

racle     24903882  0.4  104M oracle

racle     24772690  0.3 87.5M oracle

racle     25100446  0.3 83.5M oracle

racle     43778210  0.2 68.0M grid

raroota   23265348  0.2 31.6M root

racle     41156632  0.2 51.5M oracle

racle     17367072  0.2 9.50M oracle

raagent   22872256  0.1  628K grid

eaffin      589842  0.1  640K root

racle     10420442  0.1 85.9M oracle

sysmond   14483498  0.1  104M root

resyncl   52757256  0.1 2.84M root

cssd.bi   19267726  0.0  125M grid

raroota   18088018  0.0  114M root

rsd.bin   20578508  0.0  504M root

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:46:17 2020   Interval:2           Cswitch   14056  Readch    99.6M

                                               Syscall   91365  Writech   19.8M

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      5992  Rawin         0

otal     2.2   4.0   1.9  92.0    1.20   9.99  Writes      378  Ttyout     2864

                                               Forks       128  Igets        10

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs       108  Namei     19566

otal    4.76M   3.54K   544.5   4.67M   91.2K  Runqueue   2.00  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk0   60.5    63.0M   94.00       0   63.0M  PAGING           Real,MB  163840

disk1   47.5    63.0M   94.00   62.5M    493K  Faults    23284  % Comp     33

disk2    2.0    4.51M   20.00       0   4.51M  Steals        0  % Noncomp   9

disk5    2.0    4.51M   20.00       0   4.51M  PgspIn        0  % Client    9

disk3    0.5    4.51M   19.50       0   4.51M  PgspOut       0

disk4    1.0    4.51M   19.00       0   4.51M  PageIn        0  PAGING SPACE

disk47  30.0    2.75M   50.00   2.04M    724K  PageOut      95  Size,MB   16896

disk48  33.5    2.71M   44.00   2.03M    704K  Sios         95  % Used      1

disk49  29.5    2.71M   45.50   2.03M    704K                   % Free     99

disk53  17.5    2.64M   39.00   2.02M    628K  NFS (calls/sec)

disk46  17.5    2.44M   41.50   1.78M    676K  SerV2         0  WPAR Activ    0

disk54  22.5    2.43M   41.00   1.77M    672K  CliV2         0  WPAR Total    0

disk52  22.5    2.23M   48.00   1.53M    716K  SerV3         0  Press: "h"-help

disk51  25.0    2.21M   45.00   1.54M    680K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal             14.4M  4.62K   14.0M    393K


ame           PID  CPU%  PgSp Owner

racle     66846748  0.4  104M oracle

racle     43778210  0.2 68.0M grid  

resyncl   52757256  0.1 2.84M root

eaffin      589842  0.1  640K root  

raroota   18088018  0.1  114M root  

loggerd   17563836  0.1  152M root  

racle     17367072  0.1 9.50M oracle

racle     10420442  0.0 85.9M oracle

ipcd.bi   13565952  0.0 44.4M grid

racle     24772690  0.0 87.5M oracle

raagent   22872256  0.0 85.6M grid  

h         61146022  0.0  416K root

racle     23658684  0.0 36.2M oracle

racle     29950170  0.0 15.1M oracle

racle      4850656  0.0 29.0M oracle

racle     30212320  0.0 15.1M oracle

racle     33292292  0.0 15.1M oracle

racle     44040322  0.0 14.1M oracle

racle     24182950  0.0 7.72M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:46:19 2020   Interval:2           Cswitch    8473  Readch   111.5M

                                               Syscall  106.3K  Writech   52.5M

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      7081  Rawin         0

otal    12.2  11.6   1.3  74.9    3.76  31.31  Writes      236  Ttyout      789

                                               Forks        46  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs        72  Namei     24133

otal    4.76M   3.52K   651.5   4.54M    217K  Runqueue  31.50  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk0   37.5    49.0M   49.50       0   49.0M  PAGING           Real,MB  163840

disk1   24.5    48.5M   49.00   48.5M   2.00K  Faults    13064  % Comp     33

disk52  70.0    26.0M   2.52K   5.51M   20.5M  Steals        0  % Noncomp   9

disk50  65.5    25.5M   2.47K   5.55M   19.9M  PgspIn        0  % Client    9

disk45  68.0    25.4M   2.46K   5.00M   20.4M  PgspOut       0

disk49  67.5    24.6M   2.43K   4.93M   19.7M  PageIn        0  PAGING SPACE

disk47  72.0    24.6M   2.52K   4.96M   19.6M  PageOut       0  Size,MB   16896

disk48  68.0    24.6M   2.45K   4.44M   20.1M  Sios          0  % Used      1

disk51  72.5    24.3M   2.44K   4.94M   19.4M                   % Free     99

disk54  71.5    24.3M   2.47K   4.45M   19.8M  NFS (calls/sec)

disk46  72.0    24.2M   2.49K   4.36M   19.9M  SerV2         0  WPAR Activ    0

disk53  64.0    23.8M   2.37K   4.83M   19.0M  CliV2         0  WPAR Total    0

disk22  54.5    15.6M   1.53K    728K   14.9M  SerV3         0  Press: "h"-help

disk21  58.5    15.5M   1.63K    628K   14.9M  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal             17.8M  5.77K   17.8M   3.24K


ame           PID  CPU%  PgSp Owner

racle     10420442  1.7 85.9M oracle

racle     39780574  1.7 97.4M oracle

racle     23135148  1.6 97.3M oracle

racle     25100446  1.6 83.5M oracle

racle     66846748  1.6  104M oracle

racle     24772690  1.6 87.5M oracle

racle     24903882  1.6  104M oracle

racle     26411096  1.5  101M oracle

racle     24838254  0.2 53.4M oracle

mmd         458766  0.2 1.06M root  

racle     41156632  0.2 51.5M oracle

racle     17367072  0.2 9.50M oracle

racle     43778210  0.1 68.0M grid  

erl       56819814  0.1 4.42M grid  

eaffin      589842  0.1  640K root  

loggerd   17563836  0.1  152M root  

racle     23658684  0.1 36.2M oracle

racle     42860614  0.0 14.9M oracle

racle     42598508  0.0 15.0M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:46:21 2020   Interval:2           Cswitch   10452  Readch    99.3M

                                               Syscall  110.9K  Writech   51.9M

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      7737  Rawin         0

otal    24.9  28.1   0.6  46.4    9.06  75.46  Writes      177  Ttyout      754

                                               Forks        50  Igets         1

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs        74  Namei     27067

otal    4.45M   3.22K   423.9   4.37M   84.1K  Runqueue  11.00  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk0   67.5    67.7M   115.0    526K   67.2M  PAGING           Real,MB  163840

disk1   56.0    67.4M   112.5   67.0M    409K  Faults    14609  % Comp     33

disk45  98.5    55.7M   6.72K    512K   55.2M  Steals        0  % Noncomp   9

disk46  99.5    55.4M   6.58K   1.37M   54.1M  PgspIn        0  % Client    9

disk53  98.0    55.0M   6.58K   1024K   54.0M  PgspOut       0

disk50  99.0    54.9M   6.55K   1024K   53.9M  PageIn        0  PAGING SPACE

disk49  96.5    54.8M   6.56K   1024K   53.8M  PageOut      59  Size,MB   16896

disk52  92.5    54.5M   6.58K    512K   54.0M  Sios         59  % Used      1

disk51  95.5    54.4M   6.52K   1024K   53.4M                   % Free     99

disk54  99.0    54.2M   6.53K    640K   53.5M  NFS (calls/sec)

disk47  96.5    54.1M   6.48K   1024K   53.1M  SerV2         0  WPAR Activ    0

disk48  93.0    52.8M   6.36K   1024K   51.8M  CliV2         0  WPAR Total    0

disk24  93.0    35.8M   3.78K       0   35.8M  SerV3         0  Press: "h"-help

disk27  94.0    35.4M   3.76K       0   35.4M  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal             18.7M  6.40K   18.5M    246K


ame           PID  CPU%  PgSp Owner

racle     66846748  6.2  104M oracle

racle     26411096  4.5  101M oracle

racle     23135148  4.5 97.3M oracle

racle     24903882  4.4  104M oracle

racle     10420442  4.4 85.9M oracle

racle     24772690  4.4 87.5M oracle

racle     39780574  4.1 97.4M oracle

racle     25100446  4.1 83.5M oracle

mmd         458766  0.4 1.06M root  

racle     43778210  0.2 68.0M grid  

raroota   23265348  0.2 31.6M root  

sysmond   14483498  0.2  104M root  

loggerd   17563836  0.1  152M root  

racle     24838254  0.1 53.4M oracle

cssd.bi   19267726  0.0  125M grid  

raroota   18088018  0.0  114M root  

raagent    5571460  0.0 78.3M grid  

raagent   22872256  0.0 85.6M grid  

racle     11272254  0.0 18.3M grid  

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:46:23 2020   Interval:2           Cswitch   12252  Readch    85.8M

                                               Syscall   19516  Writech   19.2M

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1034  Rawin         0

otal     5.5   3.8   5.0  85.7    1.76  14.70  Writes       83  Ttyout      728

                                               Forks         3  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei       551

otal    3.17M   2.38K   388.1   3.10M   68.1K  Runqueue   1.50  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   87.5    54.5M   174.5   54.0M    482K  PAGING           Real,MB  163840

disk0   81.0    54.5M   173.5       0   54.5M  Faults     1442  % Comp     33

disk51  63.5    9.06M   736.2   7.69M   1.36M  Steals        0  % Noncomp   9

disk45  68.0    9.04M   723.7   8.08M    990K  PgspIn        0  % Client    9

disk48  61.5    9.01M   722.7   7.65M   1.36M  PgspOut       0

disk47  60.5    8.91M   734.2   7.61M   1.30M  PageIn        0  PAGING SPACE

disk52  68.0    8.87M   747.2   7.86M   1.02M  PageOut       0  Size,MB   16896

disk53  66.0    8.48M   705.2   7.63M    872K  Sios          0  % Used      1

disk46  61.5    8.38M   709.7   7.08M   1.30M                   % Free     99

disk49  64.5    8.35M   702.2   6.96M   1.39M  NFS (calls/sec)

disk54  71.0    8.16M   687.7   7.40M    784K  SerV2         0  WPAR Activ    0

disk50  67.0    7.80M   723.2   6.63M   1.17M  CliV2         0  WPAR Total    0

disk4    3.5    5.01M   21.00       0   5.01M  SerV3         0  Press: "h"-help

disk3    2.5    5.00M   20.00       0   5.00M  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              123K  103.0    122K   1.12K


ame           PID  CPU%  PgSp Owner

racle     23135148  0.3 97.3M oracle

racle     41156632  0.3 51.5M oracle

racle     26411096  0.2  101M oracle

mmd         458766  0.2 1.06M root  

raroota   23265348  0.2 31.6M root  

racle     26935506  0.1 15.0M oracle

racle     24707314  0.1 15.1M oracle

racle     32571614  0.1 15.0M oracle

racle     40173756  0.1 15.0M oracle

racle     20317038  0.1 14.9M oracle

racle     19923864  0.1 15.1M oracle

racle     33751112  0.1 14.9M oracle

racle     41287848  0.1 15.1M oracle

racle     33620134  0.1 15.1M oracle

racle     36634774  0.1 15.1M oracle

racle     42860614  0.1 14.9M oracle

racle     29163596  0.1 14.9M oracle

racle     35520628  0.1 14.9M oracle

racle     33161234  0.1 15.0M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:46:25 2020   Interval:2           Cswitch   11663  Readch    69.3M

                                               Syscall   19089  Writech   14.8M

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1848  Rawin         0

otal     1.9   1.9   5.6  90.7    0.75   6.22  Writes      155  Ttyout      773

                                               Forks         3  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei      1381

otal    4.39M   3.36K   591.5   4.29M    103K  Runqueue   9.00  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   92.0    46.6M   178.5   46.0M    571K  PAGING           Real,MB  163840

disk0   78.5    46.5M   177.5       0   46.5M  Faults     1428  % Comp     33

disk45  58.5    3.84M   167.0   3.09M    764K  Steals        0  % Noncomp   9

disk47  53.5    3.65M   201.5   2.85M    817K  PgspIn        0  % Client    9

disk52  76.0    3.63M   165.0   2.84M    804K  PgspOut       0

disk46  67.5    3.59M   159.0   2.80M    800K  PageIn        0  PAGING SPACE

disk54  47.5    3.50M   147.0   2.72M    804K  PageOut      14  Size,MB   16896

disk5    1.0    3.50M   15.00   2.00K   3.50M  Sios         47  % Used      1

disk4    1.0    3.50M   14.00       0   3.50M                   % Free     99

disk3    0.5    3.50M   14.00       0   3.50M  NFS (calls/sec)

disk2    0.0    3.50M   14.00       0   3.50M  SerV2         0  WPAR Activ    0

disk48  67.0    3.47M   148.5   2.75M    732K  CliV2         0  WPAR Total    0

disk50  52.5    3.18M   134.5   2.71M    481K  SerV3         0  Press: "h"-help

disk49  49.0    3.02M   137.5   2.78M    248K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal             1.13M  679.5    638K    522K


ame           PID  CPU%  PgSp Owner

racle     66846748  4.2  104M oracle

racle     43778210  0.2 68.0M grid  

racle     17367072  0.2 9.50M oracle

raroota   23265348  0.2 31.6M root  

raroota   18088018  0.1  114M root  

loggerd   17563836  0.1  152M root  

sysmond   14483498  0.1  104M root  

racle     41156632  0.1 51.5M oracle

resyncl   52757258  0.1 2.84M root  

racle     36634774  0.1 15.1M oracle

racle     33292292  0.1 15.1M oracle

racle     63701178  0.1 15.1M oracle

racle     51445972  0.1 15.0M oracle

racle     36307092  0.1 15.0M oracle

racle     14222158  0.1 15.0M oracle

racle     41025626  0.1 15.1M oracle

racle     24379400  0.1 14.7M oracle

racle     44630194  0.0 15.0M oracle

racle     44040322  0.0 14.1M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:46:27 2020   Interval:2           Cswitch    8191  Readch    47.4M

                                               Syscall   16941  Writech   10.4M

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads       915  Rawin         0

otal     1.6   1.7   1.1  95.6    0.70   5.87  Writes      108  Ttyout      660

                                               Forks         8  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         9  Namei       984

otal    2.39M   1.85K   327.5   2.33M   59.5K  Runqueue   8.50  Dirblk        0

                                               Waitqueue   0.5

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   83.0    32.9M   209.5   32.0M    936K  PAGING           Real,MB  163840

disk0   55.5    32.4M   150.5       0   32.4M  Faults     2949  % Comp     33

disk53  60.0    3.42M   162.0   2.62M    824K  Steals        0  % Noncomp   9

disk46  62.5    3.12M   162.0   2.37M    772K  PgspIn        0  % Client    9

disk50  56.0    3.07M   156.0   2.29M    800K  PgspOut       0

disk49  57.5    3.05M   152.0   2.24M    828K  PageIn        0  PAGING SPACE

disk51  63.0    2.70M   159.5   2.22M    482K  PageOut     118  Size,MB   16896

disk4    0.0    2.50M   10.50       0   2.50M  Sios         85  % Used      1

disk2    0.5    2.50M   10.50       0   2.50M                   % Free     99

disk5    0.0    2.50M   10.00       0   2.50M  NFS (calls/sec)

disk3    0.0    2.50M   10.00       0   2.50M  SerV2         0  WPAR Activ    0

disk54  57.0    2.13M   142.5   1.79M    349K  CliV2         0  WPAR Total    0

disk52  57.5    2.12M   147.5   1.83M    304K  SerV3         0  Press: "h"-help

disk47  59.0    2.09M   170.0   1.82M    276K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              259K  188.0    258K   1.24K


ame           PID  CPU%  PgSp Owner

racle     66846748  6.3  104M oracle

raroota   23265348  0.2 31.6M root  

racle     24838254  0.1 53.4M oracle

eaffin      589842  0.1  640K root  

racle     17367072  0.1 9.50M oracle

loggerd   17563836  0.1  152M root  

raagent    5571460  0.0 78.3M grid  

racle     44040322  0.0 14.1M oracle

racle     42598508  0.0 15.0M oracle

racle     29819026  0.0 15.0M oracle

racle     20317038  0.0 14.9M oracle

racle     26411096  0.0  101M oracle

racle     10420442  0.0 85.9M oracle

racle     25100446  0.0 83.5M oracle

racle     11272254  0.0 18.3M grid  

racle     13304052  0.0 15.1M oracle

rsd.bin   20578508  0.0  504M root  

racle     38076480  0.0 15.0M oracle

resyncl   52757258  0.0 2.84M root  

xiting from topas

 topas

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:53:45 2020   Interval:2           Cswitch          Readch

                                               Syscall          Writech

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads            Rawin

                                               Writes           Ttyout

                                               Forks            Igets

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs            Namei

                                               Runqueue         Dirblk

                                               Waitqueue

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

                                               PAGING           Real,MB

                                               Faults           % Comp

ileSystem          BPS    TPS  B-Read  B-Writ  Steals           % Noncomp

                                               PgspIn           % Client

                                               PgspOut

ame           PID  CPU%  PgSp Owner            PageIn           PAGING SPACE

                                               PageOut          Size,MB

                                               Sios             % Used

                                                                % Free

                                               NFS (calls/sec)

                                               SerV2            WPAR Activ

                                               CliV2            WPAR Total

                                               SerV3            Press: "h"-help

                                               CliV3                   "q"-quit

                                               SerV4

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:53:47 2020   Interval:2           Cswitch   10954  Readch    68.4M

                                               Syscall   16706  Writech 1344.5K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads       962  Rawin         0

otal     1.6   1.5   0.9  95.9    0.64   5.36  Writes      305  Ttyout      480

                                               Forks         3  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei       237

otal    1.43M   1.18K   314.3   1.37M   65.2K  Runqueue  12.17  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

otal    13.6     151M   2.27K   75.7M   75.5M  PAGING           Real,MB  163840

                                               Faults     1727  % Comp     33

ileSystem          BPS    TPS  B-Read  B-Writ  Steals        0  % Noncomp   9

otal              130K  95.31    129K   992.2  PgspIn        0  % Client    9

                                               PgspOut       0

ame           PID  CPU%  PgSp Owner            PageIn        0  PAGING SPACE

racle     31457366  0.1 7.84M oracle           PageOut       0  Size,MB   16896

racle     41156632  0.1 51.5M oracle           Sios          0  % Used      1

eaffin      589842  0.1  640K root                              % Free     99

racle     10420442  0.1 85.9M oracle           NFS (calls/sec)

racle     17367072  0.1 9.50M oracle           SerV2         0  WPAR Activ    0

racle     24903882  0.1  104M oracle           CliV2         0  WPAR Total    0

sysmond   14483498  0.1  104M root             SerV3         0  Press: "h"-help

racle     24772690  0.1 87.5M oracle           CliV3         0         "q"-quit

loggerd   17563836  0.1  152M root             SerV4         0

resyncl   65405912  0.0 2.84M root             CliV4         0

racle     26411096  0.0  101M oracle

racle     39780574  0.0 97.4M oracle

racle     41549912  0.0 14.9M oracle

racle     43778210  0.0 68.0M grid

racle     22675530  0.0 5.01M oracle

rsd.bin   20578508  0.0  504M root

racle     66846748  0.0  104M oracle

raagent    5571460  0.0 78.3M grid

racle     17105114  0.0 17.2M grid

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:53:49 2020   Interval:2           Cswitch   10954  Readch    68.4M

                                               Syscall   16706  Writech 1344.5K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads       962  Rawin         0

otal     1.6   1.5   0.9  95.9    0.64   5.36  Writes      305  Ttyout      480

                                               Forks         3  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei       237

otal    1.43M   1.18K   314.3   1.37M   65.2K  Runqueue  12.17  Dirblk        0

                                               Waitqueue   0.0

ileSystem          BPS    TPS  B-Read  B-Writ                   MEMORY

otal              130K  95.31    129K   992.2  PAGING           Real,MB  163840

                                               Faults     1727  % Comp     33

ame           PID  CPU%  PgSp Owner            Steals        0  % Noncomp   9

racle     31457366  0.1 7.84M oracle           PgspIn        0  % Client    9

racle     41156632  0.1 51.5M oracle           PgspOut       0

eaffin      589842  0.1  640K root             PageIn        0  PAGING SPACE

racle     10420442  0.1 85.9M oracle           PageOut       0  Size,MB   16896

racle     17367072  0.1 9.50M oracle           Sios          0  % Used      1

racle     24903882  0.1  104M oracle                            % Free     99

sysmond   14483498  0.1  104M root             NFS (calls/sec)

racle     24772690  0.1 87.5M oracle           SerV2         0  WPAR Activ    0

loggerd   17563836  0.1  152M root             CliV2         0  WPAR Total    0

resyncl   65405912  0.0 2.84M root             SerV3         0  Press: "h"-help

racle     26411096  0.0  101M oracle           CliV3         0         "q"-quit

racle     39780574  0.0 97.4M oracle           SerV4         0

racle     41549912  0.0 14.9M oracle           CliV4         0

racle     43778210  0.0 68.0M grid

racle     22675530  0.0 5.01M oracle

rsd.bin   20578508  0.0  504M root

racle     66846748  0.0  104M oracle

raagent    5571460  0.0 78.3M grid

racle     17105114  0.0 17.2M grid

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:53:49 2020   Interval:2           Cswitch   10954  Readch    68.4M

                                               Syscall   16706  Writech 1344.5K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads       962  Rawin         0

otal     1.6   1.5   0.9  95.9    0.64   5.36  Writes      305  Ttyout      480

                                               Forks         3  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei       237

otal    1.43M   1.18K   314.3   1.37M   65.2K  Runqueue  12.17  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   29.9    64.9M   65.40   64.9M   2.03K  PAGING           Real,MB  163840

disk0   47.1    64.4M   64.89       0   64.4M  Faults     1727  % Comp     33

disk12  15.2    1.84M   119.1   1.30M    560K  Steals        0  % Noncomp   9

disk50  20.3    1.70M   102.4    864K    872K  PgspIn        0  % Client    9

disk52  21.3    1.61M   99.88    860K    787K  PgspOut       0

disk47  21.8    1.09M   101.9    602K    517K  PageIn        0  PAGING SPACE

disk22  19.3     880K   58.81    231K    649K  PageOut       0  Size,MB   16896

disk46  20.8     836K   87.20    345K    491K  Sios          0  % Used      1

disk26  13.2     779K   70.98    592K    187K                   % Free     99

disk51  15.7     749K   70.47    373K    376K  NFS (calls/sec)

disk49  17.2     669K   74.02    288K    381K  SerV2         0  WPAR Activ    0

disk45  19.3     667K   90.75    381K    286K  CliV2         0  WPAR Total    0

disk54  23.3     633K   108.0    331K    302K  SerV3         0  Press: "h"-help

disk53  17.2     600K   74.02    320K    280K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              130K  95.31    129K   992.2


ame           PID  CPU%  PgSp Owner

racle     31457366  0.1 7.84M oracle

racle     41156632  0.1 51.5M oracle

eaffin      589842  0.1  640K root

racle     10420442  0.1 85.9M oracle

racle     17367072  0.1 9.50M oracle

racle     24903882  0.1  104M oracle

sysmond   14483498  0.1  104M root

racle     24772690  0.1 87.5M oracle

loggerd   17563836  0.1  152M root

resyncl   65405912  0.0 2.84M root

racle     26411096  0.0  101M oracle

racle     39780574  0.0 97.4M oracle

racle     41549912  0.0 14.9M oracle

racle     43778210  0.0 68.0M grid

racle     22675530  0.0 5.01M oracle

rsd.bin   20578508  0.0  504M root

racle     66846748  0.0  104M oracle

raagent    5571460  0.0 78.3M grid

racle     17105114  0.0 17.2M grid

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:53:49 2020   Interval:2           Cswitch   10169  Readch    58.4M

                                               Syscall   17311  Writech  998.4K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1100  Rawin         0

otal     1.9   1.7   4.1  92.4    0.66   5.53  Writes      378  Ttyout     2872

                                               Forks         6  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         7  Namei       629

otal    1.09M   940.6   269.7   1.04M   53.9K  Runqueue  11.46  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   27.9    54.8M   59.81   54.8M   19.9K  PAGING           Real,MB  163840

disk0   41.4    54.8M   59.31       0   54.8M  Faults     4712  % Comp     33

disk51  18.9    1.73M   116.1    798K    973K  Steals        0  % Noncomp   9

disk12   5.0    1.73M   133.1   1.42M    311K  PgspIn        0  % Client    9

disk47  19.4    1.47M   123.1    686K    823K  PgspOut       0

disk53  17.4     983K   98.19    424K    559K  PageIn        0  PAGING SPACE

disk52  19.9     893K   107.7    315K    578K  PageOut       0  Size,MB   16896

disk26   7.0     849K   74.27    522K    327K  Sios          0  % Used      1

disk46  22.4     845K   103.7    339K    506K                   % Free     99

disk50  15.5     778K   94.70    251K    526K  NFS (calls/sec)

disk54  17.4     736K   119.6    272K    464K  SerV2         0  WPAR Activ    0

disk25   7.5     714K   45.86   59.8K    654K  CliV2         0  WPAR Total    0

disk49  17.9     714K   87.73    291K    423K  SerV3         0  Press: "h"-help

disk45  18.9     705K   93.21    322K    383K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              434K  249.2    431K   2.20K


ame           PID  CPU%  PgSp Owner

racle     41156632  0.2 51.5M oracle

raroota   18088018  0.2  114M root  

resyncl   65405912  0.2 2.84M root

racle     66846748  0.1  104M oracle

racle     26411096  0.1  101M oracle

racle     25100446  0.1 83.5M oracle

racle     17367072  0.1 9.50M oracle

racle     10420442  0.1 85.9M oracle

racle     24838254  0.1 53.4M oracle

racle     43778210  0.1 68.0M grid

hasd.bi   14352520  0.1 61.9M root  

opas      63505344  0.1 10.00 root  

cssd.bi   19267726  0.0  125M grid  

raagent    5571460  0.0 78.3M grid

rsd.bin   20578508  0.0  504M root  

racle     31457366  0.0 7.84M oracle

loggerd   17563836  0.0  152M root  

racle     24903882  0.0  104M oracle

ipcd.bi   13565952  0.0 44.4M grid

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:53:51 2020   Interval:2           Cswitch   14295  Readch    78.9M

                                               Syscall   21573  Writech  167.0K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1585  Rawin         0

otal     1.2   1.5   0.9  96.5    0.59   4.94  Writes      370  Ttyout      736

                                               Forks         7  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         8  Namei      1387

otal     854K   791.0   319.0    776K   78.0K  Runqueue  14.04  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   34.1    75.2M   75.24   75.2M       0  PAGING           Real,MB  163840

disk0   53.7    75.2M   75.24       0   75.2M  Faults     3095  % Comp     33

disk12  10.0    1.56M   110.8   1.46M    104K  Steals        0  % Noncomp   9

disk53  11.0    1.01M   55.17    533K    500K  PgspIn        0  % Client    9

disk54  12.0     818K   87.77    400K    418K  PgspOut       0

disk26   7.0     698K   56.18    586K    112K  PageIn        0  PAGING SPACE

disk19  10.5     441K   40.63    377K   64.2K  PageOut       0  Size,MB   16896

disk49  15.0     293K   36.11    181K    112K  Sios          0  % Used      1

disk52  12.0     289K   35.11    136K    152K                   % Free     99

disk47  11.0     289K   41.13    124K    165K  NFS (calls/sec)

disk51  12.0     265K   32.10    161K    104K  SerV2         0  WPAR Activ    0

disk48  12.0     265K   33.10    124K    140K  CliV2         0  WPAR Total    0

disk45   8.5     258K   39.12    148K    110K  SerV3         0  Press: "h"-help

disk46  13.5     253K   31.60    148K    104K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              734K  697.2    733K   965.0


ame           PID  CPU%  PgSp Owner

raroota   23265348  0.2 31.6M root  

resyncl   65405912  0.2 2.84M root  

racle     24772690  0.1 87.5M oracle

opas      63505344  0.1 10.1M root  

racle     41156632  0.1 51.5M oracle

racle     10420442  0.1 85.9M oracle

loggerd   17563836  0.1  152M root  

racle     23724138  0.0 5.27M oracle

racle     31457366  0.0 7.84M oracle

racle     39780574  0.0 97.4M oracle

raagent   22872256  0.0 85.6M grid  

raroota   18088018  0.0  114M root  

racle     63701178  0.0 15.1M oracle

racle     11272254  0.0 18.3M grid

racle     39911536  0.0 15.1M oracle

racle     27525172  0.0 15.1M oracle

racle     35520628  0.0 14.9M oracle

racle     17301630  0.0 29.2M oracle

racle     32309484  0.0 15.1M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:53:53 2020   Interval:2           Cswitch   18584  Readch    68.8M

                                               Syscall   44417  Writech  169.2K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1040  Rawin         0

otal     1.6   2.0   4.3  92.2    0.69   5.75  Writes      415  Ttyout      734

                                               Forks         2  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         3  Namei     14398

otal     784K   761.5   320.0    715K   69.5K  Runqueue   7.00  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   33.5    65.5M   66.00   65.5M   2.00K  PAGING           Real,MB  163840

disk0   46.5    65.5M   66.00       0   65.5M  Faults     1780  % Comp     33

disk12  11.5    1.91M   140.0   1.69M    224K  Steals        0  % Noncomp   9

disk48  13.0    1.19M   92.50    502K    718K  PgspIn        0  % Client    9

disk26   6.0     968K   80.00    616K    352K  PgspOut       0

disk54   7.0     925K   109.0    323K    601K  PageIn        0  PAGING SPACE

disk45  10.5     672K   71.00    174K    498K  PageOut       0  Size,MB   16896

disk19   6.5     656K   56.00    320K    336K  Sios          0  % Used      1

disk47  10.0     554K   79.00    142K    412K                   % Free     99

disk46   9.0     540K   64.50    148K    392K  NFS (calls/sec)

disk52  12.0     488K   58.00    176K    312K  SerV2         0  WPAR Activ    0

disk49  15.0     476K   57.50    144K    332K  CliV2         0  WPAR Total    0

disk53   7.0     456K   54.50    112K    344K  SerV3         0  Press: "h"-help

disk51  14.0     448K   55.50    196K    252K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              120K  87.00    120K   410.5


ame           PID  CPU%  PgSp Owner

larm_se    9699370  1.4 2.34M root  

resyncl   65405912  0.2 2.84M root  

raroota   23265348  0.2 31.6M root  

racle     17367072  0.2 9.50M oracle

racle     66846748  0.2  104M oracle

racle     41156632  0.2 51.5M oracle

loggerd   17563836  0.1  152M root  

racle     24838254  0.1 53.4M oracle

eaffin      589842  0.1  640K root  

racle     26411096  0.1  101M oracle

racle     31457366  0.1 7.84M oracle

racle     43778210  0.1 68.0M grid  

raroota   18088018  0.1  114M root  

hasd.bi   14352520  0.0 61.9M root

racle     10420442  0.0 85.9M oracle

racle     39780574  0.0 97.4M oracle

racle     23135148  0.0 97.3M oracle

rsd.bin   20578508  0.0  504M root  

racle     24772690  0.0 87.5M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:53:55 2020   Interval:2           Cswitch   21561  Readch    71.4M

                                               Syscall   55814  Writech  278.0K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1525  Rawin         0

otal     1.5   2.1   0.5  95.9    0.74   6.14  Writes      360  Ttyout      673

                                               Forks         3  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei     19495

otal     725K   695.0   297.5    657K   67.7K  Runqueue   3.50  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk0   47.5    68.0M   68.00       0   68.0M  PAGING           Real,MB  163840

disk1   30.0    67.5M   67.50   67.5M       0  Faults     1741  % Comp     33

disk12  10.0    1.60M   116.5   1.43M    176K  Steals        0  % Noncomp   9

disk50   9.5    1.18M   76.00    535K    678K  PgspIn        0  % Client    9

disk26   4.0     812K   70.00    516K    296K  PgspOut       0

disk48  10.0     579K   54.50    226K    354K  PageIn        0  PAGING SPACE

disk19   4.5     560K   47.00    276K    284K  PageOut       0  Size,MB   16896

disk52  10.5     520K   49.00    100K    420K  Sios          0  % Used      1

disk45  12.5     455K   62.00    159K    296K                   % Free     99

disk54   9.0     434K   83.50    111K    323K  NFS (calls/sec)

disk46  11.0     412K   50.00    136K    276K  SerV2         0  WPAR Activ    0

disk49  10.0     392K   47.00    120K    272K  CliV2         0  WPAR Total    0

disk51   8.0     380K   46.50   88.0K    292K  SerV3         0  Press: "h"-help

disk21   7.5     372K   37.50   72.0K    300K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              683K  686.5    681K   1.82K


ame           PID  CPU%  PgSp Owner

racle     66846748  0.2  104M oracle

racle     23135148  0.1 97.3M oracle

resyncl   65405912  0.1 2.84M root  

sysmond   14483498  0.1  104M root  

racle     39780574  0.1 97.4M oracle

eaffin      589842  0.1  640K root  

racle     31457366  0.1 7.84M oracle

loggerd   17563836  0.1  152M root  

racle     24903882  0.0  104M oracle

racle     11272254  0.0 18.3M grid  

racle     25100446  0.0 83.5M oracle

raroota   18088018  0.0  114M root  

racle     26411096  0.0  101M oracle

racle     24772690  0.0 87.5M oracle

racle     22675530  0.0 5.01M oracle

racle     23724138  0.0 5.27M oracle

racle     24707314  0.0 15.1M oracle

racle     17629252  0.0 11.4M grid  

racle     20317038  0.0 14.9M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 16:53:57 2020   Interval:2           Cswitch   19833  Readch    47.0M

                                               Syscall   49882  Writech  134.4K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads       886  Rawin         0

otal     1.3   2.4   1.0  95.3    0.73   6.10  Writes      348  Ttyout      714

                                               Forks         4  Igets         1

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         5  Namei     17089

otal     898K   787.0   308.5    806K   92.0K  Runqueue   9.00  Dirblk        0

                                               Waitqueue   0.5

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   63.0    45.3M   194.0   44.0M   1.27M  PAGING           Real,MB  163840

disk0   57.5    45.2M   190.5       0   45.2M  Faults     3420  % Comp     33

disk12   5.5    1.29M   87.50   1.27M   20.0K  Steals        0  % Noncomp   9

disk53  15.0    1.18M   49.00    664K    544K  PgspIn        0  % Client    9

disk26   2.5     504K   35.00    460K   44.0K  PgspOut       0

disk54  10.0     455K   59.50    288K    167K  PageIn        0  PAGING SPACE

disk50  11.5     295K   29.50    189K    106K  PageOut     303  Size,MB   16896

disk19   4.0     292K   23.00    256K   36.0K  Sios        303  % Used      1

disk45  14.5     253K   38.00    187K   66.0K                   % Free     99

disk51  10.0     212K   26.50    152K   60.0K  NFS (calls/sec)

disk46   8.5     208K   26.00    172K   36.0K  SerV2         0  WPAR Activ    0

disk48  11.0     204K   25.50    132K   72.0K  CliV2         0  WPAR Total    0

disk47  12.0     191K   29.50    159K   32.0K  SerV3         0  Press: "h"-help

disk49  10.0     184K   23.00    140K   44.0K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              181K  146.0    179K   1.78K


ame           PID  CPU%  PgSp Owner

larm_se    9699370  0.7 2.34M root  

resyncl   65405912  0.4 2.84M root  

yncd       1900678  0.2  620K root  

raroota   23265348  0.2 31.6M root  

raagent   22872256  0.2 85.6M grid  

racle     17367072  0.1 9.50M oracle

racle     24838254  0.1 53.4M oracle

loggerd   17563836  0.1  152M root  

eaffin      589842  0.1  640K root  

sysmond   14483498  0.1  104M root  

racle     41156632  0.1 51.5M oracle

hasd.bi   14352520  0.1 61.9M root  

ipcd.bi   13565952  0.0 44.4M grid  

racle     10420442  0.0 85.9M oracle

raagent    5571460  0.0 78.3M grid  

racle     43778210  0.0 68.0M grid  

racle     17105114  0.0 17.2M grid  

opas      63505344  0.0 10.1M root  

racle     29819026  0.0 15.0M oracle

xiting from topas

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 topas

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:02:00 2020   Interval:2           Cswitch          Readch

                                               Syscall          Writech

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads            Rawin

                                               Writes           Ttyout

                                               Forks            Igets

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs            Namei

                                               Runqueue         Dirblk

                                               Waitqueue

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

                                               PAGING           Real,MB

                                               Faults           % Comp

ileSystem          BPS    TPS  B-Read  B-Writ  Steals           % Noncomp

                                               PgspIn           % Client

                                               PgspOut

ame           PID  CPU%  PgSp Owner            PageIn           PAGING SPACE

                                               PageOut          Size,MB

                                               Sios             % Used

                                                                % Free

                                               NFS (calls/sec)

                                               SerV2            WPAR Activ

                                               CliV2            WPAR Total

                                               SerV3            Press: "h"-help

                                               CliV3                   "q"-quit

                                               SerV4

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:02:02 2020   Interval:2           Cswitch   12376  Readch    61.1M

                                               Syscall   22816  Writech 1870.1K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      3988  Rawin         0

otal     3.5   2.6   2.9  91.0    1.16   9.65  Writes      245  Ttyout      477

                                               Forks         4  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         5  Namei      1204

otal    6.09M   4.57K   767.6   5.95M    144K  Runqueue   2.02  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

otal    29.3     167M   8.69K   82.1M   84.7M  PAGING           Real,MB  163840

                                               Faults     2476  % Comp     33

ileSystem          BPS    TPS  B-Read  B-Writ  Steals        0  % Noncomp   9

otal             7.00M  2.29K   7.00M   640.1  PgspIn        0  % Client    9

                                               PgspOut       0

ame           PID  CPU%  PgSp Owner            PageIn        0  PAGING SPACE

racle     43778210  0.2 68.0M grid             PageOut       0  Size,MB   16896

racle     24903882  0.2  104M oracle           Sios          0  % Used      1

racle     39780574  0.2 97.4M oracle                            % Free     99

racle     23135148  0.2 97.3M oracle           NFS (calls/sec)

racle     26411096  0.2  101M oracle           SerV2         0  WPAR Activ    0

racle     10420442  0.2 85.9M oracle           CliV2         0  WPAR Total    0

racle     66846748  0.2  104M oracle           SerV3         0  Press: "h"-help

racle     24772690  0.1 87.5M oracle           CliV3         0         "q"-quit

racle     25100446  0.1 83.5M oracle           SerV4         0

eaffin      589842  0.1  640K root             CliV4         0

rsd.bin   20578508  0.1  504M root

loggerd   17563836  0.1  152M root

racle     17367072  0.1 9.50M oracle

sysmond   14483498  0.1  104M root

racle     19923864  0.1 15.1M oracle

racle     14222158  0.1 15.0M oracle

racle     10355700  0.1 15.0M oracle

racle     41025626  0.1 15.1M oracle

racle     40698046  0.1 15.0M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:02:04 2020   Interval:2           Cswitch   12376  Readch    61.1M

                                               Syscall   22816  Writech 1870.1K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      3988  Rawin         0

otal     3.5   2.6   2.9  91.0    1.16   9.65  Writes      245  Ttyout      477

                                               Forks         4  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         5  Namei      1204

otal    6.09M   4.57K   767.6   5.95M    144K  Runqueue   2.02  Dirblk        0

                                               Waitqueue   0.0

ileSystem          BPS    TPS  B-Read  B-Writ                   MEMORY

otal             7.00M  2.29K   7.00M   640.1  PAGING           Real,MB  163840

                                               Faults     2476  % Comp     33

ame           PID  CPU%  PgSp Owner            Steals        0  % Noncomp   9

racle     43778210  0.2 68.0M grid             PgspIn        0  % Client    9

racle     24903882  0.2  104M oracle           PgspOut       0

racle     39780574  0.2 97.4M oracle           PageIn        0  PAGING SPACE

racle     23135148  0.2 97.3M oracle           PageOut       0  Size,MB   16896

racle     26411096  0.2  101M oracle           Sios          0  % Used      1

racle     10420442  0.2 85.9M oracle                            % Free     99

racle     66846748  0.2  104M oracle           NFS (calls/sec)

racle     24772690  0.1 87.5M oracle           SerV2         0  WPAR Activ    0

racle     25100446  0.1 83.5M oracle           CliV2         0  WPAR Total    0

eaffin      589842  0.1  640K root             SerV3         0  Press: "h"-help

rsd.bin   20578508  0.1  504M root             CliV3         0         "q"-quit

loggerd   17563836  0.1  152M root             SerV4         0

racle     17367072  0.1 9.50M oracle           CliV4         0

sysmond   14483498  0.1  104M root

racle     19923864  0.1 15.1M oracle

racle     14222158  0.1 15.0M oracle

racle     10355700  0.1 15.0M oracle

racle     41025626  0.1 15.1M oracle

racle     40698046  0.1 15.0M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:02:04 2020   Interval:2           Cswitch   12376  Readch    61.1M

                                               Syscall   22816  Writech 1870.1K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      3988  Rawin         0

otal     3.5   2.6   2.9  91.0    1.16   9.65  Writes      245  Ttyout      477

                                               Forks         4  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         5  Namei      1204

otal    6.09M   4.57K   767.6   5.95M    144K  Runqueue   2.02  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk0   46.9    43.1M   120.5       0   43.1M  PAGING           Real,MB  163840

disk1   59.0    42.6M   120.5   42.3M    312K  Faults     2476  % Comp     33

disk45  39.8    4.95M   430.9   2.50M   2.46M  Steals        0  % Noncomp   9

disk47  43.9    4.85M   384.6   2.38M   2.47M  PgspIn        0  % Client    9

disk49  42.3    4.15M   414.3   2.15M   1.99M  PgspOut       0

disk54  39.3    4.05M   395.2   2.05M   2.00M  PageIn        0  PAGING SPACE

disk46  44.4    3.99M   390.6   1.96M   2.04M  PageOut       0  Size,MB   16896

disk50  43.3    3.98M   394.7   2.01M   1.97M  Sios          0  % Used      1

disk52  39.3    3.89M   382.1   1.97M   1.93M                   % Free     99

disk48  39.3    3.82M   369.5   1.91M   1.91M  NFS (calls/sec)

disk53  40.3    3.55M   381.6   1.85M   1.70M  SerV2         0  WPAR Activ    0

disk51  46.4    3.18M   387.1   1.56M   1.62M  CliV2         0  WPAR Total    0

disk31  33.3    2.25M   189.0    810K   1.46M  SerV3         0  Press: "h"-help

disk12  26.7    2.23M   220.3   1.50M    746K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal             7.00M  2.29K   7.00M   640.1


ame           PID  CPU%  PgSp Owner

racle     43778210  0.2 68.0M grid

racle     24903882  0.2  104M oracle

racle     39780574  0.2 97.4M oracle

racle     23135148  0.2 97.3M oracle

racle     26411096  0.2  101M oracle

racle     10420442  0.2 85.9M oracle

racle     66846748  0.2  104M oracle

racle     24772690  0.1 87.5M oracle

racle     25100446  0.1 83.5M oracle

eaffin      589842  0.1  640K root

rsd.bin   20578508  0.1  504M root

loggerd   17563836  0.1  152M root

racle     17367072  0.1 9.50M oracle

sysmond   14483498  0.1  104M root

racle     19923864  0.1 15.1M oracle

racle     14222158  0.1 15.0M oracle

racle     10355700  0.1 15.0M oracle

racle     41025626  0.1 15.1M oracle

racle     40698046  0.1 15.0M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:02:04 2020   Interval:2           Cswitch   12651  Readch    76.1M

                                               Syscall   20454  Writech 1963.9K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1957  Rawin         1

otal     3.3   2.4   0.7  93.6    1.11   9.25  Writes      330  Ttyout     2901

                                               Forks         7  Igets         2

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         8  Namei       591

otal    5.71M   4.32K   702.9   5.60M    113K  Runqueue   2.01  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   37.6    64.7M   74.20   64.7M   36.3K  PAGING           Real,MB  163840

disk0   52.6    64.7M   73.70       0   64.7M  Faults     2567  % Comp     33

disk53  37.6    4.23M   318.9   2.15M   2.08M  Steals        0  % Noncomp   9

disk46  41.1    4.18M   325.9   2.08M   2.10M  PgspIn        0  % Client    9

disk51  39.1    4.16M   338.4   2.20M   1.96M  PgspOut       0

disk54  38.6    3.33M   304.8   1.68M   1.65M  PageIn        0  PAGING SPACE

disk52  36.6    3.31M   300.8   1.63M   1.68M  PageOut       0  Size,MB   16896

disk49  38.1    3.31M   304.3   1.69M   1.62M  Sios          0  % Used      1

disk48  40.1    3.23M   295.8   1.65M   1.58M                   % Free     99

disk50  37.6    3.18M   290.8   1.69M   1.49M  NFS (calls/sec)

disk47  37.6    2.50M   304.3   1.26M   1.24M  SerV2         0  WPAR Activ    0

disk12  34.1    2.21M   205.6   1.78M    433K  CliV2         0  WPAR Total    0

disk45  35.6    2.11M   303.3   1.08M   1.03M  SerV3         0  Press: "h"-help

disk26  30.1    1.72M   184.5   1.03M    706K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              256K  201.5    253K   2.45K


ame           PID  CPU%  PgSp Owner

racle     41156632  0.3 51.5M oracle

racle     39780574  0.2 97.4M oracle

racle     17367072  0.2 9.50M oracle

raroota   23265348  0.2 31.6M root  

racle     10420442  0.1 85.9M oracle

racle     24772690  0.1 87.5M oracle

racle     66846748  0.1  104M oracle

racle     43778210  0.1 68.0M grid  

racle     25100446  0.1 83.5M oracle

resyncl   65405912  0.1 2.84M root

racle     23135148  0.1 97.3M oracle

racle     31457366  0.1 7.84M oracle

loggerd   17563836  0.1  152M root  

racle     26411096  0.1  101M oracle

racle     24838254  0.1 53.4M oracle

racle     24903882  0.1  104M oracle

racle     51445972  0.1 15.0M oracle

racle     63701178  0.1 15.1M oracle

racle     35520628  0.1 14.9M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:02:06 2020   Interval:2           Cswitch   13134  Readch    78.5M

                                               Syscall   22731  Writech 2946.4K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      2441  Rawin         0

otal     3.5   2.8   0.8  92.8    1.20  10.01  Writes      266  Ttyout      657

                                               Forks         4  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         5  Namei      1129

otal    6.07M   4.64K   788.9   5.94M    130K  Runqueue   2.50  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   30.5    65.5M   65.53   65.5M       0  PAGING           Real,MB  163840

disk0   48.0    65.0M   65.03       0   65.0M  Faults     2038  % Comp     33

disk45  36.0    5.16M   470.7   2.70M   2.46M  Steals        0  % Noncomp   9

disk47  47.5    4.75M   390.7   2.49M   2.26M  PgspIn        0  % Client    9

disk54  48.5    4.12M   410.7   2.15M   1.96M  PgspOut       0

disk51  49.5    3.99M   390.2   1.96M   2.02M  PageIn        0  PAGING SPACE

disk52  44.5    3.94M   385.2   2.09M   1.84M  PageOut       0  Size,MB   16896

disk48  44.0    3.87M   380.7   1.89M   1.98M  Sios          0  % Used      1

disk49  39.5    3.87M   378.2   1.90M   1.97M                   % Free     99

disk53  42.0    3.81M   386.2   2.00M   1.82M  NFS (calls/sec)

disk50  42.0    3.81M   371.7   1.96M   1.86M  SerV2         0  WPAR Activ    0

disk46  50.5    3.51M   399.2   1.90M   1.61M  CliV2         0  WPAR Total    0

disk12  30.0    2.65M   230.6   1.69M    980K  SerV3         0  Press: "h"-help

disk29  29.0    2.39M   195.1    776K   1.63M  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              717K  675.3    717K   493.2


ame           PID  CPU%  PgSp Owner

racle     43778210  0.2 68.0M grid  

racle     24772690  0.2 87.5M oracle

racle     17367072  0.2 9.50M oracle

racle     41156632  0.2 51.5M oracle

raroota   23265348  0.2 31.6M root  

racle     23135148  0.1 97.3M oracle

racle     39780574  0.1 97.4M oracle

racle     66846748  0.1  104M oracle

racle     10420442  0.1 85.9M oracle

raroota   18088018  0.1  114M root

racle     26411096  0.1  101M oracle

racle     24903882  0.1  104M oracle

racle     25100446  0.1 83.5M oracle

resyncl   65405912  0.1 2.84M root  

racle     24838254  0.1 53.4M oracle

racle     63701178  0.1 15.1M oracle

sysmond   14483498  0.1  104M root  

eaffin      589842  0.1  640K root  

racle          850  0.1 15.0M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:02:08 2020   Interval:2           Cswitch   12113  Readch    73.2M

                                               Syscall   19137  Writech 1550.9K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      2040  Rawin         0

otal     3.7   3.4   3.6  89.3    1.33  11.11  Writes      365  Ttyout      662

                                               Forks         3  Igets         1

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei       302

otal    6.72M   4.96K   865.5   6.48M    247K  Runqueue  36.00  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk0   47.5    60.0M   64.00       0   60.0M  PAGING           Real,MB  163840

disk1   26.0    59.5M   63.50   59.5M   16.0K  Faults     4504  % Comp     33

disk50  39.5    5.04M   416.0   2.48M   2.56M  Steals        0  % Noncomp   9

disk49  40.5    4.96M   408.5   2.28M   2.68M  PgspIn        0  % Client    9

disk46  42.5    4.70M   402.5   2.43M   2.28M  PgspOut       0

disk51  42.5    4.12M   410.5   2.05M   2.07M  PageIn        0  PAGING SPACE

disk52  40.0    3.98M   391.0   1.98M   2.00M  PageOut       0  Size,MB   16896

disk54  38.5    3.92M   377.5   1.93M   1.99M  Sios          0  % Used      1

disk48  39.0    3.92M   385.0   1.85M   2.07M                   % Free     99

disk53  36.0    3.85M   376.5   1.83M   2.02M  NFS (calls/sec)

disk47  38.5    3.79M   366.5   1.86M   1.93M  SerV2         0  WPAR Activ    0

disk45  38.5    3.40M   443.5   1.54M   1.87M  CliV2         0  WPAR Total    0

disk12  36.5    2.83M   264.5   2.04M    816K  SerV3         0  Press: "h"-help

disk19  30.0    2.07M   181.0    844K   1.25M  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              168K  121.5    166K   1.49K


ame           PID  CPU%  PgSp Owner

racle     66846748  0.5  104M oracle

racle     24772690  0.3 87.5M oracle

racle     17367072  0.2 9.50M oracle

racle     25100446  0.2 83.5M oracle

racle     26411096  0.2  101M oracle

raroota   23265348  0.2 31.6M root  

racle     10420442  0.1 85.9M oracle

racle     43778210  0.1 68.0M grid  

racle     39780574  0.1 97.4M oracle

raagent   22872256  0.1 85.6M grid

racle     63701178  0.1 15.1M oracle

racle     23135148  0.1 97.3M oracle

loggerd   17563836  0.1  152M root  

racle     24903882  0.1  104M oracle

racle     24838254  0.1 53.4M oracle

racle     41156632  0.1 51.5M oracle

resyncl   65405912  0.1 2.84M root  

racle     34275490  0.1 15.0M oracle

racle     39714964  0.1 15.1M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:02:10 2020   Interval:2           Cswitch   13379  Readch    79.8M

                                               Syscall   21213  Writech 4187.6K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      2434  Rawin         0

otal     3.0   2.5   0.6  93.9    1.07   8.93  Writes      306  Ttyout      645

                                               Forks         3  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei      1065

otal    5.71M   4.30K   704.0   5.61M    109K  Runqueue   1.00  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   25.5    68.0M   68.00   68.0M       0  PAGING           Real,MB  163840

disk0   51.5    67.5M   67.50       0   67.5M  Faults     1929  % Comp     33

disk45  41.0    4.41M   391.5   2.35M   2.07M  Steals        0  % Noncomp   9

disk54  36.5    4.00M   318.0   2.05M   1.95M  PgspIn        0  % Client    9

disk50  53.0    3.72M   362.0   1.96M   1.76M  PgspOut       0

disk46  40.0    3.68M   349.5   1.93M   1.75M  PageIn        0  PAGING SPACE

disk53  41.0    3.62M   355.5   1.94M   1.68M  PageOut       0  Size,MB   16896

disk52  42.0    3.61M   344.0   1.98M   1.63M  Sios          0  % Used      1

disk47  39.5    3.55M   336.5   1.77M   1.79M                   % Free     99

disk51  44.5    3.42M   319.5   1.83M   1.59M  NFS (calls/sec)

disk48  39.0    3.41M   320.0   1.80M   1.61M  SerV2         0  WPAR Activ    0

disk12  35.0    2.98M   230.5   1.84M   1.14M  CliV2         0  WPAR Total    0

disk49  38.5    2.49M   316.0   1.27M   1.22M  SerV3         0  Press: "h"-help

disk10  32.0    2.05M   184.5    832K   1.23M  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              665K  654.0    664K   1.30K


ame           PID  CPU%  PgSp Owner

racle     66846748  0.4  104M oracle

resyncl   65405912  0.3 2.84M root  

racle     41156632  0.2 51.5M oracle

racle     43778210  0.2 68.0M grid  

racle     17367072  0.2 9.50M oracle

raroota   23265348  0.2 31.6M root  

racle     25100446  0.2 83.5M oracle

racle     24772690  0.1 87.5M oracle

racle     26411096  0.1  101M oracle

sysmond   14483498  0.1  104M root

racle     39780574  0.1 97.4M oracle

racle     31457366  0.1 7.84M oracle

racle     24903882  0.1  104M oracle

eaffin      589842  0.1  640K root  

racle     23135148  0.1 97.3M oracle

raroota   18088018  0.1  114M root  

racle     10420442  0.1 85.9M oracle

racle     25166044  0.1 15.1M oracle

racle     51445972  0.1 15.0M oracle

xiting from topas

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

sh: ^[[A^[[Bjobs:  not found.

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobss

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 lsvg -p rootvg

516-1201 lsvg: Warning: Volume group rootvg is locked. This command

       will continue retries until lock is free.  If lock is inadvertent

       and needs to be removed, execute 'chvg -u rootvg'.

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 topas

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:20:34 2020   Interval:2           Cswitch          Readch

                                               Syscall          Writech

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads            Rawin

                                               Writes           Ttyout

                                               Forks            Igets

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs            Namei

                                               Runqueue         Dirblk

                                               Waitqueue

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

                                               PAGING           Real,MB

                                               Faults           % Comp

ileSystem          BPS    TPS  B-Read  B-Writ  Steals           % Noncomp

                                               PgspIn           % Client

                                               PgspOut

ame           PID  CPU%  PgSp Owner            PageIn           PAGING SPACE

                                               PageOut          Size,MB

                                               Sios             % Used

                                                                % Free

                                               NFS (calls/sec)

                                               SerV2            WPAR Activ

                                               CliV2            WPAR Total

                                               SerV3            Press: "h"-help

                                               CliV3                   "q"-quit

                                               SerV4

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:20:36 2020   Interval:2           Cswitch   12589  Readch    74.2M

                                               Syscall   20824  Writech  152.1K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1719  Rawin         0

otal     1.3   1.4   1.1  96.2    0.55   4.56  Writes      376  Ttyout      481

                                               Forks         2  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei      1122

otal    1.27M   1.15K   403.1   1.18M   92.9K  Runqueue  20.84  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

otal    10.6     150M   1.05K   77.6M   72.2M  PAGING           Real,MB  163840

                                               Faults     1642  % Comp     33

ileSystem          BPS    TPS  B-Read  B-Writ  Steals        0  % Noncomp   9

otal              669K  659.3    668K   951.1  PgspIn        0  % Client    9

                                               PgspOut       0

ame           PID  CPU%  PgSp Owner            PageIn        0  PAGING SPACE

racle     41156632  0.2 51.5M oracle           PageOut       0  Size,MB   16896

sysmond   14483498  0.2  104M root             Sios          0  % Used      1

raroota   23265348  0.2 31.6M root                              % Free     99

resyncl   65405912  0.1 2.84M root             NFS (calls/sec)

raroota   18088018  0.1  114M root             SerV2         0  WPAR Activ    0

racle     43778210  0.1 68.0M grid             CliV2         0  WPAR Total    0

racle     17367072  0.1 9.50M oracle           SerV3         0  Press: "h"-help

loggerd   17563836  0.1  152M root             CliV3         0         "q"-quit

opas      61866876  0.1 7.38M root             SerV4         0

racle     23724138  0.0 5.27M oracle           CliV4         0

ipcd.bi   13565952  0.0 44.4M grid

raagent    5571460  0.0 78.3M grid

racle     25100446  0.0 83.5M oracle

racle     10420442  0.0 85.9M oracle

racle     39780574  0.0 97.4M oracle

hasd.bi   14352520  0.0 61.9M root

rsd.bin   20578508  0.0  504M root

racle     31457366  0.0 7.84M oracle

racle     11272254  0.0 18.3M grid

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:20:38 2020   Interval:2           Cswitch   11653  Readch    74.2M

                                               Syscall   16636  Writech  145.0K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1097  Rawin         0

otal     1.2   1.3   7.5  90.0    0.50   4.20  Writes      357  Ttyout      614

                                               Forks         2  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         3  Namei       262

otal    1.03M   972.1   355.9    977K   77.6K  Runqueue   3.50  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

otal     8.1     150M   904.2   77.3M   72.3M  PAGING           Real,MB  163840

                                               Faults     1367  % Comp     33

ileSystem          BPS    TPS  B-Read  B-Writ  Steals        0  % Noncomp   9

otal              152K  159.9    151K   1015.  PgspIn        0  % Client    9

                                               PgspOut       0

ame           PID  CPU%  PgSp Owner            PageIn        0  PAGING SPACE

resyncl   65405912  0.2 2.84M root             PageOut       0  Size,MB   16896

racle     17367072  0.2 9.50M oracle           Sios          0  % Used      1

raroota   23265348  0.2 31.6M root                              % Free     99

racle     31457366  0.1 7.84M oracle           NFS (calls/sec)

racle     24838254  0.1 53.4M oracle           SerV2         0  WPAR Activ    0

racle     24903882  0.1  104M oracle           CliV2         0  WPAR Total    0

eaffin      589842  0.1  640K root             SerV3         0  Press: "h"-help

opas      61866876  0.1 7.55M root             CliV3         0         "q"-quit

loggerd   17563836  0.1  152M root             SerV4         0

racle     26411096  0.0  101M oracle           CliV4         0

rsd.bin   20578508  0.0  504M root

racle     23135148  0.0 97.3M oracle

racle     39780574  0.0 97.4M oracle

racle     22675530  0.0 5.01M oracle

racle     43778210  0.0 68.0M grid  

racle     29950170  0.0 15.1M oracle

racle     51119062  0.0 68.0M grid

racle     39714964  0.0 15.1M oracle

racle     17629252  0.0 11.4M grid

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:20:39 2020   Interval:2           Cswitch   11653  Readch    74.2M

                                               Syscall   16636  Writech  145.0K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1097  Rawin         0

otal     1.2   1.3   7.5  90.0    0.50   4.20  Writes      357  Ttyout      614

                                               Forks         2  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         3  Namei       262

otal    1.03M   972.1   355.9    977K   77.6K  Runqueue   3.50  Dirblk        0

                                               Waitqueue   0.0

ileSystem          BPS    TPS  B-Read  B-Writ                   MEMORY

otal              152K  159.9    151K   1015.  PAGING           Real,MB  163840

                                               Faults     1367  % Comp     33

ame           PID  CPU%  PgSp Owner            Steals        0  % Noncomp   9

resyncl   65405912  0.2 2.84M root             PgspIn        0  % Client    9

racle     17367072  0.2 9.50M oracle           PgspOut       0

raroota   23265348  0.2 31.6M root             PageIn        0  PAGING SPACE

racle     31457366  0.1 7.84M oracle           PageOut       0  Size,MB   16896

racle     24838254  0.1 53.4M oracle           Sios          0  % Used      1

racle     24903882  0.1  104M oracle                            % Free     99

eaffin      589842  0.1  640K root             NFS (calls/sec)

opas      61866876  0.1 7.55M root             SerV2         0  WPAR Activ    0

loggerd   17563836  0.1  152M root             CliV2         0  WPAR Total    0

racle     26411096  0.0  101M oracle           SerV3         0  Press: "h"-help

rsd.bin   20578508  0.0  504M root             CliV3         0         "q"-quit

racle     23135148  0.0 97.3M oracle           SerV4         0

racle     39780574  0.0 97.4M oracle           CliV4         0

racle     22675530  0.0 5.01M oracle

racle     43778210  0.0 68.0M grid

racle     29950170  0.0 15.1M oracle

racle     51119062  0.0 68.0M grid

racle     39714964  0.0 15.1M oracle

racle     17629252  0.0 11.4M grid

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:20:39 2020   Interval:2           Cswitch   11653  Readch    74.2M

                                               Syscall   16636  Writech  145.0K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1097  Rawin         0

otal     1.2   1.3   7.5  90.0    0.50   4.20  Writes      357  Ttyout      614

                                               Forks         2  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         3  Namei       262

otal    1.03M   972.1   355.9    977K   77.6K  Runqueue   3.50  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   27.5    71.0M   70.97   71.0M       0  PAGING           Real,MB  163840

disk0   58.5    70.5M   70.47       0   70.5M  Faults     1367  % Comp     33

disk12  11.0    1.50M   104.0   1.47M   28.0K  Steals        0  % Noncomp   9

disk51  12.5    1.25M   70.97    742K    536K  PgspIn        0  % Client    9

disk48  11.5     688K   45.98    416K    272K  PgspOut       0

disk26   3.5     552K   37.99    528K   24.0K  PageIn        0  PAGING SPACE

disk52  13.0     443K   31.99    310K    134K  PageOut       0  Size,MB   16896

disk19   5.5     336K   27.49    316K   20.0K  Sios          0  % Used      1

disk9    2.0     240K   10.00   44.0K    196K                   % Free     99

disk54  18.0     235K   64.97    193K   41.2K  NFS (calls/sec)

disk47  16.5     228K   28.49    220K   8.00K  SerV2         0  WPAR Activ    0

disk53  14.5     221K   37.49    193K   28.0K  CliV2         0  WPAR Total    0

disk45  15.5     204K   25.49    176K   28.0K  SerV3         0  Press: "h"-help

disk14   5.0     200K   13.99   72.0K    128K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              152K  159.9    151K   1015.


ame           PID  CPU%  PgSp Owner

resyncl   65405912  0.2 2.84M root

racle     17367072  0.2 9.50M oracle

raroota   23265348  0.2 31.6M root

racle     31457366  0.1 7.84M oracle

racle     24838254  0.1 53.4M oracle

racle     24903882  0.1  104M oracle

eaffin      589842  0.1  640K root

opas      61866876  0.1 7.55M root

loggerd   17563836  0.1  152M root

racle     26411096  0.0  101M oracle

rsd.bin   20578508  0.0  504M root

racle     23135148  0.0 97.3M oracle

racle     39780574  0.0 97.4M oracle

racle     22675530  0.0 5.01M oracle

racle     43778210  0.0 68.0M grid

racle     29950170  0.0 15.1M oracle

racle     51119062  0.0 68.0M grid

racle     39714964  0.0 15.1M oracle

racle     17629252  0.0 11.4M grid

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:20:40 2020   Interval:2           Cswitch   12227  Readch    71.4M

                                               Syscall   22716  Writech  329.9K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1809  Rawin        12

otal     1.5   1.4   0.6  96.5    0.57   4.79  Writes      423  Ttyout     3492

                                               Forks         6  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         6  Namei      1801

otal    1.39M   1.20K   372.0   1.30M   87.5K  Runqueue  12.00  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk0   49.0    67.5M   69.50       0   67.5M  PAGING           Real,MB  163840

disk1   31.0    67.0M   69.00   67.0M   8.00K  Faults     2575  % Comp     33

disk12   7.0    1.53M   104.0   1.51M   24.0K  Steals        0  % Noncomp   9

disk53  14.0    1.30M   73.50    765K    564K  PgspIn        0  % Client    9

disk46  10.0     989K   48.00    516K    473K  PgspOut       0

disk48  12.0     868K   52.00    500K    368K  PageIn        0  PAGING SPACE

disk26   8.0     668K   51.00    596K   72.0K  PageOut       0  Size,MB   16896

disk19  10.5     372K   31.00    356K   16.0K  Sios          0  % Used      1

disk47  13.0     368K   46.00    272K   96.0K                   % Free     99

disk50  13.0     348K   43.50    260K   88.0K  NFS (calls/sec)

disk54  18.0     316K   74.50    260K   56.0K  SerV2         0  WPAR Activ    0

disk45  17.5     310K   39.00    232K   78.0K  CliV2         0  WPAR Total    0

disk17   6.5     292K   16.50   84.0K    208K  SerV3         0  Press: "h"-help

disk49  13.0     284K   35.50    228K   56.0K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              787K  769.0    786K   1.69K


ame           PID  CPU%  PgSp Owner

racle     41156632  0.3 51.5M oracle

resyncl   65405912  0.2 2.84M root  

shd       60228572  0.1  776K root

eaffin      589842  0.1  640K root  

sysmond   14483498  0.1  104M root  

racle     17367072  0.1 9.50M oracle

raroota   18088018  0.1  114M root

racle     23724138  0.0 5.27M oracle

racle     31457366  0.0 7.84M oracle

racle     26411096  0.0  101M oracle

racle     66846748  0.0  104M oracle

loggerd   17563836  0.0  152M root  

racle     10420442  0.0 85.9M oracle

opas      61866876  0.0 9.96M root  

racle     51119062  0.0 68.0M grid

racle     17826000  0.0 15.0M oracle

racle     17891362  0.0 14.8M oracle

racle     27525172  0.0 15.1M oracle

racle     33292292  0.0 15.1M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:20:42 2020   Interval:2           Cswitch   11048  Readch    55.5M

                                               Syscall   25358  Writech  210.0K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1558  Rawin         2

otal     1.8   1.7   4.5  92.0    0.68   5.68  Writes      460  Ttyout      702

                                               Forks        18  Igets         1

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs        23  Namei      1909

otal    1.19M   1.09K   378.3   1.11M   78.8K  Runqueue  12.99  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   28.5    51.0M   57.47   51.0M   26.0K  PAGING           Real,MB  163840

disk0   40.0    51.0M   57.47       0   51.0M  Faults     8859  % Comp     33

disk12   8.5    1.66M   112.9   1.64M   20.0K  Steals        0  % Noncomp   9

disk47  10.0    1.19M   59.47    668K    552K  PgspIn        0  % Client    9

disk50  12.0     968K   55.47    556K    412K  PgspOut       0

disk26   9.0     656K   47.48    624K   32.0K  PageIn        0  PAGING SPACE

disk46  14.5     555K   35.98    404K    151K  PageOut       0  Size,MB   16896

disk19   6.0     364K   28.49    340K   24.0K  Sios          0  % Used      1

disk54  12.0     307K   67.47    225K   81.5K                   % Free     99

disk45  14.0     286K   35.48    220K   66.0K  NFS (calls/sec)

disk52  13.5     256K   31.99    200K   56.0K  SerV2         0  WPAR Activ    0

disk49  12.0     196K   24.49    160K   36.0K  CliV2         0  WPAR Total    0

disk53  11.5     194K   35.98    158K   36.0K  SerV3         0  Press: "h"-help

disk51   8.5     186K   26.49    142K   44.0K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              788K  483.3    785K   3.70K


ame           PID  CPU%  PgSp Owner

resyncl   65405912  0.3 2.84M root  

raagent    5571460  0.1 78.3M grid  

racle     43778210  0.1 68.0M grid

loggerd   17563836  0.1  152M root  

racle     24903882  0.0  104M oracle

racle     66846748  0.0  104M oracle

racle     24772690  0.0 87.5M oracle

ipcd.bi   13565952  0.0 44.4M grid  

racle     23724138  0.0 5.27M oracle

rsd.bin   20578508  0.0  504M root  

cssd.bi   19267726  0.0  125M grid  

racle     31457366  0.0 7.84M oracle

racle     32571614  0.0 15.0M oracle

racle     51119062  0.0 68.0M grid  

racle     24707314  0.0 15.1M oracle

racle     32702636  0.0 14.9M oracle

racle     20317038  0.0 14.9M oracle

racle     33161234  0.0 15.0M oracle

racle     33292292  0.0 15.1M oracle

opas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

ed Apr 15 17:20:44 2020   Interval:2           Cswitch   16969  Readch    76.6M

                                               Syscall   36602  Writech  199.1K

PU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1295  Rawin         0

otal     1.4   1.7   0.6  96.3    0.63   5.25  Writes      488  Ttyout      692

                                               Forks         2  Igets         0

etwork    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         3  Namei      9751

otal    1.52M   1.31K   407.0   1.42M    103K  Runqueue   4.50  Dirblk        0

                                               Waitqueue   0.0

isk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

disk1   34.5    72.0M   73.00   72.0M   4.00K  PAGING           Real,MB  163840

disk0   52.0    71.5M   72.00       0   71.5M  Faults     1292  % Comp     33

disk12   5.0    1.91M   126.0   1.90M   8.00K  Steals        0  % Noncomp   9

disk49  10.5    1.20M   62.00    676K    552K  PgspIn        0  % Client    9

disk45  13.0    1.20M   43.00    688K    536K  PgspOut       0

disk26   5.5     772K   55.50    700K   72.0K  PageIn        0  PAGING SPACE

disk50  10.0     483K   40.00    304K    179K  PageOut       0  Size,MB   16896

disk54  16.0     421K   74.50    306K    114K  Sios          0  % Used      1

disk19   5.5     392K   29.00    376K   16.0K                   % Free     99

disk31   5.0     236K   17.00   88.0K    148K  NFS (calls/sec)

disk48  12.0     232K   28.50    192K   40.0K  SerV2         0  WPAR Activ    0

disk52  11.5     226K   29.00    190K   35.5K  CliV2         0  WPAR Total    0

disk47  11.0     184K   23.00    156K   28.0K  SerV3         0  Press: "h"-help

disk51   9.0     183K   29.00    147K   36.0K  CliV3         0         "q"-quit

                                               SerV4         0

ileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

otal              133K  108.5    132K   1.28K


ame           PID  CPU%  PgSp Owner

resyncl   65405912  0.3 2.84M root  

racle     41156632  0.3 51.5M oracle

raroota   23265348  0.2 31.6M root

racle     17367072  0.2 9.50M oracle

racle     31457366  0.1 7.84M oracle

racle     24838254  0.1 53.4M oracle

eaffin      589842  0.1  640K root  

loggerd   17563836  0.1  152M root  

racle     23135148  0.0 97.3M oracle

racle     11272254  0.0 18.3M grid  

racle     43778210  0.0 68.0M grid  

racle     17105114  0.0 17.2M grid  

raroota   18088018  0.0  114M root  

racle     27525172  0.0 15.1M oracle

hasd.bi   14352520  0.0 61.9M root  

racle     51119062  0.0 68.0M grid  

racle     12058650  0.0 5.01M grid  

opas      61866876  0.0 10.6M root  

racle     32702636  0.0 14.9M oracle

xiting from topas

 lsvg -p rtoo

 lspv

disk0          00fa51597cf33e03                    rootvg          active      

disk1          00fa5159abbee4d3                    rootvg          active      

disk2          none                                None                        

disk3          none                                None                        

disk4          none                                None                        

disk5          none                                None                        

disk6          none                                None                        

disk7          none                                None                        

disk8          none                                None                        

disk9          none                                None                        

disk10         none                                None                        

disk11         none                                None                        

disk12         none                                None                        

disk13         none                                None                        

disk14         none                                None                        

disk15         none                                None                        

disk16         none                                None                        

disk17         none                                None                        

disk18         none                                None                        

disk19         none                                None                        

disk20         none                                None                        

disk21         none                                None                        

disk22         none                                None                        

disk23         none                                None                        

disk24         none                                None                        

disk25         none                                None                        

disk26         none                                None                        

disk27         none                                None                        

disk28         none                                None                        

disk29         none                                None                        

disk30         none                                None                        

disk31         none                                None                        

disk32         none                                None                        

disk33         none                                None                        

disk34         none                                None                        

disk45         none                                None                        

disk46         none                                None                        

disk47         none                                None                        

disk48         none                                None                        

disk49         none                                None                        

disk50         none                                None                        

disk51         none                                None                        

disk52         none                                None                        

disk53         none                                None                        

disk54         none                                None                        

 lsvg -p

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&

 jobs

1] +  Running                 nohup mirrorvg rootvg&


# topas

crsd.bin   20578508  0.0  504M root  

Topas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

Wed Apr 15 17:34:45 2020   Interval:2           Cswitch   14023  Readch   109.9M

                                                Syscall   19649  Writech   96.9M

CPU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      1993  Rawin         0

Total     2.9   2.3   2.7  92.1    1.02   8.52  Writes      339  Ttyout      608

                                                Forks         3  Igets         0

Network    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         4  Namei       214

Total    6.81M   5.17K   892.0   6.64M    173K  Runqueue  15.00  Dirblk        0

                                                Waitqueue   0.0

Disk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

hdisk2    5.5    24.5M   99.00       0   24.5M  PAGING           Real,MB  163840

hdisk5    5.0    24.1M   96.50       0   24.1M  Faults     1339  % Comp     33

hdisk4    3.0    24.0M   97.50       0   24.0M  Steals        0  % Noncomp   9

hdisk3    5.0    24.0M   96.00       0   24.0M  PgspIn        0  % Client    9

hdisk47  49.0    13.3M   235.0   12.3M   1.04M  PgspOut       0

hdisk51  50.0    13.2M   229.5   12.2M   1.06M  PageIn        0  PAGING SPACE

hdisk52  56.0    12.6M   228.5   11.8M    826K  PageOut       0  Size,MB   16896

hdisk50  49.0    12.4M   234.5   11.8M    584K  Sios          0  % Used      1

hdisk53  46.5    12.4M   308.5   11.8M    590K                   % Free     99

hdisk54  49.0    12.0M   240.0   11.5M    568K  NFS (calls/sec)

hdisk49  43.0    11.9M   234.0   11.4M    552K  SerV2         0  WPAR Activ    0

hdisk48  43.5    11.8M   219.5   11.3M    552K  CliV2         0  WPAR Total    0

hdisk45  50.0    11.7M   217.5   11.2M    544K  SerV3         0  Press: "h"-help

hdisk46  48.0    11.5M   242.0   11.0M    568K  CliV3         0         "q"-quit

                                                SerV4         0

FileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

Total              128K  101.0    127K   934.5


Name           PID  CPU%  PgSp Owner

oracle     66846748 13.5  104M oracle

oracle     41156632  0.3 51.5M oracle

oracle     43778210  0.2 68.0M grid  

oracle     23658684  0.2 36.2M oracle

oraroota   23265348  0.2 31.6M root  

oracle     30212320  0.1 15.1M oracle

oracle     17367072  0.1 9.50M oracle

reaffin      589842  0.1  640K root  

oracle     20317038  0.1 14.9M oracle

oracle     32964716  0.1 14.5M oracle

crsd.bin   20578508  0.1  504M root  

oracle     24707314  0.1 15.1M oracle

oracle     24838254  0.1 53.4M oracle

aioserve   46138130  0.1  448K oracle

oracle     32571614  0.1 15.0M oracle

oracle     40501430  0.1 15.0M oracle

ologgerd   17563836  0.1  152M root  

oracle     32702636  0.1 14.9M oracle

oracle     33620134  0.1 15.1M oracle

Topas Monitor for host:zjsw-zg-jx01             EVENTS/QUEUES    FILE/TTY

Wed Apr 15 17:34:47 2020   Interval:2           Cswitch   13237  Readch    14.4M

                                                Syscall   21413  Writech 2549.5K

CPU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      2621  Rawin         0

Total     2.6   2.1   0.3  95.0    0.92   7.64  Writes      363  Ttyout      676

                                                Forks         2  Igets         0

Network    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         3  Namei      1071

Total    6.76M   4.99K   738.8   6.66M    103K  Runqueue   4.50  Dirblk        0

                                                Waitqueue   0.0

Disk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY

hdisk50  48.5    3.52M   209.9   2.32M   1.19M  PAGING           Real,MB  163840

hdisk49  37.0    3.49M   212.4   2.29M   1.20M  Faults     1422  % Comp     33

hdisk45  40.0    3.41M   198.9   2.21M   1.20M  Steals        0  % Noncomp   9

hdisk53  44.0    2.86M   256.4   2.14M    741K  PgspIn        0  % Client    9

hdisk52  43.0    2.59M   206.9   1.90M    704K  PgspOut       0

hdisk46  45.5    2.58M   213.4   1.84M    756K  PageIn        0  PAGING SPACE

hdisk48  52.5    2.38M   183.4   1.69M    700K  PageOut     163  Size,MB   16896

hdisk51  50.0    2.36M   184.9   1.71M    660K  Sios        163  % Used      1

hdisk54  37.5    2.26M   172.9   1.60M    672K                   % Free     99

hdisk47  49.0    2.17M   198.4   1.62M    562K  NFS (calls/sec)

hdisk12  34.0    2.00M   183.9   1.94M   68.0K  SerV2         0  WPAR Activ    0

hdisk26  30.5    1.36M   149.5   1.28M   80.0K  CliV2         0  WPAR Total    0

hdisk29  33.0    1.18M   151.0   1.09M   88.0K  SerV3         0  Press: "h"-help

hdisk31  32.0    1.10M   124.0    920K    208K  CliV3         0         "q"-quit

                                                SerV4         0

FileSystem          BPS    TPS  B-Read  B-Writ  CliV4         0

Total             1.29M  730.3    664K    652K


Name           PID  CPU%  PgSp Owner

oracle     66846748  5.3  104M oracle

osysmond   14483498  0.2  104M root  

oracle     17367072  0.2 9.50M oracle

oracle     35848338  0.1 14.9M oracle

ologgerd   17563836  0.1  152M root  

oracle     23658684  0.1 36.2M oracle

oracle     10355700  0.1 15.0M oracle

oracle     41025626  0.1 15.1M oracle

oracle     40698046  0.1 15.0M oracle

oracle     32964716  0.1 14.5M oracle

oracle          850  0.1 15.0M oracle

oracle     39714964  0.1 15.1M oracle

oracle     34275490  0.1 15.0M oracle

oracle     29294758  0.1 15.1M oracle

oracle     32702636  0.1 14.9M oracle

oracle     44630194  0.1 15.0M oracle

oracle     44040322  0.1 14.1M oracle

oracle     40173756  0.1 15.0M oracle

oracle     36634774  0.1 15.1M oracle

Exiting from topas

[1] +  Done                    nohup mirrorvg rootvg&

# jobs

# bosboot -ad hdisk0
bosboot: Boot image is 55324 512 byte blocks.


# bootlist -m normal hdisk0 hdisk1


# bootlist -m normal -o
hdisk0 blv=hd5 pathid=0
hdisk1 blv=hd5 pathid=0


# errclear 0


# errpt


猜你喜欢

转载自blog.51cto.com/sf1314/2487753