<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2384006830100970949</id><updated>2012-02-06T12:35:33.990-08:00</updated><category term='lvcreate'/><category term='linux'/><category term='wysiwyg'/><category term='search indexing'/><category term='Introduction'/><category term='virtualization'/><category term='windows server 2008'/><category term='document library'/><category term='64-bit'/><category term='list'/><category term='logical volume'/><category term='site content and structure'/><category term='dd'/><category term='iscsi fedora 16 san lun iscsiadm'/><category term='webdav'/><category term='moss 2007'/><category term='vm'/><category term='new'/><category term='projects'/><category term='lvm'/><category term='2007'/><category term='project steps'/><category term='move'/><category term='pdf'/><category term='tasks'/><category term='redhat'/><category term='Specify different network policies for different ssid&apos;s on a single cisco ap nps windows server 2008'/><category term='sharepoint'/><category term='mac'/><category term='virtual'/><category term='dcc'/><category term='moss'/><category term='xen'/><category term='current'/><title type='text'>Diary of an IT Director</title><subtitle type='html'>All kinds of stuff.  Internet, windows, Mac os x, networking, wireless, virtualization, xen, robots, localization, home improvement</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>14</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-4443275053326772602</id><published>2012-02-06T11:00:00.000-08:00</published><updated>2012-02-06T12:35:34.006-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='iscsi fedora 16 san lun iscsiadm'/><title type='text'>CHROOT to remote fedora 16 install on SAN via iscsiadm</title><content type='html'>The goal of this post is to help you gain access to a CHROOT environment of a F16 install which was installed to a SAN via iscsi.&lt;br /&gt;&lt;br /&gt;While working on installing fedora to a diskless system using iscsi root and boot, my system would not boot.  I needed a way to access the system in chroot so I could reinstall grub with the proper iscsi boot config.  Everything discussed here is Fedora 16 64bit.  I am using an EMC VNXe 3100 SAN.  For this demonstration, I do not have chap enabled so it is not discussed here.&lt;br /&gt;&lt;br /&gt;Boot the Fedora 16 Live CD USB&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Boot Fedora 16 Live USB.  I had some problems getting mine to boot so see blog entry http://ispman.blogspot.com/2012/02/boot-fedora-16-64-bit-live-boot-from.html&lt;/li&gt;&lt;li&gt;Open a terminal window and &lt;span style="font-style: italic;"&gt;su&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Connect to the SAN via iSCSI using iscsiadm&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Edit /etc/iscsi/initiatorname.iscsi and put in the iqn your machine is going to initiate iscsi as.  In my case:&lt;i style=""&gt;  &lt;/i&gt;&lt;span style="font-weight: bold;"&gt;InitiatorName=iqn.1986-03.com.ibm:06LEJE8.linux&lt;/span&gt;  &lt;i style=""&gt;&lt;u&gt;&lt;/u&gt;&lt;/i&gt;   Note:  The initiator name also needs programmed in your SAN to allow connections from the IQN.&lt;/li&gt;&lt;li style="text-align: left;"&gt;Reload iscsi:&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;#&lt;span style="font-style: italic;"&gt;/etc/init.d/iscsi restart&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li style="text-align: left;"&gt;Setup your ethernet card to have an IP on the SAN network: &lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;# &lt;span style="font-style: italic;"&gt;ifconfig eth0 172.16.10.100/24&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li style="text-align: left;"&gt;Add the network card you are going to use for iscsi to the iscsi database:&lt;/li&gt;&lt;/ul&gt;# &lt;span style="font-style: italic;"&gt;iscsiadm -m iface -I eth0 -o new&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;New interface eth0 added&lt;/span&gt;&lt;span style=" font-style: italic;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li style="text-align: left;"&gt;Add the iscsi target to your isci database using iscsiadm: &lt;span style="font-style: italic;"&gt;iscsiadm -m node -T &lt;iscsi_server_iqn&gt; -p &lt;iscsi_server_ip&gt; -o new&lt;/iscsi_server_ip&gt;&lt;/iscsi_server_iqn&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;# &lt;span style="font-style: italic;"&gt;iscsiadm -m node -T iqn.1992-05.com.emc:apm001140005820000-10-vnxe -p 172.16.10.18 -o new&lt;/span&gt;&lt;br style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Starting iscsid:&lt;/span&gt;&lt;br style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;New iSCSI node [tcp:[hw=,ip=,net_if=,iscsi_if=default] 172.16.10.18,3260,-1 iqn.1992-05.com.emc:ap001140005820000-10-vnxe] added&lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;span style=" font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;Now log into the iscsi target: &lt;/span&gt;&lt;span style="font-style: italic;"&gt;iscsiadm -m node -T &lt;iscsi_server_iqn&gt; -p &lt;iscsi_server_ip&gt; -l&lt;/iscsi_server_ip&gt;&lt;/iscsi_server_iqn&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;# &lt;span style="font-style: italic;"&gt;iscsiadm -m node -T iqn.1992-05.com.emc:ap001140005820000-10-vnxe -p 172.16.10.18 -l&lt;/span&gt;&lt;/p&gt;&lt;p style="font-weight: bold;"&gt;Logging in to [iface: default, target: iqn.1992-05.com.emc:apm00114005820000-10-vnxe, portal: {172.16.10.18,3260]&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Login to [iface: default, target: iqn.1992-05.com.emc:apm00114005820000-10-vnxe, portal: {172.16.10.18,3260] successful&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style="text-align: left;"&gt;&lt;span style="font-style: italic;"&gt;Ensure the session is up and running&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;# iscsiadm -m session -P 3&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Using dmesg, find what device your iscsi drive was attached to.  In my case it was sdb&lt;/li&gt;&lt;li&gt;I used LVM when I installed to the iscsi target before so I have to bring up the lv's&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;#fdisk -l /dev/sdb&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Use lvs to find the VG name&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;#lvs&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Make the lv active&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;#vgchange -a y VolGroup&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Make your temporary mountpoint&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;#mkdir /mnt/sysimage&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Mount the root partition to sysimage.  For me, lvs told me the name was lv_root, then mount the rest&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;#mount /dev/VolGroup/lv_root /mnt/sysimage&lt;/p&gt;&lt;p&gt;#mount -t tmpfs none /mnt/sysimage/tmp&lt;/p&gt;&lt;p&gt;#mount -t tmpfs none /mnt/sysimage/var/lock&lt;/p&gt;&lt;p&gt;#mount -t tmpfs none /mnt/sysimage/var/lib/iscsi&lt;/p&gt;&lt;p&gt;#mount --bind /dev /mnt/sysimage/dev&lt;/p&gt;&lt;p&gt;#mount -t proc none /mnt/sysimage/proc&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Mount the boot partition of the drive which for me was sdb2&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;#mount /dev/sdb2 /mnt/sysimage/boot&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Begin the chroot&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;#chroot /mnt/sysimage&lt;/p&gt;&lt;p&gt;#source /etc/profile&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-4443275053326772602?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/4443275053326772602/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=4443275053326772602' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/4443275053326772602'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/4443275053326772602'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2012/02/chroot-to-remote-fedora-16-install-on.html' title='CHROOT to remote fedora 16 install on SAN via iscsiadm'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-7355520279022872719</id><published>2012-02-06T10:41:00.000-08:00</published><updated>2012-02-06T10:50:26.821-08:00</updated><title type='text'>Boot Fedora 16 64 bit live boot from usb ibm hs22</title><content type='html'>I was not able to boot to a Fedora 64bit live usb stick.  I downloaded the 64bit live iso and used the windows version of Fedora Live USB Created.  The boot would drop out saying no root device.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;From: http://www.fedoraforum.org/forum/showthread.php?p=1476942&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table border="0" cellpadding="0" cellspacing="6" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td nowrap="nowrap"&gt;&lt;div id="postmenu_1476942"&gt;            &lt;a class="bigusername" href="http://www.fedoraforum.org/forum/member.php?u=183663"&gt;nk1eto&lt;/a&gt;      &lt;i&gt;Offline&lt;/i&gt;                   &lt;/div&gt;      &lt;div class="smallfont"&gt;Registered User&lt;/div&gt;               &lt;/td&gt;    &lt;td width="100%"&gt; &lt;/td&gt;    &lt;td nowrap="nowrap" valign="top"&gt;      &lt;div class="smallfont"&gt;      &lt;div&gt;Join Date: May 2011&lt;/div&gt;                  &lt;div&gt;       Posts: 1      &lt;/div&gt;                        &lt;img title="linux" src="http://www.fedoraforum.org/forum/images/useragent/icon_linux.gif" alt="linux" /&gt;&lt;img title="firefox" src="http://www.fedoraforum.org/forum/images/useragent/icon_firefox.gif" alt="firefox" /&gt;      &lt;div&gt;    &lt;/div&gt;     &lt;/div&gt;     &lt;/td&gt;   &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;                                &lt;div class="smallfont"&gt;          &lt;strong&gt;Re: Lenovo S205 won't boot any Live USB Fedora distro&lt;/strong&gt;    &lt;/div&gt;    &lt;hr style="color:#D1D1E1; background-color:#D1D1E1" size="1"&gt;              &lt;div id="post_message_1476942"&gt;          I was having this same exact problem on a Lenovo x120e Thinkpad, Fedora liveUSB created with unetbootin. Solved it by:&lt;br /&gt;&lt;br /&gt;1. Find your USB disk label. When in the debug shell, run&lt;br /&gt;&lt;div style="margin:20px; margin-top:5px"&gt;  &lt;div class="smallfont" style="margin-bottom:2px"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="   margin: 0px;   padding: 6px;   border: 1px inset;   width: 860px;   height: 50px;   text-align: left;   overflow: auto"&gt;ls /dev/disk/by-label/ UDISK&lt;/pre&gt; &lt;/div&gt;My label was UDISK. The fedora installer by default expects the label to be Fedora-15-x86_64-Live-Desktop (or similar)&lt;br /&gt;2. Reboot and edit the GRUB boot command.&lt;br /&gt;&lt;div style="margin:20px; margin-top:5px"&gt;  &lt;div class="smallfont" style="margin-bottom:2px"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="   margin: 0px;   padding: 6px;   border: 1px inset;   width: 860px;   height: 114px;   text-align: left;   overflow: auto"&gt;hit ENTER to view GRUB menu. hit 'e' to edit commands before booting. hit 'e' to edit top entry. change LABEL=Fedora-15-x86_64-Live-Desktop to LABEL=&lt;yourusblabel&gt; (also remove 'quiet rhgb' for verbosity) hit ENTER to accept and 'b' to boot.&lt;/yourusblabel&gt;&lt;/pre&gt; &lt;/div&gt;that should do it.    &lt;/div&gt;                                 &lt;div class="smallfont"&gt;     &lt;hr style="color:#D1D1E1; background-color:#D1D1E1" size="1"&gt;     &lt;em&gt;             Last edited by nk1eto; 28th May 2011 at &lt;span class="time"&gt;03:23 PM&lt;/span&gt;.                 &lt;/em&gt;    &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-7355520279022872719?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/7355520279022872719/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=7355520279022872719' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/7355520279022872719'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/7355520279022872719'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2012/02/boot-fedora-16-64-bit-live-boot-from.html' title='Boot Fedora 16 64 bit live boot from usb ibm hs22'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-2256194596701025191</id><published>2012-01-10T08:19:00.000-08:00</published><updated>2012-01-10T08:24:00.867-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Specify different network policies for different ssid&apos;s on a single cisco ap nps windows server 2008'/><title type='text'>Specify different network policies for different ssid's on a single cisco ap</title><content type='html'>From looking at the log file for NPS (to find your log file go to server manager, roles, network policy and access services, NPS, Accounting) I was able to see that when I connect to different ssids (single cisco access point, multiple ssids and vlans), the log shows me the mac address of the virtual ap I connect to.  I tried to find this mac address on my cisco ap but couldnt so I connected to the different ssid's, looked at the log to get them.&lt;br /&gt;&lt;br /&gt;For example:&lt;br /&gt;"VMDC01","IAS",01/10/2012,10:00:41,1,"seegrid\bfisk","SEEGRID\bfisk","0023.050c.e751","0811.9688.ffb0",,,"pghap2","192.168.10.25",51105,9,"192.168.10.25","pghap02",,,19,,,1,11,"SGA Wireless",0,"311 1 192.168.10.4 01/10/2012 13:30:09 192",,,,"Microsoft: Secured password (EAP-MSCHAP v2)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"SGA",1,,,,&lt;br /&gt;&lt;br /&gt;After my username bfisk, you will see the mac for the vap and for my client computer connecting to the wifi.  Looking at the logs I found one ssid = e751 and the other was e750.&lt;br /&gt;&lt;br /&gt;I then created network policies, one for each ssid/vlan and used the condition Called Station ID = e751$  for the one ssid, e750$ for the other ssid.  Added the different domain group conditions for each and presto, working like a champ.&lt;br /&gt;&lt;br /&gt;Downfall to this is if you have multple ap's you will need to do the same for each ap to get all the mac addresses.  I couldnt find the vap mac using show int.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-2256194596701025191?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/2256194596701025191/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=2256194596701025191' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/2256194596701025191'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/2256194596701025191'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2012/01/specify-different-network-policies-for.html' title='Specify different network policies for different ssid&apos;s on a single cisco ap'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-8442530101948804565</id><published>2010-11-23T11:57:00.000-08:00</published><updated>2010-11-23T12:11:14.487-08:00</updated><title type='text'>Received  Error: 452 4.4.2 Mailbox Full Microsoft SMTP Virtual Server (Server 2008r2)</title><content type='html'>&lt;div&gt;Emails were bouncing back to a sharepoint list of mine.  After further digging I found out there is a little switch in the smtp server setup that puts a quote on a mailbox.  I recommend removing this for anyone accepting email into email enabled lists in sharepoint.&lt;br /&gt;&lt;br /&gt;Here was the message I was receiving from my exchange server (which forward mail addressed to @sharepoint.seegrid.company to the sharepoint smtp server): &lt;/div&gt; &lt;div&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Delivery is delayed to these recipients or groups:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;fieldstatus@sharepoint.seegrid.company (fieldstatus@sharepoint.seegrid.company)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Subject: FW: test&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;This message hasn't been delivered yet. Delivery will continue to be attempted.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;The server will keep trying to deliver this message for the next 1 days, 19 hours and 59 minutes. You'll be notified if the message can't be delivered by that time.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So I telnetted to the sharepoint server running the built in Microsoft SMTP Server that comes with Windows Server 2008 R2 and go the following error:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;220 sharepoint.seegrid.company Microsoft ESMTP MAIL Service, Version: 7.5.7600.1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;6544 ready at  Tue, 23 Nov 2010 14:42:17 -0500&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;ehlo&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250-sharepoint.seegrid.company Hello [192.168.10.89]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250-TURN&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250-SIZE&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250-ETRN&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250-PIPELINING&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250-DSN&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250-ENHANCEDSTATUSCODES&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250-8bitmime&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250-BINARYMIME&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250-CHUNKING&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250-VRFY&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250 OK&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;mail from: bfisk@seegrid.com&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;250 2.1.0 bfisk@seegrid.com....Sender OK&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;rcpt to: fieldstatus@sharepoint.seegrid.company&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;452 4.2.2 Mailbox full&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;After searching around I found the following at: http://www.dawkco.com/software/support/sir200212191418.txt&lt;br /&gt;&lt;br /&gt;Disable the SMTP Drop Directory Quota setting&lt;br /&gt;=============================================&lt;br /&gt;1.  Open Internet Services Manager&lt;br /&gt;   a.  Expand the local computer node&lt;br /&gt;   b.  Expand SMTP Virtual Server node&lt;br /&gt;   c.  Select the Domains node under the SMTP Virtual Server node&lt;br /&gt;2.  In the right-hand pane, Right-click on the Local (Default) domain name&lt;br /&gt;   in the list of domains&lt;br /&gt;   a.  Select Properties&lt;br /&gt;   b.  CLEAR the "Enable drop directory quota" checkbox&lt;br /&gt;   c.  Click OK&lt;br /&gt;3.  Stop, and then re-Start the SMTP Virtual Server to force the change to&lt;br /&gt;   take effect immediately.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-8442530101948804565?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/8442530101948804565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=8442530101948804565' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/8442530101948804565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/8442530101948804565'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2010/11/received-error-452-442-mailbox-full.html' title='Received  Error: 452 4.4.2 Mailbox Full Microsoft SMTP Virtual Server (Server 2008r2)'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-7818330309967318882</id><published>2010-11-10T04:53:00.000-08:00</published><updated>2011-04-18T19:09:54.682-07:00</updated><title type='text'>Restoring an exchange 2010 mailbox using DPM 2010</title><content type='html'>Overview:&lt;br /&gt;&lt;br /&gt;DPM server backs up exchange server database every morning at 1am.  We had to recover a user mailbox from the week before.  DPM uses VSS writer to backup the exchange database.  This means even when you want to restore a single mailbox, DPM will restore the entire mailbox database for the date you choose to an exchange recovery database and then you pull out that users data.  The instructions below assume only that you already have DPM setup and backing up your exchange server.&lt;br /&gt;&lt;br /&gt;My setup:&lt;br /&gt;&lt;br /&gt;Primary VM Server:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Windows server 2008 R2 enterprise&lt;/li&gt;&lt;li&gt;Dual quad 3ghz xeon ibm x3550&lt;/li&gt;&lt;li&gt;48gb ram&lt;/li&gt;&lt;li&gt;2 750gb drives raid 0 which are c: and d: drive&lt;/li&gt;&lt;li&gt;c: is os, d: is virtual memory for server&lt;/li&gt;&lt;li&gt;4 1tb drives raid 5 which is e: drive&lt;/li&gt;&lt;li&gt;4 active windows server 2008 r2 virtual machines with virtual hard drives on e:&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Exchange VM:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;16gb ram&lt;/li&gt;&lt;li&gt;300gb virtual hard disk (c:)&lt;/li&gt;&lt;li&gt;150gb virtual hard disk (d:)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;DPM Server:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Windows server 2008 r2&lt;/li&gt;&lt;li&gt;DPM 2010&lt;/li&gt;&lt;li&gt;Single core2duo 2.8ghz&lt;/li&gt;&lt;li&gt;8gb ram&lt;/li&gt;&lt;li&gt;2 1tb drives raid0 (c: os)&lt;/li&gt;&lt;li&gt;16tb drobo connected via gigabit eth (backup destination)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Backup schedule:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Backup exchange database every morning at 8am&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The Process:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Using exchange powershell, create a &lt;a href="http://technet.microsoft.com/en-us/library/dd876954.aspx"&gt;recovery database&lt;/a&gt; on your exchange server.  Make sure you create the database on a drive where you will have enough space to recover the entire mailbox database backup.  In my case, my mailbox database was 80gb.  You only have to create a recovery database once.  You can use it over and over again for your restore.  Syntax: &lt;em&gt;new-mailboxdatabase -Recovery -Name RDB1 -Server vmexchange01 -EDBFilePath "d:\rdb1\database\rdb1.edb" -LogFolderPath "d:\rdb1\Logs"&lt;/em&gt;&lt;/li&gt;&lt;li&gt;Set the database so it can be overwritten.  You will need to do this everytime before you go to recover a mailbox as once the recovery is done, the flag will be removed automatically.  Syntax:  &lt;em&gt;set-mailboxdatabase -Identity rdb1 -AllowFileRestore 1&lt;/em&gt;&lt;/li&gt;&lt;li&gt;Open DPM Console, select the &lt;em&gt;Recovery&lt;/em&gt; tab&lt;/li&gt;&lt;li&gt;Select the exchange database, the date you wish to recover from&lt;/li&gt;&lt;li&gt;Right click on the mailbox you wish to recover and choose &lt;em&gt;recover&lt;/em&gt;&lt;/li&gt;&lt;li&gt;Confirm that you are recovering the correct mailbox and date and click &lt;em&gt;Next&lt;/em&gt;&lt;/li&gt;&lt;li&gt;Choose &lt;em&gt;Recover mailbox to an Exchange server database&lt;/em&gt; and click &lt;em&gt;Next&lt;/em&gt;&lt;/li&gt;&lt;li&gt;Enter in your exchange server, in my case it is &lt;em&gt;vmexchange01&lt;/em&gt; and specify the database name, in my case, &lt;em&gt;RDB1&lt;/em&gt;&lt;/li&gt;&lt;li&gt;Uncheck &lt;em&gt;SAN Recovery, &lt;/em&gt;set a notification for when the restore is complete, click &lt;em&gt;Next&lt;/em&gt;&lt;/li&gt;&lt;li&gt;Confirm the settings and click &lt;em&gt;Next&lt;/em&gt;&lt;/li&gt;&lt;li&gt;The restore is now in progress.  You can close the status window if you wish and monitor through the Monitoring tab&lt;/li&gt;&lt;li&gt;You will notice that DPM will start recovering the entire mailbox database for the date you specified to you recovery database on the exchange server.  As soon as you see some data transferred, the size of the recover database on the server be set to the size of the recovery.  This will help you gauge how long the recover will take&lt;/li&gt;&lt;li&gt;Once the recovery is complete, you will then need to transfer the users recovered mailbox to an active user on the exchange server.  In my case, I am going to recover the mailbox of &lt;em&gt;"Brian Fisk"&lt;/em&gt; to a folder called "&lt;em&gt;Recovered Backup&lt;/em&gt;" under the exchange user &lt;em&gt;ittest.  &lt;/em&gt;THIS WILL NOT OVERWRITE THEIR MAILBOX, it will add a folder at the same level as Inbox called &lt;em&gt;Recovered Backup&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;Syntax: New-MailboxRestoreRequest -SourceDatabase "rdb1" -SourceStoreMailbox 'Brian Fisk' -TargetMailbox ittest@seegrid.com -TargetRootFolder 'Recovered Backup' -AllowLegacyDNMismatch&lt;br /&gt;&lt;/em&gt;&lt;/li&gt;&lt;li&gt;When prompted, hit Y to recover the mailbox&lt;/li&gt;&lt;li&gt;You will now see a folder called 'Recovered Backup' under the mailbox&lt;/li&gt;&lt;/ol&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-7818330309967318882?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/7818330309967318882/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=7818330309967318882' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/7818330309967318882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/7818330309967318882'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2010/11/restoring-exchange-2010-mailbox-using.html' title='Restoring an exchange 2010 mailbox using DPM 2010'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-1174883896524965251</id><published>2009-05-21T11:56:00.000-07:00</published><updated>2009-05-21T12:06:26.477-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='lvcreate'/><category scheme='http://www.blogger.com/atom/ns#' term='virtual'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='vm'/><category scheme='http://www.blogger.com/atom/ns#' term='logical volume'/><category scheme='http://www.blogger.com/atom/ns#' term='virtualization'/><category scheme='http://www.blogger.com/atom/ns#' term='lvm'/><category scheme='http://www.blogger.com/atom/ns#' term='xen'/><category scheme='http://www.blogger.com/atom/ns#' term='mac'/><title type='text'>Resizing LVM Volumes in Linux under vmware or native</title><content type='html'>This is a great set of instructions by David Maphis on how to resize an LVM volume in Linux.  I just used these instructions to expand my linux virtual machine hard drive under vmware fusion.  OS was Fedora core 6 using lvm.  Vmware I used was VMware fusion for the mac but this applies to any linux system using lvm. &lt;br /&gt;&lt;br /&gt;Under my vm settings in VMware fusion I expanded the disk to be larger and then followed these instructions for the linux side of things.  Obviously the vm has to be shutdown before you mess with the hd size in vmware but all of the linux steps I did on the live system within Xwindows.  LV's are great! &lt;br /&gt;&lt;br /&gt;Here are David's instructions.  You can skip his intro if you are not using vmware server.   I injected some notes which you will find in bold.&lt;br /&gt;&lt;br /&gt;URL to original pdf: http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fcommunities.vmware.co&lt;a id="publishButton" class="cssButton" href="javascript:void(0)" target="" onclick="if (this.className.indexOf(&amp;quot;ubtn-disabled&amp;quot;) == -1) {var e = document['stuffform'].publish;(e.length) ? e[0].click() : e.click(); if (window.event) window.event.cancelBubble = true; return false;}"&gt;&lt;div class="cssButtonOuter"&gt;&lt;div class="cssButtonMiddle"&gt;&lt;div class="cssButtonInner"&gt;Publish Post&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;m%2Fservlet%2FJiveServlet%2FpreviewBody%2F4900-102-2-3019%2FResizing%2520LVM%2520Volumes%2520in%2520Linux.pdf%3Bjsessionid%3D9DC6B8A9615CEBD28FE94412BA638CE1&amp;amp;ei=VJcVSsioAZio8gSaxKjHAg&amp;amp;usg=AFQjCNGSDpxwdH7ojtEpCwiGR_Yueod_Kg&amp;amp;sig2=oJ4vPtV31iEBovG4xMFuHw&lt;br /&gt;&lt;br /&gt;By David Maphis 4/29/2008&lt;br /&gt;&lt;br /&gt;In this example I will changed the size of my root partition without&lt;br /&gt;affecting any data. Since this is a VM, I can extend my vmdk with the&lt;br /&gt;“vmkfstools” command. To do this I will have to shutdown the VM to release&lt;br /&gt;the lock on the file then resize it. Power up when complete.&lt;br /&gt;&lt;br /&gt;Once this is done, make a partition that uses the available space you wish to&lt;br /&gt;add to the LVM volume using “parted”. It has an interactive shell, so just&lt;br /&gt;enter “parted” in a shell:&lt;br /&gt;&lt;br /&gt;parted&lt;br /&gt;(parted) print&lt;br /&gt;Model: VMware Virtual disk (scsi)&lt;br /&gt;Disk /dev/sda: 10.7GB&lt;br /&gt;Sector size (logical/physical): 512B/512B&lt;br /&gt;Partition Table: msdos&lt;br /&gt;&lt;br /&gt;Number  Start   End     Size    Type     File system  Flags&lt;br /&gt; 1      32.3kB  206MB   206MB   primary  ext3         boot&lt;br /&gt; 2      206MB   8587MB  8382MB  primary               lvm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So I have from 8588MB to 10.7GB available for a new partition. For this&lt;br /&gt;example I’m only using up to 9588MB. Your numbers will obviously vary.&lt;br /&gt;&lt;br /&gt;So now let’s make a partition from the new space:&lt;br /&gt;&lt;br /&gt;(parted) mkpart primary 8588 9588&lt;br /&gt;&lt;br /&gt;(parted) print&lt;br /&gt;Model: VMware Virtual disk (scsi)&lt;br /&gt;Disk /dev/sda: 10.7GB&lt;br /&gt;Sector size (logical/physical): 512B/512B&lt;br /&gt;Partition Table: msdos&lt;br /&gt;&lt;br /&gt;Number  Start   End     Size    Type     File system  Flags&lt;br /&gt; 1      32.3kB  206MB   206MB   primary  ext3         boot&lt;br /&gt; 2      206MB   8587MB  8382MB  primary               lvm&lt;br /&gt; 3      8587MB  9588MB  1001MB  primary&lt;br /&gt;&lt;br /&gt;You can now see that we have allocated a total of 1001MB of space to&lt;br /&gt;partition 3 or /dev/sda3.&lt;br /&gt;&lt;br /&gt;Next we need to create a Physical Volume (PV) with “pvcreate”. LVM also has&lt;br /&gt;an interactive shell, so type “lvm” in a shell prompt:&lt;br /&gt;&lt;br /&gt;lvm&lt;br /&gt;lvm&gt; pvcreate /dev/sda3&lt;br /&gt;  Physical volume "/dev/sda3" successfully created&lt;br /&gt;&lt;br /&gt;lvm&gt; pvs&lt;br /&gt;  PV         VG         Fmt  Attr PSize   PFree&lt;br /&gt;  /dev/sda2  VolGroup00 lvm2 a-     7.78G  32.00M&lt;br /&gt;  /dev/sda3             lvm2 --   954.44M 954.44M&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;BFISK NOTE:  I did not see sda3 when I ran the pvs command but I was able to proceed with the directions.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now there is a partition that is about 1GB of space available on PV&lt;br /&gt;/dev/sda3.&lt;br /&gt;&lt;br /&gt;Now we need to extend the Volume Group (VG) to include the new PV with the&lt;br /&gt;“vgextend” command:&lt;br /&gt;&lt;br /&gt;lvm&gt; vgextend VolGroup00 /dev/sda3&lt;br /&gt;  Volume group "VolGroup00" successfully extended&lt;br /&gt;lvm&gt; pvs&lt;br /&gt;  PV         VG         Fmt  Attr PSize   PFree&lt;br /&gt;  /dev/sda2  VolGroup00 lvm2 a-     7.78G  32.00M&lt;br /&gt;  /dev/sda3  VolGroup00 lvm2 a-   928.00M 928.00M&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;BFISK NOTE:  I dont think I saw sda3 here either but continued with directions&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;By virtue of the fact that we used the same name as the existing VG, we have&lt;br /&gt;now included this PV in the VG.&lt;br /&gt;&lt;br /&gt;Extend the Logical Volume (LV) to include the new space with “lvextend”. To&lt;br /&gt;determine that size of the extents we want to add, we first need to view the&lt;br /&gt;VG:&lt;br /&gt;&lt;br /&gt;lvm&gt; vgdisplay VolGroup00&lt;br /&gt;  --- Volume group ---&lt;br /&gt;  VG Name               VolGroup00&lt;br /&gt;  System ID&lt;br /&gt;  Format                lvm2&lt;br /&gt;  Metadata Areas        2&lt;br /&gt;  Metadata Sequence No  4&lt;br /&gt;  VG Access             read/write&lt;br /&gt;  VG Status             resizable&lt;br /&gt;  MAX LV                0&lt;br /&gt;  Cur LV                2&lt;br /&gt;  Open LV               2&lt;br /&gt;  Max PV                0&lt;br /&gt;  Cur PV                2&lt;br /&gt;  Act PV                2&lt;br /&gt;  VG Size               8.69 GB&lt;br /&gt;  PE Size               32.00 MB&lt;br /&gt;  Total PE              278&lt;br /&gt;  Alloc PE / Size       248 / 7.75 GB&lt;br /&gt;  Free  PE / Size       30 / 960.00 MB&lt;br /&gt;  VG UUID               Ll4Bg4-jIFV-lfut-z4Ae-JTfH-0Hzp-Zf9RjM&lt;br /&gt;&lt;br /&gt;Looking at this we can see that the total “Free  PE” is 30. We will use this&lt;br /&gt;in the following command:&lt;br /&gt;&lt;br /&gt;lvm&gt; lvextend -l+30 /dev/VolGroup00/LogVol00&lt;br /&gt;  Extending logical volume LogVol00 to 8.19 GB&lt;br /&gt;  Logical volume LogVol00 successfully resized&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;BFISK NOTE:  I am not sure what the +30 is.  It's not MB and it's not GB.  Maybe %?  I dunno, I just issued the command until it told me there was no space left.  At that point I used -l+10 untill I ran out and then +1, etc until I had no empty space left.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;&lt;br /&gt;lvm&gt; lvs&lt;br /&gt;  LV       VG         Attr   LSize   Origin Snap%  Move Log Copy%&lt;br /&gt;  LogVol00 VolGroup00 -wi-ao   8.19G&lt;br /&gt;  LogVol01 VolGroup00 -wi-ao 512.00M&lt;br /&gt;&lt;br /&gt;So there you are, you have now extended your LV. Now we have to clue the OS&lt;br /&gt;in what is happening.&lt;br /&gt;We need to expand the file system to make the new space visible to the OS&lt;br /&gt;with resize2fs (Fedora, CentOS) or ext2online (RedHat)&lt;br /&gt;&lt;br /&gt;[root@labserver02 dev]# df -h /&lt;br /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;br /&gt;/dev/mapper/VolGroup00-LogVol00&lt;br /&gt;                      7.1G  1.3G  5.4G  20% /&lt;br /&gt;&lt;br /&gt;[root@labserver02 dev]# resize2fs&lt;br /&gt;resize2fs 1.40.2 (12-Jul-2007)&lt;br /&gt;Usage: resize2fs [-d debug_flags] [-f] [-F] [-p] device [new_size]&lt;br /&gt;&lt;br /&gt;[root@labserver02 dev]# resize2fs /dev/VolGroup00/LogVol00&lt;br /&gt;resize2fs 1.40.2 (12-Jul-2007)&lt;br /&gt;Filesystem at /dev/VolGroup00/LogVol00 is mounted on /; on-line resizing&lt;br /&gt;required&lt;br /&gt;old desc_blocks = 1, new_desc_blocks = 1&lt;br /&gt;Performing an on-line resize of /dev/VolGroup00/LogVol00 to 2146304 (4k)&lt;br /&gt;blocks.&lt;br /&gt;The filesystem on /dev/VolGroup00/LogVol00 is now 2146304 blocks long.&lt;br /&gt;&lt;br /&gt;[root@labserver02 dev]# df -h /&lt;br /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;br /&gt;/dev/mapper/VolGroup00-LogVol00&lt;br /&gt;                      8.0G  1.3G  6.3G  17% /&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-1174883896524965251?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/1174883896524965251/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=1174883896524965251' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/1174883896524965251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/1174883896524965251'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2009/05/resizing-lvm-volumes-in-linux-under.html' title='Resizing LVM Volumes in Linux under vmware or native'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-5482591229693732567</id><published>2009-05-13T21:19:00.000-07:00</published><updated>2009-05-13T21:25:56.583-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='redhat'/><category scheme='http://www.blogger.com/atom/ns#' term='lvcreate'/><category scheme='http://www.blogger.com/atom/ns#' term='dd'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='vm'/><category scheme='http://www.blogger.com/atom/ns#' term='64-bit'/><category scheme='http://www.blogger.com/atom/ns#' term='virtualization'/><category scheme='http://www.blogger.com/atom/ns#' term='lvm'/><category scheme='http://www.blogger.com/atom/ns#' term='xen'/><title type='text'>Xen: Move an LVM-based virtual machine to another host without shared storage between the two hosts</title><content type='html'>For those running Xen on servers with no back-end SAN, the following instructions detail the steps necessary to move an LVM-based virtual machine to a new physical host. There may be more elegant ways to achieve this, but this is what worked for me. &lt;p&gt;&lt;strong&gt;Environment&lt;/strong&gt;&lt;br /&gt;Ok, so let’s set the scene:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;code&gt;vmhost&lt;/code&gt; is a RHEL 5 server running several virtual machines using the Xen virtualization technology. Each virtual machine is allocated a 60 GB logical volume within an LVM volume group. One of these virtual machines, “win2k3vm”, needs to be moved to a new server.&lt;/li&gt;&lt;li&gt;&lt;code&gt;new-vmhost&lt;/code&gt; is almost identical to vmhost, but has updated hardware and more memory.  This is the server that “win2k3vm” will be moved to.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;span id="more-35"&gt;&lt;/span&gt;&lt;br /&gt;&lt;strong&gt;Migrate the Virtual Machine&lt;/strong&gt;&lt;br /&gt;1. Create a snapshot of virtual machine LVM volume. This can be run on a live virtual machine, but it is probably safer to perform a graceful shutdown of your virtual machine first.&lt;/p&gt; &lt;p&gt;&lt;code&gt;[root@vmhost]# lvcreate -s -L 300m -n win2k3vm-snap VolGroup01&lt;/code&gt;&lt;/p&gt; &lt;p&gt;2. Export the snapshot of the guest VM to a file that can be moved between physical servers.&lt;/p&gt; &lt;p&gt;&lt;code&gt;[root@vmhost]# dd if=/dev/VolGroup01/win2k3vm-snap of=/mnt/temp/win2k3vm.img bs=4096&lt;/code&gt;&lt;/p&gt; &lt;p&gt;3. Remove the snapshot LVM volume.&lt;/p&gt; &lt;p&gt;&lt;code&gt;[root@vmhost]# lvremove /dev/VolGroup01/win2k3vm-snap&lt;/code&gt;&lt;/p&gt; &lt;p&gt;4. Copy the file to the new VM host.  Make sure you have sufficient free drive space.&lt;/p&gt; &lt;p&gt;&lt;code&gt;[root@vmhost]# scp /mnt/temp/win2k3vm.img user@new-vmhost:/mnt/temp/&lt;/code&gt;&lt;/p&gt; &lt;p&gt;5. On the new VM host, create an LVM volume that is at least as big as the guest VM file.&lt;/p&gt; &lt;p&gt;&lt;code&gt;[root@new-vmhost]# lvcreate -n win2k3vm -L 60G VMGroup&lt;/code&gt;&lt;/p&gt; &lt;p&gt;6. Transfer the guest VM file to the new LVM volume.&lt;/p&gt; &lt;p&gt;&lt;code&gt;[root@new-vmhost]# dd if=win2k3vm.img of=/dev/VMGroup/win2k3vm bs=4096&lt;/code&gt;&lt;/p&gt; &lt;p&gt;7. Copy the VM config file from the old VM host to the new VM host server.&lt;/p&gt; &lt;p&gt;&lt;code&gt;[root@vmhost]# scp /etc/xen/win2k3vm user@new-vmhost:&lt;/code&gt;&lt;/p&gt; &lt;p&gt;8. Copy the file to the appropriate directory.&lt;/p&gt; &lt;p&gt;&lt;code&gt;[usr@new-vmhost]$ sudo mv ~/win2k3vm /etc/xen/&lt;/code&gt;&lt;/p&gt; &lt;strong&gt;Summary of Commands&lt;/strong&gt;&lt;br /&gt;&lt;code&gt;[root@vmhost]# lvcreate -s -L 300m -n win2k3vm-snap VolGroup01&lt;br /&gt;[root@vmhost]# dd if=/dev/VolGroup01/win2k3vm-snap of=/mnt/temp/win2k3vm.img bs=4096&lt;br /&gt;[root@vmhost]# lvremove /dev/VolGroup01/win2k3vm-snap&lt;br /&gt;[root@vmhost]# scp /mnt/temp/win2k3vm.img user@new-vmhost:/mnt/temp/&lt;br /&gt;[root@new-vmhost]# lvcreate -n win2k3vm -L 60G VMGroup&lt;br /&gt;[root@new-vmhost]# dd if=win2k3vm.img of=/dev/VMGroup/win2k3vm bs=4096&lt;br /&gt;[root@vmhost]# scp /etc/xen/win2k3vm user@new-vmhost:&lt;br /&gt;[usr@new-vmhost]$ sudo mv ~/win2k3vm /etc/xen/&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Credit goes to:  &lt;a href="Move%20an%20LVM-based%20virtual%20machine%20to%20another%20host"&gt;http://www.alethe.com/brad/2008/04/move-an-lvm-based-virtual-machine-to-another-host/&lt;/a&gt; who these instructions were created by.&lt;br /&gt;&lt;br /&gt;These instructions were perfect. Thanks &lt;a href="http://www.alethe.com/brad/author/admin/"&gt;Brad&lt;/a&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-5482591229693732567?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/5482591229693732567/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=5482591229693732567' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/5482591229693732567'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/5482591229693732567'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2009/05/xen-move-lvm-based-virtual-machine-to.html' title='Xen: Move an LVM-based virtual machine to another host without shared storage between the two hosts'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-8486665310886154370</id><published>2009-05-12T12:02:00.000-07:00</published><updated>2009-05-13T11:25:28.523-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='redhat'/><category scheme='http://www.blogger.com/atom/ns#' term='dd'/><category scheme='http://www.blogger.com/atom/ns#' term='virtual'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='vm'/><category scheme='http://www.blogger.com/atom/ns#' term='64-bit'/><category scheme='http://www.blogger.com/atom/ns#' term='virtualization'/><category scheme='http://www.blogger.com/atom/ns#' term='xen'/><title type='text'>Xen: Converting a physical linux machine to xen virtual machine (fully virtualized) in Redhat Enterprise (64-bit)</title><content type='html'>I am running &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Redhat&lt;/span&gt; Enterprise Linux with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;xen&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;virtualization&lt;/span&gt;.  My server is a quad core 3&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;ghz&lt;/span&gt; IBM x3550 server with 20&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;gb&lt;/span&gt; of ram.&lt;br /&gt;&lt;br /&gt;Today I had a need to move a standalone &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;linux&lt;/span&gt; box into a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;xen&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;vm&lt;/span&gt;.  I had to keep the standalone machine completely intact as it was a build server which compiled code.  The purpose of moving the build server to a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;xen&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;VM&lt;/span&gt; was to test a build and see how long it took on the new &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;VM&lt;/span&gt; machine compared to the older standalone server.  The build server was fedora core 6 but I imagine this post applies to any machine, any software.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Preparing the standalone server&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Shut down the standalone machine&lt;/li&gt;&lt;li&gt;Connect external &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;USB&lt;/span&gt; disk to the system (use a disk that is larger then the drive in the system)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Boot the standalone system with a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;linux&lt;/span&gt; boot &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;cd&lt;/span&gt; (I used a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;ubuntu&lt;/span&gt; live recovery disk) &lt;/li&gt;&lt;li&gt;Once the machine has booted the live &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;cd&lt;/span&gt;, mount the external &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;USB&lt;/span&gt; drive&lt;/li&gt;&lt;li&gt;Use dd to make an image of the drive in the standalone server and output the image to a file on the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;USB&lt;/span&gt; drive:  dd if=/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;dev&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;sda&lt;/span&gt; of=/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;mnt&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;usbdrive&lt;/span&gt;/standalone-server-image.dd (This will take some time)&lt;/li&gt;&lt;li&gt;Once DD has completed, go ahead and shutdown the standalone machine, remove the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;USB&lt;/span&gt; drive, remove the Live CD and boot the machine back up to normal operation (if you will continue to use the standalone machine) &lt;/li&gt;&lt;/ol&gt;&lt;span style="font-weight: bold;"&gt;Preparing the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;Xen&lt;/span&gt; Server&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note:  I am using &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;LVM&lt;/span&gt; for my &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;VM's&lt;/span&gt;.  If you are not sure what this is, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;dont&lt;/span&gt; follow these instructions word for word&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Create a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;LV&lt;/span&gt; a little bit bigger then the original drive you imaged (my original was 80&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;gb&lt;/span&gt; and I created a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;LV&lt;/span&gt; 100GB): # &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_30"&gt;lvcreate&lt;/span&gt; -L100G -n &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_31"&gt;newserver&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_32"&gt;vm&lt;/span&gt; /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_33"&gt;dev&lt;/span&gt;/data&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Copy the image of the standalone server to the new &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_34"&gt;LV&lt;/span&gt; you just created:# dd if=/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_35"&gt;mnt&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_36"&gt;usb&lt;/span&gt;/standalone-server-image.dd of=/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_37"&gt;dev&lt;/span&gt;/data/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_38"&gt;newserver&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_39"&gt;vm&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Create a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_40"&gt;Xen&lt;/span&gt; configuration file for the new virtual machine (usually located in /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_41"&gt;xen&lt;/span&gt;/&lt;/li&gt;&lt;/ol&gt;# /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_42"&gt;xen&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_43"&gt;newserver&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_44"&gt;vm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;import &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_45"&gt;os&lt;/span&gt;, re&lt;br /&gt;arch = &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_46"&gt;os&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_47"&gt;uname&lt;/span&gt;()[4]&lt;br /&gt;&lt;br /&gt;#I had to change the line below to match the path of where &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_48"&gt;hvmloader&lt;/span&gt; was&lt;br /&gt;kernel = "/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_49"&gt;usr&lt;/span&gt;/lib/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_50"&gt;xen&lt;/span&gt;/boot/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_51"&gt;hvmloader&lt;/span&gt;"&lt;br /&gt;&lt;br /&gt;builder='&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_52"&gt;hvm&lt;/span&gt;'&lt;br /&gt;&lt;br /&gt;memory = 512&lt;br /&gt;shadow_memory = 8&lt;br /&gt;&lt;br /&gt;#change the line below to reflect the name of your &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_53"&gt;vm&lt;/span&gt;&lt;br /&gt;name = "&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_54"&gt;newserver&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_55"&gt;vm&lt;/span&gt;"&lt;br /&gt;&lt;br /&gt;#change the line below to match your network bridge.  I copied and pasted this line from&lt;br /&gt;#another working &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_56"&gt;VM&lt;/span&gt; in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_57"&gt;xen&lt;/span&gt; that I started from scratch.  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_58"&gt;Xen&lt;/span&gt; networking is a whole another&lt;br /&gt;#blog!&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_59"&gt;vif&lt;/span&gt; = [ "mac=00:16:3e:15:f5:a6,bridge=&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_60"&gt;xenbr&lt;/span&gt;0" ]&lt;br /&gt;&lt;br /&gt;# I had to change the line below to match the patch of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_61"&gt;qemu&lt;/span&gt;-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_62"&gt;dm&lt;/span&gt;&lt;br /&gt;device_model = '/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_63"&gt;usr&lt;/span&gt;/lib64/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_64"&gt;xen&lt;/span&gt;/bin/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_65"&gt;qemu&lt;/span&gt;-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_66"&gt;dm&lt;/span&gt;'&lt;br /&gt;# boot on floppy (a), hard disk (c) or CD-ROM (d)&lt;br /&gt;# default: hard disk, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_67"&gt;cd&lt;/span&gt;-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_68"&gt;rom&lt;/span&gt;, floppy&lt;br /&gt;boot="dc"&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_69"&gt;sdl&lt;/span&gt;=0&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_70"&gt;vnc&lt;/span&gt;=1&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_71"&gt;vnclisten&lt;/span&gt;="0.0.0.0"&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_72"&gt;vncconsole&lt;/span&gt;=1&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_73"&gt;stdvga&lt;/span&gt;=0&lt;br /&gt;serial='&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_74"&gt;pty&lt;/span&gt;'&lt;br /&gt;&lt;br /&gt;on_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_75"&gt;poweroff&lt;/span&gt; = 'destroy'&lt;br /&gt;on_reboot   = 'restart'&lt;br /&gt;on_crash    = 'restart'&lt;br /&gt;&lt;br /&gt;#make sure this matches the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_76"&gt;LV&lt;/span&gt; you created and copied the standalone image to&lt;br /&gt;disk = [ "&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_77"&gt;phy&lt;/span&gt;:/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_78"&gt;dev&lt;/span&gt;/data/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_79"&gt;buildserver&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_80"&gt;vm&lt;/span&gt;,&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_81"&gt;xvda&lt;/span&gt;,w" ]&lt;br /&gt;&lt;br /&gt;Start the new &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_82"&gt;VM&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;# &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_83"&gt;xm&lt;/span&gt; create /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_84"&gt;xen&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_85"&gt;newserver&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_86"&gt;vm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once I started the new &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_87"&gt;VM&lt;/span&gt; I used the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_88"&gt;gui&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_89"&gt;xen&lt;/span&gt; manager in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_90"&gt;redhat&lt;/span&gt;.  I could not get to the console from command line by starting the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_91"&gt;vm&lt;/span&gt; with "-c"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I hope this helps.  This is made more as a reference then a step by step guide.  Feel free to comment back with questions or suggestions.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-8486665310886154370?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/8486665310886154370/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=8486665310886154370' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/8486665310886154370'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/8486665310886154370'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2009/05/converting-physical-linux-machine-to.html' title='Xen: Converting a physical linux machine to xen virtual machine (fully virtualized) in Redhat Enterprise (64-bit)'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-371201678488319736</id><published>2009-05-10T14:48:00.000-07:00</published><updated>2009-05-10T14:51:47.719-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows server 2008'/><category scheme='http://www.blogger.com/atom/ns#' term='moss 2007'/><category scheme='http://www.blogger.com/atom/ns#' term='sharepoint'/><category scheme='http://www.blogger.com/atom/ns#' term='64-bit'/><category scheme='http://www.blogger.com/atom/ns#' term='pdf'/><category scheme='http://www.blogger.com/atom/ns#' term='search indexing'/><title type='text'>Sharepoint: Indexing pdf files in sharepoint moss 2007 windows 2008 64-bit</title><content type='html'>After following a couple different instructions I found on the web here is the real deal.  Follow the instructions in this link: &lt;br /&gt;&lt;br /&gt;http://www.adobe.com/special/acrobat/configuring_pdf_ifilter_for_ms_sharepoint_2007.pdf&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Worked great for me.  Let me know if you have problems.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-371201678488319736?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/371201678488319736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=371201678488319736' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/371201678488319736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/371201678488319736'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2009/05/sharepoint-indexing-pdf-files-in.html' title='Sharepoint: Indexing pdf files in sharepoint moss 2007 windows 2008 64-bit'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-8500983412605555888</id><published>2009-05-08T07:18:00.000-07:00</published><updated>2009-05-08T07:58:56.373-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='site content and structure'/><category scheme='http://www.blogger.com/atom/ns#' term='document library'/><category scheme='http://www.blogger.com/atom/ns#' term='sharepoint'/><category scheme='http://www.blogger.com/atom/ns#' term='list'/><category scheme='http://www.blogger.com/atom/ns#' term='tasks'/><category scheme='http://www.blogger.com/atom/ns#' term='move'/><category scheme='http://www.blogger.com/atom/ns#' term='project steps'/><title type='text'>Sharepoint: Moving library and list items within your library or list</title><content type='html'>In this post we will be talking about moving SharePoint library and list items within a library or list.&lt;br /&gt;&lt;br /&gt;One great feature of ShaprePoint libraries and lists is that you can edit the library or list settings to allow you to create sub folders.  I use this functionality for project management, general information management, etc. &lt;br /&gt;&lt;br /&gt;Using the "Site Content and Structure" page found under "Site Settings" and "Site Administration", if you want to move an item within a library or list to a different folder within that library or list, SharePoint will give you the error "An error was encountered performing this operation".  For some reason you cannot move items around within a list or library.  There is no problem though moving items to different libraries or lists as long as they are the same type as the one you are working with.&lt;br /&gt;&lt;br /&gt;Workaround:  Since you can move items to different libraries and lists but not within, under your main site, create a new library or list called something like "Temp: Project Task" or "Temp: Document Library".  When you have an item in a library or list that you want to move within to a different folder, first move the item to your temp library or list you created and then move the item from there to the desitnation you want.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-8500983412605555888?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/8500983412605555888/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=8500983412605555888' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/8500983412605555888'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/8500983412605555888'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2009/05/sharepoint-moving-library-and-list.html' title='Sharepoint: Moving library and list items within your library or list'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-5711136755977246976</id><published>2009-05-05T19:26:00.001-07:00</published><updated>2009-05-13T11:25:09.505-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='wysiwyg'/><category scheme='http://www.blogger.com/atom/ns#' term='document library'/><category scheme='http://www.blogger.com/atom/ns#' term='sharepoint'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='webdav'/><category scheme='http://www.blogger.com/atom/ns#' term='mac'/><category scheme='http://www.blogger.com/atom/ns#' term='2007'/><category scheme='http://www.blogger.com/atom/ns#' term='dcc'/><category scheme='http://www.blogger.com/atom/ns#' term='moss'/><title type='text'>Sharepoint: Making Sharepoint (MOSS 2007) easier to use in non-windows enviroments</title><content type='html'>In my opinion, Microsoft &lt;span id="SPELLING_ERROR_0" class="blsp-spelling-error"&gt;Sharepoint&lt;/span&gt; Server (MOSS 2007) is an amazing tool for enterprise document management, communications and collaboration. &lt;span id="SPELLING_ERROR_1" class="blsp-spelling-error"&gt;Sharepoint&lt;/span&gt; is not software, it is a platform for business. The tool is almost a "fix all" for corporate users if they are using a windows machine as a client. If you are not using windows but are using mac &lt;span id="SPELLING_ERROR_2" class="blsp-spelling-error"&gt;os&lt;/span&gt; x or &lt;span id="SPELLING_ERROR_3" class="blsp-spelling-error"&gt;linux&lt;/span&gt;, you will find that &lt;span id="SPELLING_ERROR_4" class="blsp-spelling-error"&gt;sharepoint&lt;/span&gt; is lacking some very basic features. This is due to all web browsers other then Internet explorer are labeled as class 2 browsers. Although I understand that Microsoft is going to fine tune MOSS for active x and Internet explorer, some of the features they left out of level 2 browsers are &lt;span id="SPELLING_ERROR_5" class="blsp-spelling-corrected"&gt;inexcusable&lt;/span&gt;. Out of the box, in order to use some of the most basic features of &lt;span id="SPELLING_ERROR_6" class="blsp-spelling-error"&gt;sharepoint,&lt;/span&gt; you will need to use Internet explorer. I have found a few workarounds that make &lt;span id="SPELLING_ERROR_7" class="blsp-spelling-error"&gt;sharepoint&lt;/span&gt; a product which can be used by cross platform clients. Here are some of those workarounds:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Problem:&lt;/strong&gt; Some key feature of &lt;span id="SPELLING_ERROR_8" class="blsp-spelling-error"&gt;sharepoint&lt;/span&gt; are blogs, discussion groups and &lt;span id="SPELLING_ERROR_9" class="blsp-spelling-error"&gt;wikis&lt;/span&gt;. All of these features allow the user to create and edit formatted text using the built in "what you see is what you get" (WYSIWYG) editor... that is if you are using Internet explorer. If you are using any other web browser software, all you will see is raq html. This happens when replying to a discussion group post, editing a wiki page, creating a blog, posting a comment, etc. This makes it hard to believe that Microsoft thinks people will use &lt;span id="SPELLING_ERROR_10" class="blsp-spelling-error"&gt;sharepoint&lt;/span&gt; as an Internet web server.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Solution:&lt;/strong&gt; &lt;span id="SPELLING_ERROR_11" class="blsp-spelling-error"&gt;RadEditor&lt;/span&gt; by T&lt;span id="SPELLING_ERROR_12" class="blsp-spelling-error"&gt;elerik&lt;/span&gt;. http://www.telerik.com/products/aspnet-ajax/sharepoint.aspx  Telerik has a group of tools which come for a fee but you can download and use &lt;span id="SPELLING_ERROR_13" class="blsp-spelling-error"&gt;radeditor&lt;/span&gt; lite for free. It is a server add-on which will give you a &lt;span id="SPELLING_ERROR_14" class="blsp-spelling-error"&gt;wysiwyg&lt;/span&gt; editor for all browsers.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Problem:&lt;/strong&gt; Accessing document libraries with non-IE browsers and non-win &lt;span id="SPELLING_ERROR_15" class="blsp-spelling-error"&gt;os&lt;/span&gt;. If you are not running windows you are forced to use a web browser to checkout, download, edit, upload and check in your documents and you can only upload one file at a time. If you are using Windows and Internet Explorer you can open a document library in an explorer window just like you would a network share. On any other OS you do not have this option from the actions menu in &lt;span id="SPELLING_ERROR_16" class="blsp-spelling-error"&gt;Sharepoint through the web interface&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Solution:&lt;/strong&gt; Use a &lt;span id="SPELLING_ERROR_17" class="blsp-spelling-error"&gt;Webdav&lt;/span&gt; file client which is similar to a ftp client. In fact, some software provides both &lt;span id="SPELLING_ERROR_18" class="blsp-spelling-error"&gt;webdav&lt;/span&gt; and ftp connections. In mac &lt;span id="SPELLING_ERROR_19" class="blsp-spelling-error"&gt;os&lt;/span&gt; x I am using &lt;span id="SPELLING_ERROR_20" class="blsp-spelling-error"&gt;cyberduck&lt;/span&gt;. In linux I am still evaluating different ways to mount a &lt;span id="SPELLING_ERROR_21" class="blsp-spelling-error"&gt;webdav&lt;/span&gt; site (&lt;span id="SPELLING_ERROR_22" class="blsp-spelling-error"&gt;sharepoint&lt;/span&gt; document library). I am working on this using &lt;span id="SPELLING_ERROR_23" class="blsp-spelling-error"&gt;davfs&lt;/span&gt; but there seems to be a common problem that &lt;span id="SPELLING_ERROR_24" class="blsp-spelling-error"&gt;davfs&lt;/span&gt; sometimes does not support folders or files with spaces. I.E. "Shared Documents". I am  still trying to figure out the exact details but I have recreated this problem in different &lt;span id="SPELLING_ERROR_25" class="blsp-spelling-error"&gt;linux&lt;/span&gt; &lt;span id="SPELLING_ERROR_26" class="blsp-spelling-corrected"&gt;distributions&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;In order for you to use most &lt;span id="SPELLING_ERROR_27" class="blsp-spelling-error"&gt;webdav&lt;/span&gt; programs make sure your &lt;span id="SPELLING_ERROR_28" class="blsp-spelling-error"&gt;sharepoint&lt;/span&gt; site has basic authentication enabled as most programs wont use &lt;span id="SPELLING_ERROR_29" class="blsp-spelling-error"&gt;NTLM&lt;/span&gt; &lt;span id="SPELLING_ERROR_30" class="blsp-spelling-error"&gt;auth.  This results in a &lt;/span&gt;&lt;span id="SPELLING_ERROR_31" class="blsp-spelling-error"&gt;login&lt;/span&gt; failed error when trying to authenticate.  You can enable basic authentication under &lt;span id="SPELLING_ERROR_32" class="blsp-spelling-error"&gt;IIS&lt;/span&gt; admin, your &lt;span id="SPELLING_ERROR_33" class="blsp-spelling-error"&gt;sharepoint&lt;/span&gt; site and authentication. One other note that is helpful is to make sure your document library settings are set to have "Require documents to be checked out before they can be edited" set to "no". This way in your &lt;span id="SPELLING_ERROR_35" class="blsp-spelling-error"&gt;webdav&lt;/span&gt; client, you can easily drag and drop files into the document library. If you overwrite a file it will create a new version automatically as long as you have versioning enabled.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Problem:&lt;/strong&gt; When using Microsoft Windows and Office 2007, you can work with &lt;span id="SPELLING_ERROR_36" class="blsp-spelling-error"&gt;sharepoint&lt;/span&gt; items directly from the Office programs. Some examples are editing &lt;span id="SPELLING_ERROR_37" class="blsp-spelling-error"&gt;sharepoint&lt;/span&gt; calendars within outlook or saving word documents directly to a &lt;span id="SPELLING_ERROR_38" class="blsp-spelling-error"&gt;sharepoint&lt;/span&gt; site without the use of 3rd party tools or a web browser. If you are on a Mac, Office programs have no interaction with sharepoint. This is very depressing especially that Entourage, &lt;span id="SPELLING_ERROR_39" class="blsp-spelling-error"&gt;Microsofts&lt;/span&gt; mac mail client comparable to Outlook, does not tie in at all to &lt;span id="SPELLING_ERROR_40" class="blsp-spelling-error"&gt;sharepoint&lt;/span&gt;. For &lt;span id="SPELLING_ERROR_41" class="blsp-spelling-error"&gt;linux&lt;/span&gt; users and open office there is no way working directly with &lt;span id="SPELLING_ERROR_42" class="blsp-spelling-error"&gt;sharepoint&lt;/span&gt; other then through the web interface or using 3rd party apps.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Solution:&lt;/strong&gt; For mac &lt;span id="SPELLING_ERROR_43" class="blsp-spelling-error"&gt;os&lt;/span&gt; x, Microsoft Mac Business unit is working on a program call Document Collaboration Companion (&lt;span id="SPELLING_ERROR_44" class="blsp-spelling-error"&gt;DCC&lt;/span&gt;). Microsoft says &lt;span id="SPELLING_ERROR_45" class="blsp-spelling-error"&gt;DCC&lt;/span&gt; will provide:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Integrated (offline/local) access to Office Live &lt;span id="SPELLING_ERROR_46" class="blsp-spelling-error"&gt;Workspaces&lt;/span&gt; and &lt;span id="SPELLING_ERROR_47" class="blsp-spelling-error"&gt;SharePoint&lt;/span&gt; Websites&lt;/li&gt;&lt;li&gt;Document upload&lt;/li&gt;&lt;li&gt;Document check-out/in&lt;/li&gt;&lt;li&gt;&lt;span id="SPELLING_ERROR_48" class="blsp-spelling-error"&gt;SharePoint&lt;/span&gt; Workspace and Doc Library access &amp;amp; browsing&lt;/li&gt;&lt;li&gt;An independent application with File Menu integration&lt;/li&gt;&lt;/ul&gt;Right now &lt;span id="SPELLING_ERROR_49" class="blsp-spelling-error"&gt;DCC&lt;/span&gt; is in private beta and I cannot figure out how to get on the list. Even &lt;span id="SPELLING_ERROR_50" class="blsp-spelling-error"&gt;MacBU&lt;/span&gt; cant give us a status update. The last update they gave was that the beta would be available in Feb of 2009 which has come and past. The website for &lt;span id="SPELLING_ERROR_51" class="blsp-spelling-error"&gt;DCC&lt;/span&gt; is http://www.microsoft.com/mac/itpros/dcc.mspx&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In conclusion, I hope this helps with some the larger &lt;span id="SPELLING_ERROR_52" class="blsp-spelling-corrected"&gt;incompatibilities of a base install of Sharepoint when working &lt;/span&gt;with non-windows client machines. There are still other setbacks that I have not mentioned here but will post updates on in the future. &lt;span id="SPELLING_ERROR_53" class="blsp-spelling-error"&gt;Sharepoint&lt;/span&gt; is an AMAZING tool for enterprise content management and collaboration. It's just too bad it has taken me days and a lot of research to put these solutions together to make it a viable option for my business which is 50% &lt;span id="SPELLING_ERROR_54" class="blsp-spelling-error"&gt;pc&lt;/span&gt;, 25% mac and 25% &lt;span id="SPELLING_ERROR_55" class="blsp-spelling-error"&gt;linux&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Comments are &lt;span id="SPELLING_ERROR_56" class="blsp-spelling-corrected"&gt;appreciated&lt;/span&gt;!&lt;br /&gt;&lt;br /&gt;Links to things mentioned in this blog:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span id="SPELLING_ERROR_57" class="blsp-spelling-error"&gt;Cyberduck&lt;/span&gt; (note, only version 3.1.2 seems to work. 3.2 does not seem to work: http://update.cyberduck.ch/Cyberduck-3.1.2.dmg &lt;/li&gt;&lt;li&gt;&lt;span id="SPELLING_ERROR_58" class="blsp-spelling-error"&gt;Davfs&lt;/span&gt;: http://dav.sourceforge.net/ &lt;/li&gt;&lt;li&gt;&lt;span id="SPELLING_ERROR_59" class="blsp-spelling-error"&gt;DCC&lt;/span&gt;: http://www.microsoft.com/mac/itpros/dcc.mspx&lt;/li&gt;&lt;li&gt;&lt;span id="SPELLING_ERROR_60" class="blsp-spelling-error"&gt;RadEditor&lt;/span&gt; Lite: http://www.telerik.com/community/free-products.aspx&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-5711136755977246976?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/5711136755977246976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=5711136755977246976' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/5711136755977246976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/5711136755977246976'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2009/05/making-sharepoint-moss-2007-easier-to.html' title='Sharepoint: Making Sharepoint (MOSS 2007) easier to use in non-windows enviroments'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-3332359864211586607</id><published>2009-05-04T18:19:00.000-07:00</published><updated>2009-05-04T19:23:25.062-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='projects'/><category scheme='http://www.blogger.com/atom/ns#' term='new'/><category scheme='http://www.blogger.com/atom/ns#' term='current'/><title type='text'>Current and Upcoming Projects</title><content type='html'>I apologize for not keeping my blog up to date.  What I hope to provide with this blogs is help with problems which took me a lot of work and research to fix.  Blogs have been a very good source of information trying to find that "missing piece" when trying to fix a problem, bug or deal with an incompatability. &lt;br /&gt;&lt;br /&gt;Here are some projects that I am currently working on will be working on in the future:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Sharepoint: Microsoft Office Sharepoint Server (Moss) 2007&lt;/li&gt;&lt;li&gt;Sharepoint compatibility across different OS's (non windows users, mac, linux, iphone, entourage, ical, webdav)&lt;/li&gt;&lt;li&gt;Wifi localization (RTLS)&lt;/li&gt;&lt;li&gt;Consolidating multiple linux servers using mixed distributions to Redhat Enterprise with Xen virtualization&lt;/li&gt;&lt;li&gt;Contention management/Warhouse Management Systems (WMS)&lt;/li&gt;&lt;li&gt;Remote management and monitoring of devices at multiple locations, specifically dealing with nagios and zenoss&lt;/li&gt;&lt;li&gt;Window Server 2008 and related technologies&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;That's it for now.  I am going to start creating training for MOSS for my users so look forward to some posts on that.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-3332359864211586607?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/3332359864211586607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=3332359864211586607' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/3332359864211586607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/3332359864211586607'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2009/05/current-and-upcoming-projects.html' title='Current and Upcoming Projects'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-9173045665501679211</id><published>2009-05-04T14:23:00.000-07:00</published><updated>2009-05-04T18:18:51.579-07:00</updated><title type='text'>F&amp;*$ crappy web software</title><content type='html'>I just made a new blog that covered a bunch of current and new projects but blogger gave me an error, told me to go back and when I did, all of my content was gone. So since you waited this long for a new post please have patience waiting for a new post as mine has currently run out.  I guess that's why they have the save button.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-9173045665501679211?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/9173045665501679211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=9173045665501679211' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/9173045665501679211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/9173045665501679211'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2009/05/f-crappy-web-software.html' title='F&amp;*$ crappy web software'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2384006830100970949.post-7621570972701008034</id><published>2008-09-17T07:41:00.000-07:00</published><updated>2008-09-17T07:54:32.868-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Introduction'/><title type='text'>Captains Log, Star date 55161.1</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_5LQ-Q9tjHK0/SNEaD6OdIwI/AAAAAAAAACY/56AaF3ysXhI/s1600-h/Photo_010907_002.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_5LQ-Q9tjHK0/SNEaD6OdIwI/AAAAAAAAACY/56AaF3ysXhI/s320/Photo_010907_002.jpg" alt="" id="BLOGGER_PHOTO_ID_5247003695335154434" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Ok, so maybe the star date was a little over the edge, but you know what, so am I.&lt;br /&gt;&lt;br /&gt;Here in my blog you will hopefully find a good amount of useful information as well as some not so useful.  To get an idea of my past, look for my resume.  I will post it when I get a chance.  It may not look that good pasted in here but you will get the picture as far as what my background is.&lt;br /&gt;&lt;br /&gt;To the present, I am working for a robotics company which makes robotic forklifts.  That's right, forklifts that drive themselves.  Our big claim to fame and that we designed and patented a navigation system for robots where we take stereo video and transform the video into 3d blocks which the robot software can use for navigation and functionality.  Basically we the eyes and visual part of the brain.  So why forklifts?  Because in logistics and supply chain, you have a very simple goal:  Move x amount of y product in z amount of time.  Of course we are doing some side things which are really cool but will be left out of this blog.  If you want to know more about it, check out http://www.seegrid.com/&lt;br /&gt;&lt;br /&gt;So what am I doing at such said robotics company?  I am managing the I.T. infrastructure of the biz.  We have a lot of UNIX and some windows.  My main goal for my first half of the year working here (July-Dec 08) is to revamp the company infrastructure.  Most of the work deals with installing Windows Server 2008 and Exchange Server 2007.  With these we will be tying in central authentication to our Active Directory for all our Linux and mac servers and desktops.  For now you will find most of the info about this project related battles with Microsoft.&lt;br /&gt;&lt;br /&gt;So sit back, enjoy and feel free to contact me any time.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Brian Fisk Resume:&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2384006830100970949-7621570972701008034?l=ispman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ispman.blogspot.com/feeds/7621570972701008034/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2384006830100970949&amp;postID=7621570972701008034' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/7621570972701008034'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2384006830100970949/posts/default/7621570972701008034'/><link rel='alternate' type='text/html' href='http://ispman.blogspot.com/2008/09/captains-log-star-date-551611.html' title='Captains Log, Star date 55161.1'/><author><name>Ispman22</name><uri>http://www.blogger.com/profile/03916139176272462121</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_5LQ-Q9tjHK0/Sf9Qusod38I/AAAAAAAAADY/PkNH_vEo3jc/S220/Photo_010907_002.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_5LQ-Q9tjHK0/SNEaD6OdIwI/AAAAAAAAACY/56AaF3ysXhI/s72-c/Photo_010907_002.jpg' height='72' width='72'/><thr:total>2</thr:total></entry></feed>
