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
How to access c$ or ETC$ on 7mode system CIFS is running but not part of AD
2018-10-17
05:01 PM
2,294 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to access c$ or ETC$ on 7mode system to collect logs, CIFS is running but not part of AD
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
use local account like root or administrator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
