ASUS PIKE 2208 problem

bormental

Dabbler
Joined
Sep 18, 2019
Messages
14
Doesn't work :-(

Enabled JBOD
Code:
root@freenas[~]# MegaCli "-AdpSetProp -EnableJBOD 1 -a0"
Adapter 0: Set JBOD to Enable success.
Exit Code: 0x00

Make Good
Code:
root@freenas[~]# MegaCli "PDMakeGood PhysDrv[6:0] -Force -a0"
Adapter: 0: Failed to change PD state at EnclId-6 SlotId-0.
Exit Code: 0x01

Make JBOD
Code:
root@freenas[~]# MegaCli "PDMakeJBOD PhysDrv[6:0] -a0"      
Adapter: 0: Failed to change PD state at EnclId-6 SlotId-0.
Exit Code: 0x01


Attached dmesg and adapter info.

what shows?
MegaCli -PDList -a0
 

bormental

Dabbler
Joined
Sep 18, 2019
Messages
14
from adapter.txt

Supported PD Operations ================ Force Online : Yes Force Offline : Yes Force Rebuild : Yes Deny Force Failed : No Deny Force Good/Bad : No Deny Missing Replace : No Deny Clear : No Deny Locate : No Support Temperature : Yes NCQ : No Disable Copyback : No =========> Enable JBOD : No Enable Copyback on SMART : No Enable Copyback to SSD on SMART Error : Yes Enable SSD Patrol Read : No PR Correct Unconfigured Areas : Yes Enable Spin Down of UnConfigured Drives : Yes Disable Spin Down of hot spares : No Spin Down time : 30 T10 Power State : No

try to update the firmware, the adapter says it does not support JBOD for physical disks
for PIKE 2208
Supported PD Operations ================ Force Online : Yes Force Offline : Yes Force Rebuild : Yes Deny Force Failed : No Deny Force Good/Bad : No Deny Missing Replace : No Deny Clear : No Deny Locate : No Support Temperature : Yes NCQ : Yes Disable Copyback : No =========> Enable JBOD : Yes Enable Copyback on SMART : No Enable Copyback to SSD on SMART Error : Yes Enable SSD Patrol Read : No PR Correct Unconfigured Areas : Yes Enable Spin Down of UnConfigured Drives : Yes Disable Spin Down of hot spares : No Spin Down time : 30 T10 Power State : No
 

jotauve

Cadet
Joined
Oct 28, 2019
Messages
9
from adapter.txt

Supported PD Operations ================ Force Online : Yes Force Offline : Yes Force Rebuild : Yes Deny Force Failed : No Deny Force Good/Bad : No Deny Missing Replace : No Deny Clear : No Deny Locate : No Support Temperature : Yes NCQ : No Disable Copyback : No =========> Enable JBOD : No Enable Copyback on SMART : No Enable Copyback to SSD on SMART Error : Yes Enable SSD Patrol Read : No PR Correct Unconfigured Areas : Yes Enable Spin Down of UnConfigured Drives : Yes Disable Spin Down of hot spares : No Spin Down time : 30 T10 Power State : No

try to update the firmware, the adapter says it does not support JBOD for physical disks
for PIKE 2208
Supported PD Operations ================ Force Online : Yes Force Offline : Yes Force Rebuild : Yes Deny Force Failed : No Deny Force Good/Bad : No Deny Missing Replace : No Deny Clear : No Deny Locate : No Support Temperature : Yes NCQ : Yes Disable Copyback : No =========> Enable JBOD : Yes Enable Copyback on SMART : No Enable Copyback to SSD on SMART Error : Yes Enable SSD Patrol Read : No PR Correct Unconfigured Areas : Yes Enable Spin Down of UnConfigured Drives : Yes Disable Spin Down of hot spares : No Spin Down time : 30 T10 Power State : No


Sorry , updated adapter info and removed all old RAID used disks and put two never used on RAID disks. I'm using a PIKE 2108, not 2208.

Code:
root@freenas[~]# MegaCli "-AdpSetProp -EnableJBOD 1 -a0"
                                     
Adapter 0: Set JBOD to Enable success.

Exit Code: 0x00
root@freenas[~]# MegaCli "-AdpAllInfo -aAll" > adapter.txt 
root@freenas[~]# MegaCli "-PDList -a0" > pdlist.txt 
root@freenas[~]# MegaCli "PDMakeJBOD PhysDrv[6:0] -a0"
                                     
Adapter: 0: Failed to change PD state at EnclId-6 SlotId-0.

Exit Code: 0x01


Now in this included adapter.txt got

Code:
                Supported PD Operations
                ================
.....
Enable JBOD                             : Yes
.....
 

Attachments

  • adapter.txt
    9.9 KB · Views: 286
  • pdlist.txt
    2.4 KB · Views: 277

bormental

Dabbler
Joined
Sep 18, 2019
Messages
14
Sorry , updated adapter info and removed all old RAID used disks and put two never used on RAID disks. I'm using a PIKE 2108, not 2208.

Code:
root@freenas[~]# MegaCli "-AdpSetProp -EnableJBOD 1 -a0"
                                    
Adapter 0: Set JBOD to Enable success.

Exit Code: 0x00
root@freenas[~]# MegaCli "-AdpAllInfo -aAll" > adapter.txt
root@freenas[~]# MegaCli "-PDList -a0" > pdlist.txt
root@freenas[~]# MegaCli "PDMakeJBOD PhysDrv[6:0] -a0"
                                    
Adapter: 0: Failed to change PD state at EnclId-6 SlotId-0.

Exit Code: 0x01


Now in this included adapter.txt got

Code:
                Supported PD Operations
                ================
.....
Enable JBOD                             : Yes
.....
Drives are half the problem. The old configuration on the controller interferes.
 
Top