Dell - Internal Use - Confidential Hi, If Customer installs OMSA 8.3 in an unsupported OS, it might fail because of NVMe implementation. But, you can suppress loading NVMe library by using the following steps to avoid any crash.
Please do the following steps for disabling psrvil which is required for detecting NVMe Devices: 1. To stop all the services, please execute the command - srvadmin-services.sh stop 2. Go to /opt/dell/srvadmin/etc/srvadmin-storage/ directory 3. Open stsvc.ini file 4. Please comment the line - vil7=dsm_sm_psrvil. For commenting it out, you need to write “;” and one space before the statement, like “; vil7=dsm_sm_psrvil” 5. Save and close stsvc.ini file 6. To start all the services, please execute the command - srvadmin-services.sh start It will stop loading psrvil library and OMSS should work fine. Note: After commenting out psrvil library in stsvc.ini file, NO NVMe devices will get detected by OMSA Thanks Souvik From: linux-poweredge-bounces-Lists On Behalf Of Zurd Sent: Friday, August 12, 2016 4:32 AM To: linux-poweredge-Lists <[email protected]> Subject: [Linux-PowerEdge] OMSA reports nothing with omreport or the webpage Hi, I can install OMSA just fine but it's not reporting anything, for example, the command: omreport chassis fans reports: Error! No fan probes found on this system. The OMSA webpage is empty saying: System Components Information is not available for this platform. There's also this file missing: /opt/dell/srvadmin/var/lib/openmanage/log/dcsys64.xml This is CentOS 7 running on a PowerEdge R330 (13th Generation) with OMSA 8.3.0. Installation: yum update wget -q -O - http://linux.dell.com/repo/hardware/dsu/bootstrap.cgi | bash yum install dell-system-update dsu # nothing to update, all latest yum install srvadmin-all (Log off and log on) srvadmin-services.sh start Starting instsvcdrv (via systemctl): [ OK ] Starting dataeng (via systemctl): [ OK ] Starting dsm_om_shrsvc (via systemctl): [ OK ] Starting dsm_om_connsvc (via systemctl): [ OK ] System: inxi -Fxz System: Host: venus.mobilite.local Kernel: 3.10.0-327.28.2.el7.x86_64 x86_64 (64 bit gcc: 4.8.3) Console: tty 0 Distro: CentOS Linux release 7.2.1511 (Core) Machine: System: Dell product: PowerEdge R330 Mobo: Dell model: 0H5N7P v: A01 Bios: Dell v: 1.3.2 date: 03/28/2016 CPU: Quad core Intel Xeon E3-1220 v5 (-HT-MCP-) cache: 8192 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 23992 clock speeds: max: 3500 MHz 1: 900 MHz 2: 900 MHz 3: 1574 MHz 4: 900 MHz Graphics: Card: Matrox Systems G200eR2 bus-ID: 08:00.0 Display Server: N/A driver: N/A tty size: 168x44 Advanced Data: N/A for root out of X Network: Card-1: Broadcom NetXtreme BCM5720 Gigabit Ethernet PCIe driver: tg3 v: 3.137 bus-ID: 04:00.0 IF: em1 state: up speed: 100 Mbps duplex: full mac: <filter> Card-2: Broadcom NetXtreme BCM5720 Gigabit Ethernet PCIe driver: tg3 v: 3.137 bus-ID: 04:00.1 IF: em2 state: up speed: 100 Mbps duplex: full mac: <filter> Drives: HDD Total Size: 1199.1GB (1.6% used) ID-1: /dev/sda model: PERC_H730_Adp size: 1199.1GB temp: 0C Partition: ID-1: / size: 50G used: 5.3G (11%) fs: xfs dev: /dev/dm-0 ID-2: /boot size: 497M used: 168M (34%) fs: xfs dev: /dev/sda1 ID-3: swap-1 size: 8.46GB used: 0.00GB (0%) fs: swap dev: /dev/dm-1 RAID: No RAID devices: /proc/mdstat, md_mod kernel module present Sensors: System Temperatures: cpu: 27.0C mobo: N/A Fan Speeds (in rpm): cpu: N/A Info: Processes: 173 Uptime: 39 min Memory: 629.9/15845.9MB Init: systemd runlevel: 3 Gcc sys: 4.8.5 Client: Shell (bash 4.2.461) inxi: 2.3.0
_______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge
