I deployed the secondary namenode on the same machine is my main namenode:
This is wrong for performance and durability reasons (the secondary name node isn't a hot spare, but it does have a copy of needed metadata). I have found documentation on how to move the namenode, but nothing about moving the secondary namenode.
Does anyone with experience know how to do this safely?