You open the Promise Utility to get some stats from the Subsystem (Promise Utility > Subsystem Information), but the Promise Utility displays nothing.
You try the command line. Nada. Zip.
Fear not. Try this (your mileage may vary, entirely at your own risk, if you’re not utterly certain what you’re doing, do not do any of this):
1. Umount your Promise volume(s) first.
diskutil unmount /Volumes/NameOfVolume1
2. Unload and delete the kernel extension:
sudo kextunload -b com.promise.driver.stex
sudo rm -rf /Library/Extensions/PromiseSTEX.kext
3. Delete the Pegasus Utility:
sudo rm -rf /Applications/Promise\ Utility.app
4. Delete the Promise Utility plist:
sudo rm -rf /Users/<username>/Library/Preferences/com.promise.PromiseUtility.plist
5. Delete the LaunchDaemons plist files:
sudo rm -rf /Library/LaunchDaemons/com.promise.emaild.plist
sudo rm -rf /Library/LaunchDaemons/com.promise.bgasched.plist
sudo rm -rf /Library/LaunchDaemons/com.promise.BGPMain_R.plist
sudo rm -rf /Library/LaunchDaemons/com.promise.diskmonitor.plist
6. Delete promiseutil (The Promise Utility installer pkg will re-install this):
sudo rm -rf /usr/local/bin/promiseutil
7. Restart the Mac.
8. Install the Pegasus 6.2.9 driver and the Promise Utility.
9. See if you now have stats for the Promise Pegasus via GUI and CLI.