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!

Recent content by gheist

  1. gheist

    cat /etc/rc.c

    Calm down - it is not so bad as it looks (-: "ipfw list" displays all of my rules, I can browse the internet behind both subnets in my LAN. *** have you ever considered "routing" between your lans??? *** whatabout natd doing 90% of your ruleset for you??? Whats your...
  2. gheist

    How to change a gateway

    1) smitty tcpip for single gateway 2) route 3) for one session till reboot ifconfig en0 deatch ifconfig en0 host_ip netmask 255.255.255.0 route flush route add 0 gate_ip
  3. gheist

    AIX Disaster Recovery Doc's

    best practice: get new box, boot mksysb, restore app data from backups, slow but works
  4. gheist

    Warnings - what do these mean?

    it is OK to ignore only after checking resulting table
  5. gheist

    RAID5 on pSeries 610 - how?

    have a look at IBM website might be you will remomove RAID definitions and remake it
  6. gheist

    INFORMIX SE - VERSION 5

    Perl DBI is on perl.com Jdbc is on informix.com
  7. gheist

    INFORMIX SE - VERSION 5

    You need informix ODBC/DAO/Whatever presented in handy Informix-Connect or Informix-CLI package on www.informix.com/download
  8. gheist

    AIX Disaster Recovery Doc's

    Post disaster in some forum and wait for ideas
  9. gheist

    RAID5 on pSeries 610 - how?

    You need to apply ML_06 or higher and update scsi raid firmware, but first try smitty/devices/Disk Array according to install guide
  10. gheist

    Unable to resolve DHCP addresses on AIX DNS slave

    DHCP and DNS are different protocols
  11. gheist

    Process (CPU utilisation)

    ps -ef has column displaying cpu% of particular process uptime shows system load counts http://www.bullfreeware.com/ has monitor utility (top)
  12. gheist

    Syntax error 35 on rc.conf

    check if you have quotes paired on line 35 of /etc/rc.conf
  13. gheist

    Warnings - what do these mean?

    They mean that mysql tried harder to import a bit incorrect data, so you may check resulting table if mysql was correct
  14. gheist

    connecting samba server to internet via snf 7.2 server

    your netmask is cause of failure
  15. gheist

    how to log invalid login attempts

    usually we edit /etc/syslog.conf and re(start) syslogd

Part and Inventory Search

Back
Top