superblock corrupt in AIX?

each filesystem hast two superblock. one in logical block 1 and copy in logical block 31. We can copy supberblock fro block 31 to block1 for the root file system here is the command: dd count=1 bs=4k skip=31 seek=1 if=/dev/hd4 of=/dev/hd4

Also tagged