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

  1. stankow

    File .xsession-errors

    Could it be connected with directory /usr/lib/X11/scologin ? It contains procedures for starting the graphical X session - starting login, window manager, X desktop etc. Look what kind of error messages in file. Could be wrong configured X system - X server cannot open the the display, or some...
  2. stankow

    Shutdown or Halt

    Exact name is haltsys. It is front-end procedure to uadmin command, which, according man ADM uadmin "is not for general use". You can see # vi /etc/haltsys Shutdown is front-end procedure to /etc/init, primarily init 0. Most concern is to inform users for near end of operation of server...
  3. stankow

    Clustering Sco OpenServer 6.0

    I think the product HA cluster was withdrawn from SCO Openserver line. Now it is available for SCO UnixWare, as I remember.
  4. stankow

    cannot ping ip from remote to host

    How did you maintain IP adresses for this net of 3 hosts and PC's ? Are you using DNS or just /etc/hosts or else ? How did you change the IP address ?
  5. stankow

    Can Sco UNIX use two CPUs

    How many users you have and applications they are running ? In most cases the answer is "yes, it worths".
  6. stankow

    number of cpu's

    well, at last found it - command to lock a process to CPU is lockpid
  7. stankow

    number of cpu's

    a little more ornate version ;) Somewhere I meet such much better script, but now can not remember where it was. Or did they include such command in the standard distribution of SCO 5.0.7 ? : # @(#) killusr.sh 1.2 92/06/20 # # Cansel all processes of user # Script is similar to killterm # #...
  8. stankow

    Burn data cd

    Why not to try to make from /data one big cpio file and backup it. If needed restore the file from media and then cpio will restore all files with exact names. I also make many tries to restore long names, but no luck. cd /data mkdir /tmp/iso find . -print | cpio -ocvmd...
  9. stankow

    Can we have one format for printed and online documentation ?

    stanhubble, you right, my question is not very clear. Accessing the OS on-line documentation via port 8457 is very good. I succeed to add documentation to it (for Java) and index, and search, very nice. So I decided to add also our application program documentation, currently in .nroff. But...
  10. stankow

    Can we have one format for printed and online documentation ?

    Hi, Many years (two decades) I was quite happy with nroff format of our program documentation. But modern times press us :) :) Is it possible to have one format for printed and online documentation in SCO - say html ? Yes, there is something like man2html, but it works bad with macros. And...
  11. stankow

    Mouse wheel crashes the scrolled List in SCO Java

    Hi, I installed Java 1.4.2_12 on SCO 5.0.7 + MP4. It supports mouse wheel, it works in most widgets. Except, for scrolled lists :( If cursor is anywhere on scrolled list and just roll the wheel, the program crashes with those nasty stack dump. You can see the dump : www.noac.biz/HS_ERR.LOG...
  12. stankow

    Performance Commands

    I'm not sure if there is version for UnixWare, but try u386mon. At last I don not know better utility for OpenServer. Use it since 1995. There is also src code available. Small, usefull utility !
  13. stankow

    "Error when mounting HBA media" - what OS 6.0 want to say ?

    hi, eyedoc1975, I'm really happy I was helpfull. To load 5.0.7 you have to prepare FD using another file, think XX:\diskette\scsi\openserv.img I check it, it works, 5.0.7 load it. The file is on IBM CD, packeted with server. Also could be find on IBM site, but one have to dig a lot :) Rule is...
  14. stankow

    u386mon and locate for OSR6 ?

    Where to find the usefull monitor program named u386mon for OSR6 ? The last version is 2.74, 1995 on ftp://ftp.sco.com/tls/tls012.cpio.z But it do not compile for OSR6. I used to use it almost decade. Is there newer version ? The same for locate - indexing and locatind files by name. Where is...
  15. stankow

    Install SCO on Dell PE830

    You have to use the mechanizm of BTLD - boot time loadable drivers. Prepared FD with driver, look in box of server for drivers CD or ftp site of manufacturer. Look for needed commands to boot: in documentation Stankow, www.noac.biz
  16. stankow

    Disk flashes every second under OSR6

    >I honestly wouldn't give it much concern. I'm worried if it can worn out the disks arms. And also noice - the server should run in dispatch centre, no need to increase the noice from fans additionaly. > It certainly could be built into the RAID driver. It's strange, not very rhythmic. >some...
  17. stankow

    Disk flashes every second under OSR6

    thanks, motoslide. I check it, rebuild the kernel, but it still stay. NAUTOUP is 60. FDFLUSHR is 1, but it is the time in seconds to check, if it is changed, not to write ultimatively. I set it to 10, no changes. Could be some process internal to RAID controller, say some "sync" between...
  18. stankow

    Disk flashes every second under OSR6

    I installed OSR6 on IBM xServer226 8848-E4Y with ServerRAID 6i. It works fine, disk subsystem is fast, mirroring works as expected. But every 1 or 2 seconds both mirror disks flash. And there is a noice from heads positioning. Same is with "planar" SCSI controller, without ServeRAID. No...
  19. stankow

    "Error when mounting HBA media" - what OS 6.0 want to say ?

    Add to previous post: - there is no noeed of any "boot:" options to load OSR6 on ServeRAID whith BTLD Regards, Stankow, www.noac.biz
  20. stankow

    "Error when mounting HBA media" - what OS 6.0 want to say ?

    Dear eyedoc1975, I found 3 problems: 1. It is not clearly stated, that OSR6 uses WnixWare drivers (who can guess it !?) 2. During IPL OSR6 do not enough clearly announce that it not found (or found) proper driver. 3. Drivers are too hidden. By example 36 kb driver was hidden in 1,44 MB image...

Part and Inventory Search

Back
Top