Import a existing jail after repair of a pool

Status
Not open for further replies.

Forssux

Explorer
Joined
Mar 13, 2013
Messages
67
Hi There,


I have managed to bring back my pool thanks to this excellent forum.

I also found a way to Re-import a jail
Code:
http://forums.freenas.org/showthread.php?8670-import-a-jail
I think it isn't correct anymore for the new 8.3.1 release p2 because there's no button ...unless William was referring to a saved config file?? witch we lack of course :smile:

I also found this
Code:
http://groovy-skills.com/FreeBSD/2012/09/16/bestehende-freenas-plugins-jail-importieren-nach-factory-reset/   In FreeNAS Version 8.2 scheint die Möglichkeit zum Import einer bestehenden Plugins-Jail zu fehlen. Mit wenig Aufwand kann man dennoch eine bestehnede Jail wieder zum Einsatz bringen:

Sicherstellen, dass der Plugins-Dienst inaktiv ist (Services > Plugins > Management > Settings)
Bestehende Jail umbenennen
mv /mnt/volume1/jail/plugins-jail /mnt/volume1/jail/plugins-jail_backup
Eine neue Plugins-Jails via WebUI erstellen (Services > Plugins > Management > Settings)
Speicherort: /mnt/volume1/jail/
Name: plugins-jail
Die neu erzeugte Jail mit der der ursprünglichen vertauschen
mv /mnt/volume1/jail/plugins-jail /mnt/volume1/jail/plugins-jail_pristine
mv /mnt/volume1/jail/plugins-jail_backup /mnt/volume1/jail/plugins-jail
Den Plugins-Dienst via WebUI starten (Services > Control Services)
to bring back my jail...


I done step 1 from it but got 2 errors
Code:
[root@DGCPOST002] /mnt/DGCOM-Music/jail/software/var# mv /mnt/DGCOM-Music/jail/software /mnt/DGCOM-Music/backup
mv: /mnt/DGCOM-Music/jail/software/var/run/logpriv is a socket (not copied).
mv: /mnt/DGCOM-Music/jail/software/var/run/log is a socket (not copied).
[root@DGCPOST002] /mnt/DGCOM-Music/jail/software/var#


Should I be concerned...Is there a bettere way to Re-Import a existing jail....

Thanks for reading
Guy Forssman
 
Status
Not open for further replies.
Top