“Not enough server storage is available to process this command.”
Well looking at this error message anyone can guess that there should not be sufficient space available to upload the data on your drive.
But this is a different case other than available disk space.
Generally you face this specific error message when you try to access a [...]
Posts Tagged ‘Network’
How to configure SAN, Storage Area Network ?
Storage Area Network (SAN) is a technology which allows you to attach remote storage device to your server so that you can store your data/backup etc. on it.
Basically SAN is used as Backup Device.
This device device treated as locally attached device when you connect it to your server hence a can be termed as high [...]
MRTG installation with configuration
MRTG Tool :-
MRTG (stands for Multi Router Traffic Grapher) is a tool to administer the network traffic with IIS.
It queries the SNMP counters and generate HTML pages with current network graphs for incoming and outgoing bytes.
You can get detailed explanation of your web server traffic with MRTG.
MRTG is one of the intrusion detection tool which [...]
Create FTP site on plain Windows Server
FTP (File Transfer Protocol) is a network protocol used for data transfer from one computer to another.
FTP allows a user to connect remote location without having full access to server.
FTP user is assigned with a specific location/part/space of server. This FTP user can be easily create with few steps in IIS.
We will have to first [...]