on r1350 there is no page on url “report” : [url]http://srvfog/fog/management/index.php?node=report[/url]
Posts made by warp
-
RE: Latest FOG 0.33b
-
RE: Latest FOG 0.33b
[quote=“warp, post: 24403, member: 22860”]Hello Tom,
Can you then tell me the proper way to set FOG knowing that:
[U][B]FOG server:[/B][/U]
[LIST]
[]CentOS 6.5
[]5 GB disk
[*]FOG 0.33B
[/LIST]
(No backup on the server that has a 5GB disk)[U][B]The NAS server:[/B][/U]
[LIST]
[]SYNOLOGY
[]8TB disk
[/LIST]
NFS share as many NAS trade is prefixed to the volume name, for it is SYNOLOGY “/volume1/” for IOMEGA is “/nethdd/” which gives for SYNOLOGY “/volume1/images” and IOMEGA “/nethdd/images”I also want to keep the scheduler function.[/quote]
I like to continue to help you to “debug” the 0.33b version, but without an answer to my question, I can go further, because my architecture is that.[COLOR=#00ccff][B]Can you help me ?[/B][/COLOR]
-
RE: Latest FOG 0.33b
[quote=“Tom Elliott, post: 24344, member: 7271”]This is expected. The reason for it to “I don’t appear to the be group manager.” Is the IP of your fog server is not the same as the IP of the NAS. So it is NOT the group manager for that particular node. For everything else, however, it should be perfectly fine.[/quote]
Hello Tom,Can you then tell me the proper way to set FOG knowing that:
[U][B]FOG server:[/B][/U]
[LIST]
[]CentOS 6.5
[]5 GB disk
[*]FOG 0.33B
[/LIST]
(No backup on the server that has a 5GB disk)[U][B]The NAS server:[/B][/U]
[LIST]
[]SYNOLOGY
[]8TB disk
[/LIST]
NFS share as many NAS trade is prefixed to the volume name, for it is SYNOLOGY / volume1 / for IOMEGA is “/ nethdd /” which gives for SYNOLOGY “/ volume1/images” and IOMEGA "/ nethdd / images "I also want to keep the timer function.
-
RE: Latest FOG 0.33b
[quote=“Tom Elliott, post: 24338, member: 7271”]I’m still confused. Is Storage_NAS the master node in the Default group?[/quote]
To put it simply, when Storage_NAS is the master node in the Default group, the scheduler say: I don’t appear to be the group manager, I will check back later. -
RE: Latest FOG 0.33b
[quote=“Tom Elliott, post: 24333, member: 7271”]It’s not multiple master nodes. It multiple groups.
If you move the Storage_NAS into the Default group (as you’re using the server off of the default group) and make the Storage_NAS as master, all should work.[/quote]
I’ve moved the Storage_NAS into the Default group, but now when i upload a image of the host it doesn’t write into the NAS under folder /volume1/images but it’s write in the first time to the DefaultMember in folder /images.When i’ve a other group, it’s write directly to the Storage_NAS under folder /volume1/images
-
RE: Latest FOG 0.33b
[quote=“Tom Elliott, post: 24314, member: 7271”]r1343 released.
Fixes path display on Image Management Page, if you have multiple master nodes. It would only display the first node it found which would typically be the first ID in the sequence. It now pulls the master node based on the Group ID.[/quote]
If i ave multiple master nodes the service sheduler log : I don’t appear to be the group manager, I will check back later. -
RE: Latest FOG 0.33b
I do not know if I speak well, this is what I want:
[U]Here’s what I have:[/U]
- Storage Group = default,
in this Group -> Storage Node = DefaultMember
image path = /images
IP = 172.16.8.44
(This group does me nothing)
- Storage Group = NAS
in this Group -> Storage Node = Storage_NAS
image path = /volume1/images
IP = 172.16.8.43
(this is where I want to save, it’s NAS Synology)
How to make:
- The Scheduler works (because it does not work when it is Storage_NAS in master)
- If I do not put in the master Storage_NAS but DefaultMember the Scheduler works, but I is not the path / volume1/images in the configuration file.
- Storage Group = default,
-
RE: Latest FOG 0.33b
[quote=“Tom Elliott, post: 24323, member: 7271”]And, I’m assuming your changing the Storage_NAS group to default and not trying to change the Group Name NAS to default?[/quote]
This conf is ok ? If i want use a NAS for the Storage ?[url=“/_imported_xf_attachments/0/597_Capture.JPG?:”]Capture.JPG[/url]
-
RE: Latest FOG 0.33b
r1344
When i put my Storage NAS in master :
1°) The Scheduler service in log message say : “I don’t appear to be the group manager, I will check back later”
2°) If I change the Storage Group for NAS to default and i Update, the upate fail ! -
RE: Latest FOG 0.33b
[quote=“Tom Elliott, post: 24314, member: 7271”]r1343 released.
Fixes path display on Image Management Page, if you have multiple master nodes. It would only display the first node it found which would typically be the first ID in the sequence. It now pulls the master node based on the Group ID.[/quote]
And so the “scheduler” will work ?
-
RE: Latest FOG 0.33b
[quote=“Tom Elliott, post: 24309, member: 7271”]The way the path get’s specified is by the isMaster AND isEnabled node. So if your NAS is simply a storage node, but is not labeled as Master, (there can only be on master node within a group) it will display whichever node is the master which my guess is currently your FOG Server. The FOG Server’s storage path is /images/[/quote]
If i specify my NAS is the Master the scheduler say “I don’t appear to be the group manager, I will check back later.” and do not work -
RE: Latest FOG 0.33b
[B]Storage Node Storage Group IP Address Image Path[/B]
DefaultMember default 172.16.8.43 /images
Storage_NAS NAS 172.16.8.44 /volume1/images -
RE: Latest FOG 0.33b
[quote=“Tom Elliott, post: 24307, member: 7271”]I’m going to guess that you have more than one node per group?[/quote]
I’ve one group and one node in this group. -
RE: Latest FOG 0.33b
When i give a “Storage Group” to a Image, the Image Path do not change…
example for the “Storage Group = NAS” the path do not modify to “/volume1/images/”[url=“/_imported_xf_attachments/0/594_img1.png?:”]img1.png[/url][url=“/_imported_xf_attachments/0/595_img2.png?:”]img2.png[/url][url=“/_imported_xf_attachments/0/596_img3.JPG?:”]img3.JPG[/url]
-
RE: Latest FOG 0.33b
[quote=“Tom Elliott, post: 24302, member: 7271”]That’s just a warning so it shouldn’t be affecting the operation.
Is the service started and still running?
Does the log have any information?
[code]cat /opt/fog/log/fogreplicator.log[/code][/quote]
it’s ok for me, thank Tom -
RE: Latest FOG 0.33b
When i start the service FOGScheduler there is this message : PHP Warning: filesize(): stat failed for /opt/fog/log/fogreplicator.log in /opt/fog/service/common/functions.php on line 24
-
RE: Latest FOG 0.33b
[quote=“Tom Elliott, post: 24296, member: 7271”]Warp,
I think you need to check your fog server and make sure the FOG services are actually running:
[code]sudo service FOGScheduler status
sudo service FOGMulticastManager status
sudo service FOGImageReplicator status
[/code]To restart, change the part that says status to restart.
Thanks,[/quote]
Actually they are not Started, because I thought it was starting automatically after installation. -
RE: Latest FOG 0.33b
I can not operate “Task manager” :
when I created a Task it does not execute the indicated time was, is this a problem date.timezone? my Linux CentOS 6.5 is a good time. -
RE: Latest FOG 0.33b
In the Task manager, there is no possibility to kill one task.
[url=“/_imported_xf_attachments/0/593_Capture.JPG?:”]Capture.JPG[/url]
-
RE: Latest FOG 0.33b
Hi Tom,
In the report Management -> Imaging Log -> there is no page and there is message log in the /var/log/httpd/error_log :
[SIZE=2][COLOR=#3366ff][Tue Mar 18 10:29:47 2014] [error] [client 172.16.8.167] PHP Parse error: syntax error, unexpected T_VARIABLE in /var/www/html/fog/management/reports/Imaging Log.php on line 137, referer: [url]http://srvfog.cavp.fr/fog/management/index.php?node=report&sub=file&f=RXF1aXBtZW50IExvYW4ucGhw[/url][/COLOR][/SIZE]