Author Archive

Multiple connections to share


11 Jan

One of the errors that I’ve never saw before.
A client computer cannot connect to a network share and here is the error:
\\192.168.1.1 is not accessible. You might not have permission to use the network resource. Contact the administrator of this server to find out if you have permissions.
Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.

The computer did not have any mapped drives and that share work ok before.
Command prompt to the rescue. 🙂
In command prompt type net use
You should see a list of addresses and there shoud be something like \\192.168.1.1\IPC$
Now I need to delete that to do that type net use \\192.168.1.1\IPC$ /delete
Job’s done.

LED stair lighting based on Arduino, Part 5


03 Jan

Well the testing did not went according to plan but I was expecting that. The main problem is because I was planning to use LEDs for lighting up the stairs, but because of festive season they have not arrived yet. So instead of 1W LEDs I got stuck with 10W halogens. 10W might not look alot but the current it needs is ~0.8Amps where as LED would be 0.08Amps. The maximum that ULN2803A can handle on collector is 0.5Amps. So when I’ve got everything connected the lights worked half way and then the chips went dead 🙁
The solution would be to replace ULN2803A with 2x ULN2064 quad Darlington arrays as they can handle much higher currents.
I’m putting this project on hold until I get the LEDs. Hopefully it won’t be long.

LED stair lighting based on Arduino, Part 4


26 Dec

Step by step I’m getting closer to setting the lights up. I’ve went to person who will be  having these setup, to check the situation with cables and how to proceed further. Everything is looking OK and we did some testing. The only problem we had is that the current setup is using AC 12V voltage source and for arduino I need DC voltage. In order to get DC voltage from AC voltage I will add diode bridge to my project.
To make things easier and nicer I’ve deciced to make a shield for my arduino. I needed to add diode bridge and Darlington Transistor Array to arduino and I did not want it to be hanging just on wires. (more…)

CNet CQR-981 router does not work with Huawei 3G USB modem


21 Dec

I was having problems with CNet CQR-981 Wireless-N Pico 3.5G Broadband Router and Huawei 3G USB modem.
The router would not connect to the 3G network after checking all the setting and making sure that the 3G USB modem is working fine I’ve decided to check if there is a newer firmware version for CQR-981. The version on my router was 1.0.02 and the latest on the CNet website was 1.0.06.
I’ve flashed the latest firmware to the router and after restart it connected to 3G straight away.
You can find the latest version here. Download the firmware file. The file is a RAR archive that contains 2 files: the firmware file and also the PDF file with the instructions how to perform update.

LED stair lighting based on Arduino, Part 3


18 Dec

Here is part 3. No video this time as there is not much to show.
I’ve done some coding to add some new features but nothing major. On a hardware side I was looking how to power up 12V LED or whatever the 12V light will be used to light up the stairs as there will not be enough power to drive those 12V lamps from arduino board itself. After reading through couple forums I’ve came to conclusion that I should used ULN2803A which is Darlingon Transistor Array:
It has eight npn Darlington pairs (I need to control eight LEDs)
Output voltage upto 50V (I need 12V)
500mA Collector current (is enough for LEDs as the power of them are low but might be not enough for Halogen lights)
More information about ULN2803A

I’ve tested ULN2803A with couple 12V LEDs and it seems to work fine. Now I need to move from my ‘lab’ to the site where it will be installed and see what is needed over there and try to implement it in real environment. Hopefully I’ll be able to do that this year. 🙂

SCCM: How to Configure Software Update Point


15 Dec

It’s been a while since I’ve wrote step by step guide for SCCM but here it is.

SCCM Software Update Point is mainly used for distributing Microsoft updates but it can also be used to distribute update from other software manufactures.

First you need to download and install WSUS SP2.
Installing WSUS:

1. Start WSUS sp2 installations
(more…)

LED stair lighting based on Arduino, Part 2


02 Dec

In this part I’ve connected the second IR sensor and Light sensor.
As you can see in the video when the light sensor is covered Arduino gives my a sign that it is night time by running Leds from one end and back.
At the moment there is a delay until the lights  starts switching off if during the delay any of the IR sensors are crossed the delay starts counting from the beginning.

While testing I’ve noticed that some Leds instead of dimming just switch off. Reading through Arduino forum I’ve found that apparently Arduino can only to analogWrite() on digital pins 3, 5, 4, 9, 10 and 11. This is what I most liekely will have to live with or maybe get myself  Arduino with ATmega.

LED stair lighting based on Arduino, Part 1


01 Dec

Hi Everyone,
This post will be something different compared to the posts on this blog but it is still ralated to IT.

About a year ago I’ve found out about Arduino and really liked what can be done with it and how easy it is to use. So I’ve bought it…. Well needles to say I played around with for day or 2 and forgot about it.
Couple months ago I saw Automatic LED stair lighting posted on YouTube see the video bellow:

(more…)

Smart Array stuck on Initializing


30 Nov

Last week after rebooting one of the servers was not coming up.
After connecting to it using iLO I’ve found it stuck on boot screen. It was saying Smart Array initializing. This initializing process should take a second and it should find or not find any logical drives and move to the next step.
The problem was fixed by replacing the Cache memory in Smart Array controller. The server would experience exactly the same problem if you try to boot the server without the cache. Well at leas that is the case on BL25 G2 with E200 Smart Array controller.

Problems with RSA ACE server


24 Nov

Here is some interesting problem with RSA ACE server that I’ve encountered.
Symptoms:
1. The servers is restarting automatically. You are able to login but after a minute or sow you get the message with counter ‘System Shutdown:This System is Shutting down. Please save all work in progress and log off. Any unsaved changes will be lost’
The message should tell you that RSA ACE is restarting the server.

2. In Event viewer Application. You should see plenty of ACESERVER 15004 errors.
In systems event log you should see many Service Control Manager 7031 errors.
Under services most Automatic RSA ACE services would not be running and when you try to start RSA ACE/Server authentication engine it would not start.
(more…)

IT Blog

Just another blog on Kozeniauskas.com Network