Sign in
Services for UNIX Team - Microsoft
Options
Email Blog Author
RSS for posts
Atom
OK
Search Blogs
Tags
ADlookup
client for nfs
cluster
IDMU
mount
NFS
NIS
NTFS
NTFS permission
ntfs permissions
Password Sync
regedit
registry
RSH
Server for NFS
Server for NIS
SFU 3.5
showmount
SUA SDK
UNIX attribute
user name mapping
username mapping
Windows 2003
Windows 2008
windows 2008 R2
Archive
Archives
May 2013
(1)
April 2013
(1)
March 2013
(2)
December 2012
(1)
November 2012
(2)
October 2012
(3)
August 2012
(3)
April 2012
(3)
March 2012
(1)
February 2012
(2)
January 2012
(3)
December 2011
(4)
November 2011
(4)
October 2011
(5)
September 2011
(5)
May 2011
(3)
April 2011
(8)
March 2011
(2)
February 2011
(4)
January 2011
(3)
December 2010
(4)
October 2010
(3)
September 2010
(1)
August 2010
(12)
July 2010
(4)
June 2010
(9)
May 2010
(12)
April 2010
(6)
March 2010
(7)
February 2010
(6)
January 2010
(6)
December 2009
(6)
November 2009
(6)
October 2009
(2)
September 2009
(3)
August 2009
(2)
July 2009
(2)
Blog - Title
TechNet Blogs
>
Services for UNIX Team - Microsoft
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Services for UNIX Team - Microsoft
Unable to start “Server for NIS” service; “An error occurred accessing the Windows Registry. Error: %1”
Posted
9 days ago
by
rohitban
0
Comments
Recently we go an issue where the “Server for NIS” service was not starting on Windows 2003 R2, x64. The error code as per the vent logs was: Event ID 8194. We referred to the TechNet document http://technet.microsoft.com/en-us/library...
Services for UNIX Team - Microsoft
Running nismap.exe with –y parameter creates a map with “.” instead of “_”
Posted
29 days ago
by
rohitban
0
Comments
“nismap.exe” does not create the map name as expected when using the –y parameter. Below is an example of the attempt to use nismap.exe with –y to create the map named auto_home_svr_test: C:\temp>nismap.exe create -i 1 -g...
Services for UNIX Team - Microsoft
RHEL clients displays Anonymous UID and GID in the permission for the files and folder that are shared over NFS v4.1
Posted
2 months ago
by
rohitban
0
Comments
Consider a scenario where Windows 2012 is hosting shares over NFS v4.1. Adlookup is configured for user and group mapping. RHEL 5.8 is the NFS client which is mounting the NFS shares and then accessing as a mapped user. From the Windows side correct...
Services for UNIX Team - Microsoft
Tips on 'mount options" on NFS version 4.1
Posted
2 months ago
by
rohitban
0
Comments
Inputs on NFS 4.1 mount: While working on a recent scenario on NFS V4.1, we came across some intresting scenarios for mounting the NFS volumes on the Unix NFS clients. In the implementation of V4.1, there are no particular access requirements to...
Services for UNIX Team - Microsoft
Command line installation of IDMU component in Windows 2012
Posted
5 months ago
by
rohitban
1
Comments
This article discuss on the steps required to install IDMU component using DISM on WIndows 2012. You can find more informaiton on DISM on the Blog . Looking for the GUI based installation through role and features may get complex at times. Hence this...
Services for UNIX Team - Microsoft
Server for NFS (Windows 2008 R2) crashes as soon as the Clients mounts the NFS share
Posted
6 months ago
by
rohitban
0
Comments
Recently we got an issue where the NFS server ( Windows 2008 R2 was hosting the NFS share) use to bugcheck as soon as the ESX client was mounting the share. We found that the size of the NFS share was approximately 189 GB in size. The share was open...
Services for UNIX Team - Microsoft
Unable to run the ‘PAX” command in Windows 7, SUA with a ‘–q’ option
Posted
6 months ago
by
rohitban
0
Comments
Recently we got an case where the customer was looking for assistance to run PAX command in Windows 7 SUA. Unlike SFU 3.5, the PAX command in windows 7, SUA does not have "-q" option to suppress error message. Hence it was failing. From the man pages...
Services for UNIX Team - Microsoft
How can we control the permission on the files created from Windows NFS client
Posted
6 months ago
by
rohitban
0
Comments
We do get a lots of issue where the customer reports that “Permission ere not getting inherited on the newly created files and folder on the NFS client side”. This scenario is intended for the scenario where Windows is the NFS client (running...
Services for UNIX Team - Microsoft
Can we run SUA command under Windows the task scheduler ?
Posted
6 months ago
by
rohitban
0
Comments
While working on a cron job issue, one of the customers wanted to know if they can run the SUA command through a task scheduler instead of cron job. Below are few steps which we can run from the korn/C shell on a system which has subsystem for Unix installed...
Services for UNIX Team - Microsoft
Unable to access Symbolic link on a NFS share
Posted
7 months ago
by
rohitban
0
Comments
While working on one of the case, the customer reported that he was unable to access symbolic link of a NFS share. The symbolic link was pointing to another directory under the same NFS share. The NFS share was hosted on Windows 2008 R2. While checking...
Services for UNIX Team - Microsoft
Fatal error (Error code: 0x80070643): Unable to install\add the NFS role services on Windows 2008 R2 server
Posted
9 months ago
by
rohitban
1
Comments
Recently we got an issue where the customer was unable to install NFS role services on Windows 2008 R2. He was getting the error message below. To begin with, we got the output of the command ‘netstat –ano’ to verify if any...
Services for UNIX Team - Microsoft
Binding Linux as NIS client and slave to Windows NIS Master
Posted
9 months ago
by
rohitban
0
Comments
To configure Linux as NIS client to Windows NIS master (Binding Linux as NIS client to Windows 2008 DC, NIS Master) Configuring Linux as NIS client: File that needs to be configure on the Linux side: 1. Edit the # /etc/yp.conf file and put the...
Services for UNIX Team - Microsoft
Issues while upgrading from Windows 2003 to Windows 2008
Posted
9 months ago
by
rohitban
0
Comments
Recently, we were trying to upgrade WIndows 2003 to WIndows 2008. WHile trying to upgrade, we ran into couple of intresting issues. This blogs talks about the issue faces during the upgrade. First issue: So the first thing which we would...
Services for UNIX Team - Microsoft
Mapping Unix account through ADlookup not working
Posted
over 1 year ago
by
rohitban
0
Comments
Recently, we had a case where mapping Unix account through ADlookup was not working. Windows 2008 R2 as hosting the NFS share and Windows 2003 R2 was the DC. We performed the steps below: Populated User’s attribute in AD Configured the...
Services for UNIX Team - Microsoft
PrincipalDomain needs to be changed to enable non admin local users to do RSH on member server
Posted
over 1 year ago
by
rohitban
0
Comments
Recently we got an issue reported, where non admin local user were unable to do RSH from member server. Below were our observation based on our testing: As per our testing on lab machines, we found that the issue was coming when we were logged...
Services for UNIX Team - Microsoft
WSRM configuration: SUA does not work properly on Multi Processor machines
Posted
over 1 year ago
by
rohitban
0
Comments
Recently we got multiple issues where the SUA performance was getting impacted on multi-processor machines. While the issue is still being diagnosed for the root cause, we were able to get a workaround around this. Some of the common issues were: ...
Services for UNIX Team - Microsoft
Using two way Password Sync - Windows and UNIX
Posted
over 1 year ago
by
rohitban
2
Comments
This blog is in continuation of the blog ( http://blogs.technet.com/b/dsix/archive/2009/04/06/password-synchronization-between-windows-and-unix-part-ii.aspx) where we had discussed on syncing password changes from Unix to Windows. Based on our testing...
Services for UNIX Team - Microsoft
Explorer Windows on windows NFS client freezes while access shares hosted on NetApp
Posted
over 1 year ago
by
rohitban
0
Comments
Recently we got a case where the explorer window on the Windows NFS client was freezing intermittently and the unfreezing while it trying to access NFS share. The NFS share was hosted on NetApp filer and hence was a multipath. Initially we thought...
Services for UNIX Team - Microsoft
Secondary GID not working with ADlookup
Posted
over 1 year ago
by
rohitban
0
Comments
Recently we had a case where users from Windows 7, NFS client were unable to access the NFS share. Adlookup was set up properly. And changing the setting to fetch the information from Windows 2003, User name mapping server resolved the issue. Note...
Services for UNIX Team - Microsoft
File Name Translation revisited
Posted
over 1 year ago
by
abhisekbasu
0
Comments
I had discussed on using File Name Translation over NFS here . Some additional information and an alternative steps is captured in this post. To start with the characters that are supported by Windows are here: http://msdn.microsoft.com/en-us/library...
Services for UNIX Team - Microsoft
Restrictchown not working on a Cluster environment
Posted
over 1 year ago
by
rohitban
0
Comments
Recently we got a case where the customer was trying to enable the Unix client to change the ownership of file and folders on a NFS share hosted on a cluster resource. We can achieve this by modifying the below registry: HKEY_LOCAL_MACHINE\SOFTWARE...
Services for UNIX Team - Microsoft
Command recall using the up arrow in Korn shell
Posted
over 1 year ago
by
rohitban
0
Comments
The command below can be used on a Korn shell to use the command recall feature using the up arrow on a korn shell. set -o emacs We can use 'history' command to di splays a list of commands numbered in the order in which you have used them...
Services for UNIX Team - Microsoft
Concepts on multiple user mapping
Posted
over 2 years ago
by
rohitban
0
Comments
We do get a lot of questions on multiple users mapping between Windows and Unix users. I have tried to list the questions and the answers for them through this blog: How does multiple user name mapping works <Answer> We can map a Windows...
Services for UNIX Team - Microsoft
Unable to Install SUA SDK on Windows 2008 R2
Posted
over 2 years ago
by
rohitban
0
Comments
Recently we got a case where customer reported that he was unable to install the SUA SDk component on Windows 2008 R2. Customers had added the feature “SubSystem for UNIX-based Applications” and then click on the link as displayed on the...
Services for UNIX Team - Microsoft
Unable to do a RSH from Windows to Unix using domain account
Posted
over 2 years ago
by
rohitban
0
Comments
Recently we got a case where customer was unable to run RSH command from Windows RSH client to an AIX RSH server. The error message was “Permission denied”. For RSH client, there is not much of setting that needs to be done on the Windows...
Page 1 of 7 (151 items)
1
2
3
4
5
»