You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Introduction

The current Cloud Stack management server runs only on Linux servers. The purpose of this feature is to run Cloud Stack management server on windows as well with out using Cygwin. This document will illustrate what changes we may need to do at code level and script level and also may introduce some procedures to have in place before run the management server on windows.

Scope

Should able to start/stop/restart management server on windows machines. Do remember that we are not trying to  manage development setup as well on windows.

Procedure

We need to convert all shell scripts to Pyhton scripts to make sure those are runnable on windows as well.

Make sure the copied files on windows file system will not change the line ending character other wise it will create a mess after copied to hyper-visor host.

The following modules need to run from windows as well to make sure they run without using cygwin

  1. Deploy DB
  2. Seed system template onto secondary storage location
  3. start/stop/restart management server
  4. Samba integration

 

DeployDB

 

Seed SystemTemplate

This will execute the following scripts

  • scripts/storage/secondary/cloud-install-sys-tmplt
  • cripts/storage/secondary/createtmplt.sh
  • decrypt.sh

 

Management Server

When we start the management server currently it is calling the following scripts

  • scripts/vm/systemvm/injectkeys.sh

 

Samba integration

  • No labels