<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>System Administration on Marko Apfel</title><link>http://blog.marko-apfel.de/tags/system-administration/</link><description>Recent content in System Administration on Marko Apfel</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 26 Oct 2022 00:00:00 +0200</lastBuildDate><atom:link href="http://blog.marko-apfel.de/tags/system-administration/index.xml" rel="self" type="application/rss+xml"/><item><title>Kill processes in bulk mode</title><link>http://blog.marko-apfel.de/posts/kill-processes-in-bulk-mode/</link><pubDate>Wed, 26 Oct 2022 00:00:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/kill-processes-in-bulk-mode/</guid><description>&lt;p&gt;A quick Windows command-line technique for stopping multiple processes at once.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open &lt;em&gt;PowerShell&lt;/em&gt; with elevated permissions and run &lt;code&gt;get-process &amp;gt; C:\_temp\process.txt&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="./01.save-processes.png" alt="." loading="lazy" decoding="async"&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Open &lt;code&gt;process.txt&lt;/code&gt; in an editor with multi cursor capabilities, e.g. &lt;em&gt;Visual Studio Code&lt;/em&gt; or _Notepad++`&lt;/p&gt;</description></item><item><title>Synology DS215j update results in read only access</title><link>http://blog.marko-apfel.de/posts/synology-ds215j-update-results-in-read-only-access/</link><pubDate>Sun, 17 May 2015 20:40:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/synology-ds215j-update-results-in-read-only-access/</guid><description>&lt;p&gt;Saturday morning I received a mail from my parents NAS (Synology DS215j) about a reboot after a system update. A few hours later my father called me, mentioning that he cannot write to the NAS anymore. All files are accessible in read only mode. All write operations under windows raises an error.&lt;/p&gt;</description></item><item><title>Installing ClearOS 6.5 with graphical UI on XenServer 6.2</title><link>http://blog.marko-apfel.de/posts/installing-clearos-6-5-with-graphical-ui-on-xenserver-6-2/</link><pubDate>Fri, 09 Jan 2015 15:08:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/installing-clearos-6-5-with-graphical-ui-on-xenserver-6-2/</guid><description>&lt;p&gt;XenServer provides several templates for different operation systems of its hosted virtual machines.&lt;/p&gt;
&lt;p&gt;&lt;a href="image_2.png"&gt;&lt;figure&gt;
 &lt;img src="http://blog.marko-apfel.de/posts/installing-clearos-6-5-with-graphical-ui-on-xenserver-6-2/image-thumb.png" alt="image" loading="lazy" decoding="async"&gt;&lt;/figure&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately there is no template for ClearOS and so I tried some of the in my opinion best fitting templates.&lt;/p&gt;</description></item><item><title>Network settings for ClearOS in VirtualBox</title><link>http://blog.marko-apfel.de/posts/network-settings-for-clearos-in-virtualbox/</link><pubDate>Tue, 25 Nov 2014 19:37:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/network-settings-for-clearos-in-virtualbox/</guid><description>&lt;p&gt;ClearCenter offers an almost ready to go VirtualBox image:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://www.clearfoundation.com/Software/downloads.html"&gt;http://www.clearfoundation.com/Software/downloads.html&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;With the first boot it provides a web based configuration GUI via URL&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://10.0.2.15:81/"&gt;https://10.0.2.15:81/&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Per default it is not possible to access this URL from the host machine which runs the VirtualBox virtualization software. So it is necessary to forward the request to the virtualized guest (ClearOS).&lt;/p&gt;</description></item><item><title>Replace or keep existing configuration files during Linux updates/upgrades</title><link>http://blog.marko-apfel.de/posts/replace-or-keep-existing-configuration-files-during-linux-updates-upgrades/</link><pubDate>Thu, 20 Nov 2014 17:03:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/replace-or-keep-existing-configuration-files-during-linux-updates-upgrades/</guid><description>&lt;p&gt;During updating/upgrading a fresh Moebius installation on a RaspberryPi with&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;apt-get update &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; apt-get upgrade
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;it brought this question:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-txt" data-lang="txt"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Configuration file `/etc/issue&amp;#39;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;==&amp;gt; Modified (by you or by a script) since installation.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;==&amp;gt; Package distributor has shipped an updated version.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;What would you like to do about it ? Your options are:
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Y or I : install the package maintainer&amp;#39;s version
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;N or O : keep your currently-installed version
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;D : show the differences between the versions
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Z : start a shell to examine the situation
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;The default action is to keep your current version.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;*** issue (Y/I/N/O/D/Z) [default=N] ?
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The default hint not to do that is mainly for longer running installations to avoid an overwriting of existing configuration files. In case of a fresh installation you should confirm with &lt;code&gt;Y&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>SID eines Systems setzen/ermitteln</title><link>http://blog.marko-apfel.de/posts/sid-eines-systems-setzen-ermitteln/</link><pubDate>Thu, 16 Mar 2006 13:30:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/sid-eines-systems-setzen-ermitteln/</guid><description>&lt;h2 id="setzen-der-sid"&gt;Setzen der SID&lt;/h2&gt;
&lt;p&gt;Die SID eines Systems zu ändern ist kein Problem dank SysPrep und Co.&lt;/p&gt;
&lt;h2 id="ermitteln"&gt;Ermitteln&lt;/h2&gt;
&lt;p&gt;Wie ermittelt man aber die aktuell gesetzte SID?&lt;/p&gt;
&lt;p&gt;Das geht ganz fix mit &lt;a href="http://www.sysinternals.com/Utilities/PsGetSid.html"&gt;PsGetSid&lt;/a&gt; aus den &lt;a href="http://www.sysinternals.com/Utilities/PsTools.html"&gt;PsTools&lt;/a&gt; von &lt;a href="http://www.sysinternals.com/"&gt;SysInternals&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Error: The database server you specified cannot be reached ..</title><link>http://blog.marko-apfel.de/posts/error-the-database-server-you-specified-cannot-be-reached/</link><pubDate>Thu, 23 Feb 2006 18:15:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/error-the-database-server-you-specified-cannot-be-reached/</guid><description>&lt;p&gt;Beim Installieren des Enterprise Single Sign-On Dienstes kommt folgende Fehlermeldung:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-txt" data-lang="txt"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;The database server you specified cannot be reached.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Make sure you have specified the correct server name and that the server is currently running.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Login failed for user ***
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Die Domain-Gruppe der &amp;ldquo;SSO Administratoren&amp;rdquo; muss in die Gruppe der lokalen Adminstratoren auf der SQL Server Maschine. Der Installations-User bekommt durch die Mitgliedschaft in &amp;ldquo;SSO Administratoren&amp;rdquo; dann Admin-Rechte im SQL-Server.&lt;/p&gt;</description></item><item><title>SQL Server 2005 Zugriffsproblem bei Remotezugriff</title><link>http://blog.marko-apfel.de/posts/sql-server-2005-zugriffsproblem-bei-remotezugriff/</link><pubDate>Thu, 23 Feb 2006 15:15:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/sql-server-2005-zugriffsproblem-bei-remotezugriff/</guid><description>&lt;p&gt;Wenn ein Remote-Zugriff auf einen SQL Server 2005 mit der Fehlermeldung&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-txt" data-lang="txt"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&amp;#34;A connection was successfully established with the server, but then an error occurred during the pre-login handshake.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;scheitert, dann hilft folgendes&lt;/p&gt;</description></item></channel></rss>