nas probe reading path incorrectly linux
search cancel

nas probe reading path incorrectly linux

book

Article ID: 130964

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

nas merges folders with same name but different case 

Steps to reproduce 
-------------------------- 
Create the following 3 folders in nas on linux hub 

..../nas/scripts/NATS/Auto-Operator 
..../nas/scripts/NATS/Pre-Processing 
..../nas/scripts/NATS/Scheduled 

and place some dummy files in each 

Create AO profiles with scripts with folders of same name but no caps 

..../nas/scripts/NATS/auto-operator 
..../nas/scripts/NATS/pre-processing 
..../nas/scripts/NATS/scheduled 

once completed ls -l shows 

drwx------. 2 root root 57 Apr 15 09:55 auto-operator 
drwx------. 2 root root 85 Jun 11 2018 Auto-Operator 
drwx------. 2 root root 60 Apr 15 09:55 pre-processing 
drwxr-xr-x. 2 root root 104 Apr 2 15:18 Pre-Processing 
drwx------. 2 root root 57 Apr 15 09:55 scheduled 
drwx------. 2 root root 57 Jun 14 2018 Scheduled 

view the AO profiles created and you will see that only the folder names with CAPS are displayed and that you are able to select both the script files from the package and the dummy files created above.

Environment

UIM 8.51 
nas 9.06 

linux env 

also reproducible with UIM 9.02 and nas 9.06 HF3 

Resolution

nas_9.06_HF6