Page 1 of 2 12 LastLast
Results 1 to 15 of 18

Thread: Help in putting server close

  1. #1
    Member
    Join Date
    Jun 2012
    Posts
    11
    cPanel/WHM Access Level

    Root Administrator

    Unhappy Help in putting server close

    Hello,

    I have got a mail from Giga servers that its need to be shutted down on Friday, 29th of June 2012, at 01:30 UTC+2 and got a word file attach to how to do it. So i am not getting the instructions i am using linux server so i want that can you do that on behalf of me or tell me in more details how can i do it?

    Regards
    Adil

  2. #2
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    Hello Adil,

    I'm not certain I understand your question. You have a Word file that you need to download to your system? If so, you could go to cPanel > File Manager and select to download the file there.

    If this is not what you are wanting to do, then please clarify and we'll try to assist.

    Thanks!
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  3. #3
    Member
    Join Date
    Jun 2012
    Posts
    11
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    I am not getting these steps so if possible can u do that or tell me more in brief how to do this i am using linux server.

    ## Please use these instructions for Linux servers:
    1) Log in to your server via SSH as root
    2) Only if you use SuSE: Install the "at" program with this command: yast -i at
    Only if you use SuSE: Start atd: /etc/init.d/atd start
    Only if you use Debian: Install the "at" program with this command: apt-get -y install at
    3) Use the following command to schedule the shutdown: echo "shutdown -h now" | at 01:30 June 29 2012
    Last edited by adil.; 06-26-2012 at 09:28 AM.

  4. #4
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    Do you have a cPanel server at all? On cPanel machines, atd is installed by default nowadays.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  5. #5
    Member
    Join Date
    Jun 2012
    Posts
    11
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    Quote Originally Posted by cPanelTristan View Post
    Do you have a cPanel server at all? On cPanel machines, atd is installed by default nowadays.
    yes is cPanel server


    Help in putting server close-captura-de-pantalla_2012-06-26_223246.png
    Last edited by adil.; 06-26-2012 at 03:34 PM.

  6. #6
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    Then it's already installed so you don't have to install it. You could just run this command instead:

    Code:
    echo "shutdown -h now" | at 01:30 June 29 2012
    You should get a return like the following:

    Code:
    job 62 at 2012-06-29 01:30
    This seems a very dangerous thing to be discussing on the forum here. If any other user typed in this command into their server without understanding what is being done, that server would shut down on June 29 at 1:30am.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  7. #7
    Member
    Join Date
    Jun 2012
    Posts
    11
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    Quote Originally Posted by cPanelTristan View Post
    Then it's already installed so you don't have to install it. You could just run this command instead:

    Code:
    echo "shutdown -h now" | at 01:30 June 29 2012
    You should get a return like the following:

    Code:
    job 62 at 2012-06-29 01:30
    This seems a very dangerous thing to be discussing on the forum here. If any other user typed in this command into their server without understanding what is being done, that server would shut down on June 29 at 1:30am.
    where i am add this command please send me some easy solution

  8. #8
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    You would run the command in SSH as the root user. If you haven't used SSH before, what is your local computer you are using to connect to your server? If it is Windows, you could use something like putty:

    PuTTY Download Page

    If you are using a Mac, then Terminal can be used (and typing terminal in the finder will pull it up). The login will be root with the username for the root user.

    If you haven't used SSH before, cPanel forums isn't the best avenue for asking. Basic ability to use SSH is a requirement for system administration for a server.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  9. #9
    Member
    Join Date
    Jun 2012
    Posts
    11
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    Quote Originally Posted by cPanelTristan View Post
    You would run the command in SSH as the root user. If you haven't used SSH before, what is your local computer you are using to connect to your server? If it is Windows, you could use something like putty:

    PuTTY Download Page

    If you are using a Mac, then Terminal can be used (and typing terminal in the finder will pull it up). The login will be root with the username for the root user.

    If you haven't used SSH before, cPanel forums isn't the best avenue for asking. Basic ability to use SSH is a requirement for system administration for a server.

    i am install putty and writte here user name but could not writte here password. what can i do? send me some easy solution thanks

  10. #10
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    We expect users on our forums who are the root administrator of a machine have basic system administrative knowledge, which includes knowing how to use SSH. If you are unable to log into your machine due to being unable to follow online guides for using SSH, I highly suggest hiring a system administrator for that task:

    Sys Admin Services | cPanel App Catalog

    We try to do the most we can in assisting customers, but a few baseline skills are required. Using SSH is one of them. If you are unable to determine how to properly log into SSH, hiring someone to help or getting ahold of your datacenter, NOC or provider for them to explain it would be the best path to take here. We have no physical way to be there to show you step-by-step on logging into SSH and it's a very basic requirement for having a server.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  11. #11
    Member
    Join Date
    Jun 2012
    Posts
    11
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    Hello Actually i am troubling with putty as when i select SSH it ask me to put the username so i put root and den it want me to enter the password but it dont letting me writting any thing so can u tell how wat i am doing wrong?

  12. #12
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    Probably a screen print would be a good idea to see what you are talking about.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  13. #13
    Member
    Join Date
    Jun 2012
    Posts
    11
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    Quote Originally Posted by adil. View Post
    Hello Actually i am troubling with putty as when i select SSH it ask me to put the username so i put root and den it want me to enter the password but it dont letting me writting any thing so can u tell how wat i am doing wrong?
    See in this as i put username root and den it ask for a pass now the problem is this its not letting me input any pass so can u suggest me anythg?
    Help in putting server close-captura-de-pantalla_2012-06-27_233205.png

  14. #14
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    You haven't configured the hostname to use. In the initial box when connecting with putty, you have a field for the username and you have a field for the domain or IP name. You need to enter the server's name in that other field so it will connect to the actual server.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  15. #15
    Member
    Join Date
    Jun 2012
    Posts
    11
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Help in putting server close

    Quote Originally Posted by cPanelTristan View Post
    You haven't configured the hostname to use. In the initial box when connecting with putty, you have a field for the username and you have a field for the domain or IP name. You need to enter the server's name in that other field so it will connect to the actual server.
    I have configured it take a look here Help in putting server close-captura-de-pantalla_2012-06-27_234951.png

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 05-25-2011, 09:10 AM
  2. Putting Java into cPanel?
    By alexvorn2 in forum Database Discussions
    Replies: 0
    Last Post: 11-28-2008, 07:51 AM
  3. putting up a second page
    By kddennison in forum New User Questions
    Replies: 3
    Last Post: 08-19-2007, 01:08 AM
  4. Putting domain.com as username (8char)
    By gratum in forum New User Questions
    Replies: 0
    Last Post: 02-12-2007, 06:42 PM
  5. which ports to open/close for a standard web server?
    By spaceman in forum cPanel & WHM Discussions
    Replies: 6
    Last Post: 01-25-2006, 10:14 AM