https://github.com/jas-/osc4-toolkit
OSC4 (Oracle Super Cluster) Toolkit
https://github.com/jas-/osc4-toolkit
Last synced: about 2 months ago
JSON representation
OSC4 (Oracle Super Cluster) Toolkit
- Host: GitHub
- URL: https://github.com/jas-/osc4-toolkit
- Owner: jas-
- License: gpl-2.0
- Created: 2021-03-24T23:32:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-25T16:38:58.000Z (about 4 years ago)
- Last Synced: 2025-01-28T14:47:08.024Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OSC4 (Oracle Super Cluster) Toolkit
A collection of shell scripts to provide status and inspect configured resources for potential issues# Status
```sh
$ for f in status*.sh; do /bin/bash ${f}; echo; done
```# Inspect for issues
```sh
$ for f in clval*.sh; do /bin/bash ${f} verbose; echo; done
```The inspection(s) performs the following:
* Acquires necessary configuration data and generates a cached copy in .reports
* Validates network configurations for all applicable resources
* IPMI groups, aggregate links and underlying physical interfaces
* DNS forward & reverse lookups for all defined IP and/or hostname resources
* Local nsswitch lookups for all defined IP and/or hostname resources
* ICMP test for all defined IP and/or hostname resources
* Socket open test for all defined IP and/or hostname resources
* Validates disk configurations for all applicable resources
* Zpool configuration in zone cluster configuration
* NFS remote share validation
* NFS local mount point validation