network

本文详细介绍了当Ubuntu系统中网络管理器(network-manager)崩溃时的解决方案。通过手动设置网络连接,更新软件包,或者在离线状态下安装特定的库文件,如libnl等,可以有效解决网络连接问题。
 

This question already has an answer here:

My networking was working fine yesterday. I shut down, went to bed, and when I booted up this morning it won't even talk to the router; network-manager crashes.

I was wondering how to upgrade packages when it can't connect to the internet. My Ubuntu 15.10 laptop (this machine) connects to the internet through the same router just fine. Some of the error report:

Title

NetworkManager crashed with SIGSEGV in nm_netlink_monitor_attach()

Unreportable reason

  You have some obsolete package versions installed.
  Please upgrade the following packages and check if the problem still occurs:

  network-manager, libnm-glib-vpn1, libnm-glib4, libnm-util2, network-manager
share improve this question

marked as duplicate by BraiammuruDavid FoersterEric CarvalhoRon May 17 '16 at 8:37

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

 
  
3 
related?: askubuntu.com/questions/771627/… ; Since there's already working solution, I won't copy my own from that question, but linking it may be helpful for someone. – tamkderplar May 14 '16 at 21:06
  
This is a big problem and it has affected elementary OS too(look at elementary OS StackExchange, it is filled with this) – Suici Doga May 15 '16 at 3:09
  
If it is affecting multiple applications seemingly randomly, you may actually have bad RAM memory stick - if the problem doesn't happen reliably and with reproducible steps to find the problem, you may want to pull ram sticks (with computer turned off) until you find the one that has errors and causes crashes. – NoBugs May 15 '16 at 8:49
  
Had the same issue in ubuntu 14.04. Accepted answer solved it (eth1 instead of eth0)! –schwobaseggl May 17 '16 at 6:33

3 Answers

up vote 14down voteaccepted

I had the same problem today. I had to setup the connection manually via command line to get to the internet and then I upgraded Ubuntu. After the upgrade it works fine. If you have DHCP on your router and using the cable, just type the following two commands:

sudo ifconfig eth0 up
sudo dhclient

It helped me to connect to the inernet and to update Ubuntu. After the update it works as yesterday. I have no idea why this happened.

I am not sure how to do it if you use WiFi. I am not sure replacing eth0 with wlan0 will work. If you use WiFi password protection, the procedure to connect via command line is more complicated. Some pointers in this case:http://unix.stackexchange.com/questions/92799/connecting-to-wifi-network-through-command-linehttp://unix.stackexchange.com/questions/90778/how-to-bring-up-a-wi-fi-interface-from-a-command-line

You can also try to download packages to another computer and transfer them to your laptop and install them there. Here are the instructions how to install updates without internet connection:https://help.ubuntu.com/community/InstallingSoftware#Installing_packages_without_an_Internet_connection

share improve this answer
 
  
Thank you so much. That seems to have worked. If you don't mind me asking, how do you learn these things? I'd like to get into it but there's so much to learn it's hard to know where to start. –CrazyApe84 May 14 '16 at 14:10
  
I am glad it helped. I administer Linux servers for 20 years and I use only Linux for my desktop for 5 years. The only thing you need is time and some will to learn. Don't you think that I did that solution just like that. I Googled the solutions on the internet. Some of the things I did in the past already (offline updates), so I knew what to look for. That's all. No magic. – nobody May 15 '16 at 7:04
  
In your solution you say that you "upgraded Ubuntu". Are you talking about an upgrade from an older version of Ubuntu to a new version, or simply a package upgrade? I'm affected by this problem on Xubuntu 14.04, and wondering what I should attempt once I connect to the LAN cable. –gammapoint May 15 '16 at 14:43
1 
@gammapoint Just a simple package upgrade is enough. – nobody May 15 '16 at 14:53
  
Thank you. This problem surfaced for me the weekend of 5/14/16 on Xubuntu 14.04. Following nobody's advice and doing a simple package update fixed the issue and everything is working as expected. – gammapoint May 15 '16 at 17:39
 

The solution proposed by 'nobody' hasn't worked for me as my computer was unable to connect via ethernet and "sudo dhclient" didn't give any output.

This worked for me: Solution if you're unable to connect via ethernet.

The step 2 proposed by 'r2rien' worked as a charm and it is really simple, just download the three files (libnl, libnl-genl, libnl-route) in an online computer, put them in a USB stick and install them in the offline Linux via:

sudo dpkg -i libnl-*.deb

then you just have to restart the service with:

sudo service network-manager restart
share improve this answer
 

I have the same problem, but I can't start network. ifconfig shows only the devicelo. So I start the PC with CD in live mode. I mount the disk with the installed system (/dev/sdax) Then I open a terminal and do the follow:

