<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Marietto's &#187; server 2008</title>
	<atom:link href="http://www.marcomariani.net/tag/server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcomariani.net</link>
	<description>il mio contenitore online</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:14:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<image>
<link>http://www.marcomariani.net</link>
<url>http://www.marcomariani.net/wp/wp-content/mbp-favicon/favicon.ico</url>
<title>Marietto's</title>
</image>
		<item>
		<title>Pianificare il riavvio</title>
		<link>http://www.marcomariani.net/2009/10/pianificare-il-riavvio/</link>
		<comments>http://www.marcomariani.net/2009/10/pianificare-il-riavvio/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 09:00:20 +0000</pubDate>
		<dc:creator>m.mariani</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[blugeco]]></category>
		<category><![CDATA[consulenza]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[reboot now]]></category>
		<category><![CDATA[server 2003]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[sistemista]]></category>
		<category><![CDATA[sistemista senior]]></category>
		<category><![CDATA[system32]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[windows update]]></category>
		<guid isPermaLink="false">http://www.marcomariani.net/?p=393</guid>
		<description><![CDATA[Ci sono momenti in cui le richieste di riavvio (soprattutto quando lavorate spesso sui server) diventano snervanti&#8230; Quando volete pianificare un restart è sufficiente schedulare nelle operazioni pianificate l&#8217;esecuzione del programma &#8220;shutdown.exe&#8221; La tipica riga di comando che inserisco nelle azioni è: C:\Windows\System32\shutdown.exe -r -t 05 -f a cosa servono gli switch che aggiungo: - [...]]]></description>
			<content:encoded><![CDATA[<p>Ci sono momenti in cui le richieste di riavvio (soprattutto quando lavorate spesso sui server) diventano snervanti&#8230;</p>
<p>Quando volete pianificare un restart è sufficiente schedulare nelle operazioni pianificate l&#8217;esecuzione del programma &#8220;shutdown.exe&#8221;</p>
<p>La tipica riga di comando che inserisco nelle azioni è:<br />
C:\Windows\System32\shutdown.exe -r -t 05 -f</p>
<p><span id="more-393"></span>a cosa servono gli switch che aggiungo:<br />
- r = reboot, quindi riavvia e non arresta<br />
- t 05 = per dare un delay di 5 secondi tra il comando e l&#8217;inizio delle operazioni (altrimenti il valore predefinito è 20 secondi)<br />
- f = forza la chiusura di tutto quello che c&#8217;è di aperto</p>
<p><em>(NB questo comando si può anche eseguire da shell quando la macchina sembra bloccata o non si riesce a terminare un applicazione tramite interfaccia grafica)</em></p>
<p style="text-align: center;"><img class="aligncenter" title="riavvio pianificato server" src="http://www.marcomariani.net/images/server_reboot.jpg" alt="" width="448" height="358" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcomariani.net/2009/10/pianificare-il-riavvio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NTBackup con Windows Server 2008</title>
		<link>http://www.marcomariani.net/2009/09/ntbackup-con-windows-server-2008/</link>
		<comments>http://www.marcomariani.net/2009/09/ntbackup-con-windows-server-2008/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:00:36 +0000</pubDate>
		<dc:creator>m.mariani</dc:creator>
				<category><![CDATA[Lavoro]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[arese]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[fotografo]]></category>
		<category><![CDATA[grapich designer]]></category>
		<category><![CDATA[informatica]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[milano]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server 2003]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[sicurezza]]></category>
		<guid isPermaLink="false">http://www.marcomariani.net/?p=347</guid>
		<description><![CDATA[Chi ha famigliarità con l&#8217;ultimo sistema operativo server di casa Microsoft saprà di certo che l&#8217;utility di backup ntbackup.exe non fa più parte della dotazione software standard, ora al suo posto c&#8217;è &#8220;Windows Server Backup&#8221;. Veniamo alle differenze più importanti tra i 2: Windows Server Backup non legge le unità nastro; Windows Server Backup non [...]]]></description>
			<content:encoded><![CDATA[<p>Chi ha famigliarità con l&#8217;ultimo sistema operativo server di casa Microsoft saprà di certo che l&#8217;utility di backup ntbackup.exe non fa più parte della dotazione software standard, ora al suo posto c&#8217;è &#8220;Windows Server Backup&#8221;.</p>
<p>Veniamo alle differenze più importanti tra i 2:</p>
<ol>
<li>Windows Server Backup non legge le unità nastro;</li>
<li>Windows Server Backup non può backuppare singoli file o cartelle (quindi neanche i dati di Exchange), perchè l’unità più piccola selezionabile è l’intero volume, conseguenza del fatto che Windows Server Backup effettua un’immagine del disco (è tuttavia poi possibile ripristinare singoli file o cartelle).</li>
</ol>
<p><span id="more-347"></span>Se volete continuare ad utilizzare NTbackup, perchè magari come me avete l&#8217;esigenza di backuppare i dati di Microsoft Exchange 2007, potete risolvere il problema semplicemente copiando alcuni file da Windows Server 2003 a 2008.</p>
<p>Copiate dalla cartella C:\Windows\System32\ di 2003 Server:</p>
<ul>
<li>ntbackup.exe</li>
<li>ntmsapi.dll</li>
<li>vssapi.dll</li>
</ul>
<p>e incollate i file in C:\Program Files\NTBackup\ sul server 2008</p>
<p>Ora non vi resta che abilitare il &#8220;Removable Storage Manager&#8221;:</p>
<ul>
<li>Server Manager</li>
<li>Features</li>
<li>Add Features</li>
<li>Scegliete &#8220;Removable Storage Manager&#8221;</li>
<li>cliccate su &#8220;Install&#8221;</li>
</ul>
<p>Ora NTBackup è funzionante, se volete però anche usarlo per il backup di Exchange e il server di posta è installato su un&#8217;altra macchina, leggete questo articolo: <a href="http://support.microsoft.com/kb/275876" target="blank">http://support.microsoft.com/kb/275876</a></p>
<p style="text-align: center;"><img class="aligncenter" title="NTBackup Server 2008" src="http://www.marcomariani.net/images/ntbackup.jpg" alt="" width="345" height="257" /></p>
<p style="text-align: left;"><strong>NB</strong> Ufficialmente la procedura non è supportata da Microsoft&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcomariani.net/2009/09/ntbackup-con-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

