Tuesday 6 March 2018

[Dell OMSA] Dell EMC OpenManage Version 9.0.1 installation on RHEL7

1. verify the Dell service tag on the server

# dmidecode -t system
# dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.

Handle 0x0100, DMI type 1, 27 bytes
System Information
        Manufacturer: Dell Inc.
        Product Name: PowerEdge R610
        Version: Not Specified
        Serial Number: *******     eg:XG7TU1K
        UUID: *******************
        Wake-up Type: Power Switch
        SKU Number: Not Specified
        Family: Not Specified

Handle 0x0C00, DMI type 12, 5 bytes
System Configuration Options
        Option 1: NVRAM_CLR:  Clear user settable NVRAM areas and set defaults
        Option 2: PWRD_EN:  Close to enable password

Handle 0x2000, DMI type 32, 11 bytes
System Boot Information
        Status: No errors detected

2. Based on the service tag you need to search on Dell site: http://www.dell.com/support/ and download the OpenManger.

3. I am using script for this setup.

[root@sankar-HP ~]#wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash

[root@sankar-HP ~]#yum install srvadmin-all

Note: for first time it's need a reboot.

4. check the port is up or not
[root@sankar-HP ~]#netstat -ntlup |grep 1311
tcp6       0      0 :::1311                 :::*                    LISTEN      12135/dsm_om_connsv

5.Open browser on run the like host-name or IP: 1311 eg(https://192.168.1.1:1311)




1 comment: