Update README.md

This commit is contained in:
Patrick Van der Veken 2021-02-01 21:08:39 +01:00 committed by GitHub
parent bb5ab04731
commit 9c5b929e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
This is a small collection of HP-UX related scripts. YMMV in terms of usage.
* **check_ora_sap_mounts.pl** : is a fairly quick-and-dirty script to validate the mount options on remote Oracle filesystems in a typical SAP setup according to some of the best practices in a SAP/Oracle environment. For more documentation, read http://www.kudos.be/Projects/Validating_mount_options_for_Oracle_filesystems_%28SAP%29.html
* **check_ora_sap_mounts.pl** : is a fairly quick-and-dirty script to validate the mount options on remote Oracle filesystems in a typical SAP setup according to some of the best practices in a SAP/Oracle environment. For more documentation, read <http://www.kudos.be/2012/02/27/validating-mount-options-for-oracle-filesystems/>
* **control_pkg_db.sh** : provides a quick way to manually (de)-activate the disk resources (VxVM) of a cluster package created with the Serviceguard *ECMT Oracle Toolkit*. This can come in handy when the Serviceguard cluster (package) has become inconsistent/unstartable. For more documentation, read http://www.kudos.be/Projects/Serviceguard_ECMT_Oracle_mount_helper.html
* **control_pkg_db.sh** : provides a quick way to manually (de)-activate the disk resources (VxVM) of a cluster package created with the Serviceguard *ECMT Oracle Toolkit*. This can come in handy when the Serviceguard cluster (package) has become inconsistent/unstartable. For more documentation, read <http://www.kudos.be/2013/02/19/serviceguard-ecmt-oracle-mount-helper/>
* **handle_failed_lunpaths.sh** : shows and/or removes failed LUN paths on HP-UX using the `scsimgr` tool. For more documentation, read http://www.kudos.be/Projects/Clean_up_failed_LUN_paths_on_HP-UX.html
* **handle_failed_lunpaths.sh** : shows and/or removes failed LUN paths on HP-UX using the `scsimgr` tool. For more documentation, read <http://www.kudos.be/2015/03/13/handle-failed-lunpaths/>
* **pvs.pl/vgs.pl/lvs.pl**: show basic LVM information in Linux-style.
* **[pvs.pl/vgs.pl/lvs.pl](http://www.kudos.be/2016/04/16/hp-ux-lvm-scripts-in-linux-style/)**: show basic LVM information in Linux-style.