05 sep

Windows Server 2012 en MSSQL 2012 beschikbaar

Microsoft heeft vandaag Windows Server 2012 uitgebracht en vanaf nu is dit besturingssysteem ook beschikbaar als besteloptie op onze website. Wij hebben Windows Server 2012 al een paar weken getest en hebben zeker waardering voor sommige nieuwe features. De eerste reacties vanuit de markt zijn ook positief.

Enkele nuttige nieuwe of uitgebreide eigenschappen:

Verbeteringen aan PowerShell / GUI – PowerShell is uitgebreid om het server OS en haar eigenschappen aan te passen. Klanten kunnen ook kiezen of ze 2012 met de volledige GUI of als Server Core willen draaien. Met Server Core krijgt de klant een minimale user interface die voornamelijk bestaat uit de command line en PowerShell.

Server management – De management van servers is ook verbeterd. De interface van Server Manager is nu veel gebruiksvriendelijker en kan nu ook gebruikt worden om direct naar een PowerShell-sessis op een remote server te springen.

Geïntegreerde cloud – Het is ook makkelijker om een virtueel netwerk te creëren tussen uw server en diensten, ongeacht of ze zich in het kantoor of in een cloud bevinden. Security management is gesimplificeerd om dit te accommoderen.

Replicatie – Wij zijn enthousiast over de replicatie-opties in 2012. Windows Server 2012 bevat veel mogelijkheden om harde schijven te synchroniseren. Dit zal het makkelijk maken datacenter redundante oplossingen neer te zetten. Wij zullen hier in de nabije toekomst meer information over geven.

Verbeteringen in Hyper-V – De virtualisatielaag bevat ook een aantal verbeteringen die in nieuwe features voor onze virtual servers zullen resulteren. Wij verwachten dat wij Windows Datacenter 2012 over een maand of 4 binnen onze Windows-clusters gaan inzetten, nadat wij de virtualisatielaag goed getest hebben. Hierna kunnen wij eindelijk console-functionaliteit voor Windows VPSen gaan aanbieden. Snapshots zouden efficiënter zijn in 2012, dus wij zullen ook testen of we dit aan onze Windows-klanten kunnen gaan aanbieden.

U kunt het Windows Server 2012 datasheet hier downloaden.

OS van de cloud

Voor Microsoft betekent Windows Server 2012 een belangrijke stap op weg naar de creatie van het “OS van de cloud”. De gedachte hierachter is dat enorme winsten gemaakt kunnen worden door het platform te bouwen dat gebruikt gaat worden om alle verschillende cloud-componenten samen te binden, zeker voor grote bedrijven. Wij geloven dat deze claim een beetje overdreven omdat de hyper-competitive cloud-markt die rol waarschijnlijk niet aan closed source platform gaat gunnen. Wij zullen de komende maanden met u gaan communiceren over onze visie over de toekomst van de cloud en de impicaties voor u en voor ons. In de tussentijd is Windows Server 2012 een solide product dat een grote uitdaging zal vormen voor VMware, de andere grote closed source cloud software-bouwer.

MSSQL 2012

Sinds ongeveer een maand hebben wij de 2012 versie van Microsoft SQL Server beschikbaar. Er zijn enkele waardevolle verbeteringen die een aantal issues oplossen waar DBA's enige tijd last van hadden.

Groepen databases kunnen als 'availability group' opgezet worden bijvoorbeeld. Dit betekent dat replicatie voor een groep database opgezet kan worden in plaats van alleen voor een enkele database of server. Het maakt ook multi-site clustering over meer dan twee locaties mogelijk. Een andere verandering is dat een enkele database veel gemakkelijker gemigreerd kan worden naar een nieuwe omgeving als een 'contained database'. MSSQL bevat ook een aantal performance-verbeteringen, toevoegingen voor de T-SQL taal en meer informatie over de layout van uw database-architectuur.

