Thursday 15 December 2011

How to Find your OS Version


  • Click -->Start-->Run
  • Type cmd
  • Type --> Ver
This will give you the Version of your OS.

There also a video for the same. http://youtu.be/VmPIdbXssdE

Tuesday 13 December 2011

How to check and repair disk errors

In order to check and repair disk error you need to run CHKDSK command


  • Click on Start --> Run
  • Type Cmd
  • Run CHKDSK /R
This will fix and repair you disk errors

Monday 12 December 2011

How to find who is login to Server

Many times when you login to the server you will get a message that all sessions are full and will not allow you to login.

To find who is login to the computer.

  • Go to any server where you are able to login.
  • Type qwinsta /server:<servername>
  • Where '<servername>' is the name of the system which you tried to login
  • It will show the output of list of username who is logon and whether they are Active or Disc.
  • If its not active and shows Desc as status then note the number under the session id number.
  • Type Logoff  <sessionid> /SERVER:<servername>.
  • Now if you try to login you will be able to login to the Server

Sunday 11 December 2011

How to Find your Version of Operating Systems?

To Find the Version of your Operating System

  • Click Start-->Run
  • Type cmd
  • Then Type ver
This will give you the version of Operating Systems

Wednesday 21 September 2011

How to Reset WMI Repository

  • set the service winmgmt to disabled
  • stop the service winmgmt (also the depending services)
  • open a command prompt as administrator
  • type the following commands:
    • Winmgmt /salvagerepository %windir%\System32\wbem     
    • Winmgmt /resetrepository %windir%\System32\wbem
  • set the service winmgmt to automatic start again
  • restart the server

Friday 22 April 2011

SCOM Ports

Hi,
Thought of write my learning everyday and share will folks.

Starting with SCOM Ports
  • RMS --> OpsMgr Database  and Datewarehouse    - 1433
  • Management Server --> RMS                                  - 5723 AND 5724
  • Gateway  ---> RMS                                                 -5723
  • Operator Console to RMS                                        - 5724
  • WebConsole --> WebConsole Server                       - 51908
  • ACS agent --- ACS Collector                                   - 51909