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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gcazian

  1. gcazian

    simple regexp to filter out #'s and *'s

    Hi all, I have a file that I want to open as a file handle and only retrieve lines that don't have a hash mark, an asterisk, or a line that looks like this: # **************************** I have tried /[^#*]/ but it doesn't work. Anyone have any tips?
  2. gcazian

    Getting "Error -1" when trying to mount NFS

    (root):/> mount /xyz nfsmnthelp: myhost.com: Error -1 occurred. mount: giving up on: myhost.com:/xyz Error -1 occurred. Does anyone know what is causing this error or how to fix it? The entry for /xyz exists in /etc/filesystems: /scm: dev = "/xyz" vfs...
  3. gcazian

    Changing context root via the WAS console

    Hello, We want to change an application's console root, and we are wondering if this is possible to do in the WAS console. We are running version 5.1.
  4. gcazian

    sed pattern matching question

    PHV, I just want this: Classic VM (J2RE 1.2.2 IBM build ca122-20041020 (JIT enabled: jitc)) I think the output is one line; I tried to tail -1 the output, but still got the 'java version "1.2.2"' portion as well.
  5. gcazian

    sed pattern matching question

    Hi, I am new to sed and have a quick question. I am trying to match the output of the 'java -version' command. However, I onlt want to match from the word 'Classic' onto the end of the line: java version "1.2.2" Classic VM (J2RE 1.2.2 IBM build ca122-20041020 (JIT enabled: jitc)) How do I do...
  6. gcazian

    Best way to find available FREE memory in AIX?

    Is there a specific command in AIX that tells you how much free memory the system has available to processes? Is the fre column in vmstat the best way to go? Thanks.
  7. gcazian

    How do I print out the last value of a line in AWK?

    For instance, I have a row of data: "Buffer pool data logical reads = 5454723" ...and I want to print out 5454723 through AWK. TIA
  8. gcazian

    default codepage for AIX?

    Does anyone know what the default codepage (symbol set) for AIX 5.x is? Is there any documentation on this? TIA
  9. gcazian

    NFS mounting options

    Thank you. I am also curious about the bg and fg options. If my mounting option is hard and the method for mounting is fg (fore ground), will the system be hung until the mount is accomplished?
  10. gcazian

    NFS mounting options

    I am trying to determine the best set of NFS mount options for our environment. Does anyone have any recomendations? Also, I am a bit confused by the hard vs. soft mounting options. I understand that hard will attempt to mount until the server responds. Does this mean that it wiill attempt up...
  11. gcazian

    Where can I donwload updates for RH ES 3?

    Whoops...Thanks for that. Will the rpms for RH 9 work on AS 3 then?
  12. gcazian

    Where can I donwload updates for RH ES 3?

    I took lgarner's advice and download the updates on ftp://updates.redhat.com/enterprise/3AS/en/os. I noticed that these rpm files have 'src' in the filenames. I updated my system with these rpm files, but when I do rpm -qa, I notice that the rpms are still on the old versions. Is there...
  13. gcazian

    Where can I donwload updates for RH ES 3?

    Thanks. I take it that RedHat offers no single package that will update the entire system?
  14. gcazian

    Where can I donwload updates for RH ES 3?

    I don't want to use the up2date utility, I want to be able to download any updates via ftp or some other means. Is this possible?
  15. gcazian

    problems with accounts when users change their passwords

    These systems are Windows 2000 Pro and XP. They really do not have anything in common that we can single out. As far as password policies go, 60 days works fine for us and it is in line with the recomendations of an outside security audit. We around 300+ users, 10-15 users are experiencing...

Part and Inventory Search

Back
Top