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 strongm 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: *

  • Users: patw
  • Order by date
  1. patw

    Recover error- Fatal Error: A critical disk initialization

    More info: How did you generate the recovery media - the SCO utility, Edge or Lone-tar (way better) or ?? And what version SCO? (uname -X). Note that if you used the SCO utility the new machine MUST be essentially the same as the old one as far as hardware goes. Pat Welch, UBB Computer...
  2. patw

    Compaq Advanced System Management Controller ML350 - G3

    I know enough about windows servers to be dangerous [smile2], but I was suggesting that the HP hardware monitor throwing the error (not the hardware driver itself) might have detected a fault it did not have a preset response to, and updating the HP monitoring software might allow the 'real'...
  3. patw

    Compaq Advanced System Management Controller ML350 - G3

    What OS? I've seen that error when the driver gets an unexpected hardware fault that is not in it's list. Go through all the hardware logs on your OS. If your OS uses EFS extensions, upgrade to the latest supported EFS for your OS...
  4. patw

    External SCSI drive

    Depends on the OS and how old the OS is. Electrically, connecting and disconnecting external SCSI cables can be iffy if there's any local static problems. Ground yourself thoroughly before trying. ---------------------------------------------------------------- Pat Welch, UBB Computer...
  5. patw

    How can I disable shutdown on a SCO 3.2v5.0.7 UNIX server?

    check the root cron files, via crontab -e. See if there's anything scheduled to run around the times the reboot has been occurring. Then vi the scripts involved - maybe one of them is initiating the shutdown after an error or a completed task. Also check the system time - perhaps the time was...
  6. patw

    ftp hangs when trasfering large file

    FTP has no size limit other than the max size the 32 bit version can handle (2 GB). Please try the suggestion vodkadrinker made, while logged in as root: ftp localhost That will transfer the file without involving the network. This will demonstrate that the problem is with SCO (if it fails...
  7. patw

    ftp hangs when trasfering large file

    Did you remember, from the PC, to set the binary (or image) option before starting? M$ systems default to text mode transfers unless you specifically set binary. Text mode screws up binary data but good, and may lead to hangs if the text mode leads to recursion in a binary filled with LF, CR or...
  8. patw

    SCO 5.0.6 Mouse Issue

    Why are you using 5.0.6? 5.0.7 does a good job of auto-detecting mice during install. Plus it supports USB mice if there's just something broken about the PS2 port on the P4 MB. What type of mouse did you select during the initial install...
  9. patw

    HP Proliant 180 G6 - Compatibility

    It tells you its a "Drive cage" Its a cage for drives :) It's only useful for RAID configurations, where hot swapping is important. If you aren't doing RAID, just go with the 2 drive internal bay it comes with. ---------------------------------------------------------------- Pat Welch, UBB...
  10. patw

    Samba allow XP to print from a Centos 5.5 system

    You have to be root or su to make changes. ---------------------------------------------------------------- Pat Welch, UBB Computer Services, a WCS Affiliate SCO Authorized Partner Microlite BackupEdge Certified Reseller Unix/Linux/Windows/Hardware Sales/Support
  11. patw

    How can I be alerted when incoming email generates an error?

    Write a 'wrapper' script that only runs other scripts, checks the exit codes and writes status to a file. You'll have to make sure your script update routines specifically exempt the wrapper script so the execute bit does not get unset, or locate the wrapper in a non-standard but accessible...
  12. patw

    Add New Backup To Tape

    Why do you want to introduce complexity to your backup? If you have a crash you do not want to fiddle around finding the right backup, not to mention dealing with full and continued tapes. Just replace the tape when they start taking longer to backup. You are doing basic things like rotating 5...
  13. patw

    Connection lost to SCO os505

    Good grief. Please start new SEPARATE threads, markc1000 and tranbo. And tell us the SCO version and what patches are installed. ---------------------------------------------------------------- Pat Welch, UBB Computer Services, a WCS Affiliate SCO Authorized Partner...
  14. patw

    DL360 G3 with no video

    if the video is on the MB, inspect all the pins for bent ones. If it is not on the MB, obviously replace the board. If there's an open slot, try adding a new old style VGA board, and connect to that. ---------------------------------------------------------------- Pat Welch, UBB Computer...
  15. patw

    Accessing SCO Unix server

    Does your friend make any telnet connections to the box? Telnet and FTP are normally enabled by default (1980's remember). To see what the boxes net addr is, login as root on console, and type in: cat /etc/hosts The first address should be the boxes IP. Once you have a connection, transfer...
  16. patw

    ML350 G4p drives go offline during warm boot

    Could be a MB firmware issue - try flashing the latest version for that board from hp.com. If the box is still under HP service, have HP replace the MB. ---------------------------------------------------------------- Pat Welch, UBB Computer Services, a WCS Affiliate SCO Authorized...
  17. patw

    Connection lost to SCO os505

    What patches are installed? There are a ton for 5.0.5 that touch on network services like telnet. If this is a recent problem, then what has changed on the network? could the NIC be failing? ---------------------------------------------------------------- Pat Welch, UBB Computer Services, a WCS...
  18. patw

    SCO OS5.0.7 Install Failure

    oh-oh. Are the other working units also g4p rather than just g4's? g4p's are g5 wannabes, and I've only seen them with SAS drives. You don't need the 'ad160' in the boot string, and that may be the problem. The ad160 driver is built into the standard 5.0.7 kernel. This is what I use for the...
  19. patw

    Problems with "expect" script

    Check the patch level of SCO via custom. If the patch level is the same as the other machines, try upgrading to the very latest patch (mp5), or re-installing mp5 if it is already at mp5. Finally, check the script - is it the EXACT same size as the version at the other clients? Sometimes you see...
  20. patw

    SCO OS5.0.7 Install Failure

    Where did you get the ciss driver from? One of the EFS versions? which one? Note that the 5.790a EFS version is the latest to use for 5.0.7. If that's the EFS you are using, try backing down to EFS 5.770a. If you generated the BTLD's from EFS on a windows system, did you use the EFS utility to...

Part and Inventory Search

Back
Top