Skip to content

Instantly share code, notes, and snippets.

@mvcaaa
Last active June 29, 2018 10:20
Show Gist options
  • Select an option

  • Save mvcaaa/2e5fa336b02156ee1ca75b4ab2d94894 to your computer and use it in GitHub Desktop.

Select an option

Save mvcaaa/2e5fa336b02156ee1ca75b4ab2d94894 to your computer and use it in GitHub Desktop.

Steps taken on nexus2 system:

  1. Update OS release version Edit /etc/apt/sources.list.d/linux.dell.com.sources.list and /etc/apt/sources.list.d/openmanage.list - Put os version there
  2. Run apt-get install srvadmin-all srvadmin-all snmp snmpd snmp-mibs-downloader libsnmp-base ipmitool -y
  3. Open 1311 port to office network: ufw allow from 10.0.0.0/24 to any port 1311 ufw allow from 83.145.210.198 to any port 1311
  4. Start all the services srvadmin-services.sh start
  5. make sure web interface service up and running service dsm_om_connsvc status (start if needet)
  6. Log in into web interface: https://nexus2.enkora.fi:1311/ using OS user crdentials
  7. To add user to Admin group edit /opt/dell/srvadmin/etc/omarolemap and add new line before last * * User entry (see andreyastashov as an example)

appendix:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment