This is cheat sheet for Exadata command.
Exadata host inventory:
cat x6.txt
excc01
excc02
excc03
excc04
#This command is get status of OEM agent:
dcli -l oracle -g ~/x6.txt '/u01/app/agent13/agent_inst/bin/emctl status agent'
#Loop in shell - to get load in all server:
date; for i in {1..4} ; do ssh root@excc0${i} -i id_rsa.pub
-C "hostname; uptime" ; done
helps you achieve understanding, develop good practices, and operate your team and organization for maximum DevOps awesomeness
Wednesday, November 8, 2017
Subscribe to:
Comments (Atom)
Windows 2016 - Install AZ CLI & KUBECTL
#AZ CLI msiexec /i https://aka.ms/installazurecliwindows #Kubectl curl.exe -LO "https://dl.k8s.io/release/v1.30.1/bin/windows/amd64...
-
Install htop in Oracle Linux 7 htop is not default install and it's not part of default repo so when we try to install htop it throw...
-
How to Stop Firewall on Oracle Linux 7 [root@ebs121db1 ~]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source ...
-
Oracle DB Connect to Sybase database steps: 1. Install Oracle Gateway software in Oracle database 2. Configure Sybase server details $ORA...