Bizkit87
Executive Member
I'm want to create a shell script for some of our servers:
There are 10 servers, serv1 - serv10, now they all are the same [RHEL 5], and i want a script to perform an umount on all these servers:
so basically the script should go:
log in @ server 1 with root & password
do umount -l /folder
now log into server2 and repeat above until reaching server 10?
i've been going through here and here
but want to know what the best way to this would be, if possible and how
There are 10 servers, serv1 - serv10, now they all are the same [RHEL 5], and i want a script to perform an umount on all these servers:
so basically the script should go:
log in @ server 1 with root & password
do umount -l /folder
now log into server2 and repeat above until reaching server 10?
i've been going through here and here
but want to know what the best way to this would be, if possible and how