AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  NIM - error making a mksysb

    Posted 03/03/08 03:38 PM

    Originally posted by: alethad


    I am getting the following error when trying to make a client mksysb. I know it's NFS related but not sure what I need to change. I've tried changing the sec=none but I still got the same error. it's probably simple but I'm just not seeing it. I get this error both thru NIM creating a resource and manually on the client with the export FS mounted.
    The master is running OS 5300-06-03-0732
    The clients are running OS 5300-06-00-0000

    <hr />
    Backing up 39863 files............
    39863 of 39863 files backed up (100%)
    0512-038 savevg: Backup Completed Successfully.
    0042-001 nim: processing error encountered on "master":
    0042-124 c_ch_nfsexp: NFS option sec=sys is NOT supported

    rc=0
    0042-124 c_ch_nfsexp: NFS option sec=sys is NOT supported<hr />
    Any help is greatly appreciated. Or point me in the right direction.
    Thanks.
    #AIX-Forum


  • 2.  Re: NIM - error making a mksysb

    Posted 03/03/08 05:11 PM

    Originally posted by: SystemAdmin


    We used to receive this type of error on our servers with two IP Addresses and host names. They were servers we used to have HACMP configured on. The problem NIM has with it is that communication may come into the server on one IP/Hostname, but go out on another.
    #AIX-Forum


  • 3.  Re: NIM - error making a mksysb

    Posted 03/04/08 09:15 AM

    Originally posted by: alethad


    I can see why you may have gotten that error with HACMP. We run HACMP but not on this box. I think this is really an NFS security issue. I'm not sure why since I am taking the defaults. I've tried changing the 1st method to "none" but that doesn't work either.

    Anyone have any suggestions?
    #AIX-Forum


  • 4.  Re: NIM - error making a mksysb

    Posted 03/04/08 01:45 PM

    Originally posted by: dukessd


    NIM is only nfs v3 capable.

    If you create the NFS share with smit then it uses NFS v4 and adds the security stanza which confuses NIM.

    Create the share with nim, or the command line and don't specify the security at all.
    #AIX-Forum


  • 5.  Re: NIM - error making a mksysb

    Posted 03/04/08 01:49 PM

    Originally posted by: alethad


    Can I just edit the exports file to do this?
    #AIX-Forum


  • 6.  Re: NIM - error making a mksysb

    Posted 03/04/08 02:28 PM

    Originally posted by: alethad


    That did it for me.
    You're the man.
    Thanks again.
    #AIX-Forum


  • 7.  Re: NIM - error making a mksysb

    Posted 03/04/08 02:34 PM

    Originally posted by: alethad


    Just one more thing I was curious about. I hit the mouse too soon.

    Was this error really preventing a full mksysb from taking place or was it just a warning type error but the mksysb really was successful?
    You know what I mean?
    #AIX-Forum


  • 8.  Re: NIM - error making a mksysb

    Posted 03/04/08 08:27 PM

    Originally posted by: dukessd


    From the messages I suspect the mksysb would have been OK:
    0512-038 savevg: Backup Completed Successfully.
    But you would likely have a problem if you tried to deploy it with NIM because of the sec stanza in the nfs share.

    This is just a guess though.
    #AIX-Forum


  • 9.  Re: NIM - error making a mksysb

    Posted 03/05/08 12:58 PM

    Originally posted by: SystemAdmin


    Don't worry about it, it's not an "error" in the sense that something bad is
    happening. All it means is that NIM doesn't support an NFS security option.
    This reporting of totally un-usefull information has been a bug in NIM from the
    early days.
    The short version is: Ignore it.
    #AIX-Forum


  • 10.  Re: NIM - error making a mksysb

    Posted 03/05/08 01:06 PM

    Originally posted by: alethad


    Yeah, that's what I was thinking since I see this occassionally in other parts of AIX. The bogus/extraneous error messages that is.
    But I'm new to NIM so just wanted to confirm.
    That's good to know.
    Thanks guys.
    #AIX-Forum