ajames Posted February 2, 2016 Posted February 2, 2016 Hopefully someone can assist with some solus install errors is have. First one is error occured obtaining data from the remote machine check that wmi is enabled on the remote machine and any firewalls are configured to allow wmi traffic. Firewalls are switched off on the server and the clients. Second one is Solus installs on the machine, downloads the update but when says one or more errors occured, gives no further information and i can't find any logs to help.
winng Posted February 3, 2016 Posted February 3, 2016 Try running this in batch file: netsh advfirewall firewall add rule name="Solus 3 DS" dir=in action=allow protocol=TCP localport=52965 netsh advfirewall firewall add rule name="Solus 3 DS" dir=out action=allow protocol=TCP localport=52965 netsh advfirewall firewall add rule name="Solus 3 Agent" dir=in action=allow protocol=TCP localport=52966 netsh advfirewall firewall add rule name="Solus 3 Agent" dir=out action=allow protocol=TCP localport=52966 netsh advfirewall firewall add rule name="Solus 3 Agent UI" dir=in action=allow protocol=TCP localport=8739 netsh advfirewall firewall add rule name="Solus 3 Agent UI" dir=out action=allow protocol=TCP localport=8739 netsh advfirewall firewall set rule group="windows management instrumentation (wmi)" new enable=yes netsh advfirewall firewall set rule group="Windows Remote Management" new enable=yes netsh advfirewall firewall set rule group="File and Printer Sharing" new ENABLE=Yes 1
ajames Posted February 3, 2016 Author Posted February 3, 2016 Thanks for that, still no difference, any other idea's
crwardell Posted February 3, 2016 Posted February 3, 2016 We had something similar to this, it turned out to be either the credentials being entered without the relevant domain name first or the ip address of the client not corresponding correctly in DNS.
ajames Posted February 4, 2016 Author Posted February 4, 2016 I can ping the computer ip address and dns returns the hostname, and vice versa, I have always prefixed the username with the domain name, my admin credentials that i use for everything, and which will work for other machines no problem. I have just found these lines in the log but the solus status still says error occured obtaining data from the remote machine check that wmi is enabled on the remote machine and any firewalls are configured to allow wmi traffic. 2016-02-04 08:50:39.4613|Info|Executing command InstallAgent for computer name bs1-teacher net.tcp://172.19.193.98:52966/. 2016-02-04 08:50:39.4613|Info|bs1-teacher Looking for target OS 2016-02-04 08:50:39.4613|Info|Attempting to create ConnectionOptions with username='BRECON_CURRIC\Ajames' 2016-02-04 08:50:39.5707|Info|bs1-teacher Installation worker completed.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now