2012 Licentie veranderingen

De Web- en Enterprise-versies van Windows Server 2012 zijn gestopt. Alleen de Standaard- en Datacenterversies zijn nog beschikbaar. Wij zullen de Standaard-versie voor de oude prijs blijven aanbieden.

De Workgroup-versie van MSSQL is ook verdwenen en de licentiestuctuur van MSSQL is veranderd. U betaalt dezelfde bedragen voor de overgebleven versies: Web, Standaard en Enterprise. U verkrijgt hier echter alleen het recht om 4 cores te gebruiken. Als uw virtual server meer cores heeft, dan kunnen additionele gebruiksrechten per twee cores aangeschaft worden. Dit is geen probleem voor onze huidige klanten omdat het maximum aantal cores dat Hyper-V toe staat tot nu toe vier was.


Wij hopen dat wij u met dit artikel een goede samenvatting van Microsofts laatste producten hebben kunnen geven. Neem contact met ons op als u verdere vragen of opmerkingen heeft.

17 aug

CloudVPS backupscript 2.0.0 released

We have released a new version of our backupscript and tools, which brings the scripts to the following versions:

  • Backupscript to 2.0.0
  • Installationscript to 3.0.0
  • Restorescript to 2.0.0

Improvements
Over the last months several improvements have been made to the script, the most important ones are:

  • Better error handling during the rsync process, errors generated by rsync are well explained in the backupscript if one occurs.
  • Added usage of the “nice” binary in combination with SQL dumps to reduce the generated disk I/O.
  • Update mechanism added that will check for updates once a month and the installer also checks for updates every time you run it.
  • The SSH key can be exchanged with the backupserver in case it is lost.
  • Better quota and error reporting system.
  • Added commandline options for updating and uninstalling, other options may be added in the future.
  • Built-in help system.

Upgrading
If you have the old CloudVPS Backupscript installed you should upgrade using the new CloudVPS backup installer:

  • Supported versions for upgrade: CloudVPS Backup version 1.4, 1.5 and 1.6
  • Unsupported versions: CloudVPS Backup version 1.1, 1.2, 1.3, the upgraded version of the CloudVPS Backupscript where the configuration options are in the backupscript itself and the initial release of the CloudVPS Backupscript.

Should you run the unsupported version of the backupscript, please uninstall it by removing the crontab entry and the script itself and install the new script, please refer to the installation instructions below.


Documentation
Online documentation including software requirements is available in PDF format below:
http://download.cloudvps.com/pub/files/scripts/backup/cloudvps-backup-manual.pdf


Installation instructions
To start the installation or upgrade procedure, please issue the following from the commandline:

wget -O cloudvps-backup-installer download.cloudvps.com/pub/files/scripts/backup/cloudvps-backup-installer.txt
chmod +x cloudvps-backup-installer
./cloudvps-backup-installer

Changelog
The scripts are worked on actively and when new versions are released, a new changelog will be published, the changelogs are found below:

17 aug

CloudVPS backupscript 2.0.0 released

We have released a new version of our backupscript and tools, which brings the scripts to the following versions:

  • Backupscript to 2.0.0
  • Installationscript to 3.0.0
  • Restorescript to 2.0.0

Improvements
Over the last months several improvements have been made to the script, the most important ones are:

  • Better error handling during the rsync process, errors generated by rsync are well explained in the backupscript if one occurs.
  • Added usage of the “nice” binary in combination with SQL dumps to reduce the generated disk I/O.
  • Update mechanism added that will check for updates once a month and the installer also checks for updates every time you run it.
  • The SSH key can be exchanged with the backupserver in case it is lost.
  • Better quota and error reporting system.
  • Added commandline options for updating and uninstalling, other options may be added in the future.
  • Built-in help system.

