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

  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...
  16. gcazian

    problems with accounts when users change their passwords

    On our domain, user accounts expire after 60 days. The users are then prompted to change their password, which they do. Afterwards, everything seems to be okay. Yet, when they try to log back into their machine the next day, their passwords will not take. We found that if we revert to their...
  17. gcazian

    slow Outlook connections to Exchange 2000 server

    The clients are Outlook 2000 and 2003. Somehow, I am lead to believe that this is a problem with the Exchange server and not the clients...
  18. gcazian

    slow Outlook connections to Exchange 2000 server

    We are experiencing that our Outlook clients are getting slow connections to the Exchange 2000 server. They occasionally get the "requesting data message" in the lower right hand of the taskbar when Outlook is open. I was just wondering if this is a known issue and if anyone has experienced...
  19. gcazian

    Any way to import data files into a new database?

    Thanks. I cannot use the import feature because the database is down, and I believe that the source database needs to be up and running in order to perform an export...
  20. gcazian

    Any way to import data files into a new database?

    We have some data files that contain some important data that we need. Unfortunately, the SQL Server they were attached to crashed. My question is: Is there any possible way to import raw data files into a fresh database? Thanks in advance.

Part and Inventory Search

Back
Top