• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. joshua
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 60
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by joshua

    • RE: Imaging a RAID

      I have imaged a wide range of dell Poweredge models with Various raid setups. Mostly Perc cards with RAID 5 configs.

      To assit in your original post: the issue [B]“Unable to move /images/dev/mac address to /images/name-of-image[/B]” is very common, and you may be able to resolve it here: [URL=‘http://fogproject.org/wiki/index.php/Images_Directory_Permissions’]Link to wiki discussing Image Directory Permissions[/URL]

      and Jaymes is correct, you may be required to run a different kernel to accomplish this. However, do not be frightened by the entire build your own kernel thread… You may be able to get by using the “Kitchen Sink” kernel which is readily available for download.
      Else, many other users including myself have compiled kernels that you can try.

      I would start by providing more information to the community so we can try to make your experience a little bit less time consuming. (machine make and model and other hardware details)

      posted in Hardware Compatibility
      J
      joshua
    • RE: LENOVO M72E

      I had the same issue with Lenovo systems… What I did was go into the BIOS and disable UEFI. I selected “Legacy Mode” and it booted up just fine.

      posted in Hardware Compatibility
      J
      joshua
    • RE: Network Requirements

      Is your fog server on the same network as your workstations to be imaged? I got confused when you responded with the bandwidth of your Internet service. He was asking for your network. The internal network and the devices that run it. Like a router, switch or hub(has nothing to do with the internet service).

      Ask your system admin if you have a 10MB network, a 100MB network, a 1GB network or a 10GB network.
      That should give us the info to help answer your question.

      posted in Hardware Compatibility
      J
      joshua
    • RE: [Request] FOG NAS Tutorial

      First off, yes, did you create a user on your device named fog with the password of password of password? (unless you changed your default password in fog or set it on linux)

      I was able to replicate this and have successfully got it passed the permission denied error.
      This is NOT what I was talking about before. This requires you actually setup a new storage node in FOG web settings.

      Step 1: Select “Storage Management” from the top menu in the Fog web interface.
      Step 2: Add New storage node.
      – See my screenshot
      – Be sure to use “/mnt/pools/A/A0/images/” if this is accurate to your device. (On my Iomega share I have /images setup-- change the name to reflect your share.)

      [ATTACH=full]269[/ATTACH]
      NOTICE: I set this to my default storage node / is Master node. (because my server is just a virtual appliance, the storage is external…)

      Now, make sure your fog installation can see it… go back to the home page and check your storage size.
      (It will be blank until you change to the Storage node you just created.) (for my new storage node, it says “Unable to connect”… but when I select “default member” from the list, I see all my disk space from my Iomega device.)
      [ATTACH=full]270[/ATTACH]
      Finally, as you can see, In Image Management, I have it set to store images in the Default Storage group.
      [ATTACH=full]271[/ATTACH]
      This method should work for you, it worked for me twice… I set it up and it worked, then I re-installed fog and re-did it just to make sure.

      [url=“/_imported_xf_attachments/0/269_storagenode.PNG?:”]storagenode.PNG[/url][url=“/_imported_xf_attachments/0/270_diskspace.PNG?:”]diskspace.PNG[/url][url=“/_imported_xf_attachments/0/271_imagemanage.PNG?:”]imagemanage.PNG[/url]

      posted in Tutorials
      J
      joshua
    • RE: [Request] FOG NAS Tutorial

      looks like your /images is mounted as user = root with group = root.
      run this command.
      sudo chown fog /images (that will Change Owner to fog for /images.)

      As for your TFTP: I was more interested to see the contents of one of your files.

      do: cd /tftpboot/pxelinux.cfg/

      inside this directory is where your workstation looks for the PXE file to boot.

      when you set a task to run in fog, a file is output to this directory (/tftpboot/pxelinux.cfg)
      the name of the file IS THE MAC ADDRESS of the host to be imaged. (ex. 01-00-24-e8-fa-e9)

      I want to see what is inside of that file… that is where all of the connection information is at.

      Please paste the contents of this file.

      Finally, do not hesitate to ask for assistance if you need help with anything mentioned above.

      posted in Tutorials
      J
      joshua
    • RE: [Request] FOG NAS Tutorial

      make sure your newly mounted /images has user= fog group = root permissions

      just run the ls -al command in the root / to check this.
      Also, go into the /tftpboot directory and paste the contents of one of the command files here so I can see exactly what’s going on.
      in order to see a command file, you must have an active task. the command file will have the name of the MAC address of the machine that the task is created for.

      also, 10.200.44.2 = that is your fog-server correct? or is that the storage’s IP address?

      I will check my setup for any additional details that could help resolve this for you…

      posted in Tutorials
      J
      joshua
    • RE: [Request] FOG NAS Tutorial

      is there a .mntcheck file in the /images and /images/dev locations?
      if not, create a file named .mntcheck in each of those locations.

      posted in Tutorials
      J
      joshua
    • RE: [Request] FOG NAS Tutorial

      alright, here is the quick and dirty: (I can make a step by step if need be)
      my fstab looks like this:
      172.16.0.34:/mnt/pools/A/A0/images/imagesnfsuser,bg,noexec00

      Explanation:
      172.16.0.34= IP of Iomega storage node
      /mnt/pools/A/A0/images = the actual location on the device (although it looks like its is just /images its not)
      /images = location on fog server that the iomega storcenter is mounted to. so, when I ls in /images I see everything on my storage device (iomega)

      nfs= the filesystem
      user= allow users to mount the filesystem
      bg= retry mounting in background
      noexec= do not allow execution of binaries in this directory (optional, but if its only storage, its a good idea)
      0= read size zero is default
      0= write size, zero is default

      My exports looks like this:
      /images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
      /images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)

      More detail on why its done this way:
      See, its not exactly an external storage node. This is just allowing the system to access the remote storage device. FOG doesnt care where it sends the images, just as long as there is a place to put them.

      posted in Tutorials
      J
      joshua
    • RE: What do you have FOG running on?

      My Fog-Machine is running Ubuntu 10.10 on a Dell Poweredge 1650 4GB RAM. (also have VM image in case this physical server dies.)
      The storage node is an Iomega 14TB StorCenter px6-300d.

      It works quite well for our environment, where we only need images 1-2 times a year because nothing really changes as far as configuration. (We image everything from workstations to AGFA printers the size of a VW bus.)

      posted in General
      J
      joshua
    • RE: Using Fog to deploy images with PXE but without a Task or Web Management

      In short: Yes, you can do this for creating the image, but no its not exactly as you have imagined.
      and No, you can not use this method to deploy images to a host.
      Details: There is an option from the PXE menu that will allow you to do a quick image. But, that is relying on you to have previously created an image and a host.

      If you are intimidated by the web UI, don’t be. It may take a short while to familiarize yourself with the options, but once you understand how to A: create an image and B: Create a host; it is really the best way.

      Personally, I do not auto register my hosts… I manually enter the hostname and image type in the WebUI, then set the task to do all of the rest. Then, once I reboot the host, the imaging begins automatically.

      Everyone here is here to help, so do not hesitate to ask for assistance.
      (and check out some video tutorials)

      posted in General
      J
      joshua
    • RE: Image does not upload!

      I have run into several issues when trying to image server hardware. Give the Kernel that Astrouga has supplied a try and see if that will succeed. I have a Kernel I compiled that you can try next if this one fails. However, mine is compiled to work with Dell server hardware. (but still worth a try). Let us know how it goes, you can and will get this working… it just takes time and patience.

      Also, Thanks astrouga, I have saved your kernel for future troubleshooting of my own.

      posted in FOG Problems
      J
      joshua
    • RE: FOG accidentally imaging a second hard drive

      hmm… the only thing I can think to check is:
      ~ The hard drive setup in this users machine – is the second disk actually the primary? ensure the system finds /dev/sda as the Operating system and not the second drive. The BIOS should answer this.

      ~ Check fog image settings and ensure that it is set to Single Disk Multiple Partition and not Multiple Disks All Partitions.

      The second one is the one I’d least suspect, as you have successfully imaged, so I doubt that is incorrect.

      So try to boot into the BIOS and see which disk is actually the first disk. It could be as simple as switching the cable

      posted in FOG Problems
      J
      joshua
    • RE: Unable to move /images/dev/macaddress to /images/name-of-image

      Welcome to the club, mine has never worked… I am lead to believe that it is my NAS device that lacks the proper permissions.
      You must ensure that the permissions are the same on both the server and the storage node.

      Win7: For me, it always works properly when I set to Single Disk Multiple Partition.

      posted in FOG Problems
      J
      joshua
    • RE: Can't Registered Host

      I have the same issue on a Dell Optiplex 790; I noticed the bios supports Dell Imaging… You can input the Image Host IP in the BIOS.
      I am trying to disable all of this in an effort to get it fogged.
      I will post my trials and errors soon.

      posted in FOG Problems
      J
      joshua
    • RE: Can't connect to TFTP

      Tell me more about your setup.
      is the Storage node on the same machine as fog? or is it an external storage node?

      In my case, mine is external and it says “[URL=‘http://192.168.1.63/fog/management/index.php?node=hwinfo&id=1’]Failed to connect to DefaultM[/URL]ember” on my home page.
      So although I dont get the information regarding disk space to show on the home /dashboard, everything else still works.

      Found this on the wiki:
      [QUOTE]

      [LIST]
      [*][B]3.[/B] Edit your storage-node definition:
      [/LIST]
      … After that your “[B]Disk Information[/B]” (Free / Used / Total) at the dashboard may not be correct anymore. Edit the file [B]freespace.php[/B]in your web-root (/var/www/fog/status/):
      define( “SPACE_DEFAULT_STORAGE”, “/home/fog/images/” );
      [/QUOTE]
      [url]http://www.fogproject.org/wiki/index.php/Change_NFS_location[/url]

      posted in FOG Problems
      J
      joshua
    • RE: TFTP Issues

      Try to check the command file for the machine in question.
      /tftpboot/pxelinux.cfg/01-XX-XX-XX-XX-XX-XX (The file is named after the MAC of the machine)

      Within that file check to make sure all settings are correct. Like DNS=(should be your DNS on Your network and not the remote DNS)

      Another thing to check: is there something broadcasting on the remote network that could interfere with the traffic?

      posted in Windows Problems
      J
      joshua
    • RE: Editing fog/client webpage.

      Hunter, when you goto the server IP /fog/client in your web browser, you should already have a download for Sysprep.
      for me when I goto 192.168.1.63/fog/client I see this:
      [ATTACH=full]120[/ATTACH]

      However, if you want to add more to it, I guess you could just modify the index.php file to include whatever you wish.
      You can find that file here in Ubuntu 10 (and probly the same for all Debain based installs).
      /var/www/fog/client/index.php

      Hope this helps

      [url=“/_imported_xf_attachments/0/120_fogprep.PNG?:”]fogprep.PNG[/url]

      posted in General
      J
      joshua
    • RE: Can't connect to TFTP

      [CODE]define( “IS_INCLUDED”, true );
      define( “TFTP_HOST”, “192.168.1.63” );
      define( “TFTP_FTP_USERNAME”, “fog” );
      define( “TFTP_FTP_PASSWORD”, “password” );
      define( “TFTP_PXE_CONFIG_DIR”, “/tftpboot/pxelinux.cfg/” );
      define( “TFTP_PXE_KERNEL_DIR”, “/tftpboot/fog/kernel/” );
      define( “PXE_KERNEL”, “fog/kernel/bzImage” );
      define( “PXE_KERNEL_RAMDISK”, 127000 );
      define( “USE_SLOPPY_NAME_LOOKUPS”, “1”);
      define( “MEMTEST_KERNEL”, “fog/memtest/memtest” );
      define( “PXE_IMAGE”, “fog/images/init.gz” );
      define( “PXE_IMAGE_DNSADDRESS”, “192.168.1.105” );
      define( “STORAGE_HOST”, “192.168.1.63” );
      define( “STORAGE_FTP_USERNAME”, “fog” );
      define( “STORAGE_FTP_PASSWORD”, “password” );
      define( “STORAGE_DATADIR”, “/images/” );
      define( “STORAGE_DATADIR_UPLOAD”, “/images/dev/” );
      define( “STORAGE_BANDWIDTHPATH”, “/fog/status/bandwidth.php” );
      define( “CLONEMETHOD”, “ntfsclone” ); // valid values partimage, ntfsclone
      define( “UPLOADRESIZEPCT”, 5 );
      define( “WEB_HOST”, “192.168.1.63” );
      define( “WEB_ROOT”, “/fog/” );
      define( “WOL_HOST”, “192.168.1.63” );
      define( “WOL_PATH”, “/fog/wol/wol.php” );
      define( “WOL_INTERFACE”, “eth1” );
      define( “SNAPINDIR”, “/opt/fog/snapins/” );
      define( “QUEUESIZE”, “10” );
      define( “CHECKIN_TIMEOUT”, 600 );
      define( “MYSQL_HOST”, “localhost” );
      define( “MYSQL_DATABASE”, “fog” );
      define( “MYSQL_USERNAME”, “root” );
      define( “MYSQL_PASSWORD”, “” );
      define( “DB_TYPE”, “mysql” );
      define( “DB_HOST”, MYSQL_HOST );
      define( “DB_NAME”, MYSQL_DATABASE );
      define( “DB_USERNAME”, MYSQL_USERNAME );
      define( “DB_PASSWORD”, MYSQL_PASSWORD );
      define( “DB_PORT”, null );
      define( “USER_MINPASSLENGTH”, 4 );
      define( “USER_VALIDPASSCHARS”, “1234567890ABCDEFGHIJKLMNOPQRSTUVWZXYabcdefghijklmnopqrstuvwxyz_hB()^!” );
      define( “NFS_ETH_MONITOR”, “eth0” );
      define(“UDPCAST_INTERFACE”,“eth0”);
      define(“UDPCAST_STARTINGPORT”, 63100 ); // Must be an even number! recommended between 49152 to 65535
      define(“FOG_MULTICAST_MAX_SESSIONS”, 64 );
      define( “FOG_JPGRAPH_VERSION”, “2.3” );
      define( “FOG_REPORT_DIR”, “./reports/” );
      define( “FOG_THEME”, “blackeye/blackeye.css” );
      define( “FOG_UPLOADIGNOREPAGEHIBER”, “1” );
      define( “FOG_VERSION”, “0.32” );
      define( “FOG_SCHEMA”, 23);
      DEFINE(‘BASEPATH’, rtrim($_SERVER[‘DOCUMENT_ROOT’], ‘/’) . rtrim(WEB_ROOT, ‘/’));
      ?>
      [/CODE]

      posted in FOG Problems
      J
      joshua
    • RE: Can't connect to TFTP

      You can always change the password in the Web GUi.
      goto your fog page in the web browser and goto the big “?” icon at the top right. (Other Information)
      Then choose Fog Settings on the right side.
      Scroll down and enter your password there and save it.
      [ATTACH=full]119[/ATTACH]
      Trial and error will win every time, I had to install fog 6 times before I got it right. When in doubt, start over.

      [I]The more difficult something becomes, the more rewarding it is in the end. ~ Big Fish (Movie)[/I]

      [url=“/_imported_xf_attachments/0/119_fogtftp.JPG?:”]fogtftp.JPG[/url]

      posted in FOG Problems
      J
      joshua
    • 1
    • 2
    • 3
    • 1 / 3