Hi,

I just installed dell_ft_install on a PE1950 running CentOS 5.4 x86_64.

This failed:

yum install $(bootstrap_firmware)

So, I tried:

bootstrap_firmware -v

The output is listed at the end of this mail.

Any idea what the problem is?

R.

[r...@a033 yum.repos.d]# bootstrap_firmware -v
Checking Plugin (bootstrap_pci)
        Loaded bootstrap_pci plugin
Checking Plugin (bootstrap_cmd)
        Loaded bootstrap_cmd plugin
Checking Plugin (mock_inventory_bootstrap)
        Plugin mock_inventory_bootstrap not loaded: doesnt match load type 
((4,))
Checking Plugin (dell_ft_ie_interface)
        Loaded dell_ft_ie_interface plugin
Checking Plugin (update_cmd)
        Loaded update_cmd plugin
Checking Plugin (listplugins_cmd)
        Loaded listplugins_cmd plugin
Checking Plugin (dellbios)
        Loaded dellbios plugin
Checking Plugin (mock_repository)
        Plugin mock_repository not loaded: doesnt match load type ((4,))
Checking Plugin (inventory_cmd)
        Loaded inventory_cmd plugin
Checking Plugin (dellbios_extract)
        Plugin raised DisablePlugin exception. skipping.
not verbose --> INFO: hi there
verobse INFO: hi there
Running IE Submodule for /usr/libexec/dell_dup/dell_ie_bp-1.0.8
        Module not for this system, disabling module.
Running IE Submodule for /usr/libexec/dell_dup/dell_ie_rac_4-1.0.8
        Module not for this system, disabling module.
Running IE Submodule for /usr/libexec/dell_dup/dell_ie_maser_inv_lcl-1.0.8
        Module not for this system, disabling module.
Running IE Submodule for /usr/libexec/dell_dup/dell_ie_imc-1.0.8
        Module not for this system, disabling module.
Running IE Submodule for /usr/libexec/dell_dup/dell_ie_bios-1.0.8
        Plugin command is biosie.bin -i inv.xml
        Output file is inv.xml
        Plugin timeout is 300
output from the cmd was:
<?xml version="1.0" encoding="UTF-8" ?><SVMInventory lang="en"><Device
componentID= "159" display="BIOS"
impactsTPMmeasurements="TRUE"><Application componentType= "BIOS"
version="2.5.0" display = "BIOS" /></Device></SVMInventory>
Added DEVICE: dell_dup_componentid_00159
Running IE Submodule for /usr/libexec/dell_dup/dell_ie_sas-1.0.8
        Plugin command is sasdupie -i -o inv.xml
        Output file is inv.xml
        Plugin timeout is 600
output from the cmd was:
<?xml version="1.0" encoding="UTF-8"?><SVMInventory lang="en"><Device
vendorID="1000" deviceID="0060" subDeviceID="1f0c" subVendorID="1028"
bus="1" device="0" function="0" display="PERC 6/i Integrated Controller
0" impactsTPMmeasurements="TRUE"><Application componentType="FRMW"
version="6.1.1-0047" display="PERC 6/i Integrated Controller 0
Firmware"/></Device><Device componentID="19899" enum="CtrlId 0 DeviceId
0" display="ST9146803SS"><Application componentType="FRMW"
version="FS03" display="ST9146803SS Firmware"/></Device><Device
componentID="19899" enum="CtrlId 0 DeviceId 1"
display="ST9146803SS"><Application componentType="FRMW" version="FS03"
display="ST9146803SS Firmware"/></Device><Device componentID="19899"
enum="CtrlId 0 DeviceId 2" display="ST9146803SS"><Application
componentType="FRMW" version="FS03" display="ST9146803SS
Firmware"/></Device><Device componentID="19899" enum="CtrlId 0 DeviceId
3" display="ST9146803SS"><Application componentType="FRMW"
version="FS03" display="ST9146803SS Firmware"/></Device><Device
componentID="11204" enum="CtrlId 0 DeviceId 20 Backplane"
display="SAS/SATA Backplane 0:0 Backplane"><Application
componentType="FRMW" version="1.05" display="SAS/SATA Backplane 0:0
Backplane Firmware"/></Device></SVMInventory>
Added DEVICE:
pci_firmware(ven_0x1000_dev_0x0060_subven_0x1028_subdev_0x1f0c)
Added DEVICE: dell_dup_componentid_19899
Added DEVICE: dell_dup_componentid_19899
Added DEVICE: dell_dup_componentid_19899
Added DEVICE: dell_dup_componentid_19899
Added DEVICE: dell_dup_componentid_11204
Running IE Submodule for /usr/libexec/dell_dup/dell_ie_zappa-1.0.8
        Plugin command is PV2XX -i -x > inv.xml
        Output file is inv.xml
        Plugin timeout is 600
