• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ManofValor
    3. Posts
    • Profile
    • Following 4
    • Followers 0
    • Topics 13
    • Posts 170
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Does FOG work with iSCSI?

      @Wayne-Workman When I ran an image for that one it worked as normal, I didn’t see anything different. It even shows up in fog management. Do you need me to do again? Here is the replicator log file if it helps. The one I’m looking for is not there, MCWPL25.
      0_1464789426422_Capture.PNG

      Did I need to create another storage node for the NAS. I could have swore in the process I was just pointing it the /images dir, but I could have misunderstood.

      posted in General
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      @Tom-Elliott What about it not showing up under my /images folder?

      posted in General
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      @Quazz

      [root@localhost /]# cd /opt/fog/images
      [root@localhost images]# ls
      dev  MCWP77  MCWP82  MCWPL54  postdownloadscripts
      

      I did another image,MCWPL25, after connecting to the NAS, via iSCSI, and it is not showing up with the others. Either it worked and is on the NAS or something else happened. I also noticed this under image management:
      0_1464355727545_Capture.PNG

      One thing I am trying to figure out though is how to check the NAS. The interface I have doesn’t show me what’s on the disk’s. Just the size of the disk’s. I’m still learning how to use it but haven’t got much time on it. This is what I’m working on now.

      posted in General
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      @Wayne-Workman @Tom-Elliott

      Can anyone help me with my last question?

      posted in General
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      @Tom-Elliott Basically, I’m not sure what to look for to know if the images are being sent to the NAS device. I’ve never used one so I’m not sure if there’s a delay before it starts, or if I have everything in order, or what? Is there something I have to do to push it to the NAS every time I image or Is it automatic, if I did it right? I’ve done everything I can find on this and it seemed pretty simple after figuring it all out so not sure if I’m missing anything.

      posted in General
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      So now I have iSCSI enabled and connected to FOG/NAS device and should all be ready to go. I ran another image to see if it is working. Do ya’ll know if there’s something else I need to do to push it through or is it supposed to start backing up automatically? I haven’t seen anywhere yet that I need to but maybe ya’ll know something I don’t.

      posted in General
      ManofValorM
      ManofValor
    • RE: Can't update GIT or FOG to newer versions.

      @Tom-Elliott said in Can't update GIT or FOG to newer versions.:

      rpm --nodeps -e git; yum -y install git

      OK, that went through successfully and I am updated with git and FOG. Thanks again Tom.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Can't update GIT or FOG to newer versions.

      @Wayne-Workman

      [root@localhost opt]# ls
      fog  git  lost+found  rh  sophos-av  svn  teamviewer
      [root@localhost opt]# cd git
      [root@localhost git]# ls
      fogproject
      [root@localhost git]# cd fogproject
      [root@localhost fogproject]# ls
      [root@localhost fogproject]# git pull
      bash: /bin/git: No such file or directory
      [root@localhost fogproject]#
      

      I thought I did that. I deleted the old git directory and created a new one and this is what I get.

      [root@localhost git]# git pull
      bash: git: command not found...
      [root@localhost git]# cd fogproject
      [root@localhost fogproject]# git pull
      bash: git: command not found...
      [root@localhost fogproject]# git --version
      bash: git: command not found...
      [root@localhost fogproject]# git clone https://github.com/FOGProject/fogproject.git /opt/git/fogproject
      bash: git: command not found...
      [root@localhost fogproject]# sudo apt-get update && apt-get install git
      sudo: apt-get: command not found
      [root@localhost fogproject]# sudo yum update && yum install git
      Loaded plugins: fastestmirror, langpacks
      base                                                                                                                                                                                    | 3.6 kB  00:00:00
      epel/x86_64/metalink                                                                                                                                                                    |  12 kB  00:00:00
      epel                                                                                                                                                                                    | 4.3 kB  00:00:00
      extras                                                                                                                                                                                  | 3.4 kB  00:00:00
      remi                                                                                                                                                                                    | 2.9 kB  00:00:00
      remi-safe                                                                                                                                                                               | 2.9 kB  00:00:00
      updates                                                                                                                                                                                 | 3.4 kB  00:00:00
      (1/3): epel/x86_64/updateinfo                                                                                                                                                           | 556 kB  00:00:00
      (2/3): remi/primary_db                                                                                                                                                                  | 1.3 MB  00:00:01
      (3/3): epel/x86_64/primary_db                                                                                                                                                           | 4.1 MB  00:00:03
      Loading mirror speeds from cached hostfile
       * base: mirror.raystedman.net
       * epel: mirror.oss.ou.edu
       * extras: mirror.oss.ou.edu
       * remi: mirrors.mediatemple.net
       * remi-safe: mirrors.mediatemple.net
       * updates: mirror.oss.ou.edu
      No packages marked for update
      Loaded plugins: fastestmirror, langpacks
      Loading mirror speeds from cached hostfile
       * base: mirror.raystedman.net
       * epel: mirror.utexas.edu
       * extras: mirror.oss.ou.edu
       * remi: mirrors.mediatemple.net
       * remi-safe: mirrors.mediatemple.net
       * updates: pubmirrors.dal.corespace.com
      Package git-1.8.3.1-6.el7_2.1.x86_64 already installed and latest version
      Nothing to do
      [root@localhost fogproject]# yum install git
      Loaded plugins: fastestmirror, langpacks
      Loading mirror speeds from cached hostfile
       * base: mirror.raystedman.net
       * epel: mirror.utexas.edu
       * extras: mirror.oss.ou.edu
       * remi: mirrors.mediatemple.net
       * remi-safe: mirrors.mediatemple.net
       * updates: pubmirrors.dal.corespace.com
      Package git-1.8.3.1-6.el7_2.1.x86_64 already installed and latest version
      Nothing to do
      

      I think I messed something up. When I deleted git from the opt directory, and it didn’t work, I deleted it in a couple other areas like:
      /usr/bin/git
      /usr/share/git-core

      …and one other area that I forgot. I screwed it up, didn’t I?

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Can't update GIT or FOG to newer versions.

      @Wayne-Workman How do I get rid of everything? I deleted the git dir in the opt folder and in another place , but when I search for git I get a lot of files and folders.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Can't update GIT or FOG to newer versions.

      @Tom-Elliott
      Yes I did.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Can't update GIT or FOG to newer versions.

      @Tom-Elliott said in Can't update GIT or FOG to newer versions.:

      git reset --hard

      Same.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • Can't update GIT or FOG to newer versions.

      Hey guys,
      I’ve been recently been working on getting FOG connected to my iSCSI NAS device and have finally got them connected. I’m ready to do a test image, to see if it is going to work, and I did a yum update, haven’t updated in a while, then I did a git pull and it said it was up to date, version 1.8.3.1. Then I ran ./installfog.sh and everything went fine with no errors but didn’t update. When the fog management link came up to update ,before hitting enter, it goes to the login page and not the update page. When I push enter it finishes without any issues. Actually, the first two lines, after hitting enter, were:

      • Setting up storage…OK
        ./installfog.sh: line 544: configureDHCP: command not found

      Not sure if that’s something. It’s been a bit since I updated so maybe I forgot something. Thanks for your help in advance.

      GIT ver: 1.8.3.1
      FOG ver: 6867
      Latest stable version is 1.2.0
      Latest svn version is 5505
      Latest git version is 7721

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      @Wayne-Workman said in Does FOG work with iSCSI?:

      @ManofValor I managed a Tera station at my last job. They certainly support more than just iSCSI.

      Actually, I called Buffalo tech and they said that particular NAS is iSCSI only.

      posted in General
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      Ok, so change of plans. I do need help with setting up with iSCSI. I knew my NAS was iSCSI capable, but I just found out it is only iSCSI. Yeah, more learning!

      posted in General
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      @Tom-Elliott said in Does FOG work with iSCSI?:

      By making the NAS a “node” you will lose such things as the ability to replicate to other nodes…

      Meaning like a secondary backup?

      … and multicast tasks.

      You mean deploying/Imaging multiple clients?

      What would you suggest in my situation, whether it’s the easiest or not, to get connected to my NAS? What would you do?

      posted in General
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      @Tom-Elliott Thanks Tom. I know over think things a lot, I hate that. I also assume things a lot and that has gotten me in trouble so I’m kinda paranoid to make sure I get it right, since I’ve never done it, so thank you for being patient with me. So to make sure I understand things correctly, I change “storageLocation=‘/images’” to what, the IP of the NAS? Then I go into the fog management console and change the current storage node settings or add one?

      posted in General
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      @Tom-Elliott I’m trying to make my Buffalo Terastation my primary storage for my images. I’ve never dealt with NAS/NFS and of course I’m new to FOG, so I’m trying to figure out how to connect my NAS. A couple posts up I asked Wayne if that was how I do this and in the video it took me through the install of FOG again, though I think in the vid it was a fresh install. I hope I’m making sense.

      posted in General
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      @Tom-Elliott But this what need to do add/change the storage node to my NAS, right?

      posted in General
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      @Wayne-Workman How do I do the install again and not the update. When I run ./installfog.sh it just updates.

      posted in General
      ManofValorM
      ManofValor
    • RE: Does FOG work with iSCSI?

      @Wayne-Workman How do I make it the primary node? Is that something I can just set up in the FOG management console?
      0_1460658754388_10.10.1.40_2016-04-14_13-32-28.png
      Is this the process?
      https://wiki.fogproject.org/wiki/index.php/Managing_FOG#Adding_a_Storage_Node
      Under “Adding a Storage Node”?

      posted in General
      ManofValorM
      ManofValor
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 4 / 9