AIX

AIX

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


#Power
#Power
 View Only
  • 1.  fget_config -Av is not showing any output on VIOS 2.1

    Posted Tue February 16, 2010 04:26 AM

    Originally posted by: SystemAdmin


    fget_config -Av is not showing any output on VIOS 2.1
    #AIX-Forum


  • 2.  Re: fget_config -Av is not showing any output on VIOS 2.1

    Posted Tue February 16, 2010 04:30 AM

    Originally posted by: SystemAdmin


    fget_config alternate command is mpio_get_config

    Alternate command for fget_config –Av is mpio_get_config -Av

    fget_config is not giving any outputs about storage disk details on VIOS2.1 without any errors.

    1. which fget_config
    /usr/bin/fget_config
    $ ioslevel
    2.1.2.10-FP-22.1
    On VIOS 2.1 and AIX 6.1 fget_config command is not showing storage disk information. As per my finding there is alternate command to get storage information mpio_get_config

    1. which mpio_get_config
    /usr/bin/mpio_get_config
    mpio_get_config -l hdisk4
    The system displays a message similar to the following message:
    Storage Subsystem Name = 'DS4400_1'

    hdisk LUN # Ownership User Label
    hdisk4 0 A (preferred) lun0
    hdisk5 1 B (preferred) lun1
    hdisk6 2 A (preferred) lun2

    To make run fget_config on VIOS2.1

    Software requirements:

    Check the versions of the following software prerequisites:
    _ AIX Version 6.1 or VIO 2.1
    _ IBM RDAC Driver: devices.fcp.disk.array.rte.
    _ Other required PTF filesets

    .
    PTF filesets Version
    devices.fcp.disk.array.diag
    devices.fcp.disk.array.rte
    devices.fcp.disk.rte
    devices.common.IBM.fc.rte
    devices.pci.df1000f7.com
    devices.pci.df1000f7.rte
    devices.scsi.scarray.rte
    #AIX-Forum


  • 3.  Re: fget_config -Av is not showing any output on VIOS 2.1

    Posted Tue February 16, 2010 09:22 AM

    Originally posted by: hdkutz


    It's a root thing I think:

    /home/user> fget_config -Av
    /home/user> sudo fget_config -Av
    Password:

    ---dar1---
    ...

    Cheers,
    ku
    #AIX-Forum


  • 4.  Re: fget_config -Av is not showing any output on VIOS 2.1

    Posted Tue March 02, 2010 06:38 AM

    Originally posted by: SystemAdmin


    We were trying this command on VIOS. For run fget_config -Av command we need to be in "oem_setup_env" environment. To make run fget_config -Av command we need to install rdac drivers and mpio_get_config -Av command we need SDDPCM drivers need to be installed.

    eg.

    $ oem_setup_env
    1. fget_config -Av

    ---dar0---

    User array name = 'fsfast03'
    dac1 ACTIVE dac3 ACTIVE

    Disk DAC LUN Logical Drive
    hdisk3 dac1 1 awd200
    hdisk5 dac1 0 aus100
    hdisk2 dac1 2 dce03
    As you mention SUDO command is not available on VIOS.
    #AIX-Forum