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 TouchToneTommy 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: simanek
  • Content: Threads
  • Order by date
  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

    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!" ~~~~
  3. 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!" ~~~~
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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!" ~~~~
  10. 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...
  11. 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...
  12. 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!" ~~~~
  13. simanek

    microsoft office, solaris, and pdf's.

    Hi all, In our environment here, we have a lot of people using Microsoft office products to create a whole bunch of documents. We want the ability to be able to let them create these documents as they do now, upload them to a web page, and have them converted to a pdf on the fly...
  14. simanek

    getting xterm's display

    hi all, I've got a rather tricky problem on my hands. I'm writing a cgi script that forks off a program to the ip address given by $ENV{'REMOTE_ADDR'}. The problem arises in that we have a number of xterm running netscape from a common server. So basically, this variable always contains the...
  15. simanek

    bootlog

    Hi all, Does anyone know how to force messages/errors on bootup to go to a file other than syslog? I've been reading through the syslog.conf man pages and i don't see any particular option that filters out messages that appear on bootup. Any ideas? Thanks! Mike ~~~~ simanek@uiuc.edu...
  16. simanek

    SELECT on an ADSM sql server

    occupancy table node_name, physical_mb nodes table node_name, contact_info what i want is a single combined table joined on the node_name of the node_name, contact_info, and sum(physical_mb). Yes, this sounds very easy. However, this is running on an adsm sql server which only 'kind-of'...
  17. simanek

    checking if a file exists

    Hi all, I want to check whether a file exists and want to avoid doing a direct system call. Does anyone know how I'd go about doing this? Thanks much. Mike ~~~~ simanek@uiuc.edu "It's a Swingline!" ~~~~
  18. simanek

    syslog sockaddr.sa_data

    Hi all, I was wondering if someone could tell me how to send all of the characters in a sockaddr.sa_data to syslog. Or at least, tell me just how to print them out. I'm very bad at C and am desparately trying to get better, so any help would be appreciated. Thanks. Mike ~~~~ simanek@uiuc.edu...
  19. simanek

    syslog and openlog problems

    Hi all, I'm currently working on a solaris 8 box and am trying to write a custom logging script in C. Basically, I'm using syslog to write to different files. The basic steps that I'm performing are these: 1. openlog ("imapd",LOG_PID,LOG_MAIL); 2. syslog (LOG_INFO, "attempted...
  20. simanek

    syslog functions

    Hi all, I'm currently working on a solaris 8 box and am trying to write a custom logging script in C. Basically, I'm using syslog to write to different files. The basic steps that I'm performing are these: 1. openlog ("imapd",LOG_PID,LOG_MAIL); 2. syslog (LOG_INFO, "attempted...

Part and Inventory Search

Back
Top