pf
device not connected error
Shared folder issue
Hi,
i have got strange issue here,
i have 2008 r2 with AD installed then there is member server with 2008 r2 and file server and application server role installed.
when i share a folder on member server people are unable to access it.... i mean
created a folder-- shared it --added a sec group with full control permission now any users who is part of this group is unable to access this folder however, if i add someone individually to this folder and allot permission he/she can access folder.
please help me in this.. users part of group are unable to access folder however individually added then can access.
thanks,
Widows Search not working with Data Deduplication?
Hi,
I noticed that many files were missing when searching for them on my Server 2012 Fileserver.
After some troubleshooting I noticed that the ones missing, had a Size on Disk of 4KB and the "SparseFile" and "ReparsePoint" (PL) Flags set.
So it looks like they were processed by the enabled Data Deduplication.
Am I missing something here or is it really the case that deduplicated files cannot be indexed by windows search?
Request advice on File Share Sizing
Hi,
Anyone please advice me about file share with failover cluster on WS2008 R2 or later.
I have a data about 9TB for 1700 users roaming profile. Anyone please advice me about server sizing of failover cluster.
Thank you in advance
Saved file always saves to "network shortcuts" location
I have a problem that I am having an issue resolving. Each time a user is trying to save a file to their home folder with Excel, it wants to save to “Network Shortcuts” folder. As an example, if you click Save As to save a file and select a folder, it appears within Network Shortcuts. I have checked the following: Offline sync is enabled, the save settings are at default for Excel, and the user has exclusive rights to their home folder. Any help would be appreciated.
Migrating multiple Server 2003 file servers to one Server 2012
Move directory tree
I'm walking on new territory here.
I have a Windows 8 file server that has a large directory tree that has multiple shared folders. Security is a convoluted mess. I need to move this tree to a new Windows Server 2012.
I can re-create the shares manually, but it would take a very long time to re-create all the security.
Is there a tool (free or paid) that will greatly simplify this task?
Is it possible to rescue drive files and also format RAW file system into previous NTFS?
Do you have any suggestion for me to format RAW file system to NTFS and also rescue my remained drive files? These external hard drive files are made for the business presentation in the next Monday. I have prepared them for nearly a week. But, this morning, the external hard drive that had held these files became RAW and needed to be formatted. I could not lose them and prepare another week to make these files again. There was no enough time. Please, give me some advice to get them back as many as possible. Thank you in advance!
2003 SMB client much faster than 2008 R2 SMB client
Hi,
Old client: Windows Server 2003 SP2
New client: Windows Server 2008 R2 SP1
File server: Windows Server 2012 R2 with 2014 November Rollup
Copying a folder with a large number of files from a file share using Windows Server 2003 is about twice as fast than copying the same folder from the same file server using Windows Server 2008 R2. Robocopy statistics:
Windows Server 2003:
C:\>robocopy \\server\share C:\temp\test /MIR /NP /NJH /NFL /NDL /NP
-----------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 209 208 1 0
0 0
Files : 7500 7500 0 0 0
0
Bytes : 405.53 m 405.53 m 0 0 0 0
Times : 0:01:04 0:01:03 0:00:00 0:00:01
Speed : 6722641 Bytes/sec.
Speed : 384.672 MegaBytes/min.
Ended : Thu Nov 20 22:00:16 2014
Windows Server 2008 R2:
C:\>robocopy \\server\share C:\temp\test /MIR /NP /NJH /NFL /NDL /NP
-------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 209 208 1 0 0
0
Files : 7500 7500 0 0 0
0
Bytes : 405.53 m 405.53 m 0 0 0 0
Times : 0:02:13 0:02:11 0:00:00 0:00:01
Speed : 3224473 Bytes/sec.
Speed : 184.505 MegaBytes/min.
Ended : Thu Nov 20 22:03:18 2014
I found some tips suggesting to disable SMB Signing on the Windows Server 2008 R2 client, but that didn`t make any difference (I modified the local security policy, not the Default Domain Policy as suggested in the article I found).
Any ideas why there is such a huge difference?
An application accessing the file share is behaving much slower on Windows Server 2008 R2 compared to Windows Server 2003 due to this issue.
Unable to shrink VHDX - Not enough disc space?
Hi!
Im hope that i'm posting this in the correct forum/subforum.
The thing is that im running several server 2012 hyper-v guests on a server 2012 host machine.
During the night the host ran out of disc space and all the servers where paused, causing a complete stand still for the company. To free up some space for the host, i want to shrink a fixed size vhdx disc for one of the guests.
When i go to Disc Manager and click Shrink, it says that i can shrink 100471 Gb. However, when i press OK, i get an error message saying "There is not enough free space on the disc or discs to complete the task".. or similar. I get the message in Swedish on the server. Instead of shrinking 100 Gb, iäve tried to shrink only 70 Gb, 60 Gb, 40 Gb and 10 Gb, but every time i get this message. I've ran Check disk as well, but it found no errors.
I'm puzzled by this since i have free space both on the host and the disc i'm trying to shrink.
Free space has been created on the host by shutting down some of the other guest servers.
Any ideas?
As of now i can't have all needed servers running, since the all disk space for the host is consumed and the guests can be paused dut to lack of disk space any second.
Thanks,
Daniel
Impossible to access File server shares using a DNS alias
I am currently testing migration scenarios to replace 2 standalone W2K3 File Servers into 1 W2K8R2 Failover Cluster.
Everything went very well, shares are well accessible as long as I use the new File Server names, but...
... when I try to use DNS aliases (of the old servers), It is getting a nightmare!
First, each time I tried to to connect to the shares using the alias name \\tempsf\ I got an error message prompting for Duplicate name on the network.
I solved this first issue by applying the DisableStrictNameCheckingreg key (see below). The Duplicate name error message disappeared and I was able to access to the \\tempsf\ folder but it was empty however I have 2 shares well displayed when accessing it through the real file server name. Moreover, I confirm that :
- ping tempsf resolves correctly the real file server name and IP
- nslookup tempsf do the same
- net view \\realfileserver displays my 2 shares
- net view \\tempsf doesn't display anything :-(
Then, I almost tried everything currently documented :
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters Add a new DWORD value called DisableStrictNameChecking and set to 1.
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters Add a new Multi-String value called OptionalNames. Enter one or more aliases, one per line.
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters Add a new DWORD value called DisableLoopBackCheck and set to 1.
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0 Add a new Multi-String Value BackConnectionHostNames. Enter one or more aliases, one per line.
And also the SETSPN:
- setspn -A host/<your_ALIAS_name> <ServerrName>
- setspn -A host/<your_ALIAS_name.domain.com> <ServerNname>
But still nothing... Launch date is approaching, I am feeling so desperate...
Any idea? please... Thanks in advance,
Max
PS : Ahh yes, one more thing, we are using a third-party DNS here (Infoblox) but I don't think it could be the issue.
Move file in same NTFS volume inherit destination permissions
When moving a file in the same NTFS volume on Server 2008 R2 the file permissions are the original one.
What I want is the file when moved to inherit the destination permissions. And I read here http://support.microsoft.com/kb/310316 that it might be possible if I create a registry key MoveSecurityAttributes. But I created the key, the user logs of and on and when moving a file on same volume the original file permissions are in place, instead of the destination.
Is the KB obsolete? I tested this with Server 2008 R2 and 2012 to no success. Is there other registry keys in this versions of Windows ?
How can I have the destination inherited permissions when I move a file in same NTFS volume ?
Ps: I found two similar threads
Windows 2012 R2 - Access problems to NFS shares via IPv6
Hello,
we setup some NFS shares on HNAS storage box. The connection to this storage is only possible over IPv6 network.
My server with Windows 2012 R2 has the feature 'Client for NFS' installed and a 'showmount -e servername/or IPv6 address' works. I can see all shares when i try to open the storagebox in Windows Explorer with the command "\\servername" or "\\IPv6 address", too.
My problem is, when I try to mount the share via "Map network drive" or "mount \\servername\sharename *" I get Error 53 - Network path not found.
The share is configured that every server in the IPv6 subnet could access it and it works on Unix machines, but not on Windows.
It does not matter if i set some option parameters for the "mount" command like sec=sys or anon, everytime error 53.
I don't know, if the share needs special options for Windows. I hope somebody can help.
Kind regards
DFS Namespace Windows 2012 r2 domain controller and file server
Our environment is Windows 2012 r2 domain.
We are in the process of moving from Windows 2008 r2 file servers to Windows 2012 r2 and are changing the mapping to use domain unc and not server based unc as we have done until now.
We had no problem mapping the domain unc path \\x.int\dfs\folder1 etc but where not able to see the folders when browsing \\x.int\.
We made our domain controllers a namespace serves and where then able to browse the namespace \\x.int\ but we had a problem that when we needed to boot the domain controller that the user had as logon server they lost their dfs mapping for a few minutes.
Is their a way that we can make the dfs namespace visible when browsing \\x.int\ without using the domain controllers as namespace servers.
Another option would be to change default cache duration from 300 to 10 which we don't want to do.
I can't find any good best practices for DFS in Windows 2012 r2.
Regards
Hans Petter
WinSXS CleanUp Issue
I have a Windows Server 2008R2 SQL Server. All updates to date, and a gigantic WinSXS folder. Bottom line is that I need to clean it up. Ok, but when I run Disk Cleanup WITH ADMINISTRATOR PRIVILEGES I still don't have the Windows Update Clean. I also downloaded the updates from the Microsoft website but they say not required for my machine. What's going on? I heard that an update from august 2014 may remove the Windows Update Cleanup?
Unable to list SFTP Directory on windows 2008 r2 server from internet
Hi experts,
I have configured a SFTP on windows 2008 r2 server. And i am using the Filezilla on client machine to connect to SFTP server.
The connection works properly on internal network but it displays error when i connect from internet.
Error: GnuTLS error -53: Error in the push function.
Response: 550 Data channel timed out.
Error: Failed to retrieve directory listing
This machine is publish with public IP and port22. The connection and authorization process gets complete but stops are Directory Listing.
PLease suggest the troublshooting steps..
Let me know if any more info is rquired.
Saved file in Excel always saves to "network shortcuts" location
I have a problem that I am having an issue resolving. Each time a user is trying to save a file to their home folder with Excel, it wants to save to “Network Shortcuts” folder. As an example, if you click Save As to save a file and select a folder, it appears within Network Shortcuts. I have checked the following: Offline sync is enabled, the save settings are at default for Excel, and the user has exclusive rights to their home folder. Any help would be appreciated.
Distributed File System Replication between servers with different performance
2012 R2 DFS-R stops replicating content between members when folder permissions changed
Hello,
Since upgrading our DFS member servers (one is a physical DC, other is a VM dedicated to DFS role only) to 2012 R2 I keep getting caught in a weird replication problem. I finally found out when the problem starts, it's the change of Folder access permissions, e.g. removing or adding a user account or group and I don't get it why exactly contents of such folder end up completely mismatched between DFS member servers.
To start from beginning, an example
Both DFS servers have a dedicated NTFS volume Y: with only 1 folder in it named Folder1 which is shared and added as Folder target on both DFS member servers. Replication group exists for that Folder1 and data is in perfect sync. New/altered content is properly
replicated to other members server in no time (<1s), everything works perfectly well.
Now, Folder 1 contains a dozen sub-folders with permission inheritance enabled, data de-duplication is enabled as well as FSRM file screening to avoid temporary files, thumbs.db and other junk of that sort. Let's say Subfolder1 requires admin to change permissions so certain group of users get a read-only access to files stored inside while others can retain modification permission to put new files or so.
The moment I do that change it triggers a problem with DFS-R and I end up with proper copy of that sub-folder on DFS1 (physical server acting as DC) and maybe around 5-10% of content on DFS2 ... why is that so that a simple permission change operation breaks the DFS-R every time? When that happens the DFS2 never gets those missing files, just like it didn't know it should have those.
DFS Health Report shows file count mismatch and regular File Sharing Violations from some opened files, but there is no mention of why the darn DFS2 is missing 90% of files in certain sub-folders ... it's so annoying ...
I found only 1 workaround for this problem so far, that is to manually pull out all files from affected sub-folder and get them out of shared Folder1 (simple cut and paste to new temporary folder on same volume works) on DFS1, so DFS2 clears that problematic Subfolder1, and then manually dropping the files back in place on DFS1, later all is good on both servers ... pretty weird if you ask me.
I don't recall seeing this problem on "slow" 2008 R2 DFS-R ... Also I tested if maybe FSRM screening rules or data de-duplication has anything to do with problem, but they don't.
Does anybody else see this behavior between 2012 R2 DFS members?
Ricoh Aficio MP C2051 Scan to Folder - Windows Server 2012 Error: Authentication with the destination has failed check settings
I have recently upgraded a clients servers to Windows Server 2012 & since doing so have lost the ability to scan to folder.
Both servers are domain controllers and previously on a 2008 domain controller I would have had to make the following change to allow scan to folder:
Administrative Tools
Server Manager
Features
Group Policy Manager
Forest: ...
Default Domain Policy
Computer configuration
Policies
Windows Settings
Security Settings
Local Policies
Security Options
Microsoft Network Server: Digitally Sign Communications (Always)
- Define This Policy
- Disabled
However I have applied this to the Windows 2012 server but am still unable to scan, possibly due to added layers of security in server 2012. The error on the scanner is Authentication with the destination has failed check settings.
I have also tried the following at the server:
Policies -> Security Policies
Change Network Security: LAN Manager authentication level to: Send LM & NTLM - Use NTLMv2 session security if negotiated.
Network security: Minimum session security for NTLM SSP based (including secure RPC) clients and uncheck the require 128 bit.
Network security: Minimum session security for NTLM SSP based (including secure RPC) servers and uncheck the require 128 bit
I have created a user account on the server for the ricoh and set this in the settiings of the Ricoh and verified everything is correct.
Are there any other things I have missed?