mkdir sdax 
sudo mount /dev/sdax sdax
sudo mount -o bind /dev /home/ubuntu-user/sdax/dev
sudo mount -o bind /proc /home/ubuntu-user/sdax/proc
sudo mount -o bind /sys /home/ubuntu-user/sdax/sys
sudo chroot /home/ubuntu-user/sdax
echo "nameserver 8.8.8.8" > /etc/resolv.conf
apt-get update
apt-get upgrade
^d
umount /dev/sdax

The "x" is the partittionnumber from the installed system

Then I reboot the system and it works.

转载于:https://www.cnblogs.com/xiaojikuaipao/p/6369109.html

转成json格式,需要完整。Debug - HBA卡信息: {'@odata.context': '/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter', '@odata.type': '#NetworkAdapter.v1_9_0.NetworkAdapter', '@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE07B000', '@odata.etag': 'W/"A7F072DD"', '@Redfish.Settings': {'@odata.type': '#Settings.v1_3_3.Settings', 'SettingsObject': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Settings'}, 'SupportedApplyTimes': ['OnReset']}, 'Id': 'DE07B000', 'Name': 'Network Adapter', 'Manufacturer': 'Broadcom', 'Model': 'BCM57412', 'SKU': '10Gb 2-port SFP+ BCM57412 OCP3 Adapter', 'SerialNumber': 'VNM3400M6T', 'PartNumber': 'P26258-001', 'Status': {'Health': 'OK', 'State': 'Enabled'}, 'Ports': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Ports'}, 'NetworkDeviceFunctions': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/NetworkDeviceFunctions'}, 'Metrics': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Metrics'}, 'Controllers': [{'FirmwarePackageVersion': '229.1.123.0', 'Links': {'PCIeDevices': [{'@odata.id': '/redfish/v1/Chassis/1/PCIeDevices/DE07B000'}]}, 'ControllerCapabilities': {'NetworkPortCount': 2, 'NetworkDeviceFunctionCount': 2, 'DataCenterBridging': {'Capable': True}, 'NPAR': {'NparCapable': True, 'NparEnabled': False}, 'VirtualizationOffload': {'SRIOV': {'SRIOVVEPACapable': True}, 'VirtualFunction': {'DeviceMaxCount': 128, 'MinAssignmentGroupSize': 8, 'NetworkPortMaxCount': 128}}}, 'PCIeInterface': {'LanesInUse': 8, 'MaxLanes': 8, 'MaxPCIeType': 'Gen3', 'PCIeType': 'Gen3'}}], 'LLDPEnabled': True, 'Actions': {'#NetworkAdapter.ResetSettingsToDefault': {'target': '/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Actions/NetworkAdapter.ResetSettingsToDefault', '@Redfish.OperationApplyTimeSupport': {'@odata.type': '#Settings.v1_3_3.OperationApplyTimeSupport', 'SupportedValues': ['OnReset']}}}} Debug - HBA卡信息: {'@odata.context': '/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter', '@odata.type': '#NetworkAdapter.v1_9_0.NetworkAdapter', '@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE080000', '@odata.etag': 'W/"34EAB2A0"', '@Redfish.Settings': {'@odata.type': '#Settings.v1_3_3.Settings', 'SettingsObject': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Settings'}, 'SupportedApplyTimes': ['OnReset']}, 'Id': 'DE080000', 'Name': 'Network Adapter', 'Manufacturer': 'Broadcom', 'Model': 'BCM57412', 'SKU': '10Gb 2-port SFP+ BCM57412 Adapter', 'SerialNumber': 'VNM40109YH', 'PartNumber': 'P26261-001', 'Status': {'Health': 'OK', 'State': 'Enabled'}, 'Ports': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Ports'}, 'NetworkDeviceFunctions': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE080000/NetworkDeviceFunctions'}, 'Metrics': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Metrics'}, 'Controllers': [{'FirmwarePackageVersion': '229.1.123.0', 'Links': {'PCIeDevices': [{'@odata.id': '/redfish/v1/Chassis/1/PCIeDevices/DE080000'}]}, 'ControllerCapabilities': {'NetworkPortCount': 2, 'NetworkDeviceFunctionCount': 2, 'DataCenterBridging': {'Capable': True}, 'NPAR': {'NparCapable': True, 'NparEnabled': False}, 'VirtualizationOffload': {'SRIOV': {'SRIOVVEPACapable': True}, 'VirtualFunction': {'DeviceMaxCount': 128, 'MinAssignmentGroupSize': 8, 'NetworkPortMaxCount': 128}}}, 'PCIeInterface': {'LanesInUse': 8, 'MaxLanes': 8, 'MaxPCIeType': 'Gen3', 'PCIeType': 'Gen3'}}], 'LLDPEnabled': True, 'Actions': {'#NetworkAdapter.ResetSettingsToDefault': {'target': '/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Actions/NetworkAdapter.ResetSettingsToDefault', '@Redfish.OperationApplyTimeSupport': {'@odata.type': '#Settings.v1_3_3.OperationApplyTimeSupport', 'SupportedValues': ['OnReset']}}}} Debug - HBA卡信息: {'@odata.context': '/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter', '@odata.etag': 'W/"61BF49E3"', '@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000', '@odata.type': '#NetworkAdapter.v1_5_0.NetworkAdapter', 'Id': 'DC081000', '@Redfish.Settings': {'SettingsObject': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Settings'}}, 'Actions': {'#NetworkAdapter.ResetSettingsToDefault': {'target': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Actions/NetworkAdapter.ResetSettingsToDefault', 'title': 'Reset network adapter configuration to factory default values.'}}, 'Controllers': [{'ControllerCapabilities': {'DataCenterBridging': {'Capable': False}, 'NPIV': {'MaxDeviceLogins': 256, 'MaxPortLogins': 128}, 'NetworkDeviceFunctionCount': 2, 'NetworkPortCount': 2}, 'FirmwarePackageVersion': '2.02.05', 'Links': {'NetworkDeviceFunctions': [{'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/NetworkDeviceFunctions/1'}, {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/NetworkDeviceFunctions/2'}], 'NetworkPorts': [{'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/NetworkPorts/1'}, {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/NetworkPorts/2'}], 'Ports': [{'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Ports/1'}, {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Ports/2'}]}, 'Location': {'PartLocation': {'LocationOrdinalValue': 2, 'LocationType': 'Slot', 'ServiceLabel': 'PCI-E Slot 2'}}}], 'Description': 'Device capabilities and characteristics with active configuration status', 'Manufacturer': 'Hewlett Packard Enterprise', 'Model': 'HPE SN1100Q 16Gb 2p FC HBA', 'Name': 'HPE SN1100Q 16Gb 2P FC HBA', 'NetworkDeviceFunctions': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/NetworkDeviceFunctions'}, 'NetworkPorts': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/NetworkPorts'}, 'Oem': {'Hpe': {'@odata.context': '/redfish/v1/$metadata#HpeNetworkAdapter.HpeNetworkAdapter', '@odata.type': '#HpeNetworkAdapter.v1_3_0.HpeNetworkAdapter', 'Actions': {'#HpeNetworkAdapter.FlushConfigurationToNVM': {'target': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Actions/Oem/Hpe/HpeNetworkAdapter.FlushConfigurationToNVM', 'title': 'Force a save of current network adapter configuration to non-volatile storage.'}, '#NetworkAdapter.FlushConfigurationToNVM': {'target': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Actions/Oem/Hpe/NetworkAdapter.FlushConfigurationToNVM', 'title': 'NOTE: Deprecated, will be removed in a future release. Replaced by HpeNetworkAdapter.FlushConfigurationToNVM. Force a save of current network adapter configuration to non-volatile storage.'}}, 'CLPVersion': '', 'Controllers': [{'ConfigurationStatus': {'Detail': [{'Group': 6, 'SubGroup': 0, 'Summary': 0}, {'Group': 8, 'SubGroup': 1, 'Summary': 0}, {'Group': 8, 'SubGroup': 2, 'Summary': 0}, {'Group': 15, 'SubGroup': 0, 'Summary': 0}, {'Group': 15, 'SubGroup': 1, 'Summary': 0}, {'Group': 34, 'SubGroup': 1, 'Summary': 0}, {'Group': 34, 'SubGroup': 2, 'Summary': 0}], 'Summary': 869593167}, 'DeviceLimitationsBitmap': 0, 'FunctionTypeLimits': [], 'FunctionTypes': ['FibreChannel'], 'MostRecentConfigurationChangeSource': 'None', 'RDMASupport': ['None'], 'UnderlyingDataSource': 'DCi'}], 'FactoryDefaultsActuationBehavior': 'AtNextReboot', 'PCAVersion': 'P9D94-63001', 'RedfishConfiguration': 'Disabled'}}, 'PartNumber': 'P9D94A', 'Ports': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Ports'}, 'SKU': 'SN1100Q', 'SerialNumber': 'MY5332214N', 'Settings': {'href': '/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Settings'}} Debug - HBA卡信息: {'@odata.context': '/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter', '@odata.etag': 'W/"E24DDEBE"', '@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000', '@odata.type': '#NetworkAdapter.v1_5_0.NetworkAdapter', 'Id': 'DC082000', '@Redfish.Settings': {'SettingsObject': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Settings'}}, 'Actions': {'#NetworkAdapter.ResetSettingsToDefault': {'target': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Actions/NetworkAdapter.ResetSettingsToDefault', 'title': 'Reset network adapter configuration to factory default values.'}}, 'Controllers': [{'ControllerCapabilities': {'DataCenterBridging': {'Capable': False}, 'NPIV': {'MaxDeviceLogins': 256, 'MaxPortLogins': 128}, 'NetworkDeviceFunctionCount': 2, 'NetworkPortCount': 2}, 'FirmwarePackageVersion': '2.02.05', 'Links': {'NetworkDeviceFunctions': [{'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/NetworkDeviceFunctions/1'}, {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/NetworkDeviceFunctions/2'}], 'NetworkPorts': [{'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/NetworkPorts/1'}, {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/NetworkPorts/2'}], 'Ports': [{'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Ports/1'}, {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Ports/2'}]}, 'Location': {'PartLocation': {'LocationOrdinalValue': 3, 'LocationType': 'Slot', 'ServiceLabel': 'PCI-E Slot 3'}}}], 'Description': 'Device capabilities and characteristics with active configuration status', 'Manufacturer': 'Hewlett Packard Enterprise', 'Model': 'HPE SN1100Q 16Gb 2p FC HBA', 'Name': 'HPE SN1100Q 16Gb 2P FC HBA', 'NetworkDeviceFunctions': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/NetworkDeviceFunctions'}, 'NetworkPorts': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/NetworkPorts'}, 'Oem': {'Hpe': {'@odata.context': '/redfish/v1/$metadata#HpeNetworkAdapter.HpeNetworkAdapter', '@odata.type': '#HpeNetworkAdapter.v1_3_0.HpeNetworkAdapter', 'Actions': {'#HpeNetworkAdapter.FlushConfigurationToNVM': {'target': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Actions/Oem/Hpe/HpeNetworkAdapter.FlushConfigurationToNVM', 'title': 'Force a save of current network adapter configuration to non-volatile storage.'}, '#NetworkAdapter.FlushConfigurationToNVM': {'target': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Actions/Oem/Hpe/NetworkAdapter.FlushConfigurationToNVM', 'title': 'NOTE: Deprecated, will be removed in a future release. Replaced by HpeNetworkAdapter.FlushConfigurationToNVM. Force a save of current network adapter configuration to non-volatile storage.'}}, 'CLPVersion': '', 'Controllers': [{'ConfigurationStatus': {'Detail': [{'Group': 6, 'SubGroup': 0, 'Summary': 0}, {'Group': 8, 'SubGroup': 1, 'Summary': 0}, {'Group': 8, 'SubGroup': 2, 'Summary': 0}, {'Group': 15, 'SubGroup': 0, 'Summary': 0}, {'Group': 15, 'SubGroup': 1, 'Summary': 0}, {'Group': 34, 'SubGroup': 1, 'Summary': 0}, {'Group': 34, 'SubGroup': 2, 'Summary': 0}], 'Summary': 869593167}, 'DeviceLimitationsBitmap': 0, 'FunctionTypeLimits': [], 'FunctionTypes': ['FibreChannel'], 'MostRecentConfigurationChangeSource': 'None', 'RDMASupport': ['None'], 'UnderlyingDataSource': 'DCi'}], 'FactoryDefaultsActuationBehavior': 'AtNextReboot', 'PCAVersion': 'P9D94-63001', 'RedfishConfiguration': 'Disabled'}}, 'PartNumber': 'P9D94A', 'Ports': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Ports'}, 'SKU': 'SN1100Q', 'SerialNumber': 'MY5332214L', 'Settings': {'href': '/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Settings'}} Debug - HBA卡信息: {'@odata.context': '/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter', '@odata.type': '#NetworkAdapter.v1_9_0.NetworkAdapter', '@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE07B000', '@odata.etag': 'W/"2AE16ECF"', '@Redfish.Settings': {'@odata.type': '#Settings.v1_3_3.Settings', 'SettingsObject': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Settings'}, 'SupportedApplyTimes': ['OnReset']}, 'Id': 'DE07B000', 'Name': 'Network Adapter', 'Manufacturer': 'Broadcom', 'Model': 'BCM57412', 'SKU': '10Gb 2-port SFP+ BCM57412 OCP3 Adapter', 'SerialNumber': 'VNM3400SXF', 'PartNumber': 'P26258-001', 'Status': {'Health': 'OK', 'State': 'Enabled'}, 'Ports': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Ports'}, 'NetworkDeviceFunctions': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/NetworkDeviceFunctions'}, 'Metrics': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Metrics'}, 'Controllers': [{'FirmwarePackageVersion': '229.1.123.0', 'Links': {'PCIeDevices': [{'@odata.id': '/redfish/v1/Chassis/1/PCIeDevices/DE07B000'}]}, 'ControllerCapabilities': {'NetworkPortCount': 2, 'NetworkDeviceFunctionCount': 2, 'DataCenterBridging': {'Capable': True}, 'NPAR': {'NparCapable': True, 'NparEnabled': False}, 'VirtualizationOffload': {'SRIOV': {'SRIOVVEPACapable': True}, 'VirtualFunction': {'DeviceMaxCount': 128, 'MinAssignmentGroupSize': 8, 'NetworkPortMaxCount': 128}}}, 'PCIeInterface': {'LanesInUse': 8, 'MaxLanes': 8, 'MaxPCIeType': 'Gen3', 'PCIeType': 'Gen3'}}], 'LLDPEnabled': True, 'Actions': {'#NetworkAdapter.ResetSettingsToDefault': {'target': '/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Actions/NetworkAdapter.ResetSettingsToDefault', '@Redfish.OperationApplyTimeSupport': {'@odata.type': '#Settings.v1_3_3.OperationApplyTimeSupport', 'SupportedValues': ['OnReset']}}}} Debug - HBA卡信息: {'@odata.context': '/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter', '@odata.type': '#NetworkAdapter.v1_9_0.NetworkAdapter', '@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE080000', '@odata.etag': 'W/"20FD634C"', '@Redfish.Settings': {'@odata.type': '#Settings.v1_3_3.Settings', 'SettingsObject': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Settings'}, 'SupportedApplyTimes': ['OnReset']}, 'Id': 'DE080000', 'Name': 'Network Adapter', 'Manufacturer': 'Broadcom', 'Model': 'BCM57412', 'SKU': '10Gb 2-port SFP+ BCM57412 Adapter', 'SerialNumber': 'VNM40109SX', 'PartNumber': 'P26261-001', 'Status': {'Health': 'OK', 'State': 'Enabled'}, 'Ports': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Ports'}, 'NetworkDeviceFunctions': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE080000/NetworkDeviceFunctions'}, 'Metrics': {'@odata.id': '/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Metrics'}, 'Controllers': [{'FirmwarePackageVersion': '229.1.123.0', 'Links': {'PCIeDevices': [{'@odata.id': '/redfish/v1/Chassis/1/PCIeDevices/DE080000'}]}, 'ControllerCapabilities': {'NetworkPortCount': 2, 'NetworkDeviceFunctionCount': 2, 'DataCenterBridging': {'Capable': True}, 'NPAR': {'NparCapable': True, 'NparEnabled': False}, 'VirtualizationOffload': {'SRIOV': {'SRIOVVEPACapable': True}, 'VirtualFunction': {'DeviceMaxCount': 128, 'MinAssignmentGroupSize': 8, 'NetworkPortMaxCount': 128}}}, 'PCIeInterface': {'LanesInUse': 8, 'MaxLanes': 8, 'MaxPCIeType': 'Gen3', 'PCIeType': 'Gen3'}}], 'LLDPEnabled': True, 'Actions': {'#NetworkAdapter.ResetSettingsToDefault': {'target': '/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Actions/NetworkAdapter.ResetSettingsToDefault', '@Redfish.OperationApplyTimeSupport': {'@odata.type': '#Settings.v1_3_3.OperationApplyTimeSupport', 'SupportedValues': ['OnReset']}}}}
09-29
```json [ { "@odata.context": "/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter", "@odata.type": "#NetworkAdapter.v1_9_0.NetworkAdapter", "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE07B000", "@odata.etag": "W/\"A7F072DD\"", "@Redfish.Settings": { "@odata.type": "#Settings.v1_3_3.Settings", "SettingsObject": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Settings" }, "SupportedApplyTimes": ["OnReset"] }, "Id": "DE07B000", "Name": "Network Adapter", "Manufacturer": "Broadcom", "Model": "BCM57412", "SKU": "10Gb 2-port SFP+ BCM57412 OCP3 Adapter", "SerialNumber": "VNM3400M6T", "PartNumber": "P26258-001", "Status": { "Health": "OK", "State": "Enabled" }, "Ports": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Ports" }, "NetworkDeviceFunctions": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/NetworkDeviceFunctions" }, "Metrics": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Metrics" }, "Controllers": [ { "FirmwarePackageVersion": "229.1.123.0", "Links": { "PCIeDevices": [ { "@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/DE07B000" } ] }, "ControllerCapabilities": { "NetworkPortCount": 2, "NetworkDeviceFunctionCount": 2, "DataCenterBridging": { "Capable": true }, "NPAR": { "NparCapable": true, "NparEnabled": false }, "VirtualizationOffload": { "SRIOV": { "SRIOVVEPACapable": true }, "VirtualFunction": { "DeviceMaxCount": 128, "MinAssignmentGroupSize": 8, "NetworkPortMaxCount": 128 } } }, "PCIeInterface": { "LanesInUse": 8, "MaxLanes": 8, "MaxPCIeType": "Gen3", "PCIeType": "Gen3" } } ], "LLDPEnabled": true, "Actions": { "#NetworkAdapter.ResetSettingsToDefault": { "target": "/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Actions/NetworkAdapter.ResetSettingsToDefault", "@Redfish.OperationApplyTimeSupport": { "@odata.type": "#Settings.v1_3_3.OperationApplyTimeSupport", "SupportedValues": ["OnReset"] } } } }, { "@odata.context": "/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter", "@odata.type": "#NetworkAdapter.v1_9_0.NetworkAdapter", "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE080000", "@odata.etag": "W/\"34EAB2A0\"", "@Redfish.Settings": { "@odata.type": "#Settings.v1_3_3.Settings", "SettingsObject": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Settings" }, "SupportedApplyTimes": ["OnReset"] }, "Id": "DE080000", "Name": "Network Adapter", "Manufacturer": "Broadcom", "Model": "BCM57412", "SKU": "10Gb 2-port SFP+ BCM57412 Adapter", "SerialNumber": "VNM40109YH", "PartNumber": "P26261-001", "Status": { "Health": "OK", "State": "Enabled" }, "Ports": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Ports" }, "NetworkDeviceFunctions": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE080000/NetworkDeviceFunctions" }, "Metrics": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Metrics" }, "Controllers": [ { "FirmwarePackageVersion": "229.1.123.0", "Links": { "PCIeDevices": [ { "@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/DE080000" } ] }, "ControllerCapabilities": { "NetworkPortCount": 2, "NetworkDeviceFunctionCount": 2, "DataCenterBridging": { "Capable": true }, "NPAR": { "NparCapable": true, "NparEnabled": false }, "VirtualizationOffload": { "SRIOV": { "SRIOVVEPACapable": true }, "VirtualFunction": { "DeviceMaxCount": 128, "MinAssignmentGroupSize": 8, "NetworkPortMaxCount": 128 } } }, "PCIeInterface": { "LanesInUse": 8, "MaxLanes": 8, "MaxPCIeType": "Gen3", "PCIeType": "Gen3" } } ], "LLDPEnabled": true, "Actions": { "#NetworkAdapter.ResetSettingsToDefault": { "target": "/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Actions/NetworkAdapter.ResetSettingsToDefault", "@Redfish.OperationApplyTimeSupport": { "@odata.type": "#Settings.v1_3_3.OperationApplyTimeSupport", "SupportedValues": ["OnReset"] } } } }, { "@odata.context": "/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter", "@odata.etag": "W/\"61BF49E3\"", "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000", "@odata.type": "#NetworkAdapter.v1_5_0.NetworkAdapter", "Id": "DC081000", "@Redfish.Settings": { "SettingsObject": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Settings" } }, "Actions": { "#NetworkAdapter.ResetSettingsToDefault": { "target": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Actions/NetworkAdapter.ResetSettingsToDefault", "title": "Reset network adapter configuration to factory default values." } }, "Controllers": [ { "ControllerCapabilities": { "DataCenterBridging": { "Capable": false }, "NPIV": { "MaxDeviceLogins": 256, "MaxPortLogins": 128 }, "NetworkDeviceFunctionCount": 2, "NetworkPortCount": 2 }, "FirmwarePackageVersion": "2.02.05", "Links": { "NetworkDeviceFunctions": [ { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/NetworkDeviceFunctions/1" }, { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/NetworkDeviceFunctions/2" } ], "NetworkPorts": [ { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/NetworkPorts/1" }, { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/NetworkPorts/2" } ], "Ports": [ { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Ports/1" }, { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Ports/2" } ] }, "Location": { "PartLocation": { "LocationOrdinalValue": 2, "LocationType": "Slot", "ServiceLabel": "PCI-E Slot 2" } } } ], "Description": "Device capabilities and characteristics with active configuration status", "Manufacturer": "Hewlett Packard Enterprise", "Model": "HPE SN1100Q 16Gb 2p FC HBA", "Name": "HPE SN1100Q 16Gb 2P FC HBA", "NetworkDeviceFunctions": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/NetworkDeviceFunctions" }, "NetworkPorts": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/NetworkPorts" }, "Oem": { "Hpe": { "@odata.context": "/redfish/v1/$metadata#HpeNetworkAdapter.HpeNetworkAdapter", "@odata.type": "#HpeNetworkAdapter.v1_3_0.HpeNetworkAdapter", "Actions": { "#HpeNetworkAdapter.FlushConfigurationToNVM": { "target": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Actions/Oem/Hpe/HpeNetworkAdapter.FlushConfigurationToNVM", "title": "Force a save of current network adapter configuration to non-volatile storage." }, "#NetworkAdapter.FlushConfigurationToNVM": { "target": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Actions/Oem/Hpe/NetworkAdapter.FlushConfigurationToNVM", "title": "NOTE: Deprecated, will be removed in a future release. Replaced by HpeNetworkAdapter.FlushConfigurationToNVM. Force a save of current network adapter configuration to non-volatile storage." } }, "CLPVersion": "", "Controllers": [ { "ConfigurationStatus": { "Detail": [ { "Group": 6, "SubGroup": 0, "Summary": 0 }, { "Group": 8, "SubGroup": 1, "Summary": 0 }, { "Group": 8, "SubGroup": 2, "Summary": 0 }, { "Group": 15, "SubGroup": 0, "Summary": 0 }, { "Group": 15, "SubGroup": 1, "Summary": 0 }, { "Group": 34, "SubGroup": 1, "Summary": 0 }, { "Group": 34, "SubGroup": 2, "Summary": 0 } ], "Summary": 869593167 }, "DeviceLimitationsBitmap": 0, "FunctionTypeLimits": [], "FunctionTypes": ["FibreChannel"], "MostRecentConfigurationChangeSource": "None", "RDMASupport": ["None"], "UnderlyingDataSource": "DCi" } ], "FactoryDefaultsActuationBehavior": "AtNextReboot", "PCAVersion": "P9D94-63001", "RedfishConfiguration": "Disabled" } }, "PartNumber": "P9D94A", "Ports": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Ports" }, "SKU": "SN1100Q", "SerialNumber": "MY5332214N", "Settings": { "href": "/redfish/v1/Chassis/1/NetworkAdapters/DC081000/Settings" } }, { "@odata.context": "/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter", "@odata.etag": "W/\"E24DDEBE\"", "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000", "@odata.type": "#NetworkAdapter.v1_5_0.NetworkAdapter", "Id": "DC082000", "@Redfish.Settings": { "SettingsObject": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Settings" } }, "Actions": { "#NetworkAdapter.ResetSettingsToDefault": { "target": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Actions/NetworkAdapter.ResetSettingsToDefault", "title": "Reset network adapter configuration to factory default values." } }, "Controllers": [ { "ControllerCapabilities": { "DataCenterBridging": { "Capable": false }, "NPIV": { "MaxDeviceLogins": 256, "MaxPortLogins": 128 }, "NetworkDeviceFunctionCount": 2, "NetworkPortCount": 2 }, "FirmwarePackageVersion": "2.02.05", "Links": { "NetworkDeviceFunctions": [ { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/NetworkDeviceFunctions/1" }, { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/NetworkDeviceFunctions/2" } ], "NetworkPorts": [ { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/NetworkPorts/1" }, { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/NetworkPorts/2" } ], "Ports": [ { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Ports/1" }, { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Ports/2" } ] }, "Location": { "PartLocation": { "LocationOrdinalValue": 3, "LocationType": "Slot", "ServiceLabel": "PCI-E Slot 3" } } } ], "Description": "Device capabilities and characteristics with active configuration status", "Manufacturer": "Hewlett Packard Enterprise", "Model": "HPE SN1100Q 16Gb 2p FC HBA", "Name": "HPE SN1100Q 16Gb 2P FC HBA", "NetworkDeviceFunctions": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/NetworkDeviceFunctions" }, "NetworkPorts": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/NetworkPorts" }, "Oem": { "Hpe": { "@odata.context": "/redfish/v1/$metadata#HpeNetworkAdapter.HpeNetworkAdapter", "@odata.type": "#HpeNetworkAdapter.v1_3_0.HpeNetworkAdapter", "Actions": { "#HpeNetworkAdapter.FlushConfigurationToNVM": { "target": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Actions/Oem/Hpe/HpeNetworkAdapter.FlushConfigurationToNVM", "title": "Force a save of current network adapter configuration to non-volatile storage." }, "#NetworkAdapter.FlushConfigurationToNVM": { "target": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Actions/Oem/Hpe/NetworkAdapter.FlushConfigurationToNVM", "title": "NOTE: Deprecated, will be removed in a future release. Replaced by HpeNetworkAdapter.FlushConfigurationToNVM. Force a save of current network adapter configuration to non-volatile storage." } }, "CLPVersion": "", "Controllers": [ { "ConfigurationStatus": { "Detail": [ { "Group": 6, "SubGroup": 0, "Summary": 0 }, { "Group": 8, "SubGroup": 1, "Summary": 0 }, { "Group": 8, "SubGroup": 2, "Summary": 0 }, { "Group": 15, "SubGroup": 0, "Summary": 0 }, { "Group": 15, "SubGroup": 1, "Summary": 0 }, { "Group": 34, "SubGroup": 1, "Summary": 0 }, { "Group": 34, "SubGroup": 2, "Summary": 0 } ], "Summary": 869593167 }, "DeviceLimitationsBitmap": 0, "FunctionTypeLimits": [], "FunctionTypes": ["FibreChannel"], "MostRecentConfigurationChangeSource": "None", "RDMASupport": ["None"], "UnderlyingDataSource": "DCi" } ], "FactoryDefaultsActuationBehavior": "AtNextReboot", "PCAVersion": "P9D94-63001", "RedfishConfiguration": "Disabled" } }, "PartNumber": "P9D94A", "Ports": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Ports" }, "SKU": "SN1100Q", "SerialNumber": "MY5332214L", "Settings": { "href": "/redfish/v1/Chassis/1/NetworkAdapters/DC082000/Settings" } }, { "@odata.context": "/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter", "@odata.type": "#NetworkAdapter.v1_9_0.NetworkAdapter", "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE07B000", "@odata.etag": "W/\"2AE16ECF\"", "@Redfish.Settings": { "@odata.type": "#Settings.v1_3_3.Settings", "SettingsObject": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Settings" }, "SupportedApplyTimes": ["OnReset"] }, "Id": "DE07B000", "Name": "Network Adapter", "Manufacturer": "Broadcom", "Model": "BCM57412", "SKU": "10Gb 2-port SFP+ BCM57412 OCP3 Adapter", "SerialNumber": "VNM3400SXF", "PartNumber": "P26258-001", "Status": { "Health": "OK", "State": "Enabled" }, "Ports": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Ports" }, "NetworkDeviceFunctions": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/NetworkDeviceFunctions" }, "Metrics": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Metrics" }, "Controllers": [ { "FirmwarePackageVersion": "229.1.123.0", "Links": { "PCIeDevices": [ { "@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/DE07B000" } ] }, "ControllerCapabilities": { "NetworkPortCount": 2, "NetworkDeviceFunctionCount": 2, "DataCenterBridging": { "Capable": true }, "NPAR": { "NparCapable": true, "NparEnabled": false }, "VirtualizationOffload": { "SRIOV": { "SRIOVVEPACapable": true }, "VirtualFunction": { "DeviceMaxCount": 128, "MinAssignmentGroupSize": 8, "NetworkPortMaxCount": 128 } } }, "PCIeInterface": { "LanesInUse": 8, "MaxLanes": 8, "MaxPCIeType": "Gen3", "PCIeType": "Gen3" } } ], "LLDPEnabled": true, "Actions": { "#NetworkAdapter.ResetSettingsToDefault": { "target": "/redfish/v1/Chassis/1/NetworkAdapters/DE07B000/Actions/NetworkAdapter.ResetSettingsToDefault", "@Redfish.OperationApplyTimeSupport": { "@odata.type": "#Settings.v1_3_3.OperationApplyTimeSupport", "SupportedValues": ["OnReset"] } } } }, { "@odata.context": "/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter", "@odata.type": "#NetworkAdapter.v1_9_0.NetworkAdapter", "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE080000", "@odata.etag": "W/\"20FD634C\"", "@Redfish.Settings": { "@odata.type": "#Settings.v1_3_3.Settings", "SettingsObject": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Settings" }, "SupportedApplyTimes": ["OnReset"] }, "Id": "DE080000", "Name": "Network Adapter", "Manufacturer": "Broadcom", "Model": "BCM57412", "SKU": "10Gb 2-port SFP+ BCM57412 Adapter", "SerialNumber": "VNM40109SX", "PartNumber": "P26261-001", "Status": { "Health": "OK", "State": "Enabled" }, "Ports": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Ports" }, "NetworkDeviceFunctions": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE080000/NetworkDeviceFunctions" }, "Metrics": { "@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Metrics" }, "Controllers": [ { "FirmwarePackageVersion": "229.1.123.0", "Links": { "PCIeDevices": [ { "@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/DE080000" } ] }, "ControllerCapabilities": { "NetworkPortCount": 2, "NetworkDeviceFunctionCount": 2, "DataCenterBridging": { "Capable": true }, "NPAR": { "NparCapable": true, "NparEnabled": false }, "VirtualizationOffload": { "SRIOV": { "SRIOVVEPACapable": true }, "VirtualFunction": { "DeviceMaxCount": 128, "MinAssignmentGroupSize": 8, "NetworkPortMaxCount": 128 } } }, "PCIeInterface": { "LanesInUse": 8, "MaxLanes": 8, "MaxPCIeType": "Gen3", "PCIeType": "Gen3" } } ], "LLDPEnabled": true, "Actions": { "#NetworkAdapter.ResetSettingsToDefault": { "target": "/redfish/v1/Chassis/1/NetworkAdapters/DE080000/Actions/NetworkAdapter.ResetSettingsToDefault", "@Redfish.OperationApplyTimeSupport": { "@odata.type": "#Settings.v1_3_3.OperationApplyTimeSupport", "SupportedValues": ["OnReset"] } } } } ] ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值