Finished XenServer 5.5 Update 1 install's

Xenu1

Finally finished the Update 1 install's - One server just didnt want to play ball

Procedure to get it going again

At the console

Xen# xe patch-list

Get the uuid for all updates : uuid ( RO)

Xen# xe patch-clean uuid=xxxxxxxxxxxxxxx" for each update.

Delete the old backup in /opt/xensource/patch-backup/b867112b-3000-4673-bc8b-03526fefe2d4/

Reboot the server

On XenCenter --> Tools --> Install New Update --> Select the file

It will upload and install --> You can see it working at the console using Xen# top


Install & Update XenServer Tools on Linux VMs

To update XenServer Tools on Linux VMs

Note: Installing XenServer Tools will cause anything in the virtual machine's CD/DVD-drive to be ejected. Do not attempt to install XenServer Tools if the virtual machine's CD/DVD-drive is in use, for example, during OS install from CD.

1.      Select the VM in the Resources pane.

2.      Click the Console Tab.

3.      Select xs-tools.iso from the DVD Drive drop-down list.

4.      As the root user, mount the image into the VM:
mount /dev/xvdd /mnt

5.      Execute the installation script as the root user:
/mnt/Linux/install.sh

6.      Reboot your VM.

Notes

Free Polycom Provisioning Tool

Michael Munger has posted a link to the latest free Polycom Provisioning Tool - including a new home:

In 2007, I released a Polycom Provisioning Tool. I retired the package earlier this year, and have had so many requests for it, I have revived the concept, new, improved, and still FREE.

It now lives here:

http://www.phoneprovisioning.com/

Provision any Polycom phone from the web, and you can even use our servers to host the files for you.

It currently uses the newest version of the SIP application as well as the newest bootROM.

Enjoy!

Michael Munger, dCAP, MCPS, MCNPS, MBSS
High Powered Help, Inc.
Microsoft Certified Professional
Microsoft Certified Small Business Specialist
Digium Certified Asterisk Professional

Looks interesting - Planning on deploying 35 Poly's Q1 2010

mount -t nfs4 fails w/ permission denied; how to debug?

There is no "nfs4" filesystem type. If you want to use NFSV4, then
add "nfsvers=4" in the mount options field:

sudo mount -t nfs -o nfsvers=4 albus:/._disc1/sysadm/test1 /mnt/test1

You should also note that many NFSV4 hosts no longer support UDP (the
default NFS network protocol) and only work with TCP. You may need to
set the options to:

-o nfsvers=4,proto=tcp

for it to work under NFSV4.

 

 

 

Notes on NFS4 specficialy #mount -t nfs -o nfsvers=4