If anyone has an installed SP2 complex I have created a script to check for certain conditions. It uses 3 files as shown below. I hope someone finds it useful.
psspchk.sh
#!/usr/dt/bin/dtksh
__GetDisks() {
x=$(grep hdisk /tmp/work.txt)
if [[ $? -eq 0 ]]
then
R=${x#*=}; L=${R%%;*}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.