docker image ls docker ps -a docker container ls Docker Swarm – docker swarm init docker service ls docker service ps <name of the service> this will show the node where service is running docker swarm leave –force docker service logs kst-lv-de docker service logs kst-lv-de docker service ps kst-lv-dev docker service rm kst-lv-dev docker…
Author: blogtsadmin
Python by examples
Python is high level object oriented language and is getting acclaimed beacuase of its simple yet robust features to develop, automate and visualise the applications. Its data analystics capabilities are amazing. I am going to share the example programs that I am using while learining it …. Call a Function-: import os, time, sys print(“hello”)…
pre-requisite-checks-oel6
Like required packages # OL6 and OL7 yum install binutils -y yum install compat-libcap1 -y yum install compat-libstdc++-33 -y yum install compat-libstdc++-33.i686 -y yum install gcc -y yum install gcc-c++ -y yum install glibc -y yum install glibc.i686 -y yum install glibc-devel -y yum install glibc-devel.i686 -y yum install libaio -y yum install libaio-devel -y…
ORDS and APEX Setup
OWFR – check for pre-requisites….>install Infra…>install fr binary…..>run RCU …….>setup Domain Commands that we need to use for setup are given below: 1. java -jar fmw_12.2.1.3.0_infrastructure.jar -silent -responseFile /u01/appl_techs/products/software/inst_proc/infra.rsp -invPtrLoc /u01/appl_techs/products/software/inst_proc/oraInventory/oraInst.loc 2. ./fmw_12.2.1.3.0_fr_linux64.bin -silent -responseFile /u01/appl_techs/products/software/inst_proc/fr.rsp -invPtrLoc /u01/appl_techs/products/software/inst_proc/oraInventory/oraInst.loc 3. run rcu from Middleware/oracle_common/bin/rcu 4. Setup Domains from Middleware/oracle_common/common/bin]> ./config.sh ORDS Configuration configure the ORDS for…
Oracle Weblogic – Password Reset
Oracle Weblogic, How to Reset Username and Password: 1. Stop the weblogic server instances 2. Take a backup of the LDAP folder of the admin server and other managed servers (simply rename the folders). 3. Set environment variables for your domain by running setDomainEnv.sh (UNIX) or setDomainEnv.cmd (Windows). For UNIX environments do as follows: ….
General Knowledge
who is the current president of the India? -Ram Nath kovind Where is the Parliament of India? -New Delhi Name of National Flag ? -Tricolor Name…
Basics of English
To learn English language, basic knowledge of it is very important: Noun(संज्ञा ) Pronouns(सर्वनाम) Adverbs(क्रिया विशेषण) Proverbs
Oracle Exalogic
Important actions required, when performing acivity on updating or replacing the faulty IB Switches: Take the Control Stack Backup of your EXALOGIC Rack create Exalogs (Exalog Generation) Peform the IB Diagnet Logs Backup take the IB Switch Backup (you should take backup of both the switches) Deregister the IB Switch which is faulty from Control…
Tips and Tricks – Oracle fussion middleware
Check ssl/tls security settings for your Oracle Weblogic, forms, reports jdk 1.7.0_80 – sslv3 is disabled by default To verify this, we can look for java.security file, which is under path <java_home>/jre/lib/security directory. jdk.tls.disabledAlgorithms=SSLv3 Oracle Reports – Logs for any runtime issues with reports, when running from form (like – from the qms report launch…
Apache tips and tricks
Apache is the robust and secure web server which is used across the world with a market share of approximately 48.2% (source is from https://w3techs.com). Enabling an redirect to the new url for any uri request on a particular domain. For example, we want to redirect all queries which are coming to: blog.techsteppers.com blog.techsteppers.com/pages blog.techsteppers.com/pages/abc so…