• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. tag
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 20
    • Best 1
    • Controversial 0
    • Groups 0

    tag

    @tag

    1
    Reputation
    435
    Profile views
    20
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    tag Unfollow Follow

    Best posts made by tag

    • 503 Service Unavailable When Remote Storage Node is Off-line

      Hi all,

      We have a distributed setup with a master server at our central site and storage nodes (each is a master node in separate storage groups/sites/locations) at remote sites. This setup works fine. However, if we lose connectivity to a storage node or shut it down intentionally, the Fog WebUI starts timing out when tasking with WoL checked. Tasks are still completed - it’s just the tasking confirmation that times out.

      It seems the master server is expecting some reply from all nodes when tasking - even if the tasked host isn’t associated with the site and location that the off-line node resides in. This may be per design that it will try and wake hosts up even if they have moved from one site to another without the site and location associations updated? Or is it the site and location plug-ins that are not fully hooking in to FOG?

      Apache error log from master server:
      apache_error_log.png

      PHP-FPM error log from master server:
      php-fpm_www_error_log.png

      Master server and nodes:
      CentOS 7.9
      FOG v1.5.9

      Not a major issue but I’ve not seen any posts relating to this in particular.

      Thanks.

      posted in FOG Problems
      T
      tag

    Latest posts made by tag

    • RE: RHEL 8.10 clones fail to boot

      Edit: So, the target PC was not identical after all. It had an optical drive as well. Don’t know why that would change anything. From dracut emergency shell I found that the driver for the SAS controller card (aacraid) was not loaded for some reason. Works fine on other target PCs without the optical drive…

      posted in Linux Problems
      T
      tag
    • RE: 503 Service Unavailable When Remote Storage Node is Off-line

      @Sebastian-Roth Thanks…

      posted in FOG Problems
      T
      tag
    • 503 Service Unavailable When Remote Storage Node is Off-line

      Hi all,

      We have a distributed setup with a master server at our central site and storage nodes (each is a master node in separate storage groups/sites/locations) at remote sites. This setup works fine. However, if we lose connectivity to a storage node or shut it down intentionally, the Fog WebUI starts timing out when tasking with WoL checked. Tasks are still completed - it’s just the tasking confirmation that times out.

      It seems the master server is expecting some reply from all nodes when tasking - even if the tasked host isn’t associated with the site and location that the off-line node resides in. This may be per design that it will try and wake hosts up even if they have moved from one site to another without the site and location associations updated? Or is it the site and location plug-ins that are not fully hooking in to FOG?

      Apache error log from master server:
      apache_error_log.png

      PHP-FPM error log from master server:
      php-fpm_www_error_log.png

      Master server and nodes:
      CentOS 7.9
      FOG v1.5.9

      Not a major issue but I’ve not seen any posts relating to this in particular.

      Thanks.

      posted in FOG Problems
      T
      tag
    • RE: Storage Node Kernels

      @Sebastian-Roth said in Storage Node Kernels:

      Yes, that’s another way to do it.

      Actually, for us it is necessary (even for the master node) as we’re are isolated from the internet. That means the installer will fail to download inits and kernels.

      posted in FOG Problems
      T
      tag
    • RE: Storage Node Kernels

      @h4x0r101376
      Yeah, I’ve noticed this as well. Even if setting the checkmark for the location (when using the Location plug-in) to use local inits and kernels, it is not replicating them. I’ve simply copied them from the master node to the node webfolder.

      posted in FOG Problems
      T
      tag
    • RE: Setting up FOG in multi-location environment

      @Sebastian-Roth Sure, happy to help in any way I can…

      posted in FOG Problems
      T
      tag
    • RE: Setting up FOG in multi-location environment

      @Wayne-Workman

      Thanks for replying.

      First of all - we have it working now.

      Regarding multicasting the node logs showed an error about the interface not being ready for some reason. The age old secret and very esoteric IT-tech hack known as “server reboot” fixed that issue. I don’t know what the issue was as such as server access, unicasting, deploying snap-ins, dhcpd (everything else, really) all worked fine. I guess we should end the process of changing from standard install to FOG node with a reboot from now on.

      As for WoL we wiresharked the VLANS and found that the node DID in fact send magic packets for hosts on remote VLANS. It turned out that IOS-XE v17 is buggy and needs an extra setting on the ingress interface, i.e. the interface on which the server or node sends the magic packets. You need to set “ip network broadcast” as well as the usual “ip directed broadcast <ACL#>”. We have identical routers at all sites (Cisco 1111-4P), but some are from a previous purchase an thus has IOS-XE v16. Here WoL works when setup as described here:
      https://wiki.fogproject.org/wiki/index.php/WOL_Forwarding
      So maybe an addition to the wiki would be helpful to others doing WoL forwarding.

      Anyway, thanks for taking your time to confirm we were doing it the right way.

      posted in FOG Problems
      T
      tag
    • Setting up FOG in multi-location environment

      Hi,

      We’re trying to change our setup from just a bunch of unrelated FOG servers on multiple sites to a setup that automatically replicates images and snap-ins from the central site to satellite sites.

      To accomplish this we have installed the Location (and Site + Access Controls to limit what’s visible to satellite fog users) Plug-in, installed all satellite site FOG servers as Storage Nodes to the central site Master Node and attached each node to a separate location.

      At the central site we have a score of VLANS, all hosts are on different VLANS from the Master Node. At satellite sites we have hosts on two VLANS, where one is the same as the storage node VLAN. Routing is setup and allows multicasting, ip pim is set on the VLANs the server is not on.

      Directed broadcast ACL permitting the local storage node for WoL is set for all routed VLANs at all sites.

      Hosts are attached to locations and sites corresponding to their physical locations.

      Replication is working fine. However, multicasting is not working at satellite sites. Clients just hang at the blue imaging screen after receiving the task. Unicasting is working.

      WoL is not working at satellite sites VLANs different from the the Storage Node VLAN. Wireshark shows that no magic packets are sent to the routed VLAN, only on the same VLAN as the Storage Node, even though it is defined in the WoL Broadcasts menu. It is as if the Location Plug-in is not reaching in to the WoL Broadcast menu for the satellite node to be able to send magic packets to the correct VLAN?

      Both multicasting and WoL worked with current network settings before changing from full FOG servers to Storage Nodes.

      To try and get multicating to work at satellite sites, we tried adding separate Storage Groups and assigning each satellite node to their own Storage Group, setting each node as Master Node for their corresponding group, adding the Storage Groups to the images and snap-ins as described in this post:
      https://forums.fogproject.org/topic/11653/multi-cast-with-location-plugin-enabled/18?_=1673903176664
      That didn’t do the trick, though.

      Is it even possible to do it this way? I suppose we could fix both issues by making the satellite nodes fully fledged FOG servers with different Storage Groups and then assigning multiple Storage Groups to images and snap-ins?

      That would leave us with a separate DB and user administration at each site, though.

      We’re running FOG 1.5.9 on CentOS 7.9 at all sites. Central site is a physical server, satellites sites are virtual servers on ESXi 7.

      Any help appreciated - Thanks.

      posted in FOG Problems
      T
      tag
    • RE: Dual NIC clients

      @Wayne-Workman

      That would work nicely, seeing you can use different inits. I didn’t know that as it is not possible in 1.2.0.

      The caveat is that I would have to redo the server as trunk requires a newer Ubuntu according to @Quazz.

      posted in Linux Problems
      T
      tag
    • RE: Dual NIC clients

      @Wayne-Workman
      Thanks again.

      Yes, that code will only work on the specific network defined in $nwid and if the kernel names the interfaces ethX and probably only if the number of interfaces match that particular piece of hw…

      Mighty nice of you to help me out here… Appreciate it.

      Thanks.

      posted in Linux Problems
      T
      tag