Update ISPConfig to reeflect VPS Disk availible

Discussion in 'ISPConfig 3 Priority Support' started by Gerritdl, Jan 9, 2025.

  1. Gerritdl

    Gerritdl Member HowtoForge Supporter

    Bit of emergency
    I upgraded my VPS disks yesterday , but it is not reflected in ISPConfig. I then imported large mail clients,
    Now ISPConfig reports and blocks customers sending mail.
    Please quick way to update resources on ISPConfig
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess this is not an ISPConfig issue. When you increase the disk size of your VPS, then you must resize your filesystem. Your VPS provider should provide documentation for that. There is no need to do anything in ISPConfig in this regard.
     
  3. Gerritdl

    Gerritdl Member HowtoForge Supporter

    The VPS filesystem is increased and correct but ISPConfig is not seeing that increased size
     
  4. Gerritdl

    Gerritdl Member HowtoForge Supporter

    The screenshots of VPS and ISPC
     

    Attached Files:

  5. nhybgtvfr

    nhybgtvfr Well-Known Member HowtoForge Supporter

    you've increased the size of the disk, but not yet the filesystem.

    looking at what you've got, probably

    Code:
    sudo resize2fs /dev/vda1
    
     
    till likes this.
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Like @nhybgtvfr and I mentioned, you increased the disk but not the filesystem. You must increase the filesystem as well so that Linux can use the new space. As mentioned, this is not about ISPConfig.
     
  7. Gerritdl

    Gerritdl Member HowtoForge Supporter

    Nope The filesystem is already 26213883 (4k) blocks long. Nothing to do!
     
  8. Gerritdl

    Gerritdl Member HowtoForge Supporter

    I previously did the same also increased disk size and ISPC picked it up as soon as it reflected on my VPS panel
     
  9. Gerritdl

    Gerritdl Member HowtoForge Supporter

    You are right my provider hasnt updated the vps properly yet, thank you for the help
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    In this case, no email can be blocked on your system.

    This info is not updated in realtime, check back in an hour. if you increased your disk, then nothing can get blocked.
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Btw. You can also check the free disk space on the shell, the command is:

    Code:
    df -h
     
  12. Gerritdl

    Gerritdl Member HowtoForge Supporter

    Yes thats how i determined, the disk was not updated, I see they updated my one server now and ISPConfig picked it up immediatly, thank you for great support and great product
     
    till likes this.

Share This Page