Page 1 of 5

After a few years use can't access the nwsp2 via network

PostPosted: Thu Oct 06, 2016 8:42 pm
by brinka123
Hi,

I can't access my nwsp2 via the network any more. First I thought it was a DHCP issue in my router. But after trying a few things I am shure there is something wrong with the nwsp2.
According to me fvdw-sl version 15.2 is on it.

What can I do?

When I plug in the power it normally boots. Blue light is on.
The disk doesn't respond to the power button.

Is it possible to reset?

Regards

Re: After a few years use can't access the nwsp2 via network

PostPosted: Thu Oct 06, 2016 8:48 pm
by Jocko
Hi

You can read this topic: http://plugout.net/viewtopic.php?f=6&t=2564 and do the same tests

Re: After a few years use can't access the nwsp2 via network

PostPosted: Thu Oct 06, 2016 9:15 pm
by brinka123
Ok thanks,
Using u-boot I have a connection. So the hardware works. What can I do now?
The assistant couldn't find the disk.

Re: After a few years use can't access the nwsp2 via network

PostPosted: Thu Oct 06, 2016 9:43 pm
by Jocko
Do you try firstly fvdw-sl assistant to check if it finds your nwsp2?

Otherwise stop your nwsp2 and with fvdw-sl console open a telnet session.
Then, do this command
Code: Select all
mkdir /sda7 /sda1 /sda2
mount /dev/sda7 /sda7
mount /dev/sda1 /sda1
mount /dev/sda2 /sda2

cat /sda7/boot.log
You must read a line like
booting using sda1 file system...
(or with sda2)
Then post the content
Code: Select all
cat /sdax/boot.log
(sdax is according with the line found in boot.log on sda7)

Re: After a few years use can't access the nwsp2 via network

PostPosted: Thu Oct 06, 2016 10:04 pm
by brinka123
When I do a scan with the assistant it doesn't find the disk.
Using uboot i can find the disk. Did a printenv it shows the variables.

When I start a telnet session with the same ip address as listed in uboot, no response....

What do you mean with stop the nwsp2?

Re: After a few years use can't access the nwsp2 via network

PostPosted: Thu Oct 06, 2016 10:09 pm
by Jocko
Did you stop the nas after your try with u-boot ?

You have to stop it first; on fvdw-sl console use the action "Telnet terminal" and start the NAS only when fvdw-sl console asks it

Re: After a few years use can't access the nwsp2 via network

PostPosted: Thu Oct 06, 2016 10:16 pm
by brinka123
Cant stop the NAS with the powerbutton. Power button doesn't respond. So I unplug the disk. Start telnet and plugin the power.
Telnet doesn't respond.

Re: After a few years use can't access the nwsp2 via network

PostPosted: Thu Oct 06, 2016 10:17 pm
by Jocko
brinka123 wrote:What do you mean with stop the nwsp2?
When you have opened an u-boot console, you can stop the nas only by unplugging the power supply

Re: After a few years use can't access the nwsp2 via network

PostPosted: Thu Oct 06, 2016 10:20 pm
by Jocko
brinka123 wrote:Cant stop the NAS with the powerbutton. Power button doesn't respond. So I unplug the disk. Start telnet and plugin the power.
Telnet doesn't respond.
About this issue,
Do you have several network interfaces available? (You should keep only one)
Do you disable your firewall?

Re: After a few years use can't access the nwsp2 via network

PostPosted: Thu Oct 06, 2016 10:25 pm
by brinka123
So nwsp2 is unplugged.
I start the console
Select telnet terminal
Connect with Ip address.
Then I get a time out. Nno message to start the nas.

When I start the telnet during powerup of the nas also timeout.

I do something wrong....???