Blade management #27

Closed
opened 2019-08-08 12:47:39 +02:00 by Solvik · 0 comments
Solvik commented 2019-08-08 12:47:39 +02:00 (Migrated from github.com)

I've got several inputs saying that I should match the Slot name from dmidecode and not harcode the slot with Blade {{ slot_number }}

So we need to modify it the following way:

Dell

Handle 0x0202, DMI type 2, 14 bytes
Base Board Information
        Manufacturer: Dell Inc.
        Product Name: Not Specified
        Version: Not Specified
        Serial Number: .8CKL35J..05.
        Asset Tag: Not Specified
        Features:
                Board is removable
                Board is replaceable
        Location In Chassis: Slot 05
        Chassis Handle: 0x0300
        Type: Interconnect Board

And take Slot 05

Handle 0x0200, DMI type 2, 14 bytes
Base Board Information
        Manufacturer: Dell Inc.
        Product Name: 0MN3VC
        Version: A01
        Serial Number: .4866F5J.CN7016327F004Z.01a.
        Asset Tag:                               
        Features:
                Board is a hosting board
                Board is removable
                Board is replaceable
                Board is hot swappable
        Location In Chassis: Slot 01a    
        Chassis Handle: 0x0300
        Type: Server Blade

And take Slot 01a

HP

Handle 0x0030, DMI type 204, 20 bytes
HP ProLiant System/Rack Locator
        Rack Name: Bay-D22
        Enclosure Name: blade-D22-xx
        Enclosure Model: BladeSystem c7000 Enclosure G2
        Enclosure Serial: CZ3332KYYD
        Enclosure Bays: 16
        Server Bay: 2
        Bays Filled: 1

And take Bay 2

I've got several inputs saying that I should match the Slot name from dmidecode and not harcode the slot with `Blade {{ slot_number }}` So we need to modify it the following way: # Dell ``` Handle 0x0202, DMI type 2, 14 bytes Base Board Information Manufacturer: Dell Inc. Product Name: Not Specified Version: Not Specified Serial Number: .8CKL35J..05. Asset Tag: Not Specified Features: Board is removable Board is replaceable Location In Chassis: Slot 05 Chassis Handle: 0x0300 Type: Interconnect Board ``` And take `Slot 05` ``` Handle 0x0200, DMI type 2, 14 bytes Base Board Information Manufacturer: Dell Inc. Product Name: 0MN3VC Version: A01 Serial Number: .4866F5J.CN7016327F004Z.01a. Asset Tag: Features: Board is a hosting board Board is removable Board is replaceable Board is hot swappable Location In Chassis: Slot 01a Chassis Handle: 0x0300 Type: Server Blade ``` And take `Slot 01a` # HP ``` Handle 0x0030, DMI type 204, 20 bytes HP ProLiant System/Rack Locator Rack Name: Bay-D22 Enclosure Name: blade-D22-xx Enclosure Model: BladeSystem c7000 Enclosure G2 Enclosure Serial: CZ3332KYYD Enclosure Bays: 16 Server Bay: 2 Bays Filled: 1 ```` And take `Bay 2`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DGNum/netbox-agent#27
No description provided.