Browse Community
Help
Log In
Responses(2)
Solutions(0)
Peter_Sero
4 Operator
•
1.2K Posts
0
March 13th, 2020 06:00
Customer scripts can be executed on an Isilon cluster from any node: language would be bash or zsh, so a seasoned Linux programmer or admin could help out.
hth
-- Peter
As a starting point (do not use as-is!):
for share in Finance HR Software
do
isi smb shares create "$share$" "/ifs/data/$share"
done
Dell Support Resources
View All
Top
Peter_Sero
4 Operator
•
1.2K Posts
0
March 13th, 2020 06:00
Customer scripts can be executed on an Isilon cluster from any node: language would be bash or zsh, so a seasoned Linux programmer or admin could help out.
hth
-- Peter
Peter_Sero
4 Operator
•
1.2K Posts
0
March 13th, 2020 06:00
As a starting point (do not use as-is!):
for share in Finance HR Software
do
isi smb shares create "$share$" "/ifs/data/$share"
done