• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ppustisr
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Best 1
    • Controversial 0
    • Groups 0

    ppustisr

    @ppustisr

    1
    Reputation
    421
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ppustisr Unfollow Follow

    Best posts made by ppustisr

    • RE: Deploying from Hosts Section in Web GUI Mgmt Produces Error "Failed to create deployment tasking for the following hosts Image not found on node: DefaultMember" after Upgrading FOG from 1.2.0 to GIT 7723

      @george1421 said in Deploying from Hosts Section in Web GUI Mgmt Produces Error "Failed to create deployment tasking for the following hosts Image not found on node: DefaultMember" after Upgrading FOG from 1.2.0 to GIT 7723:

      @ppustisr Ok now that the git version isn’t the issue. Lets look at the second part of the error message. You are trying to deploy an image to a target computer. And that target computer has a reference o image (abe). Have you confirmed that image (abc) exists on the storage node associated with this target host? If you look in the /images folder on the storage node does the files exist and match the definition of the image from the web gui?

      All images within respective subdirectories inside /images directory and correctly defined.

      SOLUTION: Image paths inside web GUI for each image were changed from correct, established paths to dummy paths, saved changes and then paste back correct, established paths again, saved changes and now deployment works with no error msg.

      This issue is solved. Thanks.

      posted in FOG Problems
      P
      ppustisr

    Latest posts made by ppustisr

    • RE: Deploying from Hosts Section in Web GUI Mgmt Produces Error "Failed to create deployment tasking for the following hosts Image not found on node: DefaultMember" after Upgrading FOG from 1.2.0 to GIT 7723

      @george1421 said in Deploying from Hosts Section in Web GUI Mgmt Produces Error "Failed to create deployment tasking for the following hosts Image not found on node: DefaultMember" after Upgrading FOG from 1.2.0 to GIT 7723:

      @ppustisr Ok now that the git version isn’t the issue. Lets look at the second part of the error message. You are trying to deploy an image to a target computer. And that target computer has a reference o image (abe). Have you confirmed that image (abc) exists on the storage node associated with this target host? If you look in the /images folder on the storage node does the files exist and match the definition of the image from the web gui?

      All images within respective subdirectories inside /images directory and correctly defined.

      SOLUTION: Image paths inside web GUI for each image were changed from correct, established paths to dummy paths, saved changes and then paste back correct, established paths again, saved changes and now deployment works with no error msg.

      This issue is solved. Thanks.

      posted in FOG Problems
      P
      ppustisr
    • RE: PXE Boot Error Input/output error after upgrading from 1.2.0 to GIT 7723

      @george1421 said in PXE Boot Error Input/output error after upgrading from 1.2.0 to GIT 7723:

      @ppustisr Ok now the picture it getting a bit clearer.

      Your issues are a bit more fundamental than kernels or bios vs uefi. You are using FOG as your dhcp server for your target computers?? If the dhcp options are not set or are not set correctly I could see why you are getting an i/o error.

      Please confirm that your intent is to have FOG issue dhcp addresses for these clients.

      Yes. Clients receive IP’s from DHCP (from statically set NIC2) when booting from LAN. (NIC2 statically set to 192.168.0.61)

      posted in FOG Problems
      P
      ppustisr
    • RE: Deploying from Hosts Section in Web GUI Mgmt Produces Error "Failed to create deployment tasking for the following hosts Image not found on node: DefaultMember" after Upgrading FOG from 1.2.0 to GIT 7723

      @george1421 said in Deploying from Hosts Section in Web GUI Mgmt Produces Error "Failed to create deployment tasking for the following hosts Image not found on node: DefaultMember" after Upgrading FOG from 1.2.0 to GIT 7723:

      I recommend that you update to the latest git version (somewhere north of 7769) because I think this issue has been resolved.

      Updating to 7821 did not help.

      posted in FOG Problems
      P
      ppustisr
    • RE: PXE Boot Error Input/output error after upgrading from 1.2.0 to GIT 7723

      @george1421 said in PXE Boot Error Input/output error after upgrading from 1.2.0 to GIT 7723:

      @Sebastian-Roth said in PXE Boot Error Input/output error after upgrading from 1.2.0 to GIT 7723:

      @ppustisr Please open http://192.168.0.61/fog/service/ipxe/boot.php in your normal browser and post the full output here in the forum.

      To quote Sebastian ^^

      #!ipxe
      set fog-ip 192.168.0.61
      set fog-webroot fog
      set boot-url http://${fog-ip}/${fog-webroot}
      cpuid --ext 29 && set arch x86_64 || set arch i386
      goto get_console
      :console_set
      colour --rgb 0x00567a 1 ||
      colour --rgb 0x00567a 2 ||
      colour --rgb 0x00567a 4 ||
      cpair --foreground 7 --background 2 2 ||
      goto MENU
      :alt_console
      cpair --background 0 1 ||
      cpair --background 1 2 ||
      goto MENU
      :get_console
      console --picture http://192.168.0.61/fog/service/ipxe/bg.png --left 100 --right 80 && goto console_set || goto alt_console
      :MENU
      menu
      colour --rgb 0xff0000 0 ||
      cpair --foreground 1 1 ||
      cpair --foreground 0 3 ||
      cpair --foreground 4 4 ||
      item --gap Host is NOT registered!
      item --gap -- -------------------------------------
      item fog.local Boot from hard disk
      item fog.memtest Run Memtest86+
      item fog.reginput Perform Full Host Registration and Inventory
      item fog.reg Quick Registration and Inventory
      item fog.quickimage Quick Image
      item fog.multijoin Join Multicast Session
      item fog.sysinfo Client System Information (Compatibility)
      choose --default fog.local --timeout 600000 target && goto ${target}
      :fog.local
      sanboot --no-describe --drive 0x80 || goto MENU
      :fog.memtest
      kernel memdisk iso raw
      initrd memtest.bin
      boot || goto MENU
      :fog.reginput
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=192.168.0.61/fog/ consoleblank=0 rootfstype=ext4 loglevel=4 mode=manreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.reg
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=192.168.0.61/fog/ consoleblank=0 rootfstype=ext4 loglevel=4 mode=autoreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.quickimage
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.multijoin
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param sessionJoin 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.sysinfo
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=192.168.0.61/fog/ consoleblank=0 rootfstype=ext4 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :bootme
      chain -ar http://192.168.0.61/fog/service/ipxe/boot.php##params ||
      goto MENU
      autoboot
      
      posted in FOG Problems
      P
      ppustisr
    • RE: PXE Boot Error Input/output error after upgrading from 1.2.0 to GIT 7723

      @george1421

      Dell’s PXE boot worked with 1.2.0 where I can upload and deploy but with latest GIT 7821, it will boot PXE up to the point where the error msg appears: Could not boot: Input/output error (http://ipxe.org/1d0c6539) & reboots but no further.

      Lenovo’s did not work with PXE boot on 1.2.0 but PXE boot up to the point where error msg appears “Could not boot: Input/output error (http://ipxe.org/1d0c6539)” & reboots but no further.

      Images with MBR only utilized so Lenovo’s have Secure Boot mode disabled. Startup Boot mode set to Legacy Only. CSM Support set to Yes. Same problem with Security Chip set to Active or Disabled.

      Box has static IP’s for both NIC’s.

      It appears option 67 is not declared…see code below for dhcpd.conf

      # DHCP Server Configuration file\n#see /usr/share/doc/dhcp*/dhcpd.conf.sample
      # This file was created by FOG
      #Definition of PXE-specific options
      # Code 1: Multicast IP Address of bootfile
      # Code 2: UDP Port that client should monitor for MTFTP Responses
      # Code 3: UDP Port that MTFTP servers are using to listen for MTFTP requests
      # Code 4: Number of seconds a client must listen for activity before trying
      #         to start a new MTFTP transfer
      # Code 5: Number of seconds a client must listen before trying to restart
      #         a MTFTP transfer
      option space PXE;
      option PXE.mtftp-ip code 1 = ip-address;
      option PXE.mtftp-cport code 2 = unsigned integer 16;
      option PXE.mtftp-sport code 3 = unsigned integer 16;
      option PXE.mtftp-tmout code 4 = unsigned integer 8;
      option PXE.mtftp-delay code 5 = unsigned integer 8;
      option arch code 93 = unsigned integer 16;
      use-host-decl-names on;
      ddns-update-style interim;
      ignore client-updates;
      # Specify subnet of ether device you do NOT want service.
      # For systems with two or more ethernet devices.
      # subnet 136.165.0.0 netmask 255.255.0.0 {}
      subnet 192.168.0.0 netmask 255.255.255.0{
          option subnet-mask 255.255.255.0;
          range dynamic-bootp 192.168.0.10 192.168.0.254;
          default-lease-time 21600;
          max-lease-time 43200;
          option routers 192.168.0.1;
          option domain-name-servers 192.168.0.1;
          next-server 192.168.0.61;
          class "Legacy" {
              match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000";
              filename "undionly.kkpxe";
          }
          class "UEFI-32-2" {
              match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00002";
              filename "i386-efi/ipxe.efi";
          }
          class "UEFI-32-1" {
              match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00006";
              filename "i386-efi/ipxe.efi";
          }
          class "UEFI-64-1" {
              match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00007";
              filename "ipxe.efi";
          }
          class "UEFI-64-2" {
              match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00008";
              filename "ipxe.efi";
          }
          class "UEFI-64-3" {
              match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00009";
              filename "ipxe.efi";
          }
      }
      
      posted in FOG Problems
      P
      ppustisr
    • RE: PXE Boot Error Input/output error after upgrading from 1.2.0 to GIT 7723

      @Sebastian-Roth

      Thanks

      (error log after boot.php)

      boot.php:

      #!ipxe
      set fog-ip 192.168.0.61
      set fog-webroot fog
      set boot-url http://${fog-ip}/${fog-webroot}
      cpuid --ext 29 && set arch x86_64 || set arch i386
      goto get_console
      :console_set
      colour --rgb 0x00567a 1 ||
      colour --rgb 0x00567a 2 ||
      colour --rgb 0x00567a 4 ||
      cpair --foreground 7 --background 2 2 ||
      goto MENU
      :alt_console
      cpair --background 0 1 ||
      cpair --background 1 2 ||
      goto MENU
      :get_console
      console --picture http://192.168.0.61/fog/service/ipxe/bg.png --left 100 --right 80 && goto console_set || goto alt_console
      :MENU
      menu
      colour --rgb 0xff0000 0 ||
      cpair --foreground 1 1 ||
      cpair --foreground 0 3 ||
      cpair --foreground 4 4 ||
      item --gap Host is NOT registered!
      item --gap -- -------------------------------------
      item fog.local Boot from hard disk
      item fog.memtest Run Memtest86+
      item fog.reginput Perform Full Host Registration and Inventory
      item fog.reg Quick Registration and Inventory
      item fog.quickimage Quick Image
      item fog.multijoin Join Multicast Session
      item fog.sysinfo Client System Information (Compatibility)
      choose --default fog.local --timeout 600000 target && goto ${target}
      :fog.local
      sanboot --no-describe --drive 0x80 || goto MENU
      :fog.memtest
      kernel memdisk iso raw
      initrd memtest.bin
      boot || goto MENU
      :fog.reginput
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=192.168.0.61/fog/ consoleblank=0 rootfstype=ext4 loglevel=4 mode=manreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.reg
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=192.168.0.61/fog/ consoleblank=0 rootfstype=ext4 loglevel=4 mode=autoreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.quickimage
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.multijoin
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param sessionJoin 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.sysinfo
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=192.168.0.61/fog/ consoleblank=0 rootfstype=ext4 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :bootme
      chain -ar http://192.168.0.61/fog/service/ipxe/boot.php##params ||
      goto MENU
      autoboot
      

      apache error log:

      Sun May 22 04:49:53.788641 2016] [auth_digest:notice] [pid 8788] AH01757: generating secret for digest authentication ...
      [Sun May 22 04:49:53.789729 2016] [lbmethod_heartbeat:notice] [pid 8788] AH02282: No slotmem from mod_heartmonitor
      [Sun May 22 04:49:53.791652 2016] [ssl:warn] [pid 8788] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
      [Sun May 22 04:49:53.815864 2016] [mpm_prefork:notice] [pid 8788] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.6.21 configured -- resuming normal operations
      [Sun May 22 04:49:53.815881 2016] [core:notice] [pid 8788] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
      [Mon May 23 10:08:03.225088 2016] [:error] [pid 23441] [client 192.168.0.222:35657] PHP Fatal error:  Call to a member function isValid() on string in /var/www/html/fog/lib/fog/host.class.php on line 523
      [Mon May 23 10:08:03.730143 2016] [:error] [pid 23438] [client 192.168.0.219:56385] PHP Fatal error:  Call to a member function isValid() on string in /var/www/html/fog/lib/fog/host.class.php on line 523
      [Mon May 23 10:08:04.424228 2016] [:error] [pid 23442] [client 192.168.0.220:47121] PHP Fatal error:  Call to a member function isValid() on string in /var/www/html/fog/lib/fog/host.class.php on line 523
      [Mon May 23 10:40:20.206685 2016] [:error] [pid 23442] [client 192.168.0.220:38148] PHP Fatal error:  Call to a member function isValid() on string in /var/www/html/fog/lib/fog/host.class.php on line 523
      [Mon May 23 11:19:29.336449 2016] [mpm_prefork:notice] [pid 8788] AH00170: caught SIGWINCH, shutting down gracefully
      [Mon May 23 11:19:57.079658 2016] [suexec:notice] [pid 14458] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
      [Mon May 23 11:19:57.081599 2016] [ssl:warn] [pid 14458] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
      AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
      [Mon May 23 11:19:57.122846 2016] [auth_digest:notice] [pid 14458] AH01757: generating secret for digest authentication ...
      [Mon May 23 11:19:57.123758 2016] [lbmethod_heartbeat:notice] [pid 14458] AH02282: No slotmem from mod_heartmonitor
      [Mon May 23 11:19:57.125343 2016] [ssl:warn] [pid 14458] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
      [Mon May 23 11:19:57.151032 2016] [mpm_prefork:notice] [pid 14458] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.6.21 configured -- resuming normal operations
      [Mon May 23 11:19:57.151059 2016] [core:notice] [pid 14458] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
      [Mon May 23 11:19:59.349340 2016] [:error] [pid 14465] [client 192.168.0.61:58808] PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_def$
      [Mon May 23 11:19:59.884341 2016] [:error] [pid 14465] [client 192.168.0.61:58808] PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_def$
      [Mon May 23 11:28:47.934149 2016] [:error] [pid 14465] [client 192.168.0.175:61295] PHP Fatal error:  Cannot access protected property FOGCore::$DB in /var/www/html/fog/commons/schemaupdater/index.php on line 1474, referer: http:/$
      [Mon May 23 11:29:05.653900 2016] [:error] [pid 14499] [client 192.168.0.175:61317] PHP Fatal error:  Cannot access protected property FOGCore::$DB in /var/www/html/fog/commons/schemaupdater/index.php on line 1474, referer: http:/$
      [Mon May 23 11:31:31.549072 2016] [:error] [pid 16939] [client 192.168.0.220:25403] PHP Fatal error:  Call to a member function isValid() on string in /var/www/html/fog/lib/fog/host.class.php on line 523
      [Tue May 24 05:52:12.012763 2016] [:error] [pid 14468] [client 192.168.0.220:56086] PHP Fatal error:  Call to a member function isValid() on string in /var/www/html/fog/lib/fog/host.class.php on line 523
      [Tue May 24 05:53:37.443512 2016] [mpm_prefork:notice] [pid 14458] AH00170: caught SIGWINCH, shutting down gracefully
      [Tue May 24 05:54:07.133315 2016] [suexec:notice] [pid 30673] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
      [Tue May 24 05:54:07.135106 2016] [ssl:warn] [pid 30673] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
      AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
      [Tue May 24 05:54:07.172200 2016] [auth_digest:notice] [pid 30673] AH01757: generating secret for digest authentication ...
      [Tue May 24 05:54:07.173095 2016] [lbmethod_heartbeat:notice] [pid 30673] AH02282: No slotmem from mod_heartmonitor
      [Tue May 24 05:54:07.174578 2016] [ssl:warn] [pid 30673] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
      [Tue May 24 05:54:07.198162 2016] [mpm_prefork:notice] [pid 30673] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.6.21 configured -- resuming normal operations
      [Tue May 24 05:54:07.198192 2016] [core:notice] [pid 30673] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
      [Tue May 24 05:55:34.617525 2016] [:error] [pid 30683] [client 192.168.0.175:62337] PHP Strict Standards:  Only variables should be passed by reference in /var/www/html/fog/lib/pages/schemaupdaterpage.class.php on line 48, referer$
      
      
      posted in FOG Problems
      P
      ppustisr
    • RE: PXE Boot Error Input/output error after upgrading from 1.2.0 to GIT 7723

      @Tom-Elliott

      Updated to 7821. Still broken.

      Thanks

      posted in FOG Problems
      P
      ppustisr
    • Deploying from Hosts Section in Web GUI Mgmt Produces Error "Failed to create deployment tasking for the following hosts Image not found on node: DefaultMember" after Upgrading FOG from 1.2.0 to GIT 7723

      Hello.

      Fog was upgraded from 1.2.0 to GIT 7723 where there was a newer install script which was CentOS7 aware and made appropriate changes. Now when deploying from Hosts in the web GUI Mgmt screen produces the error:

      “Failed to create deployment tasking for the following hosts Image not found on node: DefaultMember”

      Background Info: The box has two NIC’s where NIC1 connects to the site LAN and outbound and the other NIC2 attached to a switch to FOG/image/deploy the units privately on its own LAN on NIC2. The box had Fog 1.2.0 with CentOS 7 and worked well for almost a year with Dell models where PXE booting to upload and to deploy images ran smoothly.

      But, with the new Lenovo’s with no Ethernet port built-in, those models required their branded ThinkPad USB3.0 to GigEthernet dongle/adapter where the Lenovo’s BIOS recognized that particular dongle to allow PXE boot. However, with 1.2.0, the Lenovo’s failed to boot past the DHCP stages. It was suggested to upgrade FOG to a later SVN or GIT release.

      After upgrading, the error message above appears.

      TIA for any suggestions and solutions.

      posted in FOG Problems
      P
      ppustisr
    • PXE Boot Error Input/output error after upgrading from 1.2.0 to GIT 7723

      Hello.

      The production server has two NIC’s where NIC1 connects to the site LAN and outbound and the other NIC2 attached to a switch to FOG/image/deploy the units privately on its own LAN on NIC2. The box has Fog 1.2.0 with CentOS 7 and worked well for almost a year with Dell models where PXE booting to upload and to deploy images ran smoothly.

      But, with the new Lenovo’s with no Ethernet port built-in, those models required their branded ThinkPad USB3.0 to GigEthernet dongle/adapter where the Lenovo’s BIOS recognized that particular dongle to allow PXE boot. However, with 1.2.0, the Lenovo’s failed to boot past the DHCP stages. It was suggested to upgrade FOG to a later SVN or GIT release.

      Fog was upgraded to GIT 7723 where there was a newer install script which was CentOS7 aware and made appropriate changes. Now all models, Dell and Lenovo (with Lenovo branded USB3 to GigEthernet adapter) boot to the point where the following error message appears:

      http://192.168.0.61/fog/service/ipxe/boot.php… Input/output error (http://ipxe.org/1d0c6539)
      Could not boot: Input/output error (http://ipxe.org/1d0c6539)
      Could not boot: Input/output error (http://ipxe.org/1d0c6539)
      …then the unit reboots…

      TIA for any suggestions and solutions.

      posted in FOG Problems
      P
      ppustisr