Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Omreport Traversal Check and Report

  • Automate checking of omreport chassis, controllers, vdisks, and pdisks.
  • Use navmain.sh to execute traversal
  • Use healthcheck.sh to execute a single report

Instructions

  • create a directory to house these scripts
  • in the directory, create a hosts.txt file with all IPs of hosts you want to check, one per line
  • in navmain.sh, customize your script variables
  • chmod +x navmain.sh
  • chmod +x healthcheck.sh
  • ./navmain.sh

Checks the following

  • omreport chassis
  • omreport storage enclosures
  • omreport storage batteries
  • omreport controllers
  • omreport controller vdisks
  • omreport controller pdisks

RHEL Security Updates

  • use security-update.sh to run security updates on all hosts in hosts.txt, one per line.

Instructions

  • create a directory to house these scripts
  • in the directory, create a hosts.txt file with all IPs of hosts you want to check, one per line
  • in security-update.sh, customize your script variables
  • chmod +x security-update.sh
  • ./security-update.sh

Does the following

  • yum update --security -y
  • logs the updates/errors to a log file
  • formats the log for easy review

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages