2-21 (E)
NSS-V2
If [FAILED] is displayed instead of [OK], check the following items respectively.
Contents
Check item
IP Setting
Setting of the IP address
Check if the IP address is appropriately set.
The Local IP (eth0) must be 192.168.0.100.
Global IP (eth1) and the FM-IP address for Global that has
been set with Setup must be the same.
Directory Setting
Directory
Check if the required directories exist or not.
.
/fn/log (directory for the IO-BOX log)
.
/fm/backup (directory for backing up FileSystem)
.
/fmramdisk (directory for FileSystem ramdisk)
.
/fmdisk (directory for FileSystem harddisk)
.
/snmpdisk (directory for SNMP ramdisk)
Setting File
File
Check if the required file settings are appropriate.
.
/etc/syslog.conf
.
/etc/vsftpd.ftpuser/etc/vsftpd.user_list
Run Level
Run level
Check if the run level of the operating system is 3.
Starting OS Missing
Boot OS
Check if the boot operating system is normal.
When File Manager cannot be stopped
If File Manager cannot be stopped after more than 10 minutes has elapsed, directly stop the process.
To do this, follow the steps below.
#
killall
\
FileManager
"
#
ps
\
-ef
\
⎢
\
grep
\
FileManager
"
root 1922 1798 0 15:48 pts/0 00:00:00 /usr/local/edgestore/bin/File Manager
root 1930 1922 0 15:48 pts/0 00:00:00 [File Manager <defunct>]
root 1950 1798 0 15:48 pts/0 00:00:00 grep File Manager
(
↑
The remaining File Manager process number is confirmed.)
#
kill
\
-9
\
1922
\
1930
\
1950
"
(Where the underlined part is the process number.)