+ Reply to Thread
Results 1 to 16 of 16




  

Thread: New version of cPanel released.

      
  1. #1
    Grand Masters vectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nice vectro's Avatar
    Join Date
    September 5, 2008
    Location
    U.S.A.
    Posts
    1,499
    Rep Power
    4
    Feedback Score
    0

    Default New version of cPanel released.

    cPanel 11.25 is out with better support for bandwidth tracking. There is only one issue: you might have to re-size your /var partition. If you are not sure how your server's HDD is partitioned, log into your shell as root and type this command:

    Code:
    df -H
    In my case I don't have a separate partition for /var. That directory is part of the / partition.

    If your cPanel/WHM updates are not automated, you can update manually by logging into WHM and clicking 'Update to Latest Version' under the 'cPanel' section of the left-side menu.

    You can also upgrade from the shell by logging in as root and typing:

    Code:
    /scripts/upcp
    Here is what the cPanel people said about it:

    In cPanel 11.25 we have made a few feature improvements to the bandwidth tracking system built into WHM and cPanel. While these new features grants you a much more accurate and granular view of client bandwidth usage, customers with inadequately sized /var partitions may run into issues related to partition size and disk space consumption.

    It should also be noted that the creation of these files occurs during the first upcp that results in an upgrade to 11.25 and can require significantly more time than normal upgrades.

    The notice for this change was in our release notes for 11.25 which can be found at http://docs.cpanel.net/twiki/pub/AllDocumentation/ReleaseNotes/1125releasenotes.pdf

    Change: Bandwidth graph RRD files are split off for each individual service per domain and subdomain and stored in /var/cpanel/bandwidth/ .

    Potential Issue: On some machines, depending on the partitioning schema and the number of domains on a server, there may be a disk space issue. This will only effect customers with large numbers of domains and a relatively small /var/ partition, i.e., 8-10G. In these situations, the /var/ partition may become full.

    Workaround: For the time being, if you are affected by this issue, we are suggesting the following temporary fixes.


    Disabling Bandwidth Stats Generation: ‘touch /etc/rrdtooldisable ’ . This will disable generation of the rrdfiles altogether. Removing this file will result in the graphs being generated again.

    or

    Symlinking /var/cpanel/bandwidth to a partition with more space.


    The below command will create a /home/bwtemp directory, copy the contents of /var/cpanel/bandwidth to it, create a backup in /root/cp-bandwidth-backup.tar.gz, and then symlink the old directory to the new one where there should be more diskspace.

    ’ mkdir /home/bwtmp; tar -czvf /root/cp-bandwidth-backup.tar.gz /var/cpanel/bandwidth ; mv /var/cpanel/bandwidth/* /home/bwtmp/; rm -rf /var/cpanel/bandwidth ; ln -s /home/bwtmp /var/cpanel/bandwidth ’

    If you have issues executing the fix for this change, please submit a ticket via 302 Found and we will assist you with this fix.
    Vectro Web Hosting - Web hosting with solid tech support.

    x Proxy Host - Affordable PHP proxy hosting with proxy-specific features.

  2. #2
    Grand Masters vectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nice vectro's Avatar
    Join Date
    September 5, 2008
    Location
    U.S.A.
    Posts
    1,499
    Rep Power
    4
    Feedback Score
    0

    Default Re: New version of cPanel released.

    Oh boy, more issues...

    [cPanel-News] URGENT Update cPanel 11.25 Tech Bulletin: Updated Bandwidth Tracking Requirements

    Clients using webmail may experience a newline or space being inserted
    in the middle of the shell command that was sent out in the previous
    News email. If this shell command is pasted in this format without
    removing the space that is inserted between "/" and "var/cpanel/
    bandwidth/" it will cause total data loss. Please do not run this
    command unless you are able to verify that it has been copied
    correctly into your shell.
    Vectro Web Hosting - Web hosting with solid tech support.

    x Proxy Host - Affordable PHP proxy hosting with proxy-specific features.

  3. #3
    Grand Masters grim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond repute grim's Avatar
    Join Date
    September 22, 2006
    Posts
    10,060
    Rep Power
    25
    Feedback Score
    0

    Default Re: New version of cPanel released.

    Think I'm gonna wait

  4. #4
    Jedi Master warrichpk is on a distinguished road warrichpk's Avatar
    Join Date
    August 1, 2009
    Posts
    94
    Rep Power
    3
    Feedback Score
    0

    Default Re: New version of cPanel released.

    Hmm realy confused

  5. #5
    Grand Masters vectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nice vectro's Avatar
    Join Date
    September 5, 2008
    Location
    U.S.A.
    Posts
    1,499
    Rep Power
    4
    Feedback Score
    0

    Default Re: New version of cPanel released.

    Quote Originally Posted by warrichpk View Post
    Hmm realy confused
    If you're not a server administrator who deals with cPanel you don't have to worry about it.
    Vectro Web Hosting - Web hosting with solid tech support.

    x Proxy Host - Affordable PHP proxy hosting with proxy-specific features.

  6. #6
    Grand Masters vectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nice vectro's Avatar
    Join Date
    September 5, 2008
    Location
    U.S.A.
    Posts
    1,499
    Rep Power
    4
    Feedback Score
    0

    Default Re: New version of cPanel released.

    Quote Originally Posted by grim View Post
    Think I'm gonna wait
    I didn't copy and paste the message from my webmail, it was pasted from my regular e-mail program, so that typo is not in the message I pasted. Still, you can use the old version of cPanel since you're not hosting that many sites. The bandwidth tracking system is probably of more concern for servers with a lot of shared hosting accounts.
    Vectro Web Hosting - Web hosting with solid tech support.

    x Proxy Host - Affordable PHP proxy hosting with proxy-specific features.

  7. #7
    Grand Masters grim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond repute grim's Avatar
    Join Date
    September 22, 2006
    Posts
    10,060
    Rep Power
    25
    Feedback Score
    0

    Default Re: New version of cPanel released.

    Yep, I don't really have a need for it myself

  8. #8
    Permanently Banned whwmike is on a distinguished road
    Join Date
    October 16, 2009
    Location
    USA
    Posts
    12
    Rep Power
    0
    Feedback Score
    0

    Default Re: New version of cPanel released.

    Good one !Thanks

  9. #9
    Jedi Master andyf is on a distinguished road andyf's Avatar
    Join Date
    June 22, 2007
    Location
    Leeds
    Posts
    138
    Blog Entries
    1
    Rep Power
    5
    Feedback Score
    0

    Default Re: New version of cPanel released.

    Yes, it's a good advance step which will help server owner to manage bandwidth consumption by each account hosted on their server
    Last edited by andyf; Oct 25th, 2009 at 4:05 am.
    Web Hosting UK | Cloud Hosting
    Join our Affiliate Program for FREE and earns upto Ł300 commission PER SALE.

  10. #10
    Grand Masters vectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nice vectro's Avatar
    Join Date
    September 5, 2008
    Location
    U.S.A.
    Posts
    1,499
    Rep Power
    4
    Feedback Score
    0

    Default Re: New version of cPanel released.

    Quote Originally Posted by andyf View Post
    What extra advance features they have added in such bandwidth tracking system which we can use on our servers ?
    Not really advanced features, just more accurate tracking.
    Vectro Web Hosting - Web hosting with solid tech support.

    x Proxy Host - Affordable PHP proxy hosting with proxy-specific features.

  11. #11
    Jab
    Jab is offline
    Jedi Master Jab is on a distinguished road
    Join Date
    September 18, 2009
    Posts
    33
    Rep Power
    3
    Feedback Score
    0

    Default Re: New version of cPanel released.

    Humm, I just hope the bandwidth and the space acutely to be counted towards the resellers.
    Galaxy-Webhost.com Quality Hosting At An Affordable Price.
    Upto 2 Months Free, cPanel/Fantastico/Installatron/RvSkin/RvSitebuilder
    Free Domain Reseller, Free ClientExec or WHMCS, Free Dedicated IP.
    Call Us Today At 1-888-850-0244 or visit www.galaxy-webhost.com

  12. #12
    Grand Masters vectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nice vectro's Avatar
    Join Date
    September 5, 2008
    Location
    U.S.A.
    Posts
    1,499
    Rep Power
    4
    Feedback Score
    0

    Default Re: New version of cPanel released.

    The problem has been resolved by now. The stats in the latest version of cPanel work fine at this point.
    Vectro Web Hosting - Web hosting with solid tech support.

    x Proxy Host - Affordable PHP proxy hosting with proxy-specific features.

  13. #13
    Jedi Master imagetl is on a distinguished road
    Join Date
    January 8, 2011
    Posts
    37
    Rep Power
    2
    Feedback Score
    0

    Default Re: New version of cPanel released.

    its really good information!
    thanks

  14. #14
    Jedi Master Harmonic is on a distinguished road Harmonic's Avatar
    Join Date
    January 17, 2011
    Location
    Toronto
    Posts
    86
    Rep Power
    2
    Feedback Score
    0

    Default Re: New version of cPanel released.

    WOW. This is a big f'in glitch! Good job i havent updated in a while i guess...

    Quote Originally Posted by vectro View Post
    Oh boy, more issues...

  15. #15
    Grand Masters simplyamazing12 will become famous soon enoughsimplyamazing12 will become famous soon enough
    Join Date
    May 6, 2010
    Posts
    593
    Rep Power
    3
    Feedback Score
    0

    Default Re: New version of cPanel released.

    Good upgrade I say. Once they fix all of the glitches and small bugs, I can see the upgrades catching on real quick.
    My Business: Chi Chi Floral [link soon!]

    Web hosting provided by: Myhosting.com

  16. #16
    I'm New! jessica30 is on a distinguished road
    Join Date
    March 12, 2011
    Posts
    31
    Rep Power
    2
    Feedback Score
    0

    Default Re: New version of cPanel released.

    For me, the upgrade will benefit all of us. I am pretty much sure that all problems are taken cared of. I just can't imagine how time fly so fast. Change is everywhere, even in hosting and control panels and stuffs like that.

    And thank you for posting this reliable information. It helps a lot. Added information means added knowledge. Thanks again.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. New version of PHP released
    By vectro in forum Dedicated / VPS Hosting
    Replies: 1
    Last Post: Sep 18th, 2009, 10:23 am
  2. New version of Apache web server released
    By vectro in forum Dedicated / VPS Hosting
    Replies: 2
    Last Post: Aug 28th, 2009, 3:58 pm
  3. Norton 360 Version 3.0
    By feedbackstrand4 in forum Computers and Electronics
    Replies: 1
    Last Post: Jul 29th, 2009, 8:55 pm
  4. [WTS] My old site style (Version 2)
    By JB91 in forum Templates/Graphics
    Replies: 0
    Last Post: Nov 15th, 2008, 7:37 pm
  5. Linux version
    By gkd in forum Computers and Electronics
    Replies: 13
    Last Post: Jan 27th, 2008, 6:23 am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
WebTalkForums
WebTalkForums
Recent Forum Threads