Copy files from Jenkins server (Linux) to Windows 2003 Share location - windows

I am trying to connect to a Windows 2003 server from Jenkins box (Linux).
Adding a Jenkins slave is kind of difficult as I am struggling to install Java version to work with the agent. I am also not able to get the exact steps to install ssh server for windows which might solve my problem.
Thanks in advance.

Related

Docker for Windows Server 2016 requires update KB3176936

I want to install Docker on a physical Windows Server 2016 Datacenter Evaluation (Version 14393). I tried following the instructions from Quick Start Windows Server but installation fails:
Error message
The docker installer requires update KB3176936, which I installed then. Even after rebooting, the error message persists and I can't install docker.
I've enabled the Container feature and Hyper-V in Windows Feature Selection.
Any ideas what I'm doing wrong? I've could sucessfully setup docker on Windows 10.
You need to do a full Windows Update. I actually have a PR to add this step to the docs.
Run sconfig, then choose option 6 and then A and A to install all updates. This works for Server 2016 in no-desktop installs as well as with the UI.

Mupx setup hangs on Installing Docker

The installer hangs when I use mupx setup on the first thing in the TaskList, Installing Docker. I can't get the DEBUG=* mupx setup to work because DEBUG is not recognized as an internal or external command.
Server is through Linode, and the OS is Ubuntu 16.04. I'm running Windows 8.1. My project works fine on my end but I can't figure out mupx enough to get it over. Docker is working fine on my computer as well as on my server from what I can tell.
How can I get the DEBUG to work (either a setting or a download)? Or is this a common issue someone can walk me through?
Did you run "mupx setup" first? That will install Docker and setup a new container on the remote server you entered into your local mup.json file

how to install chef server on windows

I installed chef client on windows like msi installer but i don't know how to install chef server on windows please suggest me
how to install chef server on windows operating system
Open source Chef Server is not supported on Windows. You can confirm this as follows:
Go to the official download site here: https://downloads.chef.io/chef-server/
Scroll down to see the supported operating systems.
This is not to say that it is theoretically impossible to run a Chef Server on a Windows box. But I haven't seen credible instructions for doing it, or anyone claiming to have done it.
See also:
Installing Chef Server on Windows - which says it is not supported.
My advice would be to either bite the bullet and set up Chef Server on a Linux machine, OR fork out some money and use Opscode's Hosted Enterprise Chef ... where the server runs on Opscode's infrastructure.
Chef server cannot be installed on a windows machine. Your chef server should always be a 64-bit Linux machine only and your chef client can be on any platform .

Cassandra as a Windows Service

I just installed Apache Casandra 1.2.1 on Windows Server 2012 (It's a VM). I double clicked cassandra.bat and it worked without an error.
How can I run Cassandra.bat as a Windows Service, so I can sign out from cumputer?
cassandra.bat file also helps you to run Cassandra as a Windows Service. You just need Commons Daemon Service Runner Windows binaries.
You will need to create a folder named daemon under the bin directory and extract the correct version (32/64 bit) of prunsrv.exe to this directory (bin\daemon).
Run command prompt and change directory to the bin. Type;
cassandra.bat install
Then run services.msc command to see cassandra(yes, lowercased) as a Windows Service.
You can also download
Datastax Community Edition
or
Cassandrows
which easily install, configure and run Apache Cassandra as a Windows Service.

Linux Hudson, Windows build

I have Hudson installed on Linux. Compiling and testing Linux releases works fine. But I would like to build and test also Windows releases using Visual Studio. I already have .bat script that runs building, but I don't know how can I connect it to Hudson.
Why not just install Hudson on a Windows machine and have it build the same code set?
You should use the Slave launchers, for example:
ssh slaves
copy to slave
You may need to install an ssh server on your windows computer.

Resources