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 unixrocks

  1. unixrocks

    xwindow install after OS already installed

    Forgot to mention use showrev -p to list the patch and corresponding package that is already installed.
  2. unixrocks

    xwindow install after OS already installed

    Do you mean patches or packages?? Some new users to Solaris get them mixed up. If you meant patches then the simplest way is to download Sun patchpro from Sunsolve.sun.com. Can't help you on the XWindows stuff though but you can download GNOME for Solaris so give that one a go.
  3. unixrocks

    Root Disk Encapsulation, Veritas

    Once you have installed Veritas pkgadd -d <Package directory> Reboot your system and setup the vxlicense keys. #vxlicense -c Vxlicense will promot for the keys Make sure vxconfigd, vxnotify and vxrelocd are running on the system. # vxconfigd -m disable # vxdctl init #...
  4. unixrocks

    How to find big files?

    find * -size N -exec rm {} ';' Where N is the size of the file in blocks (512 bytes per block). You can do the maths :)
  5. unixrocks

    New PIX 515E no info passing anywhere

    I am intrigued by all this. What exactly is the firewall going into? Do you have like a leased line? Do you have an outside IP address (Class C).
  6. unixrocks

    New PIX 515E no info passing anywhere

    Try running debug icmp enable This will show a load of info if you plug a laptop or something into to the console. Also check to see if the interfaces are up by running sh int You also have no static (inside,outside) routes enabled.
  7. unixrocks

    Cisco PIX Firewall Wizard?

    Setting up the pix via the command line is just as easy as using the PDM IMHO. We have the 506E in a very simmiliar environment as yourself and I am pretty new to Cisco stuff myself and setup ours with a basic config in a matter of minutes simpley by reading a few things on this web site.
  8. unixrocks

    Dumb Question

    I have a 506 to setup and needed a bit of help advising in the access-list setup. Do I PIxFirewall<config># access-list inside_comms_out permit tcp any host x.x.x.x eq www PixFirewall<config># access-list outside_comms_in deny tcp any any eq www ( iknow syntax may not be quite right) We...
  9. unixrocks

    Red Hat Linux 9 - Cannot telnet to server

    Have you tried to run a trace route from the box you are telneting from to the LINUX server and vice versa. Does it know its default router. Are you sure the network configurations are correct?
  10. unixrocks

    daily FTP access attempt

    The IP belongs to 216.60.0.0 - 216.63.255.255 SBC Internet Services - Southwest 2701 W 15th St PMB 236 Plano, TX, 75075 US -------------------------------------------------------------------------------- IPAdmin-SBIS IPAdmin-SBIS@sbcis.sbc.com +1-888-212-5411...
  11. unixrocks

    enter &quot;OK&quot; prompt ?

    here is another tip on this subject. If you are connecting via a lap top using hyper terminal and you can't remember the key press. Close the lid on the laptop so it goes into hibernation and it send the correct break through hyper terminal and hey presto your at the OK prompt. Cool eh?
  12. unixrocks

    YASSP Server hardening

    Anyone ever used this product? If so is it any good and it is worth installiing? Any other comments are most welcome. Regards UnixRocks
  13. unixrocks

    Strange messages followed by a reboot.

    here is the panic stuff. Only one line and not much use I think. Sep 19 12:35:53 blade ^Mpanic[cpu1]/thread=300076050a0: Sep 19 12:35:54 blade unix: [ID 816072 kern.notice] vmem_xalloc(3000001c000, 16785408, 8192, 0, 16777216, c0000000, 100000000, 1): overconstrained allocation
  14. unixrocks

    DHCP and DDNS

    Didn't work on my LINUX box. It doesn't like the primary bit. Never mind. Who needs reverse lookup anyway :)
  15. unixrocks

    disksuite usage

    First put the disks under Sostice control. metadb -a c1t2d0s2 etc etc. then metainit d1 1 2 c2t0d0s2 c1t1d1s2 (Above is a stripe consisting off 2 disks. For the stripe to work you have to make sure all disks are the same size.) Or if you want to cat them. This is a cat with 2 disks...

Part and Inventory Search

Back
Top