ONTAP Discussions

CDOT Namespace /vol

zimmerm
3,496 Views

How do I get my original "vol" namespace back on a new CDOT Server.   I did not use the 7MTT tool to build the new Server (Ontap v8.3).

I want to mount my original volumes back under:  /vol     So if I can not mount up root any longer and then perform a "mkdir vol"..... then how do I get this top level namespace "vol" back, without creating a dummy volume....?    Thanks!

3 REPLIES 3

zimmerm
3,468 Views

OK....  think I got it....

 

Mounted it up  C$ on a Windows Server and then created the Folder  "vol".

Then added a Volume to the new namespace "vol" and built out a share to access the volume.

This seems to work.

Thanks!

parisi
3,432 Views

Yes, this is one approach. Other approaches include:

 

- creating a volume called "vol" and mounting it to /vol in the cluster

- creating a qtree in t he vsroot volume named vol

SeanHatfield
3,467 Views

If you don't want to make a vol volume to build out the namespace you can either mount the SVM root from a client and create the /vol folder, or you can create it using powershell with New-NcDirectory.

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Public