AIX

AIX

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


#Power
#Power
 View Only
  • 1.  HACMP Snapshot Failure

    Posted Sun July 13, 2008 06:52 PM

    Originally posted by: SystemAdmin


    Hello,

    When I generate an HACMP snapshot I get the following error (on both nodes cluster):

    COMMAND STATUS

    Command: failed stdout: yes stderr: no

    Before command completion, additional instructions may appear below.
    clsnapshot: Creating file /usr/es/sbin/cluster/snapshots/snap09072008.odm.

    clsnapshot: Creating file /usr/es/sbin/cluster/snapshots/snap09072008.info.

    clsnapshot: Executing clsnapshotinfo command on node: central1...
    ifconfig: error calling entry point for
    /usr/lib/drivers/if_en: No such device
    ifconfig: error calling entry point for
    /usr/lib/drivers/if_en: No such device
    ifconfig: error calling entry point for
    /usr/lib/drivers/if_en: No such device
    ifconfig: error calling entry point for
    /usr/lib/drivers/if_en: No such device
    ifconfig: error calling entry point for
    /usr/lib/drivers/if_en: No such device
    ifconfig: error calling entry point for
    /usr/lib/drivers/if_en: No such device
    ifconfig: error calling entry point for
    /usr/lib/drivers/if_en: No such device
    ifconfig: error calling entry point for
    /usr/lib/drivers/if_en: No such device

    clsnapshot: Failed executing command:
    /usr/es/sbin/cluster/utilities/clsnapshotinfo
    on node central1. Aborting.

    clsnapshot: Failed creating Cluster Snapshot: snap09072008

    Thank's for your help
    #AIX-Forum


  • 2.  Re: HACMP Snapshot Failure

    Posted Tue July 15, 2008 02:19 PM

    Originally posted by: alethad


    Are you running a snapshot on a cluster that isn't fully config'd yet?
    Have you configured the network cards? Not sure why you would get ifconfig error unless you don't have both of the ethernets config'd.

    Do you have all the drivers installed for them? Run a lppchk -v on both systems to be sure you don't have any missing filesets for anything.
    Hope that helps.
    #AIX-Forum


  • 3.  Re: HACMP Snapshot Failure

    Posted Wed July 16, 2008 12:46 PM

    Originally posted by: SystemAdmin


    Hi

    Can u post the lsdev output?

    Thanks
    #AIX-Forum


  • 4.  Re: HACMP Snapshot Failure

    Posted Wed July 16, 2008 03:52 PM

    Originally posted by: SystemAdmin


    lsdev -Cc adapter | grep ^en

    en0 Available 07-08 Standard Ethernet Network Interface
    en1 Available 09-08 Standard Ethernet Network Interface
    en2 Available 09-09 Standard Ethernet Network Interface
    en3 Available 0A-08 Standard Ethernet Network Interface
    en4 Available Standard Ethernet Network Interface
    en5 Available Standard Ethernet Network Interface
    ent0 Available 07-08 10/100/1000 Base-TX PCI-X Adapter (14106902)
    ent1 Available 09-08 2-Port 10/100/1000 Base-TX PCI-X Adapter (14108902)
    ent2 Available 09-09 2-Port 10/100/1000 Base-TX PCI-X Adapter (14108902)
    ent3 Available 0A-08 10/100/1000 Base-TX PCI-X Adapter (14106902)
    ent4 Available EtherChannel / IEEE 802.3ad Link Aggregation
    ent5 Available EtherChannel / IEEE 802.3ad Link Aggregation

    Yes, HACMP is already configured. I use Etherchannel with HACMP wich is well supported by IBM.

    ent4=ent1, ent3
    ent5=ent0, ent2

    Question : Must I remove base interfcaces en0, en1, en2, en3 from AIX ?

    ifconfig enx down
    ifconfig enx detach
    rmdev -dl enx

    Thank's
    #AIX-Forum


  • 5.  Re: HACMP Snapshot Failure

    Posted Wed July 16, 2008 04:08 PM

    Originally posted by: alethad


    I didn't see which version of HACMP are you runnning?

    I don't see why you should have to remove those interfaces. HACMP doesn't care how many you have or that you're not using some of them.
    Can you send your HACMP configuration for the topology?

    Have you checked any log files for any further messages that may exist?
    #AIX-Forum


  • 6.  Re: HACMP Snapshot Failure

    Posted Wed July 16, 2008 04:21 PM

    Originally posted by: SystemAdmin


    Hi again

    Can you check if you have APAR IY93374 installed? If so then rmdev -l enX X being the 2 etherchannel devices can be a good idea

    Thanks
    #AIX-Forum


  • 7.  Re: HACMP Snapshot Failure

    Posted Wed July 16, 2008 04:41 PM