nim -o define -t bosinst_data -a server=ServerName \ -a location=LocationName NameValueUsing the server attribute, specify the name of the machine where the bosinst.data file is located.
Using the location attribute, specify the full path name of the bosinst.data file that is to be used as a resource.
For example, to perform a non-prompted rte install of machine1 using the lpp_source1 , spot1 , and bosinst_data1 resources, enter:
nim -o bos_inst -a source=rte -a lpp_source=lpp_source1 \ -a spot=spot1 -a bosinst_data=bosinst_data1 machine1