This post is more than 5 years old

2 Posts

6062

December 3rd, 2013 02:00

How to enable VNXe local users on a stand alone CIFS server

Hi All,

Could you please tell me, How can I enable VNXe local users on a stand alone CIFS server. We are not using active directory in this project and we need to create some local users.

Regards,

Community Manager

 • 

9K Posts

December 9th, 2013 02:00

Good~~  You found it from Online Documentation.

Glad to hear the issue has been resolved.

Please mark my answer as "correct/helpful answer" if you think they are helpful. Thanks.

Community Manager

 • 

9K Posts

December 3rd, 2013 22:00

Hey,

Did you already created a stand-alone CIFS server?

If no yet, please create a stand-alone CIFS server.

Required information for creating a stand-alone CIFS Shared Folder Server includes:

•Windows workgroup

•Administrator password for the Windows workgroup associated with the CIFS server

If a stand-alone CIFS server already created,

Managing a stand-alone CIFS server within a workgroup and Enabling the guest account on a stand-alone CIFS server from Online Documentation of VNXe GUI.


Login to VNXe Unisphere, click Support -> Online Documentation. Then you can search "stand-alone" to get more information.

Hope this helps.

Community Manager

 • 

9K Posts

December 8th, 2013 19:00

Hey,

How is the issue now?

2 Posts

December 8th, 2013 23:00

Hi,

It is ok now, thank you very much.

EMC - VNXe: Managing a stand-alone CIFS server within a workgroup.

Before connecting to a stand-alone server, you must first create a connection to the “IPC$” share on the CIFS server.

To access and manage a stand-alone CIFS server in a Windows workgroup:

1.     Using a text editor, add the stand-alone CIFS server name to the local Windows system's hosts file and lmhosts file located in the

C:\WINDOWS\System32\Drivers\etc\ directory.

2.     Use the following command to specify the security context for the Windows logon session:

net use
\\ /user:< Local_Username>

where:

= name or IPv4 or IPv6 address; for MMC snap-in, stand-alone NetBIOS name.

= username of an account with administrative rights on the stand-alone server.

See the example below.

3.     Open Control  Panel > Administrative Tools > Computer Management and select Action > Connect to another computer.

4.     The Select Computer dialog box appears.

5.     Enter the CIFS server name (not the IP address) in the Another Computer field. You will not be prompted for the username and password.

The console opens, and the local group's database will be manageable on the server.
The security credentials are valid for the existing logon session only. You need to repeat step 2 to connect to a system from which access is desired each time you log into the Windows system.

If the password entered or the procedure to access the local groups database of the CIFS server from Computer Management is incorrect, an error message similar to the following will appear: "Unable to access the computer. Access is denied".

Example

To connect to stand-alone server 192.168.56.24, type:

C:\>net use \\testing-1 /user:administrator

The password or user name is invalid for \\testing-1.

Enter the password for 'administrator' to connect to 'testing-1':

The command completed successfully.

No Events found!

Top