Month: November 2009
Allow OVPI to send emails through Exchange 2007
Remember one thing that there is two tasks you should do 1- create Receive Connector to accept OVPI connection 2-PowerShell Command to assign Permission for anonymous to relay from OVPI To troubleshoot this Create dummy schedule and run the reports inside and you can open %dpipe_home%logpiweb.log If you got Unable to relay To use the… Read More »
Allow OVPI to send emails through Exchange 2007
Remember one thing that there is two tasks you should do 1- create Receive Connector to accept OVPI connection 2-PowerShell Command to assign Permission for anonymous to relay from OVPI To troubleshoot this Create dummy schedule and run the reports inside and you can open %dpipe_home%logpiweb.log If you got Unable to relay To use the… Read More »
Load MIB file in NNMi
to load mib file in NNMi change to OV_bin dir /opt/OV/bin nnmincidentcfg.ovpl –u username –p password –loadMib <mib file location> nnmloadmib.ovpl –u system –p password -resynch
Load MIB file in NNMi
to load mib file in NNMi change to OV_bin dir /opt/OV/bin nnmincidentcfg.ovpl –u username –p password –loadMib <mib file location> nnmloadmib.ovpl –u system –p password -resynch
find text in the result of command
Some times when we execute commands we got lot of data that we do not want so if you want to search a result on command, you can pipe your command to find command like the below cmd /c "net start | %SystemRoot%system32find /i "Reporter Service"
find text in the result of command
Some times when we execute commands we got lot of data that we do not want so if you want to search a result on command, you can pipe your command to find command like the below cmd /c "net start | %SystemRoot%system32find /i "Reporter Service"