Aktionen
Igel Universal Management Suite¶
Install¶
yum install java
Download the latest UMS-Package from http://www.myigel.biz/index.php?dir=IGEL_UNIVERSAL_MANAGEMENT_SUITE/LINUX/
as of 2013-09-13 this is setup-igel-ums-linux_4.04.110.bin
copy package to root and make it executable
chmod +x ~/setup-igel-ums-linux_4.04.110.bin
execute install-script
~/setup-igel-ums-linux_4.04.110.bin
you may want to add a launcher to the desktop
UMS_Admin.desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon[en_US]=gnome-panel-launcher
Name[en_US]=UMS Admin
Exec=/opt/IGEL/RemoteManager/RMAdmin.sh
Name=UMS Admin
Icon=gnome-panel-launcher
UMS_Console.desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon[en_US]=gnome-panel-launcher
Name[en_US]=UMS Console
Exec=/opt/IGEL/RemoteManager/RemoteManager.sh
Name=UMS Console
Icon=gnome-panel-launcher
Von Jeremias Keihsler vor fast 8 Jahren aktualisiert · 1 Revisionen