Upgrading
If you have the old CloudVPS Backupscript installed you should upgrade using the new CloudVPS backup installer:

  • Supported versions for upgrade: CloudVPS Backup version 1.4, 1.5 and 1.6
  • Unsupported versions: CloudVPS Backup version 1.1, 1.2, 1.3, the upgraded version of the CloudVPS Backupscript where the configuration options are in the backupscript itself and the initial release of the CloudVPS Backupscript.

Should you run the unsupported version of the backupscript, please uninstall it by removing the crontab entry and the script itself and install the new script, please refer to the installation instructions below.


Documentation
Online documentation including software requirements is available in PDF format below:
http://download.cloudvps.com/pub/files/scripts/backup/cloudvps-backup-manual.pdf


Installation instructions
To start the installation or upgrade procedure, please issue the following from the commandline:

wget -O cloudvps-backup-installer download.cloudvps.com/pub/files/scripts/backup/cloudvps-backup-installer.txt
chmod +x cloudvps-backup-installer
./cloudvps-backup-installer

Changelog
The scripts are worked on actively and when new versions are released, a new changelog will be published, the changelogs are found below:

17 aug

CloudVPS backupscript 2.0.0 released

We have released a new version of our backupscript and tools, which brings the scripts to the following versions:

  • Backupscript to 2.0.0
  • Installationscript to 3.0.0
  • Restorescript to 2.0.0

Improvements
Over the last months several improvements have been made to the script, the most important ones are:

  • Better error handling during the rsync process, errors generated by rsync are well explained in the backupscript if one occurs.
  • Added usage of the “nice” binary in combination with SQL dumps to reduce the generated disk I/O.
  • Update mechanism added that will check for updates once a month and the installer also checks for updates every time you run it.
  • The SSH key can be exchanged with the backupserver in case it is lost.
  • Better quota and error reporting system.
  • Added commandline options for updating and uninstalling, other options may be added in the future.
  • Built-in help system.

Upgrading
If you have the old CloudVPS Backupscript installed you should upgrade using the new CloudVPS backup installer:

  • Supported versions for upgrade: CloudVPS Backup version 1.4, 1.5 and 1.6
  • Unsupported versions: CloudVPS Backup version 1.1, 1.2, 1.3, the upgraded version of the CloudVPS Backupscript where the configuration options are in the backupscript itself and the initial release of the CloudVPS Backupscript.

Should you run the unsupported version of the backupscript, please uninstall it by removing the crontab entry and the script itself and install the new script, please refer to the installation instructions below.


Documentation
Online documentation including software requirements is available in PDF format below:
http://download.cloudvps.com/pub/files/scripts/backup/cloudvps-backup-manual.pdf


Installation instructions
To start the installation or upgrade procedure, please issue the following from the commandline:

wget -O cloudvps-backup-installer download.cloudvps.com/pub/files/scripts/backup/cloudvps-backup-installer.txt
chmod +x cloudvps-backup-installer
./cloudvps-backup-installer

Changelog
The scripts are worked on actively and when new versions are released, a new changelog will be published, the changelogs are found below:

17 aug

CloudVPS backupscript 2.0.0 released

We have released a new version of our backupscript and tools, which brings the scripts to the following versions:

  • Backupscript to 2.0.0
  • Installationscript to 3.0.0
  • Restorescript to 2.0.0

Improvements
Over the last months several improvements have been made to the script, the most important ones are:

  • Better error handling during the rsync process, errors generated by rsync are well explained in the backupscript if one occurs.
  • Added usage of the “nice” binary in combination with SQL dumps to reduce the generated disk I/O.
  • Update mechanism added that will check for updates once a month and the installer also checks for updates every time you run it.
  • The SSH key can be exchanged with the backupserver in case it is lost.
  • Better quota and error reporting system.
  • Added commandline options for updating and uninstalling, other options may be added in the future.
  • Built-in help system.

