login as root with password fibranne
switchdisable
configremoveall
yes to all
after reboot login again as root
passwddefault
login as admin
userconfig --change root -e yes
Assuming, that RCFC is properly configured and Zoning is correct (Only the 2 RCFC Ports in the Zone).
To check this use: showportdev ns 0:2:2
You should see only the two RCFC WWN, so where are the Hosts come from?
The Issue is, that the Array holding a List of all Hosts ever seen on the Ports.
The message says, that on these ports Hosts are seen (also in the past), but it is an RCFC port that should not see Hosts.
Check the Host list with: servicehost list
Cleanup all old Hosts with: servicehost remove [-f 0:2:2]
depmod
WARNING: Couldn't open directory /lib/modules/2.6.32-5-openvz-amd64: No such file or directory
FATAL: Could not open /lib/modules/2.6.32-5-openvz-amd64/modules.dep.temp for writing: No such file or directory
mkdir /lib/modules/2.6.32-5-openvz-amd64
depmod
ls -la /lib/modules/2.6.32-5-openvz-amd64/
total 36
drwxr-xr-x 2 root root 4096 Jan 16 14:48 .
drwxr-xr-x 3 root root 4096 Jan 16 14:48 ..
-rw-r--r-- 1 root root 45 Jan 16 14:48 modules.alias
-rw-r--r-- 1 root root 12 Jan 16 14:48 modules.alias.bin
-rw-r--r-- 1 root root 0 Jan 16 14:48 modules.dep
-rw-r--r-- 1 root root 12 Jan 16 14:48 modules.dep.bin
-rw-r--r-- 1 root root 52 Jan 16 14:48 modules.devname
-rw-r--r-- 1 root root 131 Jan 16 14:48 modules.softdep
-rw-r--r-- 1 root root 49 Jan 16 14:48 modules.symbols
-rw-r--r-- 1 root root 12 Jan 16 14:48 modules.symbols.bin
$ lsof -i TCP:80
apache2 16442 www-data 3u IPv4 1158908 0t0 TCP s0.domain.tld:80 (CLOSE_WAIT)
...
$ kill -9 16442