#!/bin/sh # check all home settings # echo "Start to check all home settings" for a in $(adrci exec="show homes" | grep diag) do echo "check home setting for ${a}" adrci exec="set home ${a};select SHORTP_POLICY,LONGP_POLICY,LAST_AUTOPRG_TIME from ADR_CONTROL;" done echo "finsh"