touch /var/opt/OV/dbspi/defaults; /var/opt/OV/bin/instrumentation/dbspicfg -i ## $lookup = $dbh->prepare_cached("select file,whereto,filename,torun from esm.ConfigMgr_FileRef"); $lookup->execute(); while ( ($Tfile,$Twhereto,$Tfilename,$Ttorun) = $lookup->fetchrow_array) { print "$Twhereto\n"; print "$Tfilename\n"; print "$Ttorun\n"; }