Link to home
Start Free TrialLog in
Avatar of Eprs_Admin
Eprs_AdminFlag for Austria

asked on

Install DB in EXCH2013

about this command:

.\setup /m:Install /Roles:ca,mb,mt /IAcceptExchangeServerLicenseTerms /InstallWindowsComponents /DBFilePath:"C:\DB01\DB01.edb" /LogFolderPath:"C:\DB01\Logs" /MdbName:"DB01"

Open in new window


I haven't installed like this, I used the GUI.
There is no DB created. Can I do this manually at every time ?
Avatar of Ivan
Ivan
Flag of Serbia image

Hi,

as per MS article, it is supported to use [/DbFilePath:<Edb file path>] and [/LogFolderPath:<log folder path>] switches.

MS link: https://technet.microsoft.com/en-us/library/aa997281(v=exchg.150).aspx

Regards,
Ivan.
Avatar of Eprs_Admin

ASKER

Yes I know the command.
But my question is, can I create the DB also later on ? Because I already have installed EXCH2013.
ASKER CERTIFIED SOLUTION
Avatar of Ivan
Ivan
Flag of Serbia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks.