nim: error signal number 2 received


 
Thread Tools Search this Thread
Operating Systems AIX nim: error signal number 2 received
# 1  
Old 10-26-2010
nim: error signal number 2 received

Hi to all,

i am trying to make mksysb backup of a NIM client machine from NIM master and while i am reading that the backup is done successfully i get an error message below and it doesnt exit the smit screen. also the status of the command appears to be running.
is there anybody who knows why i get the error message?
my NIM Master has AIX version 6.1. i run the mksysb command from smit menu of nim (smit nim)

the message i get is the following:
105293 of 105293 files (100%)0512-038 savevg: Backup Completed Successfully.
0042-002 nim: error signal number 2 received -
processing aborted

i already search the web for the specific signa number 2 but i couldnt find anything.

thank you in advance
# 2  
Old 10-27-2010
Hi,

You might want to check following link for 5.3Message Center Reference AIX 5L Version 5.3

0042-002 String : error signal number String received - processing aborted Explanation: An interrupt signal has been received, perhaps because the user entered Ctrl-C or used the kill command on a NIM process. User response: The NIM operation that was active has been interrupted. Perform the operation again. Note: This error is expected if it occurs after the nimclient -o bos_inst operation is performed on a client.

What does it tells you, Can you identify why this happen?

Cheers
Milan
# 3  
Old 11-01-2010
regarding the above message...
the strange thing is that, as you can see from my first post, the message "0042-002 nim: error signal number 2 received -
processing aborted" is displayed on the screen after the message "(100%)0512-038 savevg: Backup Completed Successfully."

i tried the same procedure for 2-3 different servers and it always happened like this.
so i get the message that my mksysb backup completed successfully but at the same time the status of the command that it is displayed on smit screen is still "running".
no matter how long i wait for it to finish it stays like this. thats why in the end i make Ctrl-C to abort the command so that i can exit the screen.
but the main question is how the backup can be completed while at the same time it is in the status "running"?

thank you for your reply,
Stavros




# 4  
Old 11-01-2010
Quote:
Originally Posted by omonoiatis9
regarding the above message...
the strange thing is that, as you can see from my first post, the message "0042-002 nim: error signal number 2 received -
processing aborted" is displayed on the screen after the message "(100%)0512-038 savevg: Backup Completed Successfully."

i tried the same procedure for 2-3 different servers and it always happened like this.
so i get the message that my mksysb backup completed successfully but at the same time the status of the command that it is displayed on smit screen is still "running".
no matter how long i wait for it to finish it stays like this. thats why in the end i make Ctrl-C to abort the command so that i can exit the screen.
but the main question is how the backup can be completed while at the same time it is in the status "running"?

thank you for your reply,
Stavros




I believe you will find that NIM not only builds the mksysb but then performs a SPOT build from the mksysb and then performs an allocation to put the new mksysb and spot into the resource database. I am not sure whether the savevg does the same as you would not want to rebuild the system using the savevg data. That is why you receive the "Completed successfully" message as the mksysb has finished but the NIM stuff has not.

I will not be offended if someone contradicts this. I am pretty certain I am correct and as such the word "Patience" is called for, let the job finish.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Error received

I have a program that i need to get done that gets the person's name and his grade then prints it in this order "name-grade-gradeletter" so i wrote this code: #!/bin/bash while :; do read -p "Enter the person's name: " name read -p "Enter the grade of the person: " grade case $grade in )... (3 Replies)
Discussion started by: UniverseCloud
3 Replies

2. AIX

Problem in communication nim client with nim master

Hello, I have an AIX6.1 machine which is a nim client to my nim master which is also AIX6.1 machine. I had some problem to perform an installation on my client using smit nim . i removed /etc/niminfo file in order to do the initialization again but when i run the command niminit -a name=client... (0 Replies)
Discussion started by: omonoiatis9
0 Replies

3. Programming

Why do I receive Program received signal SIGABRT, Aborted?

Im using gdb and when a user disconnects from my server I receive a message Program received signal SIGABRT, Aborted. 0x7ffe0304 in ?? () I was hoping someone here might have a explination for this message in gdb (26 Replies)
Discussion started by: Errigour
26 Replies

4. Shell Programming and Scripting

awk count how many IP have received that error

Hi all, I want to write a awk script that counts unique IPs that have received one special error. For example 25-04-2012;192.168.70.31;1254545454545417;500.0;SUCCESS 25-04-2012;192.168.70.32;355666650914;315126423993;;General_ERROR_23 30-04-2012;192.168.70.33;e;null;null;Failure... (4 Replies)
Discussion started by: arrals_vl
4 Replies

5. Programming

Program received signal: “EXC_BAD_ACCESS”?

I am making a command line program in C using XCode. When running the program, it initially does what it is supposed to do (asks me for a file path). However, when I type in a valid and existing file path, it gives me the following error: Program received signal: “EXC_BAD_ACCESS”.... (6 Replies)
Discussion started by: mdonova33
6 Replies

6. AIX

Received signal #11, SIGSEGV [default] on AIX 6.1

Hello, One of our customer is getting segmentation fault when he runs his shell script which invokes our executable on AIX 6.1. On AIX 5.3, there were no issues. Here is the truss output. 811242: __loadx(0x0A040000, 0xF0D3A26C, 0x00000000, 0x00000009, 0x00000000) = 0xF026E884... (0 Replies)
Discussion started by: erra_krishna
0 Replies

7. Shell Programming and Scripting

Record the Signal Type or Number in Bash Trap function

In my Bash script I have an exit/cleanup function in a trap statement like: trap exitCleanup 1 2 3 6 15 25 Is there anyway to capture which signal # has occurred to record in a log file. Please note I am trying to avoid something like: trap 'mySignal=1; exitCleanup' 1 trap... (1 Reply)
Discussion started by: ckmehta
1 Replies

8. AIX

nim mksysb error :/usr/bin/savevg[33]: 1016,07: syntax error

-------------------------------------------------------------------------------- Hello, help me please. I am trying to create a mksysb bakup using nim. I am geting this error, how to correct it ? : Command : failed stdout: yes stderr: no... (9 Replies)
Discussion started by: astjen
9 Replies

9. Programming

Program received signal SIGSEGV, Segmentation fault.

Dear all, I used debugger from C++ and these are the message I got: Program received signal SIGSEGV, Segmentation fault. 0x00323fc0 in free () from /lib/tls/libc.so.6 (gdb) info s #0 0x00323fc0 in free () from /lib/tls/libc.so.6 #1 0x00794fa1 in operator delete () from... (5 Replies)
Discussion started by: napapanbkk
5 Replies

10. Programming

Program received signal SIGABRT, Aborted.

I ran degugger in C++ and the followings are the message I got: Program received signal SIGABRT, Aborted. 0x002a57a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 (gdb) info s #0 0x002a57a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 #1 0x002e97f5 in raise () from /lib/tls/libc.so.6... (1 Reply)
Discussion started by: napapanbkk
1 Replies
Login or Register to Ask a Question