ERROR OCURRED

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, March 18, 2010

Nagios - NSCA setup details

Posted on 3:10 AM by Unknown
NSCA server configured on this sevrer ( for centralized monitoring purpose)

Following things are setup, for future refrence.


#cat /etc/nagios/nsca.cfg

server_port=5667
server_address=10.11.128.62
nsca_user=nagios
nsca_group=nagios
debug=1
password= *******
decryption_method=1


Port entry in services

#cat /etc/services | grep 5667
nsca 5667/tcp # Nagios Server check acceptor


[root@sgd1mon01 ~]# cat /etc/xinetd.d/nsca
# default: off
# description: NSCA (Nagios Service Check Acceptor)
service nsca
{
flags = REUSE
type = UNLISTED
port = 5667
socket_type = stream
wait = no
user = nagios
group = nagios
server = /usr/sbin/nsca
server_args = -c /etc/nagios/nsca.cfg --inetd
log_on_failure += USERID
disable = no
only_from = 127.0.0.1
}

* only_from :- add ip address, seprate by space, from which the NSCA may be addressed.


Client side Configuration

The conf file send_nsca.cfg on client side must contain same parameter.

password= ******
decryption=1


Testing command from client side. ( send_nsca -H 10.131.11.142 -p 5667 -c /usr/local/nagios/etc/send_nsca.cfg )

Or we can try with script.

[root@nagios etc]# cat test_nsca
#!/bin/bash
CFG="/usr/local/nagios/etc/send_nsca.cfg"
CMD="linux01;nmbd;3;UNKNOWN - just one NSCA test"

/bin/echo $CMD | /usr/local/bin/send_nsca -H 10.131.11.142 -d ';' -c $CFG

[root@nagios etc]# ./test_nsca
1 data packet(s) sent to host successfully.

Mean connectivity through.
Read More
Posted in | No comments

Thursday, March 11, 2010

Oracle Instant Client installation

Posted on 2:10 AM by Unknown
with the oracle instant client (only available with 10g)you can connect remote oracle database, the package come with only 31MB in size. This version well work with 8i, 9i also
Now follow the steps to install on fedora 11 (which i used)

Download Instant client from oracle site. (below link)

http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html

1) instantclient-basic-linux32-10.1.0.5-20060511.zip
2) instantclient-sqlplus-linux32-10.1.0.5-20060511.zip

After download the package

Move both packages under /usr/local/oracle if dir not exist then create & move.

#mkdir /usr/local/oracle

#cd /usr/local/oracle

Then unzip the packages.

# unzip instantclient-basic-linux32-10.1.0.5-20060511.zip
# unzip instantclient-sqlplus-linux32-10.1.0.5-20060511.zip

#ls

Now you able to see the dir with name instantclient10_1, this sub-directory contain all the requird files.

Now set the environment variable like this..

# cat /root/.bash_profile
LD_LIBRARY_PATH=/usr/local/oracle/instantclient10_1
ORACL_HOME=/usr/local/oracle/instantclient10_1
PATH=$PATH:$HOME/bin:$ORACLE_HOME
export PATH ORACLE_HOME LD_LIBRARY_PATH

# cat /root/.bashrc
LD_LIBRARY_PATH=/usr/local/oracle/instantclient10_1
ORACLE_HOME=/usr/local/oracle/instantclient10_1
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

export ORACLE_HOME




After all this setting,now time to connect remote database.

command is

#sqlplus user/password@//host/database

# sqlplus ramank/rk99@//10.131.11.228:1521/XE

(in this 5121 is port )

#[root@raman oracle]# sqlplus ramank/rk99@//10.131.11.228:1521/XE

SQL*Plus: Release 10.1.0.5.0 - Production on Thu Mar 11 22:00:58 2010

Copyright (c) 1982, 2005, Oracle. All rights reserved.


Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production

SQL>



Run your query and enjoy.



Raman
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • response to SOA query was unsuccessful: solved
    check your zone file [root@inf1sysadm1 data]# pwd /var/named/data # cat ind.raman.com.zone $ORIGIN . $TTL 3600 ; 1 hour ind.raman.com IN SO...
  • No package 'lua5.1' found
    hecking for LUA51... no checking for LUA51... configure: error: Package requirements (lua5.1 >= 5.1) were not met: No package 'lua5.1...
  • Adobe Photoshop CS5 Error 16 , Adobe Photoshop CS5 Error 7
    When you install Adobe Photoshop CS5 you might get some errors. In case you get one you will see a code and a little description. Is very im...
  • It is safe to clean windows prefetch folder and registry folder ?
     It is safe to clean windows prefetch folder and registry folder ? Will this boost Windows operating system capabilities ? Many of you hav...
  • How to find which scsi device you have.
    Find out how to specify their control address (/dev/sg2 or /dev/sg4 ) on the Changer Device = Bacula ( my example) 1) check the command lss...
  • X connection to localhost:10.0 broken (explicit kill or server shutdown).
    Solution:- With Xhost, you can solve this issue.
  • Steps how to change VolStatus in Bacula through bonsole.
    In my example MediaId=4 or Volumename=000018L4 shows volstatus is Purged. *list volumes Pool: Default +---------+------------+-----------+--...
  • /usr/bin/ssh-copy-id: ERROR: No identities found
    This error come while copy ssh id. [root@ramank .ssh]# ssh-copy-id 10.****.91.*** /usr/bin/ssh-copy-id: ERROR: No identities found Solution:...
  • Internet Explorer on Linux With installation Steps
    IEs4Linux   is the   simpler   way to have Microsoft Internet Explorer running on Linux (Linux   dedicated server   or any OS running   Wine...
  • Mysql databses Backup & restore
    Database backup command. You can use mysqldump command to take backup of your databases. #mysqldump -h mysqlpc -u raman -p kumar testdata ...

Categories

  • Adobe
  • Players
  • Reviews
  • Windows

Blog Archive

  • ►  2013 (27)
    • ►  October (3)
    • ►  August (1)
    • ►  June (1)
    • ►  April (3)
    • ►  February (10)
    • ►  January (9)
  • ►  2012 (29)
    • ►  December (2)
    • ►  November (7)
    • ►  October (10)
    • ►  September (4)
    • ►  August (1)
    • ►  June (2)
    • ►  April (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2011 (36)
    • ►  December (3)
    • ►  November (3)
    • ►  October (1)
    • ►  September (5)
    • ►  August (4)
    • ►  May (2)
    • ►  April (4)
    • ►  March (5)
    • ►  February (2)
    • ►  January (7)
  • ▼  2010 (24)
    • ►  December (1)
    • ►  November (1)
    • ►  October (4)
    • ►  August (1)
    • ►  May (1)
    • ►  April (1)
    • ▼  March (2)
      • Nagios - NSCA setup details
      • Oracle Instant Client installation
    • ►  February (5)
    • ►  January (8)
  • ►  2009 (18)
    • ►  December (6)
    • ►  November (3)
    • ►  August (1)
    • ►  July (2)
    • ►  June (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2008 (16)
    • ►  December (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (5)
    • ►  April (2)
    • ►  February (1)
    • ►  January (5)
  • ►  2007 (4)
    • ►  July (3)
    • ►  June (1)
Powered by Blogger.

About Me

Unknown
View my complete profile