I'm looking to run: as_dsmgr.exe /DSStat "Data store"
Which returns:
*************
Deduplication enabled: True Overall Status: Stopping
Data Store data (size in bytes): Stored Data: 47533135358418 Deduplication ratio: 79.57% Compression ratio: 27.69% Overall Data Reduction ratio: 85.23% Space occupied size: 7022251653519
Backup destination path status (size in bytes): Volume total size: 18000172277760 Volume free size: 10949416239104 Volume used size: 7050756038656 Data folder size: 13431878476
Index role information (size in bytes): Job status: no job Index volume total size: 18000172277760 Index volume free size: 10949416239104 Index folder size: 55123280259 nPort: 5008
Hash role information (size in bytes): Hash volume total size: 18000172277760 Hash volume free size: 10949416239104 Hash folder size: 12377621024 Memory total size: 50330615808 Memory available size: 4471898112 Hash used Memory size: 12537233408 Port: 5010
Data role information (size in bytes): Data volume total size: 18000172277760 Data volume free size: 10949416239104 Data folder size: 6955747612672 Port: 5009
*************
What I care bout is the value after Overall Status: which if != 'Running'
Then needs to be marked as down.
I don't know where to start.
Add comment