Have you ever had the requirement of logging in to the Nnumber of remote servers (without keybased authentication ) and get the mount point information and save it as CSV Report (or) Print it with a good console formatting.
Then this is for you.
Basically, It is a Shell script ( actually set of shell scripts) designed to remote login[SSH] to the list of servers by reading the ssh password from the property file and pull the DF/ File System related information and print it as Console Report with GOOD FORMATTING (or) Generate a CSV REPORT
For the script and the instructions. goto our github page at https://github.com/AKSarav/DF_Mount-Lister
More from Middleware Inventory
-
Find Empty Directories in Linux - When there is no Empty OptionThe Objective of this post gives you a hack to find Empty Directories in Unix Where there is no -empty option supported with the find command I have recently had a requirement of finding the empty directories in mount point (or) file system where there is no "-empty" option…
-
weblogic server status script - WLSTA Small and Simple script to get all the server status from the weblogic domain, Including AdminServer & Managed Server. The Jython Script How to Execute this script Copy the preceding script content to a file, let's say /tmp/get_wls_serverstate.py cd domain/bin . ./setDomainEnv.sh java weblogic.WLST /tmp/get_wls_serverstate.py Script Output Hope this…
-
-
-
wsadmin script to print running server status with heap usageObjective: This python/jython (wsadmin) script will help you to print the “Running Server List” per everyNode registered under Cell(dmgr) with up time and heap usage. This script can be used in websphere application server 6.1 and above. Compatibility: WAS6.1 and above Script: Result: (adsbygoogle = window.adsbygoogle || []).push({}); Hope…