Ajcody-Notes-Of-Customer-Cluster-Upgrade: Difference between revisions

mNo edit summary
Line 15: Line 15:




==RFE (Internal/Website): Download page should state binary good for 32 & 64 bit==
* Download links should state binary is good for 32 and 64 bit.
** http://www.zimbra.com/products/downloads.html
* I already have an internal RFE submitted to include service pack version of the OS that we QA against and/or support.





Revision as of 21:27, 21 August 2008

Context Of Notes

The following are some notes I took while following the steps listed in Upgrade_Steps_for_Multi-Servers_with_Clustered_Mailstores with a customer. I have not created any bugs or RFE's from this yet.


Configuration of customers site

  • 2 LDAP servers
  • 3 MTA's
  • 3 Node Cluster
    • 2 are separate mailstores
    • 1 is the failover for either of the two mailstores


RFE (Internal/Website): Zimbra Homepage should have Document link tab

  • HomePage should have more prominent placement for a documentation button. “Tab” next to the Products & Support in the “Community, Forums, Products, Support, Partners, About, Buy” area.



RFE (Documentation) Cross reference of cluster install/upgrade documents and options

  • References to "upgrade" documents and "rolling upgrade" within the cluster documentation as well as the Release Notes (Upgrade section)
    • Also, statement about multi-server configurations in regards to 32/64 bit. Mixed platform type throughout servers.


RFE (Documentation) Add comments in upgrade document about the precautionary backup.

  • Comment in documents about when one can start backup in regards to the precautions of backing them up.
    • Some full backups can take hours & hours and if customer waits until backups completely finish first they might not be able to upgrade in their downtime windows that their constrained by. Giving advice on how to optimize this would be helpful.


RFE (Documentation Updates & QA needed for below) New Document For Upgrade Process Planning


RFE (Documentation – Cluster Upgrade) Clarity around steps in upgrade doc for “ip addr del”

  • Give better clarity to the process of bringing down the production ip (ip addr del) in the upgrade document. Ip that the cluster service is using. And reference that the ip/interface will come back when the cluster is re-enabled.
  • When the active node has been upgraded, stop the server, remove the service IP and the mount. Type the following:
zmcontrol stop
ip addr del <service ip> dev eth0
umount /opt/zimbra-cluster/mountpoints/<clusterservicename.com>


RFE (Documentation) or Bug: Error output during upgrade about keystore

  • During upgrade on ldap, received this message:
  • Got this message:
cp: cannot stat `/opt/zimbra/.saveconfig/keystore': No such file or directory
chown: cannot access `/opt/zimbra/conf/keystore': No such file or directory
  • Upgrade progressed past it though.


RFE (Documentation) Upgrade documents don’t mention the MTA Auth Host variable and give guidance.

  • No explanation in upgrade doc's in regards to this:
    • MTA Auth Host. ** marked unconfigured
  • Though, the single server cluster install document did mention:
    • zimbra-mta - MTA Auth host:
    • Change the MTA’s auth host name to the cluster service host (mail.example.com)


RFE (Documentation) Doc’s might mention saslauthd errors one might encounter do to different upgrade process one picks

  • MTA upgrade's had:
saslauthd[8779] :set_auth_mech  : failed to initialize mechanism zimbra
zmsaslauthdctl failed to start
  • (caused by iptables on mta's - resolved when upgrades done and iptables opened again [connection to ldap])
    • Customer used iptables to block delivery of mail during upgrade.


RFE (Documentation) Upgrade documentation doesn’t mention about “cluster service name” and explanation based upon different cluster configurations.

  • Documentation/upgrade confusion (upgrade on cluster/mailstore):
    • Customer asks, “Why does the script ask for the cluster service name this box is running as? Shouldn't it know, or be able to find out that information?“
  • Enter the active cluster service name for this node: [maila.DOMAIN.edu] zclusta.DOMAIN.edu
  • http://bugzilla.zimbra.com/show_bug.cgi?id=28982
    • “cluster install should default to a valid cluster service name”


RFE (Documentation) or Bug ? Upgrade can’t determine the number of users.

  • Documentation upgrade script concern:
Warning: Could not determine the number of users on this system.
If you exceed the number of licensed users (18000) then you will not be able to create new users.
Do you wish to continue? [N]


RFE (Documentation) or Bug ? Upgrade output sometimes give odd error when checking version

  • Documentation upgrade script concerning:
Insert non-formatted text here</nowiki>Checking 5.0.5_GA
Updating from 5.0.5_GA
ERROR: account.NO_SUCH_SERVER (no such server: maila.DOMAIN.edu)
Checking 5.0.6_GA
Updating from 5.0.6_GA
Checking 5.0.7_GA
  • It continues on with the process and then it finished the configuration...


RFE (Documentation) Upgrade document doesn’t mention or explain “Choose a Zimbra service to upgrade”

  • Documentation upgrade script concern (not documented at all in the upgrade doc,):
Setting up zimbra crontab...done.
Moving /tmp/zmsetup.01001900-000011271728.log to /opt/zimbra/log
Configuration complete - press return to exit
Choose a Zimbra service to upgrade:
1) zclusta.DOMAIN.edu
2) zclustb.DOMAIN.edu
Choose from above (1-2):
  • This is VERY confusing and has no documentation references in upgrade document. Get this prompt on all nodes (2 active and 1 failover [fail for either of the active ones])


