Twitter Updates

    follow me on Twitter

    G-AVLN in front of her home

    G-AVLN in front of her home

    Mostly Unix and Linux topics. But flying might get a mention too.

    Tuesday, April 29, 2008

    Collating info on HP-UX B.11.23 on Itanium

    Just got a new toy - a second hand Itanium 2 box. It came with XP 64-bit, but it is now running HP-UX B.11.23. Installation went smoothly; this being the first time I've done this particular combination, I allowed it to run with defaults (which were quite good, especially the partitioning).

    Reboot, and the machine is up and running. How disappointing, though - the CDE wouldn't start, complaining about the lack of screens. Not sure at this stage if it is X11R6 configuration, hardware problem or perhaps driver issue! Will google for anything obvious (like unsupported card) later.

    In the meantime, decided to brush up on the HP-UX system interrogation tools.

    # uname -a
    HP-UX itahpux B.11.23 U ia64 0376224781 unlimited-user license

    # machinfo
    CPU info:
    Number of CPUs = 1
    Clock speed = 1500 MHz
    CPUID registers
    vendor information = "GenuineIntel"
    processor serial number = 0x0000000000000000
    processor version info = 0x000000001f010504
    architecture revision: 0
    processor family: 31 Intel(R) Itanium 2 Family Processors
    processor model: 1 Intel(R) Itanium 2 processor
    processor revision: 5 stepping B1
    largest CPUID reg: 4
    processor capabilities = 0x0000000000000001
    implements long branch: 1
    Bus features
    implemented = 0xbdf0000060000000
    selected = 0x0000000040000000
    Bus Lock Signal masked

    Cache info:
    L1 Instruction: size = 16 KB, associativity = 4
    L1 Data: size = 16 KB, associativity = 4
    L2 Unified: size = 256 KB, associativity = 8
    L3 Unified: size = 6144 KB, associativity = 24

    Memory = 1524 MB (1.488281 GB)

    Firmware info:
    Firmware revision = 02.31
    FP SWA driver revision: 1.18
    IPMI is supported on this system.
    BMC version: v01.52

    Platform info:
    model string = "ia64 hp workstation zx2000"
    machine id number = 166cbc0d-e4c5-11d6-8091-7d5ed3512273
    machine serial number = TW23200111

    OS info:
    sysname = HP-UX
    nodename = itahpux
    release = B.11.23
    version = U (unlimited-user license)
    machine = ia64
    idnumber = 0376224781
    vmunix _release_version:
    @(#) $Revision: vmunix: B11.23_LR FLAVOR=perf Fri Aug 29 22:35:38 PDT 2003 $
    #
    # ioscan -k
    H/W Path Class Description
    =======================================================
    root
    0 ioa System Bus Adapter (1229)
    0/0 ba Local AGP Bus Adapter (122e)
    0/0/0/0 graphics AGP Display (10de025b)
    0/1 ba Local PCI-X Bus Adapter (122e)
    0/2 ba Local PCI-X Bus Adapter (122e)
    0/2/1/0 usb NEC USB Interface
    0/2/1/0.1 usbhub USB Root Hub
    0/2/1/0.1.2 usbhid USB HID Mouse(0)
    0/2/1/1 usb NEC USB Interface
    0/2/1/1.1 usbhub USB Root Hub
    0/2/1/1.1.2 usbhid USB HID Kbd(1)
    0/2/1/2 usb NEC USB Interface
    0/2/2/0 sideba CMD IDE controller
    0/2/2/0.0 ext_bus IDE Primary Channel
    0/2/2/0.0.7 target
    0/2/2/0.0.7.0 ctl Initiator
    0/2/2/0.1 ext_bus IDE Secondary Channel
    0/2/2/0.1.0 target
    0/2/2/0.1.0.0 disk HL-DT-STDVD-ROM GDR8160B
    0/2/2/0.1.7 target
    0/2/2/0.1.7.0 ctl Initiator
    0/2/3/0 lan HP PCI 1000Base-T Core
    0/2/4/0 audio PCI Audio
    0/2/4/1 audio Unimplemented Game Port
    0/3 ba Local PCI-X Bus Adapter (122e)
    0/3/1/0 ext_bus SCSI C1010 Ultra160 Wide LVD
    0/3/1/0.1 target
    0/3/1/0.1.0 disk FUJITSU MAN3735MP
    0/3/1/0.7 target
    0/3/1/0.7.0 ctl Initiator
    120 processor Processor
    250 ba Core I/O Adapter
    250/0 ipmi IPMI Controller
    250/1 tty Built-in RS232C
    250/2 tty Built-in RS232C
    250/3 acpi_node Acpi Hardware

    # lanscan
    Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
    Path Address In# State NamePPA ID Type Support Mjr#
    0/2/3/0 0x00306E380A81 0 UP lan0 snap0 1 ETHER Yes 119

    # bdf
    Filesystem kbytes used avail %used Mounted on
    /dev/vg00/lvol3 212992 160296 52344 75% /
    /dev/vg00/lvol1 311296 61696 247696 20% /stand
    /dev/vg00/lvol8 3670016 88608 3554104 2% /var
    /dev/vg00/lvol7 3768320 2291768 1465048 61% /usr
    /dev/vg00/lvol4 212992 8480 202920 4% /tmp
    /dev/vg00/lvol6 2572288 1576840 987696 61% /opt
    /dev/vg00/lvol5 32768 8472 24112 26% /home

    Could carry on, but this should be sufficient to record the basic configuration.

    Most importantly:

    # ioscan -funC graphics
    Class I H/W Path Driver S/W State H/W Type Description
    =======================================================================
    graphics 0 0/0/0/0 gvid_core CLAIMED INTERFACE AGP Display (10de025b)

    No comments:

    Blog Archive