Howto run DSET silently ?
Marcus Franke
mfranke at evendi.de
Mon May 5 04:13:29 CDT 2008
On Mon, May 05, 2008 at 10:58:27AM +0200, Florent Gilain wrote:
> Hello,
>
> I'm looking for a way to frequently generate a DSET report (zip file) using cron on all my Dell PE servers...
>
> Can someone help me finding the correct syntax for doing this ?
>
> Thanks a lot
>
> Nb : if possible, without the default 'dell' password for unzipping...
>
Why not redirect all command line output to /dev/null?
dset YOUR_OPTIONS_HERE 2>&1 > /dev/null
regards,
Marcus
More information about the Linux-PowerEdge
mailing list