Only thing I can think of, is remove all disks, then run cfgmgr selectively:
lsdev -Ccdisk -F name|xargs -n1 rmdev -dl
cfgmgr -l scsi0
...
cfgmgr -l scsiX
cfgmgr -l fscsi0
...
cfgmgr -l fscsiY
consecutively for all scsi/FCscsi adapters
But you can't remove the disks which are already in rootvg. You'll get error message during the rmdev stage.
Why you'd want to do that, I'd like to know also. Besides, if you later add more SAN LUNs for instance, your numbering might be all messed up again anyway...
HTH,
p5wizard