Config
#2271
OLIVIER COMBE | Config, Tips |
Images repo : https://github.com/oracle/docker-images/tree/master/OracleWebLogic Building WebLogic Server Images on Docker https://docs.oracle.com/middleware/1221/wls/DOCKR/configuration.htm#DOCKR121 Frequently Asked Questions for Running WebLogic Server Images on Docker https://docs.oracle.com/middleware/1221/wls/DOCKR/faqs.htm#DOCKR131 Oracle WebLogic Server on Docker Containers (PDF): http://www.oracle.com/us/products/middleware/cloud-app-foundation/weblogic/weblogic-server-on-docker-wp-2742665.pdf
container, Docker, weblogic, WLS
#2246
OLIVIER COMBE | Config, Tips
Right now I’m working on an Elasticsearch based monitor for Oracle Databases. There are many guides on how to set up ELK (Elasticsearch, Logstash and Kibana) so I’ll skip that. In my op… Source: Oracle alertlog Monitoring with Elasticsearch and Kibana – odba.eu
Alert, database, DB, Elasticsearch, ELK, Filebeat, Kibana, Logstash, oracle
#2244
OLIVIER COMBE | Config, Tips
Introduction The oracle alert.log and listener.log contain useful information to provide answer to questions like: When did the Instance start? When has the Instance been shutdown? When did ORA- oc… Source: Push the oracle alert.log and listener.log into Elasticsearch and analyze/visualize their content with Kibana – bdt’s blog
Alert, database, DB, Elasticsearch, ELK, Kibana, Listener, Logstash, oracle
#2213
http://www.freeoraclehelp.com/2011/09/oracle-11gr2-rac-installation-with-gns.html https://github.com/oracle/docker-images/tree/master/OracleDatabase/RAC https://www.oracle.com/technetwork/database/options/clustering/rac-ondocker-bp-wp-5458685.pdf
Cluster, database, DB, Grid, oracle, RAC
#475
http://forum.synology.com/wiki/index.php/Overview_on_modifying_the_Synology_Server,_bootstrap,_ipkg_etc
linux, nas, synology
#472
Install DSM 4.2 Install ipkg Install bash, perl, python, coreutils : Download bootstrap : Install bootstrap : Install pkgdetails: restart NAS Create Debian structure: mkdir -p /volume1/@debian/dev mkdir -p /volume1/@debian/dev/pts mkdir -p /volume1/@debian/sys mkdir -p /volume1/@debian/proc Run debootstrap: Install debian chroot using package center stop chroot : /var/packages/debian-chroot/scripts/start-stop-status stop Mount Syno FS into Debian: start […]
linux, nas, synology, virtualbox
#469
SSH Script : /etc/init.d/ssh Monitoring : ps -p $(cat /var/run/sshd.pid) MTAB Script : /etc/init.d/mtab.sh start Monitoring : CRON Script : /etc/init.d/cron start Monitoring : ps -p $(cat /var/run/cron.pid) RSYSLOG Script : /etc/init.d/rsyslogd start Monitoring : ps -p $(cat /var/run/rsyslogd.pid) UPTIMED Script : /etc/init.d/uptimed start Monitoring : APACHE Script : /etc/init.d/apache2 start Monitoring : MYSQL Script […]
debian, nas, synology
#467
http://packages.quadrat4.de http://synopkg.superzebulon.org/spkrepo/packages http://www.cphub.net/index.php/getpackages.php http://packages.synocommunity.com http://repo.synozwave.com/ http://www.cphub.net http://packages.pcloadletter.co.uk/ http://spk.q14six.de/
nas, synology
#461
Domain : example.com Server IP : 123.456.789 Server name : vps123456.ovh.net OVH Manager Console : Domain side (example.com) Domaine & DNS > Serveurs DNS Domaine & DNS > Zone DNS Server Side Add a new Zone : 213.186.33.199 => secondary OVH DNS Edit named.conf.options : replace by Edit /etc/bind/db.example.com : Reload config : Check no […]
apache, dns, ovh, server, vm, web
#456
In development environment, it is very common scenario that we have multiple databases in a single machine by using VMware (i.e, each VMware contains one database). Again those machines doesn’t have consistant power backup. Therefore we have to face power failure or VMware hang-up. So, we are forced to restart the machine while databases are […]
database, error, oracle