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 Andrzejek 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. simanek

    tape restore

    Hi all, I backed up an old alpha server using the 'dump' command with the no rewind option. By doing this, I put multiple file systems on one tape. The only problem is, now I want to restore the 3rd file system on the tape and not the first two. How do I go about doing this? Is there a way...
  2. simanek

    scsi controller

    ok, i did both. nothing popped up for either. however, if i do a 'show config' it looks like it is detecting the scsi controller. so now 2 more questions: 1. what is the digital unix naming convention for a scsi controller? aka, what is it going to look like in /dev? 2. the disks appear...
  3. simanek

    scsi controller

    Hi all, I've just plugged a scsi controller into a digital 2100. how do i ensure that it has been detected? none of the drives that are plugged into it are being detected. thanks. mike Mike ~~~~ simanek@illinoisalumni.org "It's a Swingline!" ~~~~
  4. simanek

    installing/formatting a disk

    i've hooked up a disk to my scsi chain and have successfully (i think) run disklabel on it. now how do i format this partition with the ufs file system? thanks. mike Mike ~~~~ simanek@illinoisalumni.org "It's a Swingline!" ~~~~
  5. simanek

    ip forwarding

    Hi all, Say I have two hosts uxa and uxb. Does anyone know how I could set things up so that any and all traffic that goes to uxa simply gets forwarded to uxb and all traffic coming from uxb looks like it is coming from uxa? I'm fairly certain this is possible through ipforwarding but i have...
  6. simanek

    is it possible to find out internal temp?

    it returns "2". what whacked out temperature scale is this thing using? Mike ~~~~ simanek@illinoisalumni.org "It's a Swingline!" ~~~~
  7. simanek

    corrupt file and tape backup

    nope, tapes are the right kind. and i'm using smit to perform the backup, so the command line stuff wouldn't apply. good thoughts though. Mike ~~~~ simanek@illinoisalumni.org "It's a Swingline!" ~~~~
  8. simanek

    corrupt file and tape backup

    the exact message is: the backup media may be damaged. Use a different disk to run the backup. it can't be the tape as I have tried with several different, brand new ones and if fails in the same spot every time. Mike ~~~~ simanek@illinoisalumni.org "It's a Swingline!" ~~~~
  9. simanek

    corrupt file and tape backup

    has anyone heard of a corrupt file making a 'backup' fail? for some reason, i can perform a backup on 3 of my 4 logical volumes but the 4th one is failing with a 'media error' 0511-079. i'm using smit to perform the backup and i know it's not a bad tape or drive (since i can backup the other 3...
  10. simanek

    is it possible to find out internal temp?

    we're running a rather OLD version of digital unix...OSF/1 actually. To give you an idea, uname -a returns: OSF1 hostname V4.0 878 alpha Is it possible to determine the temperature that the processors are running at? I know you can do it in Solaris and AIX but I am very new to digital unix...
  11. simanek

    Where is the ___ command on this version of *nix?

    Very interesting and useful site that I found while surfing the web. I hope you find it useful as well. http://www-ccar.colorado.edu/~jasp2/Graph.html It describes how to get/set different things on your unix box and gives equivalents from different platforms. If you manage more than...
  12. simanek

    sparc ultra 10

    this may or may not be helpful... i know i've done it on an ultra 5 running solaris 8. It had 2 internal ide chains and I set the jumper on the drive to cs (cable select) plugged the drive in and did a Stop-a and then probe-ide-all and then rebooted. it detected just fine. I would assume...
  13. simanek

    system/exec output

    hi all, i know that if i use the system or exec functions i can execute a command quite easily. the problem for me is that i need the output produced by the command I execute (i.e. vmstat, iostat, prtdiag, etc.). does anyone know of a trick to get the output from a system call? thanks much...
  14. simanek

    funny backup size

    When making a backup with ufsdump, will the size of the dump file be the same size as the filesystem (or at least, the used portion) that was backed up? Apparently I've got a little over 8Gb on an oracle partition and it happily fit itself all on a little 4Gb tape. Hmmmm... The man pages...
  15. simanek

    no boot display

    nope, but i was rooting around my eeprom settings and found that i had the following two lines: ttyb-ignore-cd=true ttya-ignore-cd=true i can't reboot it and check for another few hours, but would these two lines cause it? Mike ~~~~ simanek@uiuc.edu "It's a Swingline!" ~~~~
  16. simanek

    no boot display

    So here's a strange one...when i reboot my machine, the display is dark until it reaches multi-user mode. Any ideas as to where I can start rooting around for the cause of that one? Thanks. Mike ~~~~ simanek@uiuc.edu "It's a Swingline!" ~~~~
  17. simanek

    automatic forms

    well duh. i should have read the environment variables section more carefully. i was trying to append the query string on the end of the referer environment variable and ended up with something that couldn't be parsed correctly. So, now i just use the refered variable and it works like a...
  18. simanek

    automatic forms

    i have 4 pages. page1.html is a simple html form. page2.pl is a form based on the submissions from page1.html. it submits to page3.pl for processing. now page4.pl is the tricky part. there is a mini-form on each of the perl pages where users can submit suggestions. upon submitting this form...
  19. simanek

    command line pattern and $ vars

    hi all, I"m trying to mv several files from name.new to name.old. In other words, I have a bunch of files with the .new extension that I want to copy to a file of the same name with a .old extension. I'm doing this in ksh. I thought I could simply do a mv *.new $1.old but that just...
  20. simanek

    csu/dsu

    does anyone have a clue as to how to begin setting this up? I'm reading through the admin manuals on docs.sun.com but they jump around so much that I"m not sure what I'm supposed to be doing. thanks. Mike ~~~~ simanek@uiuc.edu "It's a Swingline!" ~~~~

Part and Inventory Search

Back
Top