Upgrading
If you have the old CloudVPS Backupscript installed you should upgrade using the new CloudVPS backup installer:

  • Supported versions for upgrade: CloudVPS Backup version 1.4, 1.5 and 1.6
  • Unsupported versions: CloudVPS Backup version 1.1, 1.2, 1.3, the upgraded version of the CloudVPS Backupscript where the configuration options are in the backupscript itself and the initial release of the CloudVPS Backupscript.

Should you run the unsupported version of the backupscript, please uninstall it by removing the crontab entry and the script itself and install the new script, please refer to the installation instructions below.


Documentation
Online documentation including software requirements is available in PDF format below:
http://download.cloudvps.com/pub/files/scripts/backup/cloudvps-backup-manual.pdf


Installation instructions
To start the installation or upgrade procedure, please issue the following from the commandline:

wget -O cloudvps-backup-installer download.cloudvps.com/pub/files/scripts/backup/cloudvps-backup-installer.txt
chmod +x cloudvps-backup-installer
./cloudvps-backup-installer

Changelog
The scripts are worked on actively and when new versions are released, a new changelog will be published, the changelogs are found below:

01 mei

Landelijke storing BBned

Op dit moment ondervindt BBNed een landelijke storing op haar DSL netwerk. Gebruikers met een BBNed xDSL verbinding kunnen hierdoor hinder en/of downtime ondervinden. Engineers van BBNed onderzoeken de storing. De storing doet zich voor op een centrale locatie in het BBNed netwerk.

Update
BBNed meldt dat het grootste deel van de verbindingen is hersteld. Om de verstoring definitief op te lossen is de herstart van een netwerkkaart in de BBNed ATM core noodzakelijk. Deze herstart heeft zeer korte downtime tot gevolg voor een deel van de betroffen BBNed DSL verbindingen.

Begintijd: 10:00
Eindtijd: 12:00

20 apr

[Onderhoud] Spoed onderhoud routers Steenbergen – Voltooid

Zoals u weet heeft onze netwerk provider vorige week onderhoud uitgevoerd aan het netwerk. Bij dit onderhoud is er een probleem aangetroffen op enkele lijnkaarten in de PER1 en PER2 routers. Deze routers worden gebruikt om onze cabinets aan te sluiten op het netwerk

Hoewel er geen problemen zijn opgetreden, wil onze netwerk leverancier deze lijnkaarten zo spoedig mogelijk vervangen, en een bijbehorende aanpassing doen aan het IOS van de desbetreffende routers.

Het vervangen gebeurd gedurende een spoed onderhoudsvenster in de nacht van donderdag op vrijdag (19 op 20 april). De werkzaamheden beginnen om 0:00 en duren uiterlijk tot 1:30. Het stappen plan is als volgt:

1) Eén voor één vervangen van de lijnkaarten op de PER2 router (downtime: ca 5 minuten)

2) Aanpassing van het IOS, gevolgd door een reload van de PER2 router (downtime: ca 10 minuten)

3) Eén voor één vervangen van de lijnkaarten op de PER1 router (downtime: ca 5 minuten)

4) Aanpassing van het IOS, gevolgd door een reload van de PER1 router (downtime: ca 10 minuten)

We gaan ervan uit dat u nauwelijks hinder zal ondervinden van deze werkzaamheden omdat onze cabinets redundant verbonden zijn met beide routers. Shared en private rack klanten zonder redundante uplink zullen wel enige hinder ondervinden gedurende het onderhoudsvenster.

In het geval van vragen of opmerkingen kunt u vanzelfsprekend contact met ons opnemen.

Het onderhoud is succesvol voltooid.

storingsoverzicht-logo
Privacyoverzicht

Deze site maakt gebruik van cookies, zodat wij je de best mogelijke gebruikerservaring kunnen bieden. Cookie-informatie wordt opgeslagen in je browser en voert functies uit zoals het herkennen wanneer je terugkeert naar onze site en helpt ons team om te begrijpen welke delen van de site je het meest interessant en nuttig vindt.