Document Owner: Todd Walters
Requirements
- Dell OpenManage Software must be installed
- Dell Open Manager Server Administrator Guide
- [root@srv0esx002 tmp]# cd /opt
- [root@srv0esx002 opt]# mkdir dell dell/omsa
- [root@srv0esx002 opt]# tar xvfz /tmp/OM_6.1.0_ManNode_A00.tar.gz -C /opt/dell/omsa
- Change directory to /opt/dell/omsa and run setup.sh
- Enter y to accept license agreement
- Enter 6 to Select all components
- Enter i to begin installation
- Press enter for default installation location
- Press y to start the services up
- Verify all service start properly (ok)
- [root@srv0esx002 omsa]# omreport system summary
- Dell OMSA is installed and is run via cron. It can also be run manually.
- It's installed in /opt/dell/srvadmin
- omreport -? will list options.
- Install/uninstall and start/stop scripts are located in /var/install/Dell/OMSA/linux/supportscripts
To restart run
- /var/install/Dell/OM6/linux/supportscripts/srvadmin-services.sh restart
To check OMSA Controller for example run the following command:
- root@srv0dbx03 supportscripts]# omreport storage pdisk controller=0 | grep -e ID -e State
ID : 0:0:0
State : Online
ID : 0:0:1
State : Online
Download
To clear the logs in open manage server administrator you click “System” at the top of the hierarchy > then click the “Logs” tab > directly below you will see “Hardware | Alert”, click each of those > then click “Clear Log” in the top right corner. You must be logged in as administrator to perform this task. (This can be down remotely connecting to open manage).
To clear the logs in Linux you can run the following commands.
- omconfig system esmlog action=clear
- omconfig system alertlog action=clear
Should have this file: dcicfg32 command=clearmemfailures
Run the file and it will clear the memory cache. Clearing the ESM and alert logs alone does not re-enable the error count.
If you do not locate the file. I would suggest opening a cmd prompt to the root of c: and running dir /s dcicfg32.exe to locate the utility.
The command to clear the error count is dcicfg32 command=clearmemfailures
No comments:
Post a Comment