VNXE registration error

0

When you first switch on a VNXE you have to go through the management network setup tasks, then you have to register the product to download and install the licence file for the software packs you have purchased with the hardware. This is where I hit a bit of a brick wall for a while with our first VNXE 3100. All I got when clicking the obtain licence button was a message on the EMC website saying the Product ID is not recognised. This happened if I type the product ID/ serial number in manually or let the system do it (as it does when you click obtain licence).

So I rang emc support and after a few days of waiting I finally got an answer from them. The support chappie said that it does that if the order company that is registered against the device shows and different to the name of the site so as we bought these from a reseller I guess they were registered under our company name on the order but the site was registered as the reseller.

Quite why this makes any sense I do not know but the support guy emailed the licence files to me and all is now running as it should.

Creating a bootable USB installation media for windows 7

0

You can install windows 7 in many ways, one of them being creating a bootable USB key instead of using a DVD (cause lets face it installing from optical media is so last century and slow) . In order to do this you need the windows 7 install files (normally on your Windows 7 DVD or downloaded ISO file) and a windows vista/7 system to create the bootable USB key. a 4GB Usb key will do the job nicely here.

In order to create the key you will need to do the following:

Open an elevated dos prompt and type in “diskpart”
You will need to find the usb key by typing in “list disk” which will present all the disks available on your system (the usb key will have a smaller disk size so will be easy to spot.
Then type “select disk” and then the number that list disk gave representing the usb key. For example “select disk 1”
If the USB key is brand new you will need to create a partion on the key by typing “create partition primary” and then when it has created the partition type “format quick” which formats the partition as a fat32 drive using the quick method (perfectly adequate for what we want.
Once the format has completed type “active” which will mark the primary partition on the usb key as active and then type “exit” to get out of the disk partition tool.
All you need to do now is copy the entire contents of the windows 7 dvd to the USB key and insert the key into the target computer and configure the bios to boot from USB key.

 

 

Dell SC440 and ESXi5 vSphere5

0

Heres just a quick note for those of you with dell’s sc440 in your home lab I can confirm that the sc440 with Intel Xeon processor IS compatible with ESXI5 so you can upgrade your home lab with esxi5 if you wish.

Generating a new SID in windows server 2008 R2

0

A lot of people use the newsid tool to generate new sids for servers this unfortunately does not work so well with server 2008 and can produce some stunning results if you try and use it in R2 (hint it wont boot afterwards).

However you can create a newsid with sysprep, which is installed by default with server 2k8.

Click Start/Run
Type sysprep into the box and hit enter
it will direct you to the sysprep folder
double click the exe in the folder
leave the default option “Enter system out of box experience” and tick the generalise box which is the bit that will generate a new sid.
Click OK and wait for a bit the server will reboot run though some basic installation tasks and also run you through the mini-setup process.

This is great for template vm’s that have not already been set to to use the customisation wizards available in the various hypervisors.

Migrating Outlook autocorrect to a new profile

0

When you’ve done all that you can to diagnose a problem and you are left with the last bastian of hope that is migrating the user to a new profile (I do this by renaming the current one to something.old) along with PST’s and desktop, document and favourite folders you can also migrate Outlooks autocomplete data.

The file extention for the autocomplete data is *.NK2 which is normally located (in Outlook 2007) in %userprofile%\application data\microsoft\Outlook . Copy the NK2 file into the newly created profile and ensure that the NK2 file is renamed to match whatever you have chosen to call the Outlook profile in the users new profile. Et voila, years’ worth of autocorrect data back.

Adding Storage to Citrix Xenserver 5.6

0

Xenserver is a great virtualisation platform to run either as a standalone installation for a lab or branch office or as part of a pool of xenservers for larger scale virtualization projects.

To leverage much of the fun stuff that xenserver can do (xenmotion, HA etc) your vm’s must reside on shared storage. BTW Xenmotion is available in the free edition of xenserver as well so that is great news for all those home labs out there.

You should add storage at the pool level rather than to each individual server in the pool, for one thing its less clicks and another xenserver will moan when it detects multiple connections.

 

Right click on the pool and select “New Storage”

 

 

 

 

 

 

 

Now if you are adding storage for a home lab or small scale virtualization solution you will want to add and nfs or iscsi lun as storage, click next once you have made the correct choice and then you will need to give your new storage repository a name and configure the connection details.

 

 

 

 

 

 

 

Click finish and then you will need to click OK to allow the new SR to be formatted, now its ready to be used.

 

If you are playing with xenserver in a home lab you can use openfiler or starwinds Iscsi software to create and connect to iscsi luns.

Openfiler is a specific linux distribution which sole purpose is as a file server with various connection options. Starwind runs within windows and allows you to easily create iscsi connections to within a windows friendly GUI (always nice). Both are free, starwind obviously sell a commercial version but the free version is a great fit for lab environments.

An iomega storcenter ix200 is another great reasonably priced nas box which can also be an iscsi target. Its a nice tidy size and has 2 disks as standard in a mirrored config.

I’m thinking of creating a couple of videos based on storage configuration for xenserver so watch this space.

TTFN

 

 

 

 

 

Active Directory Sites and Services Tutorial 2k8 R2

0

Active Directory Sites and Services allows you to create a logical outline of your physical sites and links. Much the same as AD users and computers allows you to create a logical structure of you users and computers objects etc. Sites and Services also allows you to map and control active directory replication which is great for replicating to sites that maybe are not quite so well connected as others. This allows you to design active directory around physical boundaries and challenges such as a slow wan link to a branch office or even {shudder} a dial up link that is only connected irregularly.

By default when you create a new root forest a site is created within sites and services (helpfully named DEFAULTFIRSTSITE) and all domain controllers are added to the to the default first site. To take advantage of the features of sites and services you will need to create 3 different type of objects Those are subnets, Inter-site transport links, and sites. Sites are the objects for physical locations so for example if you had 3 sites, london, paris and isle of wight each location would be represented with a site. Inter-site transport links are objects that define how sites link to each other so if london and paris had a dedicated pipe between each other that would be a site link and if isle of wight had a dial up connection then that would also be a site link. Subnet objects define what subnet a site uses which allows client computers to interrogate DNS to find out which site they are on and therefore contact the local domain controller or other service that is sites and services aware.

 

To start configuring sites and services its always a good idea to change the name of the DEFAULTFIRSTSITE to something meaningful, so for example you can rename it to CorporateHQ. And also rename the DEFAULTIPSITELINK which at the moment has no use until you create an additional site. Now another cool thing whilst we are talking about links is that you can choose one of two different protocols when configuring the link which is either IP or SMTP. Yep I said SMTP the protocol mostly used for mail transport. I’ll explain more on that later.

Initially If you have more than one site link as we do in our example you will need to create the links first that will bind the sites toegether (remember that links are representations of physical links such as WAN connections or slower technologies such as dial up). To create a site link you will need to decide which protocol is best for the site link that you would like to create, you would use IP for an always up connection such as a site to site VPN, or better connection. Now because SMTP is good for queueing data and sending when the link is available you would use SMTP for links that are not always up such as dial up links or slow and unreliable connections to remote offices. I’ll explain more in later blog posts. Right click on the link protocol folder that you wish to use for the connection and select New Site Link, you will at the moment get a warning message about only having one site configured which obviously causes problems for site links as they have nothing to link to, at the moment you can safely ignore this message and click ok. Give you link a name and click ok.

Now to create your first additional site you need to right click on the sites container and click “new site” Choose a name for the site (something short but meaningful) and click next. Then select the sitelink that you would like to use to connect the site with. Then you will get a final message saying you need to take additional steps to correctly configure sites and services for replication.

Once you have created a site its time to start populating the site with configurable options. Now one thing that does underpin alot of what sites and services is about is the subnet configuration. By identifying which subnet a site uses, you enable clients local to that site to be able to find and use their local domain controller(s) or service is sites and services aware. Also when you create and promote other DC’s they will automatically add themselves to the correct site when they are created based upon their own IP address. To create a new subnet all you need to do is right click on the subnets container and select new subnet. Then enter the subnet details into the box and select the pre-created site that it should be associated with. So for example if our paris site uses 10.0.0.x as its address range you would enter 10.0.0.0/24 into the prefix box and then select the paris container.

 

I’ll blog about the configuration of your new sites and services topology which will allow you to define preferences and costs to the links to specify in what order they should be used etc.

 

 

 

Minimum partition size requirements for ESX ESXi 4.1

0

Hello.

 

I thought I’d whip up a quick table to show the minimum recommended partition sizes for ESX/i 4.1 and just a brief overview of what each is about.

/Boot Ext3 1100MB
/ Ext3 5GB
None Swap 600MB
None VMFS-3 Variable
None VMFS-3 1.2GB
None VMKCORE 100MB
/Var/Log Ext3 2GB

the /Boot location is where all the files are stored in order for it to (your way ahead of me here)…. boot. The / location is where the root of the service console file system resides.  The next few enteries do not have a mount point per se and the first one in the list is the swap file (what the MS world calls virtual memory these days), This swap file is for the use of the service console (by the way you will see service console written as “SC” in quite a few places round the net). I shall skip the next entry and move onwards to the 1.2GB VMFS-3 entry. This is where the service console actually runs and resides, the SC it is safe to assume is the first VM you will ever have on an esx server as it resides in a VMFS formatted mount point and is encapsulated within a VMDK file.

The next entry in is the VMKcore which with a bit of luck you will not have to worry or investigate about very often. This location is where ESX/i dumps any crash data to when a fatal error has occured on the host such as vmwares copycat feature of the BSOD which is closly titled the PSOD (or purple screen of death for those who have not already guessed).

Now backtracking to the entry I missed the simple reason is this figure is wildly variable due to it being the location of the storage for your VM’s so whilst you are labbing away from you next VCP it might be a modest 10GB connected to an openfiler instance or it may well be multi-terrabyte mount point in a high flying exciting world of production IT equipment.

Depending on which version of ESX/i you are installing all this might be very easy to spot or possibly you may never see it at all. ESX as part of its installation routine will allow you to fiddle with the partition setup before installation actually occurs. ESXi however does not, with ESXi all you pretty much do is insert the cd into the shiny new host and click install, 10 minutes later you have a host with ESXi installed on it awaiting basic config details such as hostname and IP information. Now considering ESX is going end of life and vSphere 5 will be the first suite to have no ESX version available any new installs might as well be ESXi (you might as well get used to it now), this is truely another step towards automated meaningless servers which can be replaced at the drop of a hat without hardly any worry about backing up the host etc etc or replicating complicated and critical configs. Host profiles allows this completely but I shall not delve into those too much as I fear I am straying from the point of my original post somewhat.

 

In am exam environment these figures are what you need to memorise in order to answer question on minimum mount point sizes for installation of ESX/I.

 

 

HA configuration errors on virtualised ESX ESXi

0

If you are running a copy of workstation for your vsphere lab and you are encountering an error when trying to enable HA/DRS clusters then this is probably the issue.

When you create a ESX vm, vmware workstation autocreates a vm with 2GB’s of ram which is the lowest amount you can get away with to boot the hypervisor. However in order for HA to work you will need a minimum of 2300megs of ram (2.3GB) so shutdown your ESX/i vm and up the ram by 300megs or more and you will find that HA/DRS works correctly!

audioboo and pushnote

0

Hi all,

 

I just thought I’d alert you to a couple of reasonably fun new services that are worth a play with. Audioboo is a social sound site (with apps for both android and iphone devices). It allows you to record audio from your computer or mobile device and post it onto their service. Also you can allow access to your twitter and facebook account which I guess at the moment is where the main use of the app is. Once you have recorded your audio segment it will also post it to your facebook or twitter account so all those follows get to hear how you actually sound (Which can be a blessing and a curse :) . I’ve started playing with it a little bit to see what its like and wondered if any WP plugins will appear allowing you to add it to your site. Might be nice to have an audio welcome message if you really wanted to or even dictating your posts if you happen to have long posts.

 

The other one is called pushnote, this allows you to comment on websites outside of the website. Sounds a bit weird but I’ll attach a screenshot to try and help explain. You install an extension to the browser of your choise and you get a little speechbubble added to your browser bar. when you visit websites the bubble turns green to say that people have commented on the site and you click your speechbubble to view or add comments. This brings the rather bizare possiblity of commenting on twitter whilst you are commenting on twitter.

 

Both are at least quite entertaining diversions to the usual social sites I frequent and we shall see how they get on in the coming months.

 

www.pushnote.com

www.audioboo.fm

Go to Top