search for: win2k3r2

Displaying 11 results from an estimated 11 matches for "win2k3r2".

2015 Oct 06
2
Failed to transfer all 7 FSMOs
Hello, I tested to transfer all 7 FSMOs from Windows Server 2003 Enterprise to Samba 4.3.0 DC. (I think some users still use Win2K3 and want to migrate.) But unfortunately is failed. To reproduce, (1) Promoto Win2K3R2 Enterprise host to first DC. (2) Join self-built Samba 4.3.0 to the domain. (3) Run 'samba-tool fsmo transfer --role=all' root at jessie64-1:~# samba-tool fsmo transfer --role=all FSMO transfer of 'rid' role successful FSMO transfer of 'pdc' role successful FSMO transfer of...
2015 Oct 07
1
Failed to transfer all 7 FSMOs
...> > Hello, > > > > I tested to transfer all 7 FSMOs from Windows Server 2003 Enterprise > > to Samba 4.3.0 DC. (I think some users still use Win2K3 and want to > > migrate.) But unfortunately is failed. > > > > To reproduce, > > > > (1) Promoto Win2K3R2 Enterprise host to first DC. > > (2) Join self-built Samba 4.3.0 to the domain. > > (3) Run 'samba-tool fsmo transfer --role=all' > > > > root at jessie64-1:~# samba-tool fsmo transfer --role=all > > FSMO transfer of 'rid' role successful > > FSMO...
2014 Mar 05
1
One way replication
I joined a Fedora Linux box running Samba 4.1.5 to a Windows Server 2000 domain controller as an additional domain controller with the command: samba-tool domain join adi.com DC -Uadministrator --realm=adi.com --dns-backend=BIND9_DLZ The messages indicated that this was mostly sucessfull with the exception of the message: NO DNS zone information found in source domain, not replicating DNS
2019 Feb 25
1
[PATCH] inspect: return osinfo short IDs for recent Windows versions
...itch (minor) { + case 1: + return safe_strdup (g, "winxp"); + case 2: + if (strstr (product_name, "XP")) + return safe_strdup (g, "winxp"); + else if (strstr (product_name, "R2")) + return safe_strdup (g, "win2k3r2"); + else + return safe_strdup (g, "win2k3"); + } + break; + case 6: + switch (minor) { + case 0: + if (strstr (product_variant, "Server")) + return safe_strdup (g, "win2k8"); + else + return s...
2006 Nov 24
0
Error: (12, ''Cannot allocate memory'')
...am going to try here.. Does anyone has Windows Guest OS running successfully with the Dom0 has all the physical memory allocated? If I don''t lower the memory assign to Dom0 through grub, I will not be able to run a Windows Guest OS. This what I got Using config file "/etc/xen/Win2k3R2-01". Error: (12, ''Cannot allocate memory'') and here is the xm dmesg [root sfxen01 ~]# xm dmesg __ __ _____ ___ _____ ____ __ __ \ \/ /___ _ __ |___ / / _ \ |___ / _ __ ___| ___| / _| ___ / /_ \ // _ \ ''_ \ |_ \| | |...
2019 Feb 28
1
[PATCH v2] inspect: return osinfo short IDs for recent Windows versions
...itch (minor) { + case 1: + return safe_strdup (g, "winxp"); + case 2: + if (strstr (product_name, "XP")) + return safe_strdup (g, "winxp"); + else if (strstr (product_name, "R2")) + return safe_strdup (g, "win2k3r2"); + else + return safe_strdup (g, "win2k3"); + } + break; + case 6: + switch (minor) { + case 0: + if (strstr (product_variant, "Server")) + return safe_strdup (g, "win2k8"); + else + return s...
2010 Oct 19
1
Winbind on Samba 3.5.5 (centos5)
Folks, Having some fun with winbind on Samba 3.5.5 on RHEL5 and/or Centos5. I?ve got it working so ssh logins work correctly and file permissions are seemingly correct with created files etc. Backend authentication is from a Win2K3R2 box running RFC2372 extensions (ie not SFU) and all UIDs etc are assigned for the users who need them. However, wbinfo returns some interesting things. We?re in a reasonably sized AD forest and there seems to be some ID mashing going on. If I do wbinfo ?u it will sniff out the entire forest and re...
2009 Dec 02
0
Unexpected error: <type ''exceptions.OSError''>
Hi I`m trying to start win2k3R2 in XEN with this config # grep -v ^# /etc/xen/win2k3.hwm | grep -xv '''' import os, re arch = os.uname()[4] if re.search(''64'', arch):     arch_libdir = ''lib64'' else:     arch_libdir = ''lib'' kernel = "/usr/lib/xen-3.2-1/boot...
2010 Sep 21
1
[PREVIEW ONLY] Refactor data transfer code
...die('Invalid configuration of Net::HTTPS') unless(Net::HTTPS->isa('Net::SSL')); return $self; } -sub get_volume +sub _request { my $self = shift; + my ($method, $uri) = @_; - my ($path) = @_; - - # Need to turn this: - # [yellow:storage1] win2k3r2-32/win2k3r2-32.vmdk - # into this: - # https://yellow.rhev.marston/folder/win2k3r2-32/win2k3r2-32-flat.vmdk? \ - # dcPath=ha-datacenter&dsName=yellow:storage1 - - $path =~ /^\[(.*)\]\s+(.*)\.vmdk$/ - or die("Failed to parse ESX path: $path"); - my $datastore =...
2010 Jan 29
4
[FOR REVIEW ONLY] ESX work in progress
The following patches are where I'm currently at with ESX support. I can now import a domain from ESX along with its storage. Note that I'm not yet doing any conversion. In fact, I've never even tested past the import stage (I just had an exit in there). The meat is really in the 4th patch. The rename of MetadataReader->Connection was because the Connection is now really providing
2010 Feb 01
9
[ESX support] Working ESX conversion for RHEL 5
With this patchset I have successfully[1] imported a RHEL 5 guest directly from ESX with the following command line: virt-v2v -ic 'esx://yellow.marston/?no_verify=1' -op transfer RHEL5-64 Login details are stored in ~/.netrc Note that this is the only guest I've tested against. I haven't for example, checked that I haven't broken Xen imports. Matt [1] With the exception of