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


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


wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc
apt-key add 0x1285491434D8786F.asc
apt update

 

 

Install all OMSA components

apt-get install srvadmin-all

 

 

Starting dsm_om_connsvc

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

 

 

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

# 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 19688 Articles
지락문화예술공작단

Be the first to comment

Leave a Reply

Your email address will not be published.


*


이 사이트는 스팸을 줄이는 아키스밋을 사용합니다. 댓글이 어떻게 처리되는지 알아보십시오.