Ask The Experts

Volume by Protocol Script

BobMoore
1,583 Views

I am looking to see if anybody has written and would share a shell script that will parse the volumes of a filer and output which volumes are CIFS Only, NFS Only, and Both.

 

Thanks!

Bob

1 ACCEPTED SOLUTION

BobMoore
1,558 Views

Thanks for reaching out Donny, but i figured it out using a couple of different scripts i already had..

 

I created a list of volumes broken down into how they are shared..

 

NFS ONLY

/vol/blah

 

CIFS ONLY

/vol/blah1

 

NFS AND CIFS

/vol/blah3

View solution in original post

2 REPLIES 2

donny_lang
1,569 Views

Hi Bob,

 

Do you mean the security style of the volumes themselves (i.e. NTFS, UNIX, mixed), or something else? Thanks! 

BobMoore
1,559 Views

Thanks for reaching out Donny, but i figured it out using a couple of different scripts i already had..

 

I created a list of volumes broken down into how they are shared..

 

NFS ONLY

/vol/blah

 

CIFS ONLY

/vol/blah1

 

NFS AND CIFS

/vol/blah3

Public