<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Binary Royale</title>
	<atom:link href="http://www.binaryroyale.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binaryroyale.com</link>
	<description>Taking the complication out if IT</description>
	<lastBuildDate>Tue, 24 May 2011 13:55:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Certificate Errors when opening Outlook 2010 &#8211; Exchange 2010 by admin</title>
		<link>http://www.binaryroyale.com/index.php/2011/05/certificate-errors-when-opening-outlook-2010-exchange-2010/#comment-6</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 24 May 2011 13:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryroyale.com/?p=186#comment-6</guid>
		<description>In fact

I think the addition of this command may assist even further


Set-ActiveSyncVirtualDirectory -Identity “BR-EXCHANGEMicrosoft-Server-ActiveSync (Default Web Site)” -ExternalURL https://mail.binaryroyale.com/Microsoft-Server-Activesync

Especially if you have iPhones / Mobile devices using your Exchange Server.

regards
JK</description>
		<content:encoded><![CDATA[<p>In fact</p>
<p>I think the addition of this command may assist even further</p>
<p>Set-ActiveSyncVirtualDirectory -Identity “BR-EXCHANGEMicrosoft-Server-ActiveSync (Default Web Site)” -ExternalURL <a href="https://mail.binaryroyale.com/Microsoft-Server-Activesync" rel="nofollow">https://mail.binaryroyale.com/Microsoft-Server-Activesync</a></p>
<p>Especially if you have iPhones / Mobile devices using your Exchange Server.</p>
<p>regards<br />
JK</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting the IP Address via command line &#8211; Windows Server Core by admin</title>
		<link>http://www.binaryroyale.com/index.php/2011/04/setting-the-ip-address-via-command-line-windows-server-core/#comment-4</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 20 Apr 2011 11:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryroyale.com/?p=102#comment-4</guid>
		<description>extra detailed instructions can be found here

http://www.binaryroyale.com/index.php/page/5/?s=server+core</description>
		<content:encoded><![CDATA[<p>extra detailed instructions can be found here</p>
<p><a href="http://www.binaryroyale.com/index.php/page/5/?s=server+core" rel="nofollow">http://www.binaryroyale.com/index.php/page/5/?s=server+core</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install SUSE Linux Enterprise under Hyper-V by admin</title>
		<link>http://www.binaryroyale.com/index.php/2010/04/how-to-install-suse-linux-enterprise-under-hyper-v/#comment-3</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 19 Apr 2011 13:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryroyale.com/?p=38#comment-3</guid>
		<description>Please bear in mind that this was written in April 2010 - SUSE Enterprise has more than likely got better at integrating with Hyper V.</description>
		<content:encoded><![CDATA[<p>Please bear in mind that this was written in April 2010 &#8211; SUSE Enterprise has more than likely got better at integrating with Hyper V.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Extra Diskspace to a XenServer v5.5 v5.6 Installation by admin</title>
		<link>http://www.binaryroyale.com/index.php/2011/04/adding-extra-diskspace-to-a-xenserver-installation/#comment-2</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 19 Apr 2011 12:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryroyale.com/?p=31#comment-2</guid>
		<description>have just revisited this issue, on another XenServer and the instructions have changed a little. Here goes

In section 6, where you run PVCREATE, which creates a new logical volume, before I was running


Code:
pvcreate /dev/sdb
to create a new sdb volume.

In the new HP DL180 G6 server, the disks are being presented / controlled, by a HP Smart Arrary P710 controller, which serves up the disks to Xen slightly differently

the smart array disks are present as /dev/cciss/arrays

therefore in this instance I had to issue the following command


Code:
pvcreate /dev/cciss/c0d1
- as this was the iD for the 2nd array

The second bit, where we create the storage repository using sr-create, changed also - section 11

The id&#039;s listed when doing a 
Code:
ls /dev/disk/by-id -l
where cciss related and not SCSI related, like in the original topic. So the new syntax on this HP server was 


Code:
xe sr-create type=lvm content-type=user device-config:device=/dev/disk/by-id/cciss-859485048afecc6ee08cccffg88 name-label=”Data1”


where the id was the last disk in my /dev/disk/by-id ls listing.

I then added other arrays to the system using the RAID controller utility and as the new ID&#039;s appeared in the ls listing of /dev/disk/by-id I added them in much the same way.

Hope this helps

Jonathan</description>
		<content:encoded><![CDATA[<p>have just revisited this issue, on another XenServer and the instructions have changed a little. Here goes</p>
<p>In section 6, where you run PVCREATE, which creates a new logical volume, before I was running</p>
<p>Code:<br />
pvcreate /dev/sdb<br />
to create a new sdb volume.</p>
<p>In the new HP DL180 G6 server, the disks are being presented / controlled, by a HP Smart Arrary P710 controller, which serves up the disks to Xen slightly differently</p>
<p>the smart array disks are present as /dev/cciss/arrays</p>
<p>therefore in this instance I had to issue the following command</p>
<p>Code:<br />
pvcreate /dev/cciss/c0d1<br />
- as this was the iD for the 2nd array</p>
<p>The second bit, where we create the storage repository using sr-create, changed also &#8211; section 11</p>
<p>The id&#8217;s listed when doing a<br />
Code:<br />
ls /dev/disk/by-id -l<br />
where cciss related and not SCSI related, like in the original topic. So the new syntax on this HP server was </p>
<p>Code:<br />
xe sr-create type=lvm content-type=user device-config:device=/dev/disk/by-id/cciss-859485048afecc6ee08cccffg88 name-label=”Data1”</p>
<p>where the id was the last disk in my /dev/disk/by-id ls listing.</p>
<p>I then added other arrays to the system using the RAID controller utility and as the new ID&#8217;s appeared in the ls listing of /dev/disk/by-id I added them in much the same way.</p>
<p>Hope this helps</p>
<p>Jonathan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

