Displaying 20 results from an estimated 3000 matches similar to: "Configuring a Windows Domain Controller (DC) using puppet"
2013 Mar 06
22
Windows Remote Desktop Services (Could not find a suitable provider for dism)
Hello all
Was wondering if someone could help or advise where i''m going wrong
i''m trying to install Windows 2008 R2 Remote Desktop Services via Puppet
using either DISM or Powershell modules from the forge and getting the same
error
When using DISM
class roles::trm::remote_desktop_services {
dism { ''AppServer'':
ensure => present,
}
dism {
2013 Jul 04
3
how do you update packages on windows?
Hi guys,
Currently the windows package provider does not support versions (like
ensure => 1.2.3).
Even though most packages set a DisplayVersion key in the registry - so the
version is often available.
Now I need to upgrade my puppet clients from v3.1.1 to v3.2.3-rc1 (to get
facts.d support on windows) - and I was wondering if any of you had a
suggestion as to how to handle it, until
2013 Mar 13
5
Copying a 900 mb file to Windows !!!
Hi,
I am writing a puppet manifest to install a service pack on windows, what I
observe is that in case the exe file is withing 50 - 70 Mb the transfer to
windows happens without any issues. But the current service pack
"windows6.1-KB976932-X64.exe" is around 900 Mb. My manifest is as follows
file { ''c:/temp/windows6.1-KB976932-X64.exe'':
ensure =>
2013 Jan 30
3
Puppet Modules from Forge
Hello all,
I have some questions about the download puppet modules from puppetforge:
I''ll take puppetlabs-dism as an example, once its installed its located:
/etc/puppetlabs/puppet/modules/dism
Can this be renamed to something else ?
Also if for example, I had a folder tree under modules e.g.
/etc/puppetlabs/puppet/modules/windows
|
|- manifests
|--base.pp
|--networking.pp
Can I
2005 Nov 15
6
Oracle 9 process on Sol 10 container, doing a pollsys, using high CPU
We''re running a Solaris 10 container, with an Oracle 9.2.0.4 database - every 5-10 min, an Oracle process shoots up (using 20% + CPU) and then goes down in CPU %, doing a [i]pollsys [/i](see it via dtruss). I tried using some of the trace scripts in the Dtracetoolkit to see what the process is doing, but without any luck - also tried with the following, but dtrace process goes up to 30%
2012 Oct 18
2
Different return codes on exec during puppet agent run vs command line Windows
Trying to run this exec in one of our manifests. When the resource is run
during a puppet run, it returns a error code 87. But when I execute the
same command on command prompt, it returns 3010. Is there any way to dig
and and find out why the return codes are different. FYI, I am using the
sysnative path to avoid the file system redirection on windows.
Platform: Windows 2008R2 64 bit
2011 Nov 14
1
Error .jcall(mxe, "S", "fit", c("autorun", "-e", afn, "-o", dirout, : java.lang.NoSuchMethodError: density.Params.readFromArgs([Ljava/lang/String; )Ljava/lang/String;
Dear all,
I get the error when I use maxent.jar:
Error .jcall(mxe, "S", "fit", c("autorun", "-e", afn, "-o", dirout, :
java.lang.NoSuchMethodError: density.Params.readFromArgs([Ljava/lang/String;)Ljava/lang/String;
sessionInfo() result:
R version 2.14.0 (2011-10-31)Platform: i386-pc-mingw32/i386 (32-bit)locale:[1]
2009 Nov 30
4
Attempts to install a Windows driver from WinPE
One of the things we would really like to be able to do for V2V is to
install a new driver in a Windows guest. There are a couple of reasons
for this:
* The guest may not be bootable without the driver installed, for
example because the underlying virtual hardware has changed from vmscsi
to virtio.
* If the guest can boot, the alternative is to modify the guest to run a
script on next boot.
2019 Aug 23
2
Non Samba question
Hai Bob,
> I hope you remember me from a few years ago. And I apologize for the direct message.
> I have a almost non-Samba question, I think. So, I do not want to post it to the forum, yet.
Yes yes, i remember you :-) , and i have no problem with direct messages.
How are you doing?
I'll reply to the list with a CC for you. Because this involves samba also.
And this might help
2015 May 15
4
How to properly demote a W2003 from Samba4?
Hello Andrey,
Yes, I transfered all the available roles with the Ntdsutil command.
and samba-tool fsmo show return all roles.
regards
Le 15/05/2015 17:26, Andrey Repin a ?crit :
> Greetings, Sam!
>
>> Hello all,
>> I'm always trying to migrate from W2000 server to Samba 4.
>> For doing this, I tried this :
>> - install a W2003 server with AD and DNS services,
2016 Jun 23
2
Unable to transfer ForestDns/DomainDNS
This is the output of that command.
root at DC01:~# ldbsearch --cross-ncs -H ldap://pdc -b
"DC=DomainDnsZones,DC=fisherthompson,DC=local" -s sub -Uadministrator
Password for [FISHERTHOMPSON\administrator]:
search error - LDAP error 10 LDAP_REFERRAL - <0000202B: RefErr:
DSID-0310063C, data 0, 1 access points
ref 1: 'DomainDnsZones.fisherthompson.local'
>
2013 Jul 22
11
chocolatey, windows, powershell and fault bucket
Hi,
I configured puppet open source with the chocolatey module and one windows
client.
When the puppet agent run as a service (not the interactive version) I can
see in the windows event log some errors like
Fault bucket 1734820220, type 5
Event name: PowerShell
Fault bucket , type 0
Event name: PowerShell
I tried to google it but I did not find anything relevant apart from some
2003 Dec 29
2
bandwidth requirement
Hi Folks,
have a question, on bandwidth.
I want to run an asterisk server SIP to H323, g729. Calls arrive on sip/iax
go to IVR get authenticated and egress through h323. So G729 license is only
used during IVR and then it is pass through.
I am collocating this server. Colo offer a monthly bandwidth quota. Lets say
I want to do 100K minutes per month of VoIP calling at the beginning. What
would
2019 Mar 12
3
Using Samba for Powershell queries
Does anyone know if it’s possible to run Powershell cmdlets such as
Get-ADUser
or Set-ADUser against a Samba server?
The reason I’m asking is for the purpose of developing Powershell scripts.
When
my laptop is offline it would be very useful to still be able to run that
kind
of cmdlets without installing a full Windows Server VM.
Best regards,
Carl
2015 May 15
2
How to properly demote a W2003 from Samba4?
Hello all,
I'm always trying to migrate from W2000 server to Samba 4.
For doing this, I tried this :
- install a W2003 server with AD and DNS services, join it to W2000,
transfer roles and after demote the old W2000 -> done
- install a Sernet Samba4 with Bind9, join W2003, transfer roles -> done
At this point the sync process is working in two way, I can manage DNS
and AD with rsat
2008 Oct 08
1
Update (IAX Trunking Help)
I posted earlier in the day about needed help with IAX trunking. I did some
more reading and made some more changes.
Here is what I have thus far:
Iax.conf on one server
[general]
bindport = 4569
bindaddr = 0.0.0.0
disallow=all
allow=ulaw
allow=alaw
allow=gsm
mailboxdetail=yes
[vvfarm]
type=friend
username=colo
secret=testpassword
auth=plaintext
host=64.194.211.170
context=iax-incoming
2018 Feb 14
4
Is it possible to lower the domain and forest functional level
I don't know exactly, but there were problems with indexes ( as the user said ).
We did not try with the current release and our manager wants to go back to Microsoft :-(
Our samba version is 4.7.5.
I've been able to go one step further. We first were not able to join a Windows 2008 R2 as a domain controller because it was asking for adprep.
I found the missing datas in the ldap and added
2016 Nov 08
2
Server 2008R2 won't join 4.5.0 Domain
Hello,
I can’t get a fully patched Server 2008 R2 DC to finish DCPROMO joining as a domain controller to my Samba4 AD domain.
dcpromo.exe begins replication but gets stuck on “Replicating data CN=Configuration,DC=samdom,DC=contoso,DC=com: Received 1999 off of approximately 1999 objects and 74 out of approximately 74 distinguished name (DN) values…
Examining the dcpromo.log file just shows
2013 Apr 15
5
Using onlyif for Windows exec
Hello,
I am in the process of "trying out" Puppet, and so far, it is going really
well, and I can see a clear line of how we can use it internally.
I do have one question though with regard to the using the onlyif parameter
of the exec command (as per here
http://docs.puppetlabs.com/references/latest/type.html#exec).
Ideally, what I would like to do is to only run a PowerShell exec
2018 Feb 13
2
Is it possible to lower the domain and forest functional level
Hello all,
We have a samba 4 domain controller.
The domain controller was at first a secondary domain controller.
We joined it to a domain were the first controller was a windows 2003 server.
Then we have transfer the fsmo roles to the linux controller and demote the 2003 server.
I then ran all the ldf files from the 2008 R2 dcpromo and raised the functional levels.
Now we need to go back to