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 Shaun E 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 uptodate

  1. uptodate

    FastPath or AIO for Raw?

    AIO Fastpath is enabled by default. You would want to check with Sybase to find the recommended buffer size.
  2. uptodate

    how to make a nice priority permanent?

    I would suggest looking at Workload Manager for what you are needing to do.
  3. uptodate

    AIX upgrade

    I always go ahead and install the filesets to bring everything current.
  4. uptodate

    Easy One - First 8 Characters Only Please

    ksh93 also supports: #var=1234567890 #print ${var:0:3} #123
  5. uptodate

    Why is this not working?

    == is for numerical comparison (( a == b )) = is for string comparison [[ a = b ]]
  6. uptodate

    Multiple Websites on WAS 5.02

    Read this Redbook on WebSphere Administration: http://www.redbooks.ibm.com/redpieces/pdfs/sg246195.pdf The topic you are looking for is "virtual hosts," which is described on page 306.
  7. uptodate

    New pSeries Server with Disk Error (errpt)

    Yes, call IBM or the VAR and have the disk replaced. It is possible that the FRU for this disk has been recalled due to engineering problems and is replaced by a new disk.
  8. uptodate

    convert jfs to jfs2 (non-rootvg)

    A backup and restore is a conversion?
  9. uptodate

    Simple Ques

    The easiest and least confusing way to see if a volume group is mirrored is to run `lsvg -l rootvg`. If the PP's are double LP's then there are two copies, etc. Using lslv -m hd2 will show you which disks the copies reside on.
  10. uptodate

    Big Volume Groups (mkvg)

    To answer the Big Volume Group question: A big volume group is the number of physical volumes that can be added into the volume group, which is 32, or if -B is used this limit is 128 physical volumes.
  11. uptodate

    Newbie Question

    Does your user belong to the wheel group?
  12. uptodate

    list crypto card tokens

    Check the pkcs* commands.
  13. uptodate

    increase size of file system

    The ODM is the Object Data Manager which AIX uses instead of flat files that you find in other Unix varients, such as Solaris, BSD, Linux, etc. This describes the files in the ODM: PdDv Predefined Devices Contains entries for all device types currently on the system. It can also contain...
  14. uptodate

    Virtual Shared Disks vs. AIX 5.2

    The rsct filesets are included now as part of the base OS install. IBM changed the architecture of this part of AIX, whereas PSSP used to sit atop AIX, the rsct has been developed into it. Look on the other CD's besides disk 1, if you haven't. The files may be on disk 2. I don't have any CD's...
  15. uptodate

    increase size of file system

    It appears that the ODM sees rootvg on hdisk0 and hdisk1 while the output shows rootvg to be on hdisk2/hdisk3. That is why the errors: lquerypv: Warning, physical volume hdisk0 is excluded since it may be either missing or removed. lquerypv: Warning, physical volume hdisk1 is excluded since...

Part and Inventory Search

Back
Top