Home Forums Hadoop Administration centOS & VMware

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #883
    ProTechSkills
    Keymaster

    hi friends successful installation of centOS on VMware.i am amazed that VMware(software itself) occupied around 1 gigs of space and i am amazed that VMware created the .vdi image from very fast as compared to VirtualBox. installation of centOS through virtualbox 1111 packages were installed but in VMware 923 packages were installed. The installation process was fast as compared to virtualbox.
    the installation is done and the centOS is running no Kdump issue occured as when during the booting of the OS all processes(daemons) initialized at runtime and Kdump daemon failed i will mail you the snapshot and the overall experience is good using vmware.
    no need of installing openssh-server in centos as the winscp connected directly.

    • This topic was modified 9 years, 3 months ago by ProTechSkills.
    #887
    ProTechSkills
    Keymaster

    Hi Shivam,

    This is regarding the WinScp connection and installation of openssh-server that you mentioned in your comment. The WinScp uses the SSH service and connects to 22 port. If your connection is successful without installation of openssh-server, then you can assume that the package is already installed.
    To verify the same, you can execute netstat command like:

    netstat -nl | grep :22
    OR 
    sudo netstat -nlp | grep :22
    
    The output of the above command will look like:
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -               
    tcp6       0      0 :::22                   :::*                    LISTEN      -
    
    You can also verify the list of SSH commands. Write ssh on your terminal and press double tab. This will list the commands starting with ssh like:
    $ ssh
    ssh            ssh-agent      ssh-copy-id    ssh-import-id  ssh-keyscan    
    ssh-add        ssh-argv0      sshd           ssh-keygen     ssh-vulnkey
    

    Hope the information useful.

    Thanks,
    Tutorial Village

    • This reply was modified 9 years, 2 months ago by ProTechSkills.
    #889
    ProTechSkills
    Keymaster

    For more information on SSH service, you can refer to the official website @
    http://www.openssh.com/

    For more details on how to check SSHD service status, you can read a blog @
    http://www.ewhathow.com/2013/09/how-to-check-if-ssh-is-running-on-linux/

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.