This post is more than 5 years old
54 Posts
0
1596
May 19th, 2014 22:00
celerra simulator 7.1.65 cifs share access
Hello Admins,
I created a file system and created a "standalone" cifs server. details below:
[nasadmin@vnxsim1dm ~]$ server_cifs server_2
server_2 :
256 Cifs threads started
Security mode = NT
Max protocol = SMB3.0
I18N mode = UNICODE
Home Directory Shares DISABLED
Usermapper auto broadcast enabled
Usermapper[0] = [127.0.0.1] state:active (auto discovered)
Enabled interfaces: (All interfaces are enabled)
Disabled interfaces: (No interface disabled)
CIFS Server(standalone) NETBIOS[WORKGROUP] RC=2
Comment='EMC-SNAS:T7.1.65.8'
if=cge0-1 l=192.168.1.161 b=192.168.1.255 mac=0:c:29:20:d6:f8
Password change interval: 0 minutes
[nasadmin@vnxsim1dm ~]$ server_export server_2
server_2 :
export "/" anon=0 access=128.221.252.100:128.221.253.100:128.221.252.101:128.221.253.101
share "oracle001" "/oracle_shr" umask=022 maxusr=4294967295 type=Global
Am trying to access the oracle001 share which I created on my windows 7 laptop. But as I try to map the share to a drive, I get a login / password. I tried using my laptop's Administrator / password and also the Celerra nasadmin and root logins, but had no luck.
Is there anything am missing ? Would appreciate any quick responses.
Thanks in advance.
~Taz
taz_at_emc
54 Posts
0
May 20th, 2014 04:00
Okay.. I got it working by installing a Windows XP VM and using the change password option as suggested by Peter above.
Issue stands resolved now.
Thanks !
~Taz
taz_at_emc
54 Posts
0
May 20th, 2014 00:00
I tried deleting the Standalone CIFS server and re-creating a new one. This asked me to change the password during initial CIFS server setup. I referred the document "Configuring and Managing CIFS on VNX version 7.1. and Page 75 explains the configuration steps through CLI.
[nasadmin@vnxsim1dm bin]$ server_cifs server_2
server_2 :
256 Cifs threads started
Security mode = NT
Max protocol = SMB3.0
I18N mode = UNICODE
Home Directory Shares DISABLED
Usermapper auto broadcast enabled
Usermapper[0] = [127.0.0.1] state:active (auto discovered)
Enabled interfaces: (All interfaces are enabled)
Disabled interfaces: (No interface disabled)
CIFS Server(standalone) DM112-CGE0[WORKGROUP] RC=2
Comment='EMC-SNAS:T7.1.65.8'
if=cge0-1 l=192.168.1.161 b=192.168.1.255 mac=0:c:29:20:d6:f8
Password change interval: 0 minutes
When am trying to map the share to a drive, it says "User password must be changed before logging onto the first time". I tried all the ways of changing the password but still had no luck.
Any suggestions.
Peter_EMC
674 Posts
1
May 20th, 2014 01:00
Change the password for the local Administrator account
Before you can administer local users and groups on the stand-alone CIFS server or local
users enabled domain CIFS Server, you must change the password. For Windows Server
clients, the password for a stand-alone server cannot be changed from a machine that is
joined to a domain. Create a stand-alone CIFS server on page 69 provides procedural
information.
1. To change the password of the local Administrator account, log in to a Windows client
and press Ctrl + Alt + Delete.
2. Click Change Password. The Change Password dialog box appears.
3. Fill in the fields as follows:
a. In the username field, type Administrator.
b. In the Log on to field, type the name or IP address of the CIFS server.
c. In the Old Password field, type the original Administrator account password you
typed when you enabled local users support.
d. In the New Password and Confirm New Password fields, type the new password for
the local Administrator account.
also take a look at the document "Configuring and Managing CIFS on VNX version 7.1." and "Local user and group accounts". In my version this is page 31
taz_at_emc
54 Posts
0
May 20th, 2014 03:00
I dont think we have the Log on to field in Windows 7 or windows server 2008 OS. When I do a CTRL+ALT+DELETE on windows 7 or w2k8 server, it just gives me options for local user password change.