Search Results

Search: Posts Made By: jpeery
17,395
Posted By jpeery
Version of BMC Patrol???
How can you determine the version/level of BMC on a given Solaris server?
5,105
Posted By jpeery
Do you mean you're running Domino on Solaris? I...
Do you mean you're running Domino on Solaris? I am talking about the Lotus Notes piece, the "client" desktop email program....
5,105
Posted By jpeery
Lotus Notes on Solaris
Does anyone know if you can run Notes on a SunBlade? This is the last program I need to completely get away from all MS boxes, if I can run my Notes on my Blade I won't need this ratty MS box!...
Forum: Programming 08-02-2004
3,732
Posted By jpeery
CC command problems
Apparently I do not have C on my Sun Blade. It's a fresh install, and I'l fairly new to using this box. When I type cc, I get the following:
/usr/ucb/cc: language optional software package not...
4,338
Posted By jpeery
Thanks!
Thanks!
4,338
Posted By jpeery
Process calls - making sense of truss results
Can someone point me at resources for system calls? Specifically, I am trying to make sense of what I am seeing in a truss command. Thanks!
3,850
Posted By jpeery
Why doesn't this work?
cat .servers | while read LINE; do
ssh jason@$LINE $1
done
exit 1

./command.ksh "ls -l ~jason"

Why does this ONLY iterate on the first server in the list? It's not doing the command...
14,686
Posted By jpeery
Thanks!
Here's what I ended up doing:

if [[ -e $1 ]]; then
cat .servers | while read LINE; do

scp $1 root@$LINE:$2
done
else
echo " "
echo "$1 does...
14,686
Posted By jpeery
Using a variable list in ksh while
Hey all, been so long since I've done any KSH scriptting, I've forgotten exact sytax. 2 things,
1) I need to dot in an environment file that is a list of server names
2) I need to loop through...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 08:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy