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 gkittelson 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. starky5

    Server Crash - Locked Console / Ctrl-S / Veritas ?

    We recently had a server go down and after working with Veritas and IBM they determined that the crash was caused by console process/output getting locked by someone typing Ctrl+S at the console. Since veritas writes output to the console and couldn't, it eventually resulted in the "had"...
  2. starky5

    Controlling Boot After Power Loss

    How does an IBM server react to a planned power outage. For instance, we shut the server down (shutdown -h now), then cut power to the room for testing (fire suppression, etc.), then return power to the room. During this, we never physically unplug the servers. Does the server starting...
  3. starky5

    "ulimit -m" - What does this mean?

    Thanks Rod for the response. As I understand it, the soft limit (without the -H option) is what will be enforced first since it is lower. Given this, we have 26 servers the same. Only difference is that two of them have the ulimit -m set to unlimited for the oracle account. One of the two...
  4. starky5

    "ulimit -m" - What does this mean?

    I'm trying to get a better understanding of what the value of "ulimit -m" means and how it affects processes on an AIX server. From the man page for ulimit - "Specifies the size of physical memory, in number of K bytes." If we have the oracle account on one server set to 32768, and ulimited on...
  5. starky5

    Timeout Value in 4.3.3

    At one of our mills we use wireless hand-held scanners to run a telnet session on a 4.3.3 server. The scanner communicates with the server via an access point that is located on the ceiling of the mill. The scanners will periodically lose their connection and we think it may be caused by an...
  6. starky5

    Perl and Serial Ports

    We have a pc hooked to a scale that uses a vb script to continuously send the "send weight" string to the scale and insert that weight into a table on a unix server. We would like to replace these pc's with thin clients and move this script to the unix server with perl. The scales...
  7. starky5

    Perl Sendmail and Attachment

    I actually had the use statement at the top of the script, but I only included the mail code, sorry. The entire script is below. Also, I have looked at the links, but they don't seem to give a good example of attaching text files. #!perl use Mail::Sendmail; #Variables $dump_file =...
  8. starky5

    Perl Sendmail and Attachment

    I have a short program that I want to email a simple text file as an attachment. I have gotten the email to work but not the attachment portion. Here is my code so far. Can someone help me with the attachment part. Thanks, Greg $smtpserver= "server.com"; $mail{From} = 'Security...
  9. starky5

    RS6K serial # from command line?

    Does anyone know of a way to get the serial number of an RS6000 from the command line in AIX 4.3.3? Thanks in advance.

Part and Inventory Search

Back
Top