Sketch

Differences between revisions 16 and 17
Revision 16 as of 2013-02-14 12:55:51
Size: 4388
Editor: phiphi.g
Comment:
Revision 17 as of 2013-06-07 22:02:57
Size: 4563
Editor: 80-219-107-54
Comment: addition to autmomated installation (links)
Deletions are marked like this. Additions are marked like this.
Line 61: Line 61:
Here's the offical example with many useful annotations and references to further resources:
https://help.ubuntu.com/12.04/installation-guide/example-preseed.txt
 * [[Enterprise/WorkstationAutoinstallPreseed|Enterprise Wiki: fully automated Workstation Autoinstall]]
 * [[https://help.ubuntu.com/12.04/installation-guide/example-preseed.txt|Offical example with many useful annotations and references]]
 * [[http://searchitchannel.techtarget.com/feature/Performing-an-automated-Ubuntu-install-using-preseeding|Article on preseeding]]
Line 64: Line 65:
Fully automated Desktop Installation:
[[Enterprise/WorkstationAutoinstallPreseed|Workstation Autoinstall Preseed]]


=== Kickstart ===
* https://help.ubuntu.com/lts/installation-guide/i386/automatic-install.html
Line 68: Line 71:

=== Kickseed ===

Ubuntu in the Enterprise (sketch)

Entry - introduction notes on the whole thing.

Authentication against a central server

VAS/QAS/DAS

SSSD

Samba 4.0

Likewise Open

Beyondtrust

Centrify

NSS-LDAP / Kerberos

Configuration management tools

Description of tools used for system management aligning those to the policy. As the tools are pretty large and complex, we may want to separate those to other wikis.

CFEngine 3

cfengine 2

Puppet

Chef

Manual scripts

Package management

Automatic upgrades

Landscape

Services pre-configuration

Firewall

Printers

System inventory tools

Landscape

Automated installation / Deploying

Cobbler

Automated Installation over Network with Cobbler: Enterprise/Cobbler

Preseeding

Kickstart

* https://help.ubuntu.com/lts/installation-guide/i386/automatic-install.html

FAI

Office applications

LibreOffice

Google Apps

MS Office with Crossover

MS Office with Wine

Email

Exchange

IBM Lotus Notes

Zimbra

Generic IMAP+SMTP

Custom calendaring?

VPN

Cisco VPN

Juniper VPN

OpenVPN

Other?

Other tools

Sun/Oracle Java 6/7/8

PPA for 7/8: http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html

Preseed Kickstart

preseed --owner oracle-java8-installer shared/accepted-oracle-license-v1-1 boolean true
preseed --owner oracle-java8-installer shared/accepted-oracle-license-v1-1 seen true

Preseed in Scripts

echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections" echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 seen true | debconf-set-selections"

Microsoft TrueType fonts

Preseed EULA

http://askubuntu.com/questions/16225/how-can-i-accept-microsoft-eula-agreement-for-ttf-mscorefonts-installer/25614#25614

Adobe Reader

Adobe Flash Player

Desktop Administration

Autoconfiguration of Thunderbird

Autoconfiguration of Firefox

Autoconfiguration of other apps

Remote applications/desktops

Citrix XenDesktop/XenApp

Citrix virtualization solutions are popular on the market. Being backed by open-source Xen solution they may be considered as a viable option to use for applications you cannot use directly on your desktop.

The Citrix Receiver is missing some features and has a number of bugs (November 2012). Here is a guide to deploy the Receiver to Ubuntu machines:

Deploying Citrix Receiver

Ubuntu Help contains an article on Citrix Receiver as well:

https://help.ubuntu.com/community/CitrixICAClientHowTo

VMware View

RedHat VDI

Remote Desktop with RDP and VNC

Providing Ubuntu apps to Windows users

I think the above would mostly be used for accessing Windows applications. However, some use cases suggest going the other way round or using Linux apps remotely from Linux. Provisioning of Linux apps comes here Smile :)


CategoryEnterprise

Enterprise/Sketch (last edited 2013-08-26 09:17:19 by 91)