Search found 1 match

by jhancock
Mon May 24, 2004 3:00 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Solaris Scripting with RMA Issues
Replies: 1
Views: 11858

Solaris Scripting with RMA Issues

I have created the following test script to run through RMA, but am getting an error when I try and insert any if...else, or two ifs in a script. I am runnning on Solaris 2.8 (Sparc) Below is a test script: --------------------Script---------------- #/bin/sh PCOUNT=`vmstat|tail -1|awk '{print $5}'` ...