Originally posted by: teletype
Did you make de bosinst and the script in the same nim statement like:
nim -o bosinst -a script=<value> ... <standalone>
Or dit you us two sepperate nim commands?
Did you look in /var/adm/ras/nimlog (alog file)?
Is the name resolving on the client correct after the bosinst?
Maybe you can do an
exec 1>/tmp/logfile exec 2>&1
in the beginning of your script and a cat of that logfile at the end?
Hope this helps