Hey all,
We're trying to upgrade the SPP in an automatically way by starting the hpsum in the following way:
./hpsum /romonly /silent $hpSumOptions
where $hpSumOptions can contains: "/logdir" or "-logdir" but most of the times we're not passing any other options
We can see that the hpsum command successfully ran and we got an exit status of 1(which means that needs a reboot - success reboot)
but my question, why I can't see any log files on that box. Checked /tmp/hp_sum /tmp/HPSUM, tried to force the logdir to the mount point but nothing is logged
Any advices would be appreciated