SolidCP Configurati...
 
Notifications
Clear all

SolidCP Configuration Script - Setup Webserver ( IIS, FTP) - Domain not exist

4 Posts
2 Users
0 Likes
1,643 Views
Posts: 95
Topic starter
(@choffmeister)
Trusted Member
Joined: 6 years ago

Hello, I need your help with the SolidCP Configuration script.
The current situation is so that hardly anything s.der script synonymous only approximately works and the script is actually useless.
The script fails even with the configuration of a web server which is in the DMZ and has no connection to a domain with the error that the domain can not be found.
Can someone help me ?

Server is running Windows Server 2016 incl. all updates.

3 Replies
Posts: 1456
Admin
(@trobinson)
Noble Member
Joined: 8 years ago

Hello,

Can you try run the following and let me know the output:

(gwmi win32_computersystem).partofdomain -eq $true

This checks to see if the server is a member of the domain.

Kind Regards,

Trevor Robinson

Reply
Posts: 95
Topic starter
(@choffmeister)
Trusted Member
Joined: 6 years ago

Result :

PS C:UsersAdministrator> Hostname
SolidCP-WWW-01
PS C:UsersAdministrator>
PS C:UsersAdministrator> (gwmi win32_computersystem).partofdomain -eq $true
False

Info, the Computer is in a workgroup what have the name solidcp.internal

Maybee it have some to do with that ?

Reply
Posts: 1456
Admin
(@trobinson)
Noble Member
Joined: 8 years ago

Hello,

Thats strange as if it is returning False that means it is a workgroup server and the script should recognize that.

Can you confirm if the server looks like its in a working state? If it failed then it should be the single step and other parts of the configuration script should still function.

Thanks,

Trevor

Reply
Share: