Originally posted by: SystemAdmin
Hello,
I'm trying to do a mksysb image from a nim server with the following command:
nim -o define -t mksysb -F -a server=master -a location=$mksysb_location/${box}_sysb -a source=$box -a mk_image=yes -a mksysb_flags=e ${box}_sysb
As it is shown in the man pages of nim. The problem is that after few min during the creation of the backup the box gets rebooted and in errpt there is the following error:
2BFA76F6 0605225507 T S SYSPROC SYSTEM SHUTDOWN BY USER
errpt -a -j 2BFA76F6
LABEL: REBOOT_ID
IDENTIFIER: 2BFA76F6
Date/Time: Tue Jun 5 22:55:13 WET 2007
Sequence Number: 2043043
Machine Id: 00C97B4E4C00
Node Id: boxname
Class: S
Type: TEMP
Resource Name: SYSPROC
Description
SYSTEM SHUTDOWN BY USER
Probable Causes
SYSTEM SHUTDOWN
Detail Data
USER ID
0
0=SOFT IPL 1=HALT 2=TIME REBOOT
0
TIME TO REBOOT (FOR TIMED REBOOT ONLY)
0
Has anyone got any idea why this is? I'm pretty sure the reason is NIM, on that box we have Oracle RAC database too. On the other node from the RAC i have the same problem. They both have 5G of RAM and 3G of swap space.
This is the topas -i1 during the NIM operation:
Tue Jun 5 22:54:31 2007 Interval: 1 Cswitch 1147 Readch 2079.6K3
Syscall 6926 Writech2023.1K9
Kernel 5.5 |## | Reads 736 Rawin 0
User 6.9 |## | Writes 337 Ttyout 1007
Wait 4.1 |## | Forks 30 Igets 0
Idle 83.6 |######################## | Execs 30 Namei 1180
Physc = 0.28 %Entc= 14.0 Runqueue 2.0 Dirblk 0
Waitqueue 0.0
Network KBPS I-Pack O-Pack KB-In KB-Out
en2 1038.8 367.0 711.0 25.7 1013.0 PAGING MEMORY
en5 3.0 8.0 10.0 1.0 2.0 Faults 4115 Real,MB 5120
lo0 0.1 1.0 1.0 0.0 0.0 Steals 1808 % Comp 43.2
PgspIn 16 % Noncomp 57.1
Disk Busy% KBPS TPS KB-Read KB-Writ PgspOut 9 % Client 57.1
hdisk0 81.0 3008.0 280.0 2968.0 40.0 PageIn 831
hdisk1 0.0 82.0 7.0 33.5 48.5 PageOut 525 PAGING SPACE
hdisk2 0.0 0.5 1.0 0.5 0.0 Sios 1077 Size,MB 3072
% Used 17.4
Name PID CPU% PgSp Owner NFS (calls/sec) % Free 82.5
backbyna 897208 0.9 0.2 root ServerV2 0
kbiod 213096 0.1 0.1 root ClientV2 0 Press:
topas 937988 0.1 2.7 ivan ServerV3 0 "h" for help
lrud 16392 0.1 0.1 root ClientV3 40 "q" to quit
sh 516096 0.0 0.6 root
ocssd.bi 540796 0.0 26.3 oracle
oracle 389364 0.0 18.1 oracle
oracle 446538 0.0 18.1 oracle
oracle 377084 0.0 18.1 oracle
oracle 442458 0.0 18.1 oracle
oracle 520244 0.0 17.9 oracle
sleep 835702 0.0 0.1 root
oracle 397448 0.0 18.2 oracle
oracle 335956 0.0 4.4 oracle
rtcmd 168072 0.0 0.1 root
gil 114744 0.0 0.1 root
getty 286900 0.0 0.4 root
racgimon 393468 0.0 51.3 oracle
oracle 425988 0.0 3.9 oracle
oracle 634990 0.0 13.7 oracle
The only thing that i noticed is that all of the Memory is used and there is some swap usage. Haven't noticed in the NIM docs memory needs for nim. Maybe i misses something...Any ideas? Thanks in advance.
#AIX-Forum