output from the cmd was:
<SVMInventory lang="en">
<SPStatus result="true"><Message id="1" >inventory
successful</Message></SPStatus >
</SVMInventory>

Running IE Submodule for /usr/libexec/dell_dup/dell_ie_bmc-1.0.8
        Plugin command is bmcie.sh -xml > inv.xml
        Output file is inv.xml
        Plugin timeout is 300
output from the cmd was:
Starting Systems Management Device Drivers:
Starting dell_rbu: Already started[  OK  ]
Starting ipmi driver: [  OK  ]
<?xml version="1.0" encoding="UTF-8" ?>
<SVMInventory lang="en"/>
Traceback (most recent call last):
  File "/usr/sbin/bootstrap_firmware", line 23, in ?
    ftmain.main(sys.argv[1:])
  File "/usr/share/firmware-tools/ftmain.py", line 109, in main
    result, resultmsgs = base.doCommands()
  File "<firmwaretools.peak_util_decorators.rewrap wrapping
cli.doCommands at 0x2B8C07BBB7D0>", line 3, in doCommands
  File
"/usr/lib/python2.4/site-packages/firmwaretools/trace_decorator.py",
line 81, in trace
    result = func(*args, **kw)
  File "/usr/share/firmware-tools/cli.py", line 134, in doCommands
    self.opts.mode, self.fullCmdLine, self.args)
  File "<firmwaretools.peak_util_decorators.rewrap wrapping
bootstrap_cmd.doCommand at 0x2B8C07FEACF8>", line 3, in doCommand
  File
"/usr/lib/python2.4/site-packages/firmwaretools/trace_decorator.py",
line 81, in trace
    result = func(*args, **kw)
  File "/usr/share/firmware-tools/plugins/bootstrap_cmd.py", line 61, in
doCommand
    for pkg in base.yieldInventory():
  File "/usr/lib/python2.4/site-packages/firmwaretools/__init__.py",
line 287, in yieldInventory
    for dev in self.systemInventory.iterDevices():
  File "/usr/lib/python2.4/site-packages/firmwaretools/__init__.py",
line 252, in <lambda>
    fget=lambda self: self._getInventory(),
  File "<firmwaretools.peak_util_decorators.rewrap wrapping
firmwaretools._getInventory at 0x2B8C072AE398>", line 3, in _getInventory
  File
"/usr/lib/python2.4/site-packages/firmwaretools/trace_decorator.py",
line 81, in trace
    result = func(*args, **kw)
  File "/usr/lib/python2.4/site-packages/firmwaretools/__init__.py",
line 227, in _getInventory
    self.plugins.run("inventory", inventory=self._systemInventory)
  File "<firmwaretools.peak_util_decorators.rewrap wrapping
firmwaretools.plugins.run at 0x2B8C072B2C80>", line 3, in run
  File
"/usr/lib/python2.4/site-packages/firmwaretools/trace_decorator.py",
line 81, in trace
    result = func(*args, **kw)
  File "/usr/lib/python2.4/site-packages/firmwaretools/plugins.py", line
182, in run
    getattr(module, hook)(conduitcls(self, self.base, conf), *args, **kargs)
  File "<firmwaretools.peak_util_decorators.rewrap wrapping
dell_ft_ie_interface.ie_interface.inventory_hook at 0x2B8C08764320>",
line 3, in inventory_hook
  File
"/usr/lib/python2.4/site-packages/firmwaretools/trace_decorator.py",
line 81, in trace
    result = func(*args, **kw)
  File
"/usr/lib/python2.4/site-packages/dell_ft_ie_interface/ie_interface.py",
line 213, in inventory_hook
    for device in svm.genPackagesFromSvmXml(stdout):
  File "/usr/lib/python2.4/site-packages/dell_ft_ie_interface/svm.py",
line 69, in genPackagesFromSvmXml
    dom = xml.dom.minidom.parseString(xmlstr)
  File "/usr/lib64/python2.4/xml/dom/minidom.py", line 1925, in parseString
    return expatbuilder.parseString(string)
  File "/usr/lib64/python2.4/xml/dom/expatbuilder.py", line 940, in
parseString
    return builder.parseString(string)
  File "/usr/lib64/python2.4/xml/dom/expatbuilder.py", line 223, in
parseString
    parser.Parse(string, True)
xml.parsers.expat.ExpatError: syntax error: line 1, column 0

_______________________________________________
Linux-PowerEdge mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

Reply via email to