Promise Pegasus report dead after power failure

6

5

After a power failure the Promise Pegasus R4 reports all disks drives as dead. But this is almost impossible! Is there any way to "reset" the Promise Pegasus without losing all data?

The unit is connected to a Mac Mini and I have the Promise software installed.

J. Costa

Posted 2013-01-31T17:15:51.387

Reputation: 271

Answers

11

The official and easier way to recover is:

On Mac, open the Terminal and run:

promiseutil

This will open the promise utility. Now type the following commands:

phydrv -a online -p 1
phydrv -a online -p 2
phydrv -a online -p 3
phydrv -a online -p 4
exit

If you have the R6 version add this commands before exit the utility:

phydrv -a online -p 5
phydrv -a online -p 6

After you force the drive online, reboot the unit and you will have access to the data.

J. Costa

Posted 2013-01-31T17:15:51.387

Reputation: 271

Thank you ! I had a sudden massive fright when I simply removed all the disks from the Pegasus R4, and upon reinserting they all showed as dead... And the graphic utility is absolutely useless in recovering from this situation – jyavenard – 2014-09-28T09:57:45.653

It should be noted that your excellent answer also is applicable should when plugging in the thunderbolt connection, etc - any one drive randomly reports as 'DEAD'. For whatever reason the Promise Utility GUI can't simply 'Force Online' the way this command can. Great answer. Thanks. – Gabriel – 2013-08-23T12:10:28.110