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 ac325ci

  1. ac325ci

    finding matches

    ok i just replaced space by newline.. so all patterns are in one line now.. sorting will tell me the differences.. thx
  2. ac325ci

    finding matches

    so i have two files file 1: A B C file 2: A B C C how can i compare both files to spit out a message sayin that in file 2.. there is a "C" duplicate .. in this case "B C" thanks
  3. ac325ci

    Solaris ldap_cachemgr

    Is there something like ldap_cachemgr for linux/redhat ? I'm interested in something similar to the ldap_cachemgr -g output which is available for solaris.. TIA
  4. ac325ci

    LDAP query in linux

    is there a way to print the current configuration and statistics of ldap servers in linux ? TIA
  5. ac325ci

    nawk syntax

    in nawk can u do a if pattern1 and pattern2 found and not pattern4 and pattern5 are present; print something.. so far i have if ( /pattern1/ || /pattern2/ ) && ( ! /pattern3/ ) ... this doesnt seem to work.. basically im trying to find pattern1 and 2.. but if pattern3 and 4 are also...
  6. ac325ci

    console connection screwin up

    someone please shine some light pls... i connect to a 220r enterprise from a console machine via tip hardwire.. once connected i go to ok prompt by ~# .. i do a boot cdrom -s and then it goes thru some device configuration then all of the sudden my /etc/issue from the console machine pops up...
  7. ac325ci

    ipc resources

    yes.. u gotta use ipcrm.. man ipcrm
  8. ac325ci

    redhat mirrorin..

    i'd like to keep two copies of the data while the mirror is broken.. if i do a failed of one i lose the data..
  9. ac325ci

    redhat mirrorin..

    how do i break a mirror using mdadm ?
  10. ac325ci

    Where is the .profile or environment config for root?

    or check /.profile /.kshrc etc etc
  11. ac325ci

    netstat time_wait

    how do u cleanly break a telnet session from one server to another ? i noticed that after closing telnet session and when doin netstat i see it still there in time_wait state.. how do i get rid of that.. thanks
  12. ac325ci

    adding routes..

    so if a /24 is included at the end of the ip.. then u dont need to add "-netmask 255.255.255.0" to the rest of the command line??
  13. ac325ci

    adding routes..

    when u are being asked to add static routes to an ip for instance 192.168.1.0/24 to gateway 167.180.15.1 how do u add this and what does the "/24" represent ? thanks in advance
  14. ac325ci

    cronjob error

    all shell scripts generated this message .. with the exception of binaries ran.. ie date or sa1 etc.... i restarted cron and seems ok now tho

Part and Inventory Search

Back
Top