Dell EMC OpenManage Ubuntu and Debian Repositories

Dell EMC OpenManage Ubuntu and Debian Repositories

 

URL : http://linux.dell.com/repo/community/openmanage/

 

환경

OS : ubuntu 20.04 (codename : focal)
OMSA latest version (2021.03.29) : 950

 

 

add repositories

1
echo 'deb http://linux.dell.com/repo/community/openmanage/950/focal focal main' | tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list
  • 950 : omsa version
  • focal : ubuntu code name

 

 

add key

1
2
3
apt-key add 0x1285491434D8786F.asc
apt update

 

 

Install all OMSA components

1
apt-get install srvadmin-all

 

 

Starting dsm_om_connsvc

1
cd /opt/dell/srvadmin/sbin;./srvadmin-services.sh start

 

 

Ubuntu에서 설치시 systemctl 에 서비스 등록이 자동으로 등록(enable) 되기 때문에 따로 해줄것은 없다

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# systemctl status dsm_om_connsvc
dsm_om_connsvc.service - DSM SA Connection Service
Loaded: loaded (/etc/systemd/system/dsm_om_connsvc.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-03-28 18:42:58 KST; 24h ago
Process: 28755 ExecStart=/bin/sh -c LD_LIBRARY_PATH=$(/opt/dell/srvadmin/sbin/dsm_om_connsvc-helper) exec /opt/dell/srvadmin/sbin/dsm_om_connsvcd -run (code=exited, status=0/SUCCESS)
Main PID: 28766 (dsm_om_connsvcd)
Tasks: 49 (limit: 19046)
Memory: 134.5M
CGroup: /system.slice/dsm_om_connsvc.service
├─28766 /opt/dell/srvadmin/sbin/dsm_om_connsvcd -run
└─28767 /opt/dell/srvadmin/sbin/dsm_om_connsvcd -run
 
Mar 28 18:42:57 storage2 systemd[1]: Starting DSM SA Connection Service...
Mar 28 18:42:58 storage2 systemd[1]: Started DSM SA Connection Service.

 

About KENNETH 19694 Articles
지락문화예술공작단

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.