Navigation

    FOG Project

    • Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. lakk
    L
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    lakk

    @lakk

    0
    Reputation
    12
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    lakk Follow

    Best posts made by lakk

    This user hasn't posted anything yet.

    Latest posts made by lakk

    • RE: "Bad Sectors" when uploading image (Abort), RAID-1 crashed

      hello sebastian,

      thanks for your reply!

      i have taken a backup of both HDDs with “ddrescue” too.

      Why did you use the resizable image type?:
      to be honest: I am using FOG for backups and have captured a lot of images using the default settings - and i had never troubles with it. the other computers were using windows-7 oder 10, and also did not have RAID.
      so, in this case, while capturing windows-xp with raid, i did not think about this.

      because i had never to deal with this computer and also not with RAID all of this seems to me a little bit odd.

      i guess i will have to test around a little bit to get more information.

      greetings lakk

      posted in Windows Problems
      L
      lakk
    • RE: "Bad Sectors" when uploading image (Abort), RAID-1 crashed

      hello george1421,

      thank you for your support. its a “3ware” raid controller.

      its possible to use FOG to clone these disk structures but you need to know ahead of time
      

      yes, i did understand this later 🙂

      sorry for going to ask maybe some “dumb” questions now , but i am really a little bit nervous about this situation. its a very old system (win-xp, so over 15 years old) and it contains very important data. but i could create a backup - so thats the good news.
      i am trying not to miss something, which could effort a lot more work.

      a.) what if i do remove the wrong hdd and reattach it again?
      e.g. i do remove the sdb, i start the computer, noticing this mistake, turning off the computer, reattaching sdb and removing sda.

      do i have to worry about losing data?

      b.) hdd on port 0 not in use?
      what does this mean?
      is this the reason why i do get he message about the “missing os system”?

      because i can see the sda if i start a live-sytem and can also create a backup with clonezilla.

      c.) is it a normal behaviour of RAID-1 not to boot if the mirror is broken?

      should this behaviour be bein expected, or could it be also posible to boot a system even if the mirror is broken?
      e.g. the mirror was broken a long time ago - but was not recongniced.
      so the system was running in a “degraded” mode.

      thank you for you help!

      greetings lakk3ware.jpg

      posted in Windows Problems
      L
      lakk
    • "Bad Sectors" when uploading image (Abort), RAID-1 crashed

      hello,

      i ve got the following situation:

      i was capturing an image from a computer (windows xp) which has raid-1.
      during this process an error-message showed up, saying that some “bad blocks” were found, and i should try so save my data.
      after this, the upload process did cancel and restart. after the restart it did start the upload-process again and ending with the same message of “bad blocks” and restart again and so on.

      so i did cancel this task in fog.

      when i start the computer now a message that “no os system” was found is showing up.

      in raid bios-menu the message is shown that the array is downgraded.
      this arrays consists of two disks.
      the disk on port-0 is not in use.

      i guess that maybe the “shrinking” of the partition did break the mirror in raid-1. but this should not be the problem that windows-xp is not being found.

      i still have the data of the image-upload-process in /images/dev folder.

      my question:
      how can i find the original size of the partition?
      because it seems that after every restart and retry to upload the image the last (so shrinked) partition-size is being written to the /dev folder?

      what else could cause the problem?
      (of course, there are also the “bad blocks/secotrs”. but until the backup this seems not to make any troubles. )

      i am in troubles and i need please some help 🙂
      (and yea, i had never to deal with RAID)

      thanks in advance.

      greetings lakk

      posted in Windows Problems
      L
      lakk
    • RE: Host Management - "No Data" instead of date - FOG 1.5.7

      info:
      when i click to “host-management” -> “Image History”,
      the right date is being displayed.fpg-host-management.jpg

      posted in FOG Problems
      L
      lakk
    • RE: Host Management - "No Data" instead of date - FOG 1.5.7

      hello sebastian,

      thank you for your support!

      i did run the maintenance commands as user “root”, but it did not help.

      Welcome to the MariaDB monitor.  Commands end with ; or \g.
      Your MariaDB connection id is 33
      Server version: 10.3.22-MariaDB-0+deb10u1 Debian 10
      
      Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
      
      Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
      
      MariaDB [fog]> DELETE FROM `hosts` WHERE `hostID` = '0';
      Query OK, 0 rows affected (0.000 sec)
      
      MariaDB [fog]> DELETE FROM `hostMAC` WHERE hmID = '0' OR `hmHostID` = '0';
      Query OK, 0 rows affected (0.001 sec)
      
      MariaDB [fog]> DELETE FROM `groupMembers` WHERE `gmID` = '0' OR `gmHostID` = '0' OR `gmGroupID` = '0';
      Query OK, 2 rows affected (0.017 sec)
      
      MariaDB [fog]> DELETE FROM `snapinGroupAssoc` WHERE `sgaID` = '0' OR `sgaSnapinID` = '0' OR `sgaStorageGroupID` = '0';
      Query OK, 0 rows affected (0.000 sec)
      
      MariaDB [fog]> DELETE from `snapinAssoc` WHERE `saID` = '0' OR `saHostID` = '0' OR `saSnapinID` = '0';
      Query OK, 15 rows affected (0.024 sec)
      
      MariaDB [fog]> DELETE FROM `hosts` WHERE `hostID` NOT IN (SELECT `hmHostID` FROM `hostMAC` WHERE `hmPrimary` = '1');
      Query OK, 0 rows affected (0.026 sec)
      
      MariaDB [fog]> DELETE FROM `hosts` WHERE `hostID` NOT IN (SELECT `hmHostID` FROM `hostMAC`);
      Query OK, 0 rows affected (0.001 sec)
      
      MariaDB [fog]> DELETE FROM `hostMAC` WHERE `hmhostID` NOT IN (SELECT `hostID` FROM `hosts`);
      Query OK, 0 rows affected (0.001 sec)
      
      MariaDB [fog]> DELETE FROM `snapinAssoc` WHERE `saHostID` NOT IN (SELECT `hostID` FROM `hosts`);
      Query OK, 0 rows affected (0.001 sec)
      
      MariaDB [fog]> DELETE FROM `groupMembers` WHERE `gmHostID` NOT IN (SELECT `hostID` FROM `hosts`)
          -> ;
      Query OK, 0 rows affected (0.001 sec)
      
      MariaDB [fog]> DELETE FROM `tasks` WHERE `taskStateID` IN ("1","2","3");
      Query OK, 0 rows affected (0.000 sec)
      
      MariaDB [fog]> DELETE FROM `snapinTasks` WHERE `stState` in ("1","2","3");
      Query OK, 0 rows affected (0.016 sec)
      
      MariaDB [fog]> TRUNCATE TABLE multicastSessions;
      Query OK, 0 rows affected (0.001 sec)
      
      MariaDB [fog]> TRUNCATE TABLE multicastSessionsAssoc;
      Query OK, 0 rows affected (0.001 sec)
      
      MariaDB [fog]> DELETE FROM tasks WHERE taskTypeId=8;
      Query OK, 0 rows affected (0.000 sec)
      
      MariaDB [fog]> TRUNCATE TABLE history;
      Query OK, 0 rows affected (0.023 sec)
      
      MariaDB [fog]> TRUNCATE TABLE userTracking;
      Query OK, 0 rows affected (0.001 sec)
      
      MariaDB [fog]>
      quit
      
      posted in FOG Problems
      L
      lakk
    • RE: Host Management - "No Data" instead of date - FOG 1.5.7

      i will be in holidays for the next two weeks.
      so this topic is not urgent at the moment.

      br lakk

      posted in FOG Problems
      L
      lakk
    • RE: Host Management - "No Data" instead of date - FOG 1.5.7

      thank you!

      there is another strange thing that i have noticed.
      the number of active tasks is not displayed on the dashboard:
      _storage-group-activity_not-updated_1.png
      _storage-group-activity_not-updated_2.jpg

      in my opinion, this issues did pop up after i changed something in the virtualbox-settings of the gues-account.
      there was a problem, that the captured images have not been stored on the sdb1 (VMDK) but instead as a snapshot on the host-system. so the snapshot was growing
      and the host-system did run out of space.
      i did get help in the virtualbox-forum and could solve this problem.
      but it seems that since this time i did get this two issues:

      • “no data”
      • “number of active tasks is not displayed on the dashboard.”

      but maybe it’s a coincidence.

      greetings lakk

      posted in FOG Problems
      L
      lakk
    • RE: Host Management - "No Data" instead of date - FOG 1.5.7

      i have noticed, that the new images which are being stored in /images belong to root.
      2020-07-20_13h05_04.png

      i did change the folder permissions of this image to fogproject,
      and restart the fog-server.
      but it did not help:
      22aca74b-3c2b-4e49-ab77-f0de260756bb-image.png

      posted in FOG Problems
      L
      lakk
    • RE: Host Management - "No Data" instead of date - FOG 1.5.7

      hello,

      unfortunately - i did upgrade to FOG 1.5.9-RC2.11 but i still have the same error.

      i have installed fog on a virtual-machine (virtualbox).
      host-system:

      NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
      sda      8:0    0 149.1G  0 disk
      ├─sda1   8:1    0 145.3G  0 part /
      ├─sda2   8:2    0     1K  0 part
      └─sda5   8:5    0   3.8G  0 part [SWAP]
      sdb      8:16   0   1.4T  0 disk
      └─sdb1   8:17   0   1.4T  0 part       
      

      i am using sdb1 as a vmdk-hdd, which is mounted on the fog-server (guest) as /images:

      guest-system:

      NAME           MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
      sda              8:0    0   45G  0 disk
      ├─sda1           8:1    0  953M  0 part /boot
      ├─sda2           8:2    0    1K  0 part
      └─sda5           8:5    0 44.1G  0 part
        ├─vg0-base   254:0    0 18.6G  0 lvm  /
        ├─vg0-swap   254:1    0  3.7G  0 lvm  [SWAP]
        ├─vg0-opt    254:2    0 18.6G  0 lvm  /opt
        └─vg0-images 254:3    0  3.1G  0 lvm
      sdb              8:16   0  1.4T  0 disk
      └─sdb1           8:17   0  1.4T  0 part /images
      

      fog-server is installed on sda1 - sda5.
      i did use this instructions.

      i did try several captures but i still have the same issue.
      Please help me with this issue. What could be another reason for this?
      Is there something that could check to get more information?

      greetings lakk

      posted in FOG Problems
      L
      lakk
    • RE: Host Management - "No Data" instead of date - FOG 1.5.7

      ok. thank you for your support.

      (ehm, how/where can i markt the topic as solved?)

      posted in FOG Problems
      L
      lakk