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 Chriss Miller 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: George221
  • Content: Threads
  • Order by date
  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

    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.
  5. 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?
  6. 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...
  7. 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 >...
  8. George221

    DDS - for characters to uppercase

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

    PF format with data stamp

    I'm trying to create a Physical file through DDS (not SQL) that would stamp a field with the current date in the format YYYYMMDD and store it this way. I'm able to get the format with the dashes in between year, month and day with the DATFMT keyword but do not want it this way. Would like a...
  10. George221

    SBMJOB in free-format

    Would anybody have an example of sbmitting a job through QCMDEXC in free format? Dealing with the parm list and quote issue? Thanks.
  11. George221

    check if object allocated

    Is there a command to verify if an object has been allocated? If not, what's the best way to check for this? re-issue an ALCOBJ and monitor for error? Thanks.
  12. George221

    host structure arrays - SQL insert

    Hi, Would anyone have an RPGLE example of gettting records loaded into a host data structure, then used in a SQL insert statement?
  13. George221

    compatible hardware with AIX 5.3

    Does anyone have a list showing what servers can run AIX 5.3?
  14. George221

    Porting C modules from AIX 4.3 to 5.3

    We have an application written in C that we need to migrate from AIX 4.3 to 5.3. The only thing I could think of is that we may need to recompile if we decide to run 5.3 in 64-bit mode. Can anyone think of other problems I may encounter?
  15. George221

    burning to DVD

    Hi, New to AIX and running 5.3. I have a 7210 DVDRAM burner attached and defined. cd0 Defined 03-08-00-0,0 16 Bit LVD SCSI DVD-RAM Drive How can I burn files with this device? I'm guessing I need to configure it as a burner and use a specific software but which. Can someone help...
  16. George221

    relative path

    I'm trying to attach a file to an email but are having trouble with the path to it. What does the syntax look like for the .Setfilename property. I tried copying the file in the root of the application directory and refering to it as .Setfilename("./myfile.txt") or just ("myfile.txt") but...
  17. George221

    Domino on AIX

    We have just installed Domino 6.54 on AIX 5.3 (i5/OS hosted) and are having trouble with Domino seeing the memory if any. Are they any manuals for this type of setup? Any special configuration that needs to be made? thanks.
  18. George221

    help with error msg

    Does anyone know what this is about? LABEL: SRC_SVKO IDENTIFIER: BC3BE5A3 Date/Time: Tue Mar 21 22:41:15 PST 2006 Sequence Number: 26176 Machine Id: 00E08AA64C00 Node Id: test5 Class: S Type: PERM Resource Name: SRC...
  19. George221

    retrieving mac address

    Does anyone know of a command that can retrieve the mac address from the ethernet card of it's system?.
  20. George221

    pausing the system at startup

    Is it possible to have a script on the initab that would bring up a screen and give you options to boot without or without certain scripts?. Would anyone have a piece of sample code?. Thanks

Part and Inventory Search

Back
Top