AIX

AIX

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

 View Only

NIM First Boot and Customized Scripts

  • 1.  NIM First Boot and Customized Scripts

    Posted Sat September 20, 2008 11:05 AM

    Originally posted by: vashi


    Hi,
    Trying to setup NIM fb_script and Customized script. In the scripts i would like to copy some customized files to the client , and also extract the tar ball on the client and run a install command. All my files are on NIM master.

    So my question is will this the copy and extract of tar ball happen on client. Else how to make this happen

    Example of the fb_script

    Here i am trying to copy file abc from NIM master to client under /etc

    cp -p /export/nim/files/abc /etc/abc
    cp -p /export/Products/SSM_bundle/ssm40_aix_v105.tar /export/epm
    tar xvf /export/epm/ssm40_aix_v105.tar
    /export/epm/ssm_install.sh -normal