AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  bootinfo -p and bootinfo -T

    Posted Wed June 28, 2006 11:35 PM

    Originally posted by: SystemAdmin


    I am confused with the output of the following two commands on the same machine:

    #bootinfo -p
    chrp

    #Bootinof -T
    rspc

    According to the document, chrp means a ISA-bus model, chrp means a PCI-bus model. Why the same machine displays two different models on it?


  • 2.  Re: bootinfo -p and bootinfo -T

    Posted Thu June 29, 2006 07:52 AM

    Originally posted by: SystemAdmin


    According to the man page, which should be readily available, the -T flag is "obsolete". So forget about it and go with bootinfo -p.

    HTH

    Jim Lane


  • 3.  Re: bootinfo -p and bootinfo -T

    Posted Thu June 29, 2006 09:24 AM

    Originally posted by: VirtualGreg


    and if you are looking for basic server information, try prtconf.


  • 4.  Re: bootinfo -p and bootinfo -T

    Posted Thu June 29, 2006 09:30 AM

    Originally posted by: SystemAdmin


    Thanks JimLane & VirtualGreg .