I didn't use mksysb that way before, but i think you can simply redirect the output like "mksysb -i /dev/rmt0 > \tmp\output" (or you can use with nohup, then all the outputs will be loged in nohup.out),
and you can verify the success of the command with if-then-else shell built-ins like
if [ $? -eq 1 ]
then
Mail -s "mksysb: Error" your@xxxxxxxxxxxxx
else
Mail -s "mksysb: Success" your@xxxxxxxxxxxxx
fi
Or you can verify the whole image with "lsmksysb" for sure.
Re: Exchange 2007 Anti-Spam ... You can verify by sending an email from an address that is on a user's Safe Senders List and looking at the antispam headers. ... the Update-SafeList command should be run on a schedule to continue updating. ... when I enter in the compand "UPDATE-SAFELIST" it doesnt work in the powershell.... I love Exchange 2007 and at first I was recommending everyone to jump on it, but the lack of documentation beyond just the vanilla commands are extremely lacking, especially on the anti-spam and powershell stuff. ... (microsoft.public.exchange.setup)
Re: 0x800A0046 error ... > Here are a few suggestion you may try and verify the wuauserv service ... > Verify the security descriptor:... > 3.If the security descriptor for the wuauserv service is different then ... At the command prompt type sc sdset wuausrv ... (microsoft.public.windowsupdate)
Re: Command sent to Access Database using OleDbDataAdapter ... In SQL Server you can use Profiler, but AFAIK, Access provides no similar ... You can check the Parameters collection, check the ColumnMappings to verify... How is it telling you that the command is failing? ... If it works by when you add them by hand, I'd verify my postions b/c that's ... (microsoft.public.dotnet.framework.adonet)
Re: Copy with Verify? ..."VERIFY ON, COPY /V, XCOPY /V Commands Do Not Compare Data ... source and destination files to determine whether they are identical. ... When you use the VERIFY ON command, or the /V switch with the COPY or XCOPY ... (microsoft.public.windowsxp.general)
Re: Copy with Verify? ... Does the following only apply to the old real versions of DOS and not ..."VERIFY ON, COPY /V, XCOPY /V Commands Do Not Compare Data ... This information also applies to the VERIFY ON command.... (microsoft.public.windowsxp.general)