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

  1. ChrisBroadway

    Averaging columns

    Spot on , thanks
  2. ChrisBroadway

    Averaging columns

    Hello all, I seem to have pushed my awk knowledge to the limit, any help would be greatly appreciated. I have a file in the following format 14:15:01 47 44 50 43 50 47 46 46 41 55 53 34 14:30:00 49 44 48 40 52 47 41 40 41 51 53 34 14:45:01 47 44 46 43 53 47 42 46 40 55 53...
  3. ChrisBroadway

    getting CPU utilization for a single program

    You could try /usr/ucb/ps aux | grep <program>
  4. ChrisBroadway

    Comand to find CPU numbers.

    /usr/platform/`uname -i`/sbin/prtdiag or mpstat or psrinfo
  5. ChrisBroadway

    hidden files

    I'm getting confused now .. r u saying that other files apart from these 3 exist in this directory ?? Just to clarify, exactly what commands are you running , which ones are failing ? Have you tried ls -ai ? Chris
  6. ChrisBroadway

    ftp file creation perms (urgent)

    If I remember correctly ftp umask permissions are set in /etc/default/ftpd.. you'll probably need to create the file and add the line UMASK=011 Unfortunately this is gonna apply to everyone using ftp :-( If anyone knows how to do this at a user level I too would love to know Chris
  7. ChrisBroadway

    Scripting help (urgent)

    Try sticking set -xv at the start of the vendor script, that should give you some extended debug and hopefully give you an idea of where it's hanging
  8. ChrisBroadway

    Finding signal numbers

    man -s 5 signal
  9. ChrisBroadway

    Difference Between WinNt and Unix Operating System

    Well lets be honest Unix is far superior to NT ;-) Some key words here being preformance, reliability, scalability and security .. Anyway find the &quot;my os is better than yours&quot; version at http://www.unix-vs-nt.org/kirch/
  10. ChrisBroadway

    Easy question !

    At the OS prompt type drvconfig then type disks If that don't work shut the system down and at the OBP type boot -r
  11. ChrisBroadway

    Uninstalling SysAudit &amp; Sysinfo

    Depends how they were installed .. If you simply unzipped and untarred a file.. Then just find and delete the related files / directories .. If you had to do a pkgadd, then you'll need to search thru pkginfo until you find the packaged you don't want and do a pkgrm <package> Never tried sysinfo...
  12. ChrisBroadway

    How do you make a A1000 Disk Array mountable ?? (SUN)

    Right thats getting a bit more complicated .. Disksuite creates metadevices out of the pieces you give it .. ie c1t5d0s0 = 100mb c1t5d1s0 = 100mb c1t5d2s0 = 100mb So you've striped accross all 3 to make 1 300mb partition...So before you start you'll need to create the 3 partitions using...
  13. ChrisBroadway

    Mounting a a1000 disk array ??

    Answered (hopefully) in your general Unix post
  14. ChrisBroadway

    How do you make a A1000 Disk Array mountable ?? (SUN)

    Ok first things first run format and select c1t5d0 then partition then print .. This will show you how your disk is formatted. If you need to change it at the partition> prompt type 0 then fill in the blanks .. ie Enter partition id tag[unassigned]: usr Enter partition permission flags[wm]: wm...
  15. ChrisBroadway

    Creating passwords with scripts and no inputs

    Check out expect (should be available from sunfreeware.com).. This is great for dealing with dialogue from programs .. I think it might even come with a password change script.
  16. ChrisBroadway

    Do I need to keep unzipped patch directories?

    Hmm ... &quot;I do know that after applying the patch you can safely remove the directory in which the patch was unzipped.&quot; YEP I was under the impression that the /var/sadm/patch directory was required for backing out patches.. So if your confident that you'll never...
  17. ChrisBroadway

    After installing Solaris 7, what

    Ok a few to start with that might require restoring /etc/hostname.* /etc/hosts /etc/inted.conf /etc/passwd /etc/shadow /etc/defaultrouter /etc/vfstab /etc/dfs/dfstab /etc/system /etc/printers.conf /etc/nsswitch.conf /etc/rc* startup files Anyone else wanna add some more ???
  18. ChrisBroadway

    How is a block size in kb or bytes ?

    Simple .. 512 bytes = 1 block .. so 2 blocks = 1kb
  19. ChrisBroadway

    X-window sign on problems

    Whats the command run in your xclient startup file ( sorry don't know refelctions so not sure where it lives )...should be something like /foo/bar/xterm -display xxxxx -x -x etc etc

Part and Inventory Search

Back
Top