Computer Gurus (? need help)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pete-KT
    Workin With The Devil
    • Oct 2004
    • 51532

    #1

    Computer Gurus (? need help)

    My cousin owns a pizza place, and they have a ocmputer system for there ordering, last week the DB crashed and they were withoutg a computer for 2 hours at 6pm there busiest time. He wants me to get him a computer to keep as a backup, whats the best way to setup a computer that will be an exact mirror of the running one and have at most a day or 2 old exact copy running on it?
  • Dagwolf
    President of Canada
    • Sep 2003
    • 23141

    #2
    I could think of A way, but maybe not the BEST way.. I'll leave this one for someone more knowledgeable.
    Sleep well, and dream of large women.

    Comment

    • dissipate
      The Dirty Frenchman
      • Nov 2005
      • 8904

      #3
      RAID 1 yo.

      http://www.pcguide.com/ref/hdd/perf/...eLevel1-c.html

      Comment

      • Pete-KT
        Workin With The Devil
        • Oct 2004
        • 51532

        #4
        Originally posted by dissipate
        Dont want raid, want a whole second computer incase hardware failures

        Comment

        • AaronM
          GFY Royality ;)
          • Oct 2001
          • 46923

          #5
          Another case of the blind leading the blind...Which begs the question...

          WTF did your cousin ask you for when you are as cluless as they are?

          Comment

          • Pete-KT
            Workin With The Devil
            • Oct 2004
            • 51532

            #6
            Originally posted by AaronM
            Another case of the blind leading the blind...Which begs the question...

            WTF did your cousin ask you for when you are as cluless as they are?
            how about you stay out of my threads, I know pletny of ways doing it which includes weekly ghosts images of the system, but I figured i would ask and see if someone has a better idea

            Comment

            • AaronM
              GFY Royality ;)
              • Oct 2001
              • 46923

              #7
              Originally posted by Pete-KT
              how about you stay out of my threads, I know pletny of ways doing it which includes weekly ghosts images of the system, but I figured i would ask and see if someone has a better idea
              How about if you go suck a cock?

              If you knew fuck all about computers then you would not be asking shit like that around here.


              Maybe your bro Lensman could offer you some personal assistance over ICQ. He used to own a computer store, ya know.

              Comment

              • Pete-KT
                Workin With The Devil
                • Oct 2004
                • 51532

                #8
                Originally posted by AaronM
                How about if you go suck a cock?

                If you knew fuck all about computers then you would not be asking shit like that around here.


                Maybe your bro Lensman could offer you some personal assistance over ICQ. He used to own a computer store, ya know.

                Good choice, Ill have to call his cell phone later today and ask him

                Comment

                • PussyTeenies
                  Confirmed User
                  • Feb 2005
                  • 6496

                  #9
                  A. make a ghost image
                  B. make a ghost image .. install on an EXACT same pc (cpu,mem,mobo etc) and then do remote syncs every x minutes so that the data is 1:1
                  C. make a backup pc (see B.) and use a tape device to backup the database
                  D. Make a backup pc (see B.) and use a network share to copy the data

                  or go pro and get some pro software (arcsoft, veritas whatever)
                  Need adult hosting?

                  Contact us!
                  WARM Hosting

                  Need an IT solution? or someone to check your site and security? Nossie - IT Professional

                  Comment

                  • BigBen
                    Confirmed User
                    • Nov 2004
                    • 2299

                    #10
                    Originally posted by Pete-KT
                    I know pletny of ways doing it which includes weekly ghosts images of the system
                    I thought you wanted no more than a day or two of missing data? At any rate, do a weekly base backup and daily incrementals. If something fails, just restore the backup to another pc.

                    Comment

                    • Pete-KT
                      Workin With The Devil
                      • Oct 2004
                      • 51532

                      #11
                      Originally posted by PussyTeenies
                      A. make a ghost image
                      B. make a ghost image .. install on an EXACT same pc (cpu,mem,mobo etc) and then do remote syncs every x minutes so that the data is 1:1
                      C. make a backup pc (see B.) and use a tape device to backup the database
                      D. Make a backup pc (see B.) and use a network share to copy the data

                      or go pro and get some pro software (arcsoft, veritas whatever)
                      Good one so far, thanks PussyTeenies

                      Comment

                      • RobbieRye
                        Registered User
                        • Oct 2005
                        • 616

                        #12
                        A weekly ghost image would be like a lower quality Raid setup.

                        I can think of 2 ways Pete:

                        Order 2 new identical computers and 1 raid controller card.
                        Take the hard drive out of computer 2
                        Install the raid controller card in computer 1
                        Install the second drive as a raid clone of the primary drive

                        If something happens, pop the one of the drives out of the broken machine, put it in the secondary computer and there you go.


                        But really, if he's looking to protect against database failures, it would be best to use an external (offsite is even better) drive as a backup and schedule database dumps.

                        Comment

                        • Machete_
                          WINNING!
                          • Oct 2002
                          • 14579

                          #13
                          Buy a backup computer - any model. Install the DB program on that new computer. Test it and make sure its running.

                          Buy a 1gb memory stick and plug it in to the computer that is in use.

                          Set up your windows backup program to take a backup every x-hours (do it every hours in the opening hours) make it stores it on the Memory stick.
                          Set up the backup so it keeps the last 20 or so backups, and overwrite the others.

                          If the main system fails you can plug in the backup computer, restore the database from the memory stick and go back to work within minutes

                          There are better ways of doing it for sure, but this one is simple and can be done by one with almost NO computerskills, if you make them a sort "to do" list in case of breakdown

                          Comment

                          • DrunkEric
                            Confirmed User
                            • Aug 2004
                            • 154

                            #14
                            If its linux, install a 2nd nic and use rsync
                            http://howtoforge.net/mirroring_with_rsync

                            If its windows, install a 2nd nic and use rsync
                            http://rsync.samba.org/nt.html

                            Comment

                            • E Guru
                              Confirmed User
                              • Jul 2005
                              • 658

                              #15
                              The easiest way would be to add the folder where the db is to network sharing and setup a scheduled task to copy it over to the other computer
                              You could set this to go every minute or hour or however you want it
                              Guru

                              Comment

                              • PussyTeenies
                                Confirmed User
                                • Feb 2005
                                • 6496

                                #16
                                Originally posted by Pete-KT
                                Good one so far, thanks PussyTeenies
                                call me Bill .. ;)
                                Need adult hosting?

                                Contact us!
                                WARM Hosting

                                Need an IT solution? or someone to check your site and security? Nossie - IT Professional

                                Comment

                                • AaronM
                                  GFY Royality ;)
                                  • Oct 2001
                                  • 46923

                                  #17
                                  Originally posted by Pete-KT
                                  Good choice, Ill have to call his cell phone later today and ask him


                                  Imagine how impressed we all are.

                                  While you have him on the phone, you should ask him if you can trade him exit sales for a GFY skin so you can fuck him like you did Mayor.

                                  Comment

                                  • Machete_
                                    WINNING!
                                    • Oct 2002
                                    • 14579

                                    #18
                                    Originally posted by AaronM
                                    Imagine how impressed we all are.

                                    While you have him on the phone, you should ask him if you can trade him exit sales for a GFY skin so you can fuck him like you did Mayor.
                                    never knew he screwed Mayor - did that happend while i was away?

                                    Comment

                                    • AaronM
                                      GFY Royality ;)
                                      • Oct 2001
                                      • 46923

                                      #19
                                      Originally posted by ebus_dk
                                      never knew he screwed Mayor - did that happend while i was away?

                                      Not sure when you were away. Ramos went off on Pete about it on PC not too long ago.

                                      Comment

                                      • Pete-KT
                                        Workin With The Devil
                                        • Oct 2004
                                        • 51532

                                        #20
                                        Originally posted by AaronM
                                        Imagine how impressed we all are.

                                        While you have him on the phone, you should ask him if you can trade him exit sales for a GFY skin so you can fuck him like you did Mayor.
                                        How about you get your facts straight before talking shit.

                                        Comment

                                        • woj
                                          <&(©¿©)&>
                                          • Jul 2002
                                          • 47882

                                          #21
                                          Originally posted by RobbieRye
                                          A weekly ghost image would be like a lower quality Raid setup.

                                          I can think of 2 ways Pete:

                                          Order 2 new identical computers and 1 raid controller card.
                                          Take the hard drive out of computer 2
                                          Install the raid controller card in computer 1
                                          Install the second drive as a raid clone of the primary drive

                                          If something happens, pop the one of the drives out of the broken machine, put it in the secondary computer and there you go.


                                          But really, if he's looking to protect against database failures, it would be best to use an external (offsite is even better) drive as a backup and schedule database dumps.
                                          we may have a winner here
                                          Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
                                          Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
                                          Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

                                          Comment

                                          • AaronM
                                            GFY Royality ;)
                                            • Oct 2001
                                            • 46923

                                            #22
                                            Originally posted by Pete-KT
                                            How about you get your facts straight before talking shit.


                                            Facts:

                                            1: You wanted to skin PC but didn't have the funds to do so. $7,500 I think.

                                            2: You arranged a deal with Mayor to pay off the debt at a higher rate of 10k on terms of you sending him traffic.

                                            3: At the time the drama hit, you had sent about 8 sales.

                                            4: You threatened to pull your links because Ramos called you out.

                                            5: You returned and kissed ass to save face.



                                            So....Which facts do I have incorrect? Have you squared up the balance of that debt yet?


                                            Here's another fact for you.....Your server is not very secure. Let me know if you want me to post some specifics about that as well. :glugglujg

                                            Comment

                                            • jonesy
                                              Confirmed User
                                              • Jan 2003
                                              • 6688

                                              #23
                                              i was wondering how long it was going to take ....
                                              .
                                              Shooting Bikini Girls

                                              Comment

                                              • skinnay
                                                Confirmed User
                                                • Apr 2004
                                                • 2274

                                                #24
                                                all this shit for a pizza place? cant they just take orders by paper for a few hours?
                                                Make Real Green with ORGANIC SEO | Blog post exchange | Non-index page trades | A-B C-D Trades [icq: 194-215-962] [mail: [email protected]]

                                                Comment

                                                • AaronM
                                                  GFY Royality ;)
                                                  • Oct 2001
                                                  • 46923

                                                  #25
                                                  Originally posted by jonesy
                                                  i was wondering how long it was going to take ....

                                                  I miss you, bro.

                                                  Are you going to make it to the LA show next month?

                                                  Comment

                                                  • scotty2hotty1111
                                                    Confirmed User
                                                    • Apr 2006
                                                    • 1113

                                                    #26
                                                    Originally posted by PussyTeenies
                                                    call me Bill .. ;)
                                                    ............
                                                    ICQ - 278931233




                                                    Giving up is just NOT an option

                                                    Comment

                                                    • jonesy
                                                      Confirmed User
                                                      • Jan 2003
                                                      • 6688

                                                      #27
                                                      Originally posted by AaronM
                                                      I miss you, bro.

                                                      Are you going to make it to the LA show next month?
                                                      are you sure? you didnt give me a hug goodbye

                                                      im making a concerted effort.
                                                      Last edited by jonesy; 10-12-2006, 11:15 PM.
                                                      .
                                                      Shooting Bikini Girls

                                                      Comment

                                                      • AaronM
                                                        GFY Royality ;)
                                                        • Oct 2001
                                                        • 46923

                                                        #28
                                                        Originally posted by jonesy
                                                        are you sure? you didnt give me a hug goodbye

                                                        im making a concerted effort.

                                                        No, but I did offer you some of Mayor's delicious brownies. Ended up leaving it in the microwave since you didn't eat it.

                                                        I should have fed it to the nosey neighbor's dog.

                                                        Comment

                                                        • jonesy
                                                          Confirmed User
                                                          • Jan 2003
                                                          • 6688

                                                          #29
                                                          Originally posted by AaronM
                                                          No, but I did offer you some of Mayor's delicious brownies. Ended up leaving it in the microwave since you didn't eat it.

                                                          I should have fed it to the nosey neighbor's dog.
                                                          hmmm i coulda sworn you downed that.

                                                          if you fed that to the dog that wouldve been funny as fuck - that dog woulda been tripping balls real hard.
                                                          .
                                                          Shooting Bikini Girls

                                                          Comment

                                                          Working...