Here are some things you need when upgrading to Lab Management 2.3.4.
Prepare the environment before you get the release software.
# cd /tmp # tar zxfVMware-vSphere-CLI-4.0.0-140463.i386.tar.gz # cd vmware-vsphere-cli-distrib # vmware-install.pl --prefix=/usr/local/vmware-vicli --default(Read and accept EULA.)
Pre-upgrade steps
Before you run the upgrade script, you need to make some changes to the conf files.
[mgr_services] iptables = on httpd = on named = on autofs = off httpd-toor = on dhcpd = on tftp = on memcached = on smb = on ntpd = on
cubit_auth_scheme = ctf
[ctf] ctf_domain = cu127.cloud.sp.collab.net ctf_version = <version of TeamForge server>, eg 5.4 | 6.0.2 | 6.1 ctf_scheme = <http or https> readonly_superuser_name = cubitadmin readonly_superuser_password = your-password
[infrastructure:mgr] hostname = %(cubit_mgr_hostname)s profile_name = rhel5_base install_mode = kickstart-net cubit_manager = %(cubit_mgr)s mgr_public_gateway = %(cubit_mgr_gateway)s
[infrastructure:wds] ip_address = 10.1.54.7 <- assign an IP parent_hostname = %(cubit_mgr_hostname)s hostname = wds.%(cubit_domain)s wds_server = True profile_name = Windows2k3stdR2_wds memsize = 1024 memsize_unit = MB disksize = 20 disksize_unit = GB mac_addr = 00:50:56:01:b2:c3 <- pick an unused MAC
Replace this:
[primary_ad_server] ip_address = 192.168.204.2 parent_hostname = %(cubit_mgr_hostname)s hostname = ad.%(cubit_domain)swith:
[infrastructure:primary_ad_server] ip_address = 192.168.204.2 parent_hostname = %(cubit_mgr_hostname)s hostname = ad.%(cubit_domain)s mac_addr = use-its-original-MAC_ADDRESS
Post-upgrade steps
You have two choices when upgrading a customer from a pre-2.3 release to a release having WDS support:
Here are some commands to do this: