EMC has done a great job with DDOS 5.2, as such I’ve had to do a couple of upgrades recently. The upgrade manual is quite a tome, so this is my notes, distilled. I’ve added a couple of extra steps just to make sure there are no error conditions that can hamper the upgrade or the operation of the DataDomain.
Pre-Upgrade checks
Review the output of the below commands for any errors and warnings.
- Reboot the DataDomain (I do it just because)
- ssh into the DataDomain and issue the commands listed below
- enclosure show powersupply 1
- alert show current
- reg show config.net (confirm the following settings)
- noauto.enabled
- noauto.speed
- noauto.full_duplex
- ifgroup
- disk show state
- disk show reliability-data
- enclosure show all
- enclosure show topology
- system show hardware
- system show ports
- filesys status
- log view debug/platform/kern.info
Upgrade Steps
Well after all that the steps to actually upgrade the DDOS is a bit of a let-down.
- Copy your DDOS .rpm to /ddr/var/releases
- You can do this via a NFS mount or you can upload via the GUI
- ssh into the DataDomain and issue the commands listed below
- system upgrade 5.2.2.4-370754.rpm
- Monitor progress with “system upgrade status” or “log watch debug/platform/infra.log”
Post-Upgrade Steps
I guess strictly speaking these steps are not necessary, as with the pre-upgrade steps. I do it just to ensure I have a nice neat base to work from
- ssh into the DataDomain and issue the commands listed below
- ost disable
- ost enable
- nfs disable
- nfs enable
And that is all there is to it, mostly.
No comments:
Post a Comment