Table of Contents
< All Topics
Print

[Hardware Troubleshooting] Dell Server RAID card Tool perccli64 Common Commands

perccli64.zip ( 2.53M  )

Problem Description

Dell server RAID card tool perccli64 common commands

solution

  1. View the physical disk Info list
    Command: ./perccli64 /c0/eall/sall show
  2. View Virtual Disk Info list, that is, array Info
    Command: ./perccli64 /c0/vall show
  3. View external Settings
    Command: ./perccli64  /c0/fall show
  4. Clear foreign Settings
    Command: ./perccli64  /c0/fall delete
  5. Load external Settings
    Command: ./perccli64  /c0/fall import
  6. Make the disk Status light flash (to help find the bad disk when the hardware does not alarm)
    Lighting command: ./perccli64 /c0/e32/s2 start locate (c is RAID card, e is, S is slot)
    Stop lighting command: ./perccli64 /c0/e32/s2 stop locate
  7. View the status of all physical hard disks
    Command: ./perccli64 -PDList -aALL |egrep 'Firmware state'
  8. Create RAID0
    To do RAID0 command: ./perccli64 /c0 add vd r0 drives=E:S,E:S

    Parameter reference:
    Perccli64 /cx add vd  r0 [name=,..][drives=e:s|e:s-x|e:s-x,y] [SED][pdcache=on|off|default][pi][DimmerSwitch(ds)=default| automatic(auto)|none|maximum(max)|MaximumWithoutCaching(maxnocache)] [wt|wb] [nora|ra][direct|cached] [CachedBadBBU|NoCachedBadBBU] [Strip=][EmulationType=0|1|2] [ExclusiveAccess] [Cbsize=0|1|2 Cbmode=0|1|7] [unmap]
  9. RAID group Expand capacity
    Command: ./perccli64 /c0/v0 start migrate type=r0 option=add drives=E:S (RAID1 Expand capacity requires Add 2 hard disks at the same time)
  10. View Expand capacity progress
    Command: ./perccli64 /c0/v0 show migrate
  11. Delete raid, unmount the disk before deleting it
    Command: ./perccli64 /c0/v0 del (If the Delete fails, add force after del)
  12. View battery Info
    Command: ./perccli64 /c0/bbu show all
  13. Set the disk to JBOD Mode (no raid Mode)
    Command: ./perccli64 /c0/e32/s3 set jbod
    ./perccli64 /c0/e32/sall set jbod Set all UG disks as Passthrough disks
  14. Set the disk to UG Mode
    Command: ./perccli64 /c0/e32/s3 set good
  15. Collect hardware IDs only RAID card Logs
    Command: ./perccli64  /c0 show all logfile=log.txt
  16. View disk Rebuild progress
    Command: ./perccli64  /c0/e32/s3 show rebuild
  17. Set a disk as a Spare Disk and Cancel Spare Disk
    Command: ./perccli64 /c0/e3/s4 add hotsparedrive
    Command: ./perccli64 /c0/e3/s4 delete hotsparedrive
  18. Set the disk as a local Spare Disk
    Command: ./perccli64 /c0/e3/s6  add hotsparedrive dgs=0
  19. Format Virtual Disk
    Command: ./perccli64 /cx/vx erase
  20. View the Encoding Format progress
    Command: ./perccli64 /cx/vx show erase
  21. Stopped Encoding Format
    Command: ./perccli64 /cx/vx stop erase
  22. Settings disk as a boot disk/non-boot disk
    Command: ./perccli64 /cx[/ex]/sx set bootdrive=on|off
    ./perccli64 /cx/vx  set bootdrive=on|off   Virtual disk Settings
  23. View event
    Command: ./perccli64  /c0 show eventloginfo type=config

Original Link

https://support.sangfor.com.cn/cases/list?product_id=156&type=1&category_id=26639&isOpen=true