Always A-HEAD, By being ahead you are always master of time

Hits

BOOKS

Monday, November 27, 2006

Command Line experience shared

Few weeks back I discovered that you don't need to give anyone Join to domain account permission and neither you need to go to client's place to add the machine to domain, with Netdom you can easily achieve the purpose. Netdom command Microsoft introduced long back with Windows2003

netdom join /d:zarays.com clu_node_b /userd:zarayspzare_s07 /passwordd:* /usero:administrator /passwordo

Above command is explained.

d: domain name

clu_node_b: Machine name

Userd: who has permission to add machine to domain

usero: who has admin permission on the machine/Workstation

you also have a reboot option , if you use it entire process is automated.


Below mentioned commands are introduced starting WinXP SP2 I guess


systeminfo /S \wkstn1 "c:sysinfo.txt" this command will help you gather information of remote machine,especially the make/Model.Physical Memory and Page file size stuff, which helps you confirm if the machine is configured for dump analysis.


sc \server2 query this is of great help to control services running on remote machine. If it is way behind when you compare it with Sysinternal utilites.


eventquery /L application I don't want to put this command here but Ithought because it is waste of time using this command. So don't use it at all


openfiles /query –s server2 : This command will help you get open files on the remote computer. This is generally require when you user call IT Helpdesk Excel is saying file is locked and owner of the file is the owner(user who call IT Helpdesk). It is of great use in this case. But again sysinternal tools are way ahead of it.


tasklist /s server2 : This is good starting point to get information about what is happening on the remote server. Infact it is quickest way of checking things.


compmgmt.msc /computer=SERVERNAME Run this stuff in RUN Box and you don;t need those redundant clicks. You directly get the management console of remote machine. Infact there is one more way of it, I can't recall it right now.


Sysinternals tools are way beyond these few command line tools mentioned above but these tools are not only handy but also widely accepted by cooporate enivornment by default as approved tools by MS. But as far as sysinternal is considered it won't be case any longer since they are working for Microsoft now. But anyways I would be most happy to share few tips and tricks on Sysinternal tools which I have used and customised it. But Next Time

Technorati Profile

thankS GIVING


Yesterday I called my friend in India, but not directly. I called UK number from Singapore and it went to UK which was VOIPed to India. But normal person from India cannot call officially from India to anywhere in the India(Most Important) then world(less important) in the same manner. We are way behind implementing best technologies even though we are expert in Administration and Managing the same for other countries.

What so ever. Reason to write a mail is way beyond this. It is To thank you all for being so much helpful. In this busy-ness of life we often forget to say this simple words, with time changing so fast and giving us less oppotunity to talk face - to face

Sunita: Thank you for being making me understand what is true love.
Sangli(Place in Maharashtra): Thank you for giving me the much need recluse when I needed the most.
Swati: Thank you for being helping me out in getting my first job.
Sharat: Thank you for sharing all your great Experience in UK/Malaysia AnnaLaxmi and so many others stories which are still fresh in My Mind. In way you were preparing me for Singapore. But list doesn't end here.It was fortunes of me to have your company.
Shobha: Thank you for helping out in getting hold of right people in Intricate IBM
Shweta: Thank you for smoothing out Pre-joining process in Microsoft
Sheila: Thank you for smoothing out Pre-joining process in Tesco
Srinidhi: If you where had not refer my name to Srikanth, probably I might never have got a call and had you not ask me to be patient I might be India to receive you at Bangalore airport
Srikanth: If you were not to act always on your words, I would never have felt confident enough to come to Singapore,Above all I simply miss Bangalore
Shanti: For finding me better house in Singapore.
Singapore : Thank you for secure/Friendly and beautiful environment.

Above all Shilpa my wife I can't use more better word THANK YOU GOD

There is certainly a pattern in all above mentioned people(who have had played great role in steering me in right direction), they all start with S. Sharat "S" is actually has brought me where I was destined. However it is not beginning or neither it is End, it is just a occasion where I found a opportunity to THANK YOU ALL on THANKS GIVING DAY. With technology now everything possible but getting support/Guidelines/Help will continue to require effort from all of us.


Thursday, November 16, 2006

New things learnt



Saturday, November 04, 2006

Cluster Diagnostic Tool

Hello Guys,

I have been googling for long time to get hold of good guide for cluster diagnostic tool published by MS. I ended up with one link which gives only way how it works but it never tells you what it is does and what are things which you use to make best of it. And what you should never do. That fact that there aren’t clear guidelines on this tool I decided to explore the tool. You certainly can't explore this tool on production enviornment so created a virtual server and set cluster in i t.

CLUSDIAG: can be downloaded from Microsoft site or else if you have resource tool kit installed for windows 2003 then you just need to go to E:\Program Files\Windows Resource Kits\Tools and double click clusdiag.msi. Shortcut is automatically created for this tool on the desktop.

Doubleclick the shortcut and start working on it. There are two things in this tool, you can read logs of cluster online (live) or offline. Live is pretty clear to understand and offline is nothing but copy cluster log and paste it any directory and then point this tool to pick log file from that location.

Online will be very useful in doing pre-production activities. It gives you disk view and network view. In order to get disk view and network view you will have to run the diagnostic test available under Tools menu or simply press Ctrl+R.

Other useful feature of this tool is that you can bookmark and toggle very easily between bookmarks which gives very clear view of what has happened and will helps you in keeping tab of things. By default filter is applied to these logs. You can remove the filter which is of less use because cluster log file becomes more verbose and it is bit of less use right now. To remove default filter navigate to View -> Filer and clear (Shift+F4)

In the end you can also find error code, for example error code is 0 it means it was success, if the error code was 2 the source file couldn’t be located. In order to carry out this activity, open cluster log file, search for word status and check what is the number infront of it. Select only number (try not to select 0 it doesn’t like it) and go Tools and find win32 error it will give you what will decode the error for you. Here you can try zero. J

Things which are mentioned above are steps which you would certainly like to carry out only on test machine. I hope this log might be of some help to all.

I'm finding ways how can I put images which makes this whole blog more helpful.


When you open Clusdiag 1

When you open Online Log 1


Cluster Log file location 1

Cluster Log file view 1

Log file without filter 1#

Decode Win32 Error 1



If you try to click on Network View or Disk view without running the test you are more likely to get this error.