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. aixosok

    Disk Capacity and Useage

    Here is a little script that may help #!/bin/ksh #set -x # # display.free.dasd - script to display free dasd space on system/node/whatever # # # print "DISK PP Total Used Avail Volume Group" #for i in `lspv | awk '{ print $1 }'` disks=`getlvodm -C | awk '{...
  2. aixosok

    automatic ftp

    to resolve the problem of passwords and the issue of the .netrc files I setup an anonymous ftp user using the sample script in /usr/samples/tcpip anon.ftp. It sets up all the necessary details for you. Rather than use expect - I don't like to have to maintain any more applications than I have...
  3. aixosok

    Re: mksysb failed

    You might want to check out the free space in /tmp file system. mksysb uses workspace on /tmp to create the tape boot image before dumping it to tape. Use the command bosboot -q -a -d /dev/ipldevice to determint the file space required in /tmp You may want to refresh the boot image in case...

Part and Inventory Search

Back
Top