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
+---------------------------------------------------------------------+
System Backup Image Space Information
(Sizes are displayed in 1024-byte blocks.)
+---------------------------------------------------------------------+
Required = 979345 (957 MB) Available = 10474116 (10229 MB)
Creating information file (/image.data) for rootvg.
/usr/bin/savevg[33]: 1016,07: syntax error
0042-001 nim : pocessing error detected "master" :
0042-124 c_ch_nfsexp : option NFS sec=sys isn't supported

rc=1
0042-001 m_mkbosi : processing error detected on "client_1" :

@Mods
I might be the cause of the double post as I said here is an AIX subforum, as usual...

Maybe move
http://www.unix.com/unix-dummies-questions-answers/76757-nim-mksysb-0042-124-c\_ch_nfsexp-error.html
to here, ty :slight_smile:

I don t know how to move it to here... sorry.

nobody have any explanation ? I am still waiting for any idea.

You need to check that your version of bos.sysmgt.sysbr which should be 5.3.0.53. This is IY88806 (probably)

You may be able to work around the problem by setting LANG to C

could you please post your complete command line or that part of script.

i too face lot of problem with mksysb's when i am trying to take to nim.

thanks

Zaxxon has already pointed out the problem in the other thread:

Thread opener perhaps tries to create an mksysb resource using NIM from the NIM master but already has NFS-exported (probably manually) parts or the whole exports directory. As NIM creates a new entry in /etc/exports and reexports all the NFS shares (again) this leads to all kinds of problems.

Solution: remove you manually created NFS share from /etc/exports during NIM operations. This is a known issue with NIM.

I hope this helps.

bakunin

Hy, here is my nim mksysb command : I have nothing in /etc/exports neither on nim server nor on client_1

Thank you.

command :

NIM_SVR:/ # nim -o define -t mksysb -aserver=master -alocation=/nim/mksysb/mksysb_client_1 -asource=client_1 -amk_image=yes mksysb_client_1

+---------------------------------------------------------------------+
System Backup Image Space Information
(Sizes are displayed in 1024-byte blocks.)
+---------------------------------------------------------------------+

Required = 944085 (922 MB) Available = 10567904 (10321 MB)

Creating information file (/image.data) for rootvg.
/usr/bin/savevg[33]: 977,901: syntax error
0042-001 nim : processing error detected on "master" :
0042-001 m_mkbosi : processing error detected on "client_1" :
0042-001 m_mkbosi : processing error detected on "master" :
0042-154 c_stat : file or directory "/nim/mksysb/mksysb_client_1" doesn't exists.

I don't speak french (btw: do not use languages other than english in this forum - we try to maintain true internationality here and english is the "smallest common denominator"), therefore i'm not sure about the meaning but i suppose this is the error: probably the directory doesn't exist, doesn't have sufficient rights or something such.

I hope this helps.

bakunin

Following quote was the answer to my question : my bos.sysmgt.sysbr was bad. That is why mksysb did not work. System upgrade was successfully made ande coorecting the error.