Got HFM (running on my Windows machine) to see my Ubuntu Folding boxen...

Author Message
texinga

  • Total Posts : 4125
  • Joined: 7/3/2010
  • Status: offline
  • Ribbons: 17
  • Folding: 164,180,926
Got HFM (running on my Windows machine) to see my Ubuntu Folding boxen... Wednesday, February 22, 2012 2:37 PM (permalink)
PC networking is not my strong-suit, but today I finally got HFM to see and report my Ubuntu box from my main PC that runs Win7.  I've had no problem getting HFM to see all the other Windows Folding PCs in my network, but always scratched my head about my Ubuntu Folding box.  It was really rather simple once I found out how to do it and here's how if anyone else doesn't know:
 
First, on your Ubuntu PC:
- Find the FAH folder (or whatever it is named where you have FAH installed).
- Right-click that Folder and select "Sharing Options".
- Select "Share this Folder" (everything else will be grayed out in that box) and select "Create Share".
- You will be told that some Samba files need to be installed (if they haven't been already) and then that you need to restart.
- After restart, go back to the FAH folder, right click on "Sharing Options", make sure "Share this folder" is selected, also select "Guest access..." and Create Share.
 
Back over at your Windows PC:
- In HFM, create your Client from the "Clients" menu and the Add Client selection.
- In the "Folding Instance" screen, populate the Client with the typical information (Instance Name, Mhz speed, etc).
- Leave the "Filename for (Fahlog.text, unitinfo and queue.dat)" entries as they are by default.
- In the Folding Instance Setup screen, select the Browse button in the "Log Folder" area.
- Open up the Network selection within your list and then select the PC that is running Ubuntu.
- That Ubuntu PC will open a list of shared Folders and then you can select the FAH folder and select OK.
- You can test that connection with the "Test Connection" button in the Folding Instance screen to make sure it works and then select OK.
- The new Client will have been created and you should have the Ubuntu PC showing in your HFM list of Clients.
 
Hope I didn't leave anything out and that this helps someone else.
 

 
                              

       

 
#1
    Barbarossa

    • Total Posts : 5134
    • Joined: 1/28/2008
    • Status: offline
    • Ribbons: 25
    • Folding: 436,667,859
    Re:Got HFM (running on my Windows machine) to see my Ubuntu Folding boxen... Thursday, February 23, 2012 7:18 AM (permalink)
    nice little guide there texinga!
     
    to monitor multiple linux rigs from windows I find it easier to use the ip instead of the computer name (only for the linux rigs), as they either all show up as "ubuntu" or don´t show up at all....
    Going by their ip its no prob at all.

         My affiliate code
     
     
    #2
      texinga

      • Total Posts : 4125
      • Joined: 7/3/2010
      • Status: offline
      • Ribbons: 17
      • Folding: 164,180,926
      Re:Got HFM (running on my Windows machine) to see my Ubuntu Folding boxen... Thursday, February 23, 2012 7:47 AM (permalink)
      Thanks for that tip Barbarossa!  I did notice what you mentioned too, that the Computer Name simply shows up as "Ubuntu" in my Network Computers listing.  I didn't even consider IP addresses, but again networking has typically been "rocket science" to me. 

       
                                    

             

       
      #3
        Barbarossa

        • Total Posts : 5134
        • Joined: 1/28/2008
        • Status: offline
        • Ribbons: 25
        • Folding: 436,667,859
        Re:Got HFM (running on my Windows machine) to see my Ubuntu Folding boxen... Thursday, February 23, 2012 8:34 AM (permalink)
        yeah, if you only have the one to monitor, its no prob going just by the name. Now if you try monitoring 2 or more its a different thing.

             My affiliate code
         
         
        #4
          Afterburner

          • Total Posts : 22633
          • Joined: 9/21/2007
          • Location: Sharp'n 4P's teeth to help take a bite out of [H]
          • Status: offline
          • Ribbons: 104
          • Folding: 53,996,362
          Re:Got HFM (running on my Windows machine) to see my Ubuntu Folding boxen... Thursday, February 23, 2012 10:13 AM (permalink)
          AB Was here per request ...
           
          #5
            NerdGZ

            • Total Posts : 516
            • Joined: 12/15/2010
            • Status: offline
            • Ribbons: 3
            • Folding: 8,301,328
            Re:Got HFM (running on my Windows machine) to see my Ubuntu Folding boxen... Thursday, February 23, 2012 12:37 PM (permalink)
            To name host under linux PLEASE use minuscule letters.
            Linux is case sensitive and you can do some mistakes  under the FQDN(Fully qualified doamin name).
            If you need to change hostname in linux you must edit /etc/hostname and /etc/hosts.
            Some examples and explain ;)
            [root@evgacrunching /]$ hostname
            evgacrunching T.The name "evgacrunching" is my system's unqualified[ hostname.
             There is another form, called the fully-qualified domain name, or FQDN. The FQDN is your system's hostname combined with its domain,
             and you can use the hostname command to see the FQDN by giving it the -f option. On my system it prints this :
            [root@evgacrunching /]$ hostname -f
            evgacrunching.example.com
            From this example, you can see that the FQDN is just the unqualified hostname,
            evgacrunching, combined with the domain,example.com, separated by a dot.
             This is the fundamental form of all FQDN. 
            So if you replace /etc/hostname with the new desired name and /etc/hosts 
            with  your newdesiredname changing the word evgacrunching and yourfqdn all is done:
            127.0.0.1 	evgacrunching.example.com evgacrunching localhost localhost.localdomain
            <message edited by NerdGZ on Thursday, February 23, 2012 12:43 PM>
            AFFILIATE CODE:7T7V3Q1VW6

             
            #6
              NerdGZ

              • Total Posts : 516
              • Joined: 12/15/2010
              • Status: offline
              • Ribbons: 3
              • Folding: 8,301,328
              Re:Got HFM (running on my Windows machine) to see my Ubuntu Folding boxen... Thursday, February 23, 2012 12:46 PM (permalink)
              Sorry i will explain this thing with a sample with a terminal video script tomorrow or this weekend.Forums has gamble me a bad font config that i cant mend
              AFFILIATE CODE:7T7V3Q1VW6

               
              #7
                texinga

                • Total Posts : 4125
                • Joined: 7/3/2010
                • Status: offline
                • Ribbons: 17
                • Folding: 164,180,926
                Re:Got HFM (running on my Windows machine) to see my Ubuntu Folding boxen... Thursday, February 23, 2012 2:42 PM (permalink)
                Sounds good NerdGZ and thanks for adding points that will help here! 
                 
                Thank-you to whomever recommended the BR...I wasn't expecting anything, just hoping to help someone else.  I'm still jazzed about getting the Ubuntu box added to HFM. 
                 
                Thank-you AB and I'm always glad you are here in many ways! 

                 
                                              

                       

                 
                #8
                  johnerz

                  • Total Posts : 1692
                  • Joined: 7/23/2008
                  • Status: offline
                  • Ribbons: 4
                  • Folding: 52,946,522
                  Re:Got HFM (running on my Windows machine) to see my Ubuntu Folding boxen... Monday, April 15, 2013 5:12 PM (permalink)
                  Tex
                   
                  Its a first for me using HFM, you helped, thanks I can now see my Linux boxen
                   

                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   

                   
                   
                   
                   
                   
                   
                  #9

                    Jump to:

                    Current active users

                    There are 0 members and 1 guests.

                    Icon Legend and Permission

                    • New Messages
                    • No New Messages
                    • Hot Topic w/ New Messages
                    • Hot Topic w/o New Messages
                    • Locked w/ New Messages
                    • Locked w/o New Messages
                    • Read Message
                    • Post New Thread
                    • Reply to message
                    • Post New Poll
                    • Submit Vote
                    • Post reward post
                    • Delete my own posts
                    • Delete my own threads
                    • Rate post

                    2000-2013 ASPPlayground.NET Forum Version 3.8