• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Damian Jones
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 20
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Damian Jones

    • D

      Failed fog backup attempt still haunts

      FOG Problems
      • • • Damian Jones
      3
      0
      Votes
      3
      Posts
      1.2k
      Views

      D

      The systems would come back with an error. Unfortunately I didn’t document what it was…I assumed the problem was that I removed the original images. The server only has 1tb of space and I still have several computers I want to have imaged before the inevitable happens.

    • D

      ISO Tutorial: How to set fog to overwrite images

      Tutorials
      • • • Damian Jones
      8
      0
      Votes
      8
      Posts
      3.9k
      Views

      C

      There is a post/wiki article somewhere around here that shows how to customize fog to prompt you for which drives to include in a task.

    • D

      Imaging a RAID

      Hardware Compatibility
      • • • Damian Jones
      5
      0
      Votes
      5
      Posts
      3.1k
      Views

      D

      Thanks for the information.
      I’m currently running fog.32 on ubuntu server 12.4
      Linux onyxserver1 3.2.0-51-generic-pae #77-Ubuntu SMP Wed Jul 24 20:40:32 UTC 2013 i686 i686 i386 GNU/Linux

      Distributor ID: Ubuntu
      Description: Ubuntu 12.04.1 LTS
      Release: 12.04
      Codename: precise

      Here is the information on my 2012 server

      Item Code Brand MFR# Item Description

      1 CUSTOMSERSERIAL CYBERTRONPC Custom Configured Server
      2 PRC-INT-XEE312J INTEL BX80637E31270V2 Xeon E3-1270V2 3.50GHz C4 1155 RET
      3 MBD-SPM-X9SCLBA SUPERMICRO MBD-X9SCL-B 1155 V 4D3 M32 2GL R MATX
      4 MEM-STT-4GEE SUPERTALENT W1600EB4GM 4GB DDR3 1600 PC3-12800 ECC
      5 MEM-STT-2GEM SUPERTALENT W1333EA2GH 2GB DDR3 1333 PC3-10600 ECC
      7 HDR-WDG-500S2K WESTERN DIGITAL WD5003ABYX 500GB SATA2 7200RPM 64MB Ent.
      8 AD-RAID5 RAID 5 Array (Striped with Parity)
      9 CDR-LG-DWS124F LG GH24NS95B DVD±RW DL 24x SATA Black
      10 AD-VIDEOPCIE2 pci-express Onboard Video Graphics

    • D

      Mulitple drives/storage

      FOG Problems
      • • • Damian Jones
      2
      0
      Votes
      2
      Posts
      1.0k
      Views

      D

      These are notes from Chuck Syperski’s video at [media=youtube]69gJvHjTKNQ[/media]

      add new hard drive for storage

      find out device name
      [CODE]#sudo dmesg[/CODE]
      or
      [CODE]#sudo fdisk -l[/CODE]

      partition disk my on /dev/sdb
      [CODE] #sudo fdisk /dev/sdb
      n
      p
      l
      <enter>
      <enter>
      t
      83
      w[/CODE]
      format filesystem
      [CODE]#sudo mkfs.ext4 /dev/sdb1[/CODE]
      move /images to /imagesOld
      [CODE] #sudo mv /images/ /imagesOld[/CODE]
      make new /images directory
      [CODE] #sudo mkdir /images[/CODE]
      mount new harddirve /dev/sdb1 to /images
      [CODE] #sudo mount /dev/sdb1 /images[/CODE]
      copy files to new harddrive
      [CODE] #sudo rsync -av = =progress /imagesOld/ /images[/CODE]
      change permissions
      [CODE] #sudo chmod -R 777 /images[/CODE]
      auto mount the new hard drive use UUID
      [CODE] #sudo blkid[/CODE]
      [CODE] #sudo vlm /etc/fstab[/CODE]
      UUID=<UUID_of_you_nw_partition> /images ext4 errors=remount=ro 0 1
      reboot

      I’m just journaling this now as I dont have access to my server just yet. I’m not 100% certain every thing is correct

    • D

      Looking for a solution

      FOG Problems
      • • • Damian Jones
      7
      0
      Votes
      7
      Posts
      2.0k
      Views

      C

      Is your ERP server the only thing FOG is going to back up?

    • D

      Change FOG form Dhcp to Static IP

      General
      • • • Damian Jones
      12
      0
      Votes
      12
      Posts
      4.2k
      Views

      D

      I love this actually working with the device instead of just punching buttons…reminds me of the good old days of DOS. I look forward to working with everyone.

      btw…after all of that I decided to put it on a different box. I would have loved to troubleshot why it wasn’t working correctly, but a deadline was looming so I killed it and reimaged the workstations again…took far less time than the first.

    • 1 / 1