Snapins again
-
Hello,
This is my story:
fog 1.2.0, system ubuntu 13.10,
fog fresh install and imported database, snapins from fog 0.32
New fog server (1.2.0) for tests is running on different ip address the old one (0.32)
When I’m trying send few snapins to client I receive error message [ATTACH=full]1250[/ATTACH]
if I try send just one snapin it goes almost fine[ATTACH=full]1251[/ATTACH]
but nothing happened. Snapin hangs in the queue.Here are service settings for client, the same are globaly set for fog server.[ATTACH=full]1252[/ATTACH]
Client connects to new fog (1.2.0), here log:
[ATTACH=full]1253[/ATTACH]To solve this issue I have to remove client from database and add him again, but this solution is time and work consuming.
Help appreciated
Regards.[url=“/_imported_xf_attachments/1/1250_all_snapins.png?:”]all_snapins.png[/url][url=“/_imported_xf_attachments/1/1251_single_snapin.png?:”]single_snapin.png[/url][url=“/_imported_xf_attachments/1/1252_service_settings.png?:”]service_settings.png[/url][url=“/_imported_xf_attachments/1/1253_client_log.png?:”]client_log.png[/url]
-
Same issue here.
Since the update to the latest version fog doesnt install snapins properly.
Today i deployed an image to a room with 25 pc’s and on only 2 pc’s of them the snapins get installed. On all other they are doing nothing. -
exactly what did you import from the old server, and how?
-
I moved also my server from a virtual maschine to a physical server.
I used the backup script from fog and copied the data to the same location on the physical server.Edit: The IP of the physical server is the same as in the virtual maschine.
-
[quote=“Junkhacker, post: 34745, member: 21583”]exactly what did you import from the old server, and how?[/quote]
Hi Junkhacker
on old fog server
mysqldump -u root fog > /home/aaa/fog032.sql
On new 1.2.0
mysql -u root fog < /home/aaa/fog032.sqlDuring login database schame was updated without errors.
Then I add all machines to group and enabled service settings.
And also copied snapins from old to new server to location /opt/fog/snapins/
Regards. -
if you don’t want to keep the data for logging purposes, a quick thing to try would be truncating the tasks, stapinTasks, and snapinJobs tables
-
[quote=“Junkhacker, post: 34817, member: 21583”]if you don’t want to keep the data for logging purposes, a quick thing to try would be truncating the tasks, stapinTasks, and snapinJobs tables[/quote]
Junkhacker you rock
This advice solved the issue.
All snapins and single snapin smoothly installed.
Thanks a lot.