Month: August 2009
Integration between Sitescope and OMW
To ensure that the service hierarchy is populated to OMW you have to apply server patch OMW_00016; this patch has been superseded by OMW_00048 and available in http://support.openview.hp.com/selfsolve/document/KM753892?searchIdentifier=d818bd7%3a1235068c088%3a-6e2&resultType=document&documentURL=KM753892&resultsURL=%2fselfsolve%2fpatches&allowReturn=true The official steps are: Following are the steps used to solve this particular (SiteScope) problem: 1. Uninstall SiteScope Discovery policy from the node 2. ovc -stop agtrep… Read More »
Integration between Sitescope and OMW
To ensure that the service hierarchy is populated to OMW you have to apply server patch OMW_00016; this patch has been superseded by OMW_00048 and available in http://support.openview.hp.com/selfsolve/document/KM753892?searchIdentifier=d818bd7%3a1235068c088%3a-6e2&resultType=document&documentURL=KM753892&resultsURL=%2fselfsolve%2fpatches&allowReturn=true The official steps are: Following are the steps used to solve this particular (SiteScope) problem: 1. Uninstall SiteScope Discovery policy from the node 2. ovc -stop agtrep… Read More »
HP Operations Agent Source location
I was just trying to highlight the locations of the action on the Management server if you have HP Operations for Unix, you will find the Agent source files in this location /<OvDataDir>/share/databases/OpC/mgd_node/vendor/<vendor>/<newarch>/<ostype>/<HPOM_version>/RPC_BBC/ where <OvDataDir> is /var/opt/OV and where <vendor>/<newarch>/<ostype> is, for example: hp/pa-risc/hpux1100 hp/ia64-32/hpux1122 hp/alpha/tru64 ms/x86/winnt linux/x86/linux24 linux/x86/linux26 ibm/rs6000/aix5 sun/sparc/solaris7 sun/x86/solaris10 where <HPOM_version> is,… Read More »
HP Operations Agent Source location
I was just trying to highlight the locations of the action on the Management server if you have HP Operations for Unix, you will find the Agent source files in this location /<OvDataDir>/share/databases/OpC/mgd_node/vendor/<vendor>/<newarch>/<ostype>/<HPOM_version>/RPC_BBC/ where <OvDataDir> is /var/opt/OV and where <vendor>/<newarch>/<ostype> is, for example: hp/pa-risc/hpux1100 hp/ia64-32/hpux1122 hp/alpha/tru64 ms/x86/winnt linux/x86/linux24 linux/x86/linux26 ibm/rs6000/aix5 sun/sparc/solaris7 sun/x86/solaris10 where <HPOM_version> is,… Read More »
Tips: Find file in Unix Based Systems
search for a files in Unix environment I always use find command To search for files with their names in certain directory you have to type find then the path then use -name parameters then type the name and it will search all the files that begin with that name $ find / –name abc… Read More »
Tips: Find file in Unix Based Systems
search for a files in Unix environment I always use find command To search for files with their names in certain directory you have to type find then the path then use -name parameters then type the name and it will search all the files that begin with that name $ find / –name abc… Read More »