Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Slick629

    RH Linux and sharing/mounting a windows drive

    Will smbclient allow me to mount the windows share? I have set this up in a test environment and can browse the network and windows machine that I want to store files on. However I need the windows folder to be accesable so that I can have my backup script write to that folder. I am not having...
  2. Slick629

    RH Linux and sharing/mounting a windows drive

    Well the problem is I need to actively access the windows drive from Linux so that I can write my backups to it. In this case what should I use so I can start figuring out how to do it?
  3. Slick629

    Linux Server?

    Thats a very broad question. What do you intend to use the server for etc.
  4. Slick629

    RH Linux and sharing/mounting a windows drive

    Hello I have a RHES3 update 4 server that the database has gotten to large on. I need to write all my backups to a windows server. That is all I have available :(. What is the best way to do this? NFS? Samba? I can only do NFS if I have a Winblows NFS server correct? Also my Nix box will...
  5. Slick629

    NTP and Cron Problem

    Thanks thedaver your right I was overwriting the /var/log/messages. I still seem to have a problem. I was trying to run the cron job every 3 hours but the clock drifts to much. I ended up having to run it every hour because the clock is drifting as much as 2 minutes in 2 hours. I know there is...
  6. Slick629

    NTP and Cron Problem

    Thats correct thedaver I just need it to sync as a client. No other machines will sync of the RH server. So I did this: made a ntpdate.sh file ntpdate to my ntp servers crontab -e 0 */3 * * * ./ntpdate.sh > /var/log/messages 2>&1 I will monitor and see if it works. Thanks for the help!
  7. Slick629

    NTP and Cron Problem

    Thanks guys I will give this a try and let you know in a couple of hours. I was under the impression that the ntp daemon was supposed to keep in sync with the server and not to just be the :source" of the clock.
  8. Slick629

    NTP and Cron Problem

    ...http://kbase.redhat.com/faq/FAQ_43_6042.shtm (this is Red Hat ES3 Update 4)that says to turn cron on in /etc/cron.d/ntp with the following: */3 * * * * root /usr/sbin/ntpd -q > /dev/null & This is all fine however in the /var/log/messages I get this error: Sep 20 08:05:00 localhost...
  9. Slick629

    CPIO partial restore

    Thanks for all the help guys this got it cpio -icvmadu "oai*" </dev/rStp0 You guys are the best!
  10. Slick629

    CPIO partial restore

    When I tried cpio -icvmadu "./oai*" </dev/rStp0 I get blocks When I tried cpio -icvBmadu -C10240 "./oai*" </dev/rStp0 I get same thing 108250 blocks then back to command line and nothing has been extractd to the /oai directory Any other ideas ?
  11. Slick629

    CPIO partial restore

    ...floppy with the following cpio command find . -depth -print | cpio -ocvB -C10240 > /dev/rStp0 I have tried restoring with this: cpio -icvmadu "/oai*"</dev/rStp0 but all that I get is block sizes and it doesn't extract anything. I limited in my knowledge of SCO any help would be greatly...
  12. Slick629

    Initio SCSI controller and tape drive not working

    Thanks in advance for any responses. I have a NEC server I have upgraded from RH9 to RHES3. Once I reloaded the tape drive ceases to function. I ran lspci and lsmod and dmesg and get strange results. Here are the outputs: 00:00.0 Host bridge: Intel Corp. E7501 Memory Controller Hub (rev 01)...
  13. Slick629

    Can't mount the CDrom in OS5

    I will check that PHV thanks for the response! Will probably take a couple of days though
  14. Slick629

    Can't mount the CDrom in OS5

    ...- - - cyls=2213 hds=255 secs=63 fts=stdb Stp-0 - - - Vendor=SONY Product=SDT-5000 mscsi looks good: *ha attach number ID lun bus * blad Sdsk 0 0 0 0 blad Stp 1 2 0 0 "mscsi" 25 lines, 905...
  15. Slick629

    Network Troubles

    Thanks so much for your help. Hopefully when I get onsite tommorrow I can get this thing solved. Thanks again PH
  16. Slick629

    Network Troubles

    So the NSTREAM value will cause the rest of the values to increase the amount of memory allocated?
  17. Slick629

    Network Troubles

    Hey all I have a problem with a OS5.05m server running one of my appplications. I have all the latest patches and I am running on a NEC Express 5800 120le server. I am collecting data from 8 sites total across a WAN and the server is locking up at times from what I can tell and streams memory...
  18. Slick629

    SCSI controller slha and kernal

    I have a SCO 5.07 box using the slha for the scsi controller. Somehow I have screwed up the kernal to where it does not link to the slha. Does anyone know how I can correct this? Thanks in advance for any suggestions.
  19. Slick629

    VI on to the root disk and Panic:srmountfun error 19

    That worked great but I am still having the srmountfun error. Do I need to find a boot loadable driver and reinstall the slha? I had this all working right before I messed with the mscsi file to correct a tape drive problem? There has to be a way of fixing this without a total reload. Any...
  20. Slick629

    VI on to the root disk and Panic:srmountfun error 19

    Great thanks a million that got me working with all the commands now. Any ideas on the Panic: srmountfun error 19? You are the greatest!!!

Part and Inventory Search

Back
Top