More notes on CollabNet Lab Management 2.7

Here's a list of release-specific note-worthy points.

VMmove between ESXI Nodes

Prerequisites

  1. Create a directory named "migration" in LM Manager.
  2. An NFS share with read-write permission to be mounted on the manager and ESXi servers.
  3. Mount the above NFS share on the LM manager on the created folder 'migration'. For example: mount 10.2.16.9:/vol/public/DATA/cubit_migration /migration.
  4. The same share should be added as 'migration' datastore on all ESXi hosts (this can be done using vSphere client).

Example

Steps to be done on ESXI Server:
  1. Login to Vsphere Console > Configuration > Add Storage and fill in the following information.
    • Server: NFS server IP address. For example, 10.x.x.x.
    • Folder: /vol/public/DATA/cubit_migration - Create a directory named cubit_migration inside the NETAPP volume and make sure it has read and write permissions.
  2. Datastore name should be "migration".
Steps to be done on LM Manager:
  1. mkdir migration
  2. mount 10.x.x.x:/vol/public/DATA/cubit_migration /migration