If S-Series storage page does not populate: IQN, NVR IP, extended storage type)
On the S-Series
- On S-Series > Storage page > Drive tab:
Disable S-Series volumes. - On Extended tab:
Disable S-Series targets, then delete S-Series portal. - Reboot the S-Series.
- If the IQN still does not populate, continue with steps 5-7.
- On the S-Series, open Terminal and perform the following:
sudo gedit /etc/tgt/targets.conf
(Delete all lines without a # sign)sudo tgt-admin --delete all -f
sudo service tgt restart
sudo tgt-admin -s | grep Target
(If S-Series volumes appear:sudo tgt-admin --offline tid=#
)- On S-Series Storage > Network tab:
Select the quantitiy of volumes needed. - On S-Series Storage > Network tab:
Re-add extended storage settings and NVR IP address
<br>
If NVR storage page does not populate: Healthy status
On the NVR
- On the Storage page > Drive tab:
Disable S-Series volumes. - On Storage page > Extended tab:
Disable S-Series targets, then delete S-Series portal. - Open Terminal and perform the following:
grep mnt /proc/mounts
(If S-Series volumes appear:sudo umount -l /mnt/edvr/#
)ls /mnt/edvr
(If S-Series volumes appear:sudo rm -r /mnt/edvr/#
sudo ls /etc/iscsi/nodes
(If IQNs appear:sudo iscsiadm -m discovery -o delete -p SSRS-IP
)grep mnt /etc/fstab
(If S-Series volumes appear:sudo gedit /etc/fstab
then delete lines containing S-Series volumes)sudo rm /usr/local/exacq/server/psfpi.xml
sudo rm /usr/local/exacq/server/archivepi.xml
sudo service edvrserver restart
- On Storage page > Extended tab:
Re-add S-Series volumes.
<br>