Harddisk move from internal to external

recki

Dabbler
Joined
Jul 27, 2016
Messages
21
Hello Guys,

i had 8 Disks in a internal shelf and move them to a externel shelf. The Controller is again a LSI2008 and now after reboot geli did not find any Disk.
zpool status:
Code:
  pool: TM_FreeNAS
 state: UNAVAIL
status: One or more devices could not be opened.  There are insufficient
    replicas for the pool to continue functioning.
action: Attach the missing device and online it using 'zpool online'.
   see: http://illumos.org/msg/ZFS-8000-3C
  scan: none requested
config:

    NAME                      STATE     READ WRITE CKSUM
    TM_FreeNAS                UNAVAIL      0     0     0
      raidz2-0                UNAVAIL      0     0     0
        11724355680406694288  UNAVAIL      0     0     0  was /dev/gptid/001e1b6b-811b-11e7-a9fa-78e3b5106916.eli
        8786123714379149230   UNAVAIL      0     0     0  was /dev/gptid/6b405f08-52c3-11e7-8a4f-d8d38560c378.eli
        9183693482250730326   UNAVAIL      0     0     0  was /dev/gptid/8e59c0ae-524b-11e8-993a-78e3b5106916.eli
        14412703614682001107  UNAVAIL      0     0     0  was /dev/gptid/9faaf81c-84a7-11e9-a2ba-78e3b5106916.eli
        6077981388064428948   UNAVAIL      0     0     0  was /dev/gptid/8aba1648-7930-11e7-a9fa-78e3b5106916.eli
        13462383756441941246  UNAVAIL      0     0     0  was /dev/gptid/6f853400-7931-11e7-a9fa-78e3b5106916.eli
        12369545707086597802  UNAVAIL      0     0     0  was /dev/gptid/96329970-73b7-11e7-8466-78e3b5106916.eli
        3209389907286089999   UNAVAIL      0     0     0  was /dev/gptid/706f928f-52c3-11e7-8a4f-d8d38560c378.eli
    logs
      mirror-1                UNAVAIL      0     0     0
        16202676572910549384  UNAVAIL      0     0     0  was /dev/gptid/61a4f28b-abbd-11e8-bd59-78e3b5106916.eli
        16713363162338443859  UNAVAIL      0     0     0  was /dev/gptid/62112717-abbd-11e8-bd59-78e3b5106916.eli


geli status:
root@freenas:~ # geli status
Code:
root@freenas:~ # geli status
            Name  Status  Components
mirror/swap0.eli  ACTIVE  mirror/swap0
mirror/swap1.eli  ACTIVE  mirror/swap1
mirror/swap2.eli  ACTIVE  mirror/swap2
mirror/swap3.eli  ACTIVE  mirror/swap3
mirror/swap4.eli  ACTIVE  mirror/swap4


ls -al /dev/gptid/
Code:
root@freenas:~ # ls -la /dev/gptid/
total 1
dr-xr-xr-x   2 root  wheel      512 Oct 16 01:48 .
dr-xr-xr-x  11 root  wheel      512 Oct 16 01:48 ..
crw-r-----   1 root  operator  0xcf Oct 16 01:48 001e1b6b-811b-11e7-a9fa-78e3b5106916
crw-r-----   1 root  operator  0x7c Oct 16 01:48 61a4f28b-abbd-11e8-bd59-78e3b5106916
crw-r-----   1 root  operator  0x76 Oct 16 01:48 62112717-abbd-11e8-bd59-78e3b5106916
crw-r-----   1 root  operator  0x99 Oct 16 01:48 635c80d5-0d11-11e8-8b2c-78e3b5106916
crw-r-----   1 root  operator  0xc5 Oct 16 01:48 6b405f08-52c3-11e7-8a4f-d8d38560c378
crw-r-----   1 root  operator  0xc3 Oct 16 01:48 6f853400-7931-11e7-a9fa-78e3b5106916
crw-r-----   1 root  operator  0xc7 Oct 16 01:48 706f928f-52c3-11e7-8a4f-d8d38560c378
crw-r-----   1 root  operator  0xc1 Oct 16 01:48 8aba1648-7930-11e7-a9fa-78e3b5106916
crw-r-----   1 root  operator  0xc9 Oct 16 01:48 8e59c0ae-524b-11e8-993a-78e3b5106916
crw-r-----   1 root  operator  0xcd Oct 16 01:48 96329970-73b7-11e7-8466-78e3b5106916
crw-r-----   1 root  operator  0xcb Oct 16 01:48 9faaf81c-84a7-11e9-a2ba-78e3b5106916


where are the geli keys stored?

greetings rené
 

recki

Dabbler
Joined
Jul 27, 2016
Messages
21
Hey all,

i found the key under a very cryptical name in /data/geli

Greetings ré
 
Top