• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk configuration (scripting folders to another drive?)

R

rick.pri

Guest
I was wondering if it would be possible to script Plesk 8.6 to be able to handle the private folders on another drive array and so external to the usual domain structure.

The only other way I have to do this is to manually create junction links for every domain that's created so that the private folder resides within a domain folder on a separate drive array.

For those that are interested in the reasons why I would like to do this, it's because we use a web app. with a database stored in the private folder, and splitting off DB load on to a fast SCSI array is an eminently sensible thing to do as a single disk array gets bogged down with the DB access on every page load, as well as having to load the physical pages.
 
I think that I may have a solution in the form of a VB script, that uses linkd.exe to create the junction points, but now I need some help with the implementation and integration into the Plesk site setup routine.

What I need Plesk to do is run the .vbs at the point where it creates the private folder, but before it inserts the template files, and then continues with inserting the teplate files and permissions, after the VB script has completed. I may also need to tweak the VB script to aquire the permissions of the private folder that Plesk has just previously created, and also to copy the domain name folder and create that at the destination location.
 
Back
Top