#!/bin/ksh -p # # # # # # # # # # # # # # # # # # # # # # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. # . /usr/lib/brand/solaris/common.ksh ZONENAME=$1 ZONEPATH=$2 # # Run cluster hook # call_cluster_hook halt "$@" || exit $? /usr/lib/zones/zoneproxy-adm -R $ZONENAME if (( $? != 0 )); then exit $ZONE_SUBPROC_TRYAGAIN fi