NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

CDOT Namespace /vol

zimmerm
5,246 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
5,218 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
5,182 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
5,217 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