Active IQ Unified Manager Discussions

Auto Increment Mount point

dblackwe
2,346 Views

I have a workflow where the volume name is a combination of several fields.  If that volume name already exists the name is incremented by 1 and it is appended to the end.  However, since I can't predict when volumes will be incremented and when they won't, I can't get the mount volume command to work.  Since junction path only takes a literal (or user defined variable) I can't get the mount to match the volume name as simply using volume1 does nothing and $volume1 creates a user input field for volume1.

What am I missing here?  Does it ALWAYS have to be explicitly defined?

1 REPLY 1

dhruvd
2,346 Views

Hi,

You could use volume1.name as the value for the junction path. This will be the name of the volume used, i.e, the name that is the combination of the fields, or the one that is incremented.

-Dhruv

Public