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