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 strongm 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 George221

  1. George221

    ldap and ssl coding

    Hi, I found a piece of code to establish a simple bind (non-ssl) and are trying to change it to use SSL but when I add the "ldap_app_ssl_client_init_np" procedure, the definition is not found. What should my H spec look like? Right now I have: H DFTACTGRP(*NO) ACTGRP(*NEW) BNDDIR('QC2LE')...
  2. George221

    Executing remote commands between iseries

    I'm looking into a way to run jobs on another iseries and came accross the RUNRMTCMD. I was hoping the RMTUSR *CURRENT would pass my credentials and authenticate me on the target system if my passwords were in sync but it doesn't seem to work. Is there a better way to do this? Thanks.
  3. George221

    creating AIX 6.1 DVD install media

    Hi, I'm at 5.3 and downloaded a 6.1 udf file from the entitled website. How do I burn it to DVD on AIX. I tried burn_cd -d /dev/cd0 myUDFfile but got the following error: 0512-332 mkcd: Device /dev/cdx does not appear to be ready I'm trying to to a DVD -R media. What am I missing. I found some...
  4. George221

    instance versus adding to DB

    One of the arguments I heard was: "if we put this schema onto its own instance we can tune the database specifically for this schema without impacting others". In your opinion, is that a valid argument?
  5. George221

    instance versus adding to DB

    Hi, A new schema is required on our AIX system and I'm trying to weigh pros and cons of creating a new instance or adding it to an existing instance. Other than the CPU/mem overhead assoicated with the extra instance, are they any security/performance tunning benefits with either options? Thanks.
  6. George221

    can't delete a file I own

    ah, guess I should have checked that. Thanks.
  7. George221

    can't delete a file I own

    trying to delete a file I own and are part of the group, I get the error: 0653-609 Cannot remove filename -rwxrwxrwx Running AIX 5.3. Am I missing something?
  8. George221

    syslog.conf archive

    yes (ie: refresh -s syslogd) does the archive parm seem right? in this case it's just the name of the archive folder within /var/logs.
  9. George221

    syslog.conf archive

    I'm trying to rotate, compress and archive our daily syslogs but the following line doesn't seem to be working *.debug;local5.none /var/logs/syslog.log rotate files 7 time 1d compress archive archive I have a folder called "archive" in /var/logs.....tried also putting the full path archive...
  10. George221

    Find if any processes is locking up files in directory

    I need to backup a directory throughout the day but would like to know if any processes are currently locking up any of the files within this directory or subdirectories before I do so. Is there a command that would return this type of data? Was planning on using the (tar cvf - . | gzip >...
  11. George221

    DDS - for characters to uppercase

    Hi, Is it possible for define a field in DDS so it forces/converts characters to uppercase? Thanks.
  12. George221

    PF format with data stamp

    Tcsbiz, If I insert a record using SQL, it will automatically stamp that date field with the current date (without specifying a value or function for that field on the insert statment), now if I write that record using RPG, you are right, it defaults to 0001-01-01. How should I define the DDS...
  13. George221

    PF format with data stamp

    ok, I'll give this a try. Thanks.
  14. George221

    PF format with data stamp

    Only if you store them as numeric" Can you show an example of how the physical file would automatically generate a date stamp with a field like this?

Part and Inventory Search

Back
Top