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.

Network and Storage Protocols

How to access c$ or ETC$ on 7mode system CIFS is running but not part of AD

S-Sahu
3,578 Views

How to access c$ or ETC$ on 7mode system to collect logs,  CIFS is running but not part of AD 

2 REPLIES 2

Lei
3,549 Views

use local account like root or administrator 

 

Ashun
1,562 Views

You can use local users for authentication,
1. Create Local Admin User
useradmin user add test -g Administrators

2. Access the CIFS share
You can now attempt to access the c$ or etc$ shares via SMB using a client machine. For example, if you're on a Windows machine, follow these steps:
2.1Map Network Drive:
Open File Explorer on your Windows machine.
In the address bar, type:
\\<NetApp_IP>\c$
\\<NetApp_IP>\etc$
Replace <NetApp_IP> with the actual IP address of the 7-mode system.

2.2Authentication:

When prompted for credentials, enter the local admin user credentials you verified or created earlier

Public