# $Header: rootofs.sh 20-dec-2006.14:34:09 khsingh Exp $ # # rootofs.sh # # Copyright (c) 2000, 2006, Oracle. All rights reserved. # # NAME # rootofs.sh - root configuration script for configuring OFS # # DESCRIPTION # rootofs.sh - root configuration script for configuring OFS # # MODIFIED (MM/DD/YY) # khsingh 12/20/06 - Creation # ========================================================== # Copyright (c) 2001, 2006, Oracle. All rights reserved. # # rootofs.sh for configuring Oracle File System # # This is run once during configuration and patching of # Oracle clusterware home. # This script does the following: # # NOTE: This is run during SI-HAS, Oracle Clusterware home # configurations only. # ========================================================== . crsconfig_defs.sh . crsconfig_params.sh . crsconfig_lib.sh check_SuperUser || { exit $?; } exit 0