For windows 2003 cluster, check my old tutorial on following link. https://technochat.in/2008/11/configure-cluster-on-vmware-using-iscsi/ Windows 2008 R2 Cluster Requirements: 1. Two Systems with Same Hardware Configuration. 2. Two Network Card 3. Windows 2008 R2 Enterprise Edition on both systems with same patch level. 4. Active Directory 5. Shared Storage( SAN or iSCSI) 6. Both servers should be the member of same domain.
Category: Server
Windows Servers Talk (NT, 2000, 2003, 2008 etc.)
How to configure Home Folder with extra security
If you are having a domain controller, and decided to give a personal drive for all users, then home folder configuration is the best way to do it. But if you want to make it secure for every users, then you have to configure something extra with ntfs security and share security. Our current requirement as follows: Deploy home folder
Using JAF on Windows 7 – Tutorial
Following things you need… Nokia PC Suite 7.1. **Don’t use OVI Suite. http://nds1.nokia.com/files/support/global/phones/software/Nokia_PC_Suite_eng_web.exe JAF v1.98.6 PKEY Emulator v5 Following steps you have to follow… Install Nokia PC Suite 7.1 & Connect your Phone to finish installing all drivers and restart your system Install JAF v1.98.62 after restart (But don’t install Nokia Cable Driver comes with JAF Installer).
Sync TIME in Solaris 10 Server with Local Windows(Active Directory) NTP Server
There are certain steps to configure NTP on Solaris, and it’s really easy and simple. Just follow the following steps For Starting NTP on Solaris: Logon to the server using root. Now go to /etc/inet/ Rename ntp.client to ntp.conf Now edit ntp.conf and replace multicastclient 224.0.1.1 with server ip-of-your-winntp-server
|
1 2 3 4 5 6 7 8 9 10 11 |
# ident "@(#)ntp.client 1.3 00/07/17 SMI" # # /etc/inet/ntp.client # # An example file that could be copied over to /etc/inet/ntp.conf; it # provides a configuration for a host that passively waits for a server # to provide NTP packets on the ntp multicast net. # server ip-of-your-winntp-server #multicastclient 224.0.1.1 |
Install UnRAR on Solaris 10 (Sparc)
Download UnRAR from http://www.rarlab.com/rar_add.htm Extract .gz file on your system.
BAT/CMD Script Log Generator
BAT/CMD scripts are very much helpful to do a monotonous job automatically and sometimes the outputs of the batch script file are very much required. We can generate log file from batch file, but we can’t get the 100% log within batch file, so I was looking for a tool which generate log files from a batch script. After a