RFE (Documentation) Errors concerning “Choose a Zimbra service to upgrade” part of the upgrade.

  • Customer says, “Is this supposed to happen? The only way you can "stop" installer script is crtl-c”
Choose a Zimbra service to upgrade:
1) zclusta.DOMAIN.edu
2) zclustb.DOMAIN.edu
Choose from above (1-2): 2
... OCF_RESKEY_service_name=zclustb.DOMAIN.edu /opt/zimbra-cluster/bin/zmcluctl stop
... ip addr del 199.17.81.81 dev eth0
RTNETLINK answers: Cannot assign requested address
... umount /opt/zimbra-cluster/mountpoints/zclustb.DOMAIN.edu/conf
umount: /opt/zimbra-cluster/mountpoints/zclustb.DOMAIN.edu/conf: not found
... umount /opt/zimbra-cluster/mountpoints/zclustb.DOMAIN.edu/db/data
umount: /opt/zimbra-cluster/mountpoints/zclustb.DOMAIN.edu/db/data: not found
... umount /opt/zimbra-cluster/mountpoints/zclustb.DOMAIN.edu/index
umount: /opt/zimbra-cluster/mountpoints/zclustb.DOMAIN.edu/index: not found
... umount /opt/zimbra-cluster/mountpoints/zclustb.DOMAIN.edu/log
umount: /opt/zimbra-cluster/mountpoints/zclustb.DOMAIN.edu/log: not found
... umount
  • Customer, “And then we're back at the prompt. Now we're thoroughly confused, and nervous.”


RFE (Documentation – Cluster Upgrade) Upgrade document should state execute as root or zimbra

  • Doesn't reference if commands should be done as root and/or zimbra.
2. When the active node has been upgraded, stop the server, remove the service IP and the mount. Type the following:
a. zmcontrol stop
b. ip addr del <service ip> dev eth0
c. umount /opt/zimbra-cluster/mountpoints/<clusterservicename.com>


RFE (Documentation – Clusters) Upgrade doc’s should include necessary commands to check status of cluster.

  • Documentation should include reference to the command – clustat - to confirm status of nodes before moving onto next node upgrade
[root@maila ~]# clustat
Member Status: Quorate
Member Name Status
------ ---- ------
maila.DOMAIN.edu Online, Local, rgmanager
mailb.DOMAIN.edu Online, rgmanager
mailc.DOMAIN.edu Online, rgmanager
Service Name Owner (Last) State
------- ---- ----- ------ -----
zclusta.DOMAIN.edu (maila.DOMAIN.edu) disabled
zclustb.DOMAIN.edu mailb.DOMAIN.edu started
No iscsi mounts mounted.


RFE (Documentation) or Bug – Following upgrade document instructions for ip addr del, the cluster node reboots

  • Documentation - ip addr del caused cluster reboot:
su - zimbra -c 'zmcontrol stop'
ip addr del 199.17.81.70 dev bond1
  • then we lost connection, and the machine rebooted.


RFE (Documentation) Documentation should mention log files to view while upgrade process is ongoing

  • Documentation - reference log for clustering activity:
    • By default, all cluster messages go into the RHEL log messages file (/var/log/messages) unless /etc/syslog.conf shows differently - like [ daemon.* /var/log/cluster ]
    • /var/log/messages /var/log/zimbra.log /opt/zimbra/log/mailbox.log & zmmailboxd.log, and /tmp/zmsetup.log


RFE (Documentation) Documentation for basic cluster usage and config files.

  • For administrator’s that are taking over administration of cluster and might not have basic skill sets.
    • Make reference to /etc/cluster and basic comment about config file.


FOLLOW-UP with customer of this case

  • Follow up with customer, logger running on right node:
    • Customer, "It wants to install logger. Logger should only be on maila.. That is where the db-data mount point is allocated for the logger store."


RFE or BUG – Install script update, active or standby cluster service name?

  • Script update:
./install.sh --cluster standby
Installing a cluster standby node.
Enter the active cluster service name for this node: [mailc.DOMAIN.edu]
  • Should it say "Enter the standby cluster service name"? This line is confusing to administrator.


RFE or BUG – Install script update, output warning about backups being invalidated before continuation

RFE (Documentation – Cluster Upgrade) – Documentation should show how to confirm failover

  • Documentation - should show how to confirm failover steps as verifications before finalizing last steps to bringing everything back into production status.:
  • try relocating service on node to standby
clusvcsadm -r zclusta.DOMAIN.edu -m mailc.DOMAIN.edu
clustat
clustat -i 1
  • And then back and forth between standby and each active. End up with services back on primary nodes when done.


RFE (Documentation – Cluster Upgrade – My wiki page steps)

Jump to: navigation, search