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

  • Users: octar
  • Content: Threads
  • Order by date
  1. octar

    Count pattern occurances per line?

    Hi, I have the following file: DRIVE10 DRIVE1 DRIVE2 DRIVE3 DRIVE4 DRIVE5 DRIVE6 DRIVE7 DRIVE8 DRIVE9 Date T50253 T30544 T30624 T10164 T50245 T50252 T10276 T10287 T10402 T50197 200501100000 T50253 T30559 T50245 T50252 T10276 T10287 T10402 200501100010 ... ... note...
  2. octar

    adding last line of multiple data files with a comma in it

    Hi, I have multiple files of the following format FILE1: Date Size 20041201 15,000 20041202 15,120 FILE2: Date Size 20041201 1,195,040 20041202 2,334,140 ETC... What I need to do is merge them into one file adding each respective line as it goes.. eg. MASTERFILE: Date...
  3. octar

    Merging multiple files into one

    Hi, I have around 300 files that I want to get merged into one file, their format is as follows: file1: DATE SERVERA 20041101 12 20041102 224 20041103 355 20041104 687 20041105 987 file2: DATE SERVERB 20041101 3 20041102 6 20041103 66 20041104 567 20041105 4445 file3: DATE SERVERC 20041101 1...
  4. octar

    lppchk -v error after migration of 4.3.3ML11 to 5.2.0ML3

    Hi, I'm getting the following error... # lppchk -v lppchk: The following filesets need to be installed or corrected to bring the system to a consistent state: bos.rte v<5 (not installed; requisite fileset) Can someone please explain? Current: # oslevel...
  5. octar

    Getting IP address info from a POST ??

    Hi, I have the following file that I'm trying to help a friend out with... basically it's a message board where people put posts in, lately some post are coming in that are not welcome. What I want to do is find out how I can get the IP address of each person that puts a post up?? and...
  6. octar

    Slow Backup over Gigabyte Network

    Hi, I have two model 7026-H80's and a M80 at AIX 4.3.3 ML 11 Recently the network was upgraded to use Gigabyte In doing so the backup times have not improved, I have performed the following tests to try to resolve but still not getting anywhere, can anyone provide advise on this? note: I have...
  7. octar

    rsh access

    I'm having problems using rsh from one sever (server1) to another (asking for password) (server2), the server (server1) is in the (server2) .rhosts file as well as other servers that I use and have no problems with. Is there anything I have overlooked?? thanks ps. I tried a search on the DB...
  8. octar

    Extracting certain blocks of information from a file

    Hi, I would like to grab specific information out of the /etc/qconfig file... what I want is everything in the block starting with printxxx and then pxxx eg. >cat /etc/qconfig print146: device = hp@p146 hp@p146: file =...
  9. octar

    Modify just one field on one line in many files !!!

    Hi, I have recently created around 100 printers and need to modify one field in one line of each of the hundred configuration files: FILE: /var/spool/lpd/pio/@local/custom/prt001:hp@p001 FILE: /var/spool/lpd/pio/@local/custom/prt002:hp@p002 : : FILE...
  10. octar

    HACMP Configuration Q's

    Hi, I have a cascading cluster environment: With using printers, I want to know if on failover the printer queues will be taken over or do I have to define them on the system or in a script? Also I have also addedd nfs connections and updated the /etc/exports file along with my scripts, do I...
  11. octar

    Creating Printer Descriptions

    Hi, I have to create over 100 print queues on my servers but I need to add a description of the printer location to it. I can't find using smitty where to add this description, does anyone know if it is possible? thanks
  12. octar

    Cutting the last 2/3 fields on a line

    Hi, So far I have managed to get the following but I need to go one more level as detailed below: The file reads: $CMDE &quot;/*&quot; & $CMDE &quot;/usr/*&quot; >>$LOG $CMDE &quot;/var/*&quot; >>$LOG & $CMDE &quot;/tmp/*&quot; >>$LOG $CMDE &quot;/home/*&quot; >>$LOG & Using -> awk {'print...
  13. octar

    Error code help?

    Hi, I get the following errors in my dsmerror.log Can someone please explain or point me in the direction of error code documentation? 10/30/02 00:04:11 ANS1005E TCP/IP read error on socket = 6, errno = 11, reason : 'Resource temporarily unavailable'. 10/30/02 01:04:11 TCP/IP received rc 25...
  14. octar

    Oracle user creation script

    Hi, I have the following script to create oracle users on our system, it works but please tell me an easier way??? ----------------------- Format of oracle_userlist file -> DATABASE USERID PASSWORD GROUP -------------------------- #/usr/bin/ksh NUMBER_OF_USERS=`cat oracle_userlist | wc -l`...
  15. octar

    What does 2&gt;&amp;1 perform?

    I have seen it in many scripts but don't understand what it performs. Thanks in advance

Part and Inventory Search

Back
Top