Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
PowerShell Toolkit: Create volume (FC / SAN) without junctionpath
2020-10-28
11:09 PM
2,993 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Im trying to create volumes with a powershell script, but I cant find an option to create a volume without providing a junctionpath.
When I create a flexvol via GUI, i can assign the storagetype "SAN (Used for FC/FCoE or iSCSI or NVMe access)", which doesnt create a junctionpath for the volume.
Is there a way to create a flexvol via powershell, which doesnt need a junctionpath?
Solved! See The Solution
1 ACCEPTED SOLUTION
infrastructure_admin has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just saw a post which suggested to just set the junctionpath to $Null which seems to work.
But shouldnt there be an option to just set the storage type to FC / SAN so it doenst even ask for a junctionpath?
1 REPLY 1
infrastructure_admin has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just saw a post which suggested to just set the junctionpath to $Null which seems to work.
But shouldnt there be an option to just set the storage type to FC / SAN so it doenst even ask for a junctionpath?
