[THIN] Re: Scripting Resource Manager configuration
- From: Jeremy Saunders <jeremy.saunders@xxxxxxxxxxx>
- To: thin@xxxxxxxxxxxxx
- Date: Sat, 1 Oct 2005 00:31:09 +0800
Most of that stuff is actually written to the registry. So script it just
like the below.
-------START OF SCRIPT------------
@echo off
Rem --------------------------------------------------------------------
Rem File: RMS_DSN.Cmd
Rem
Rem Purpose: Set the Citrix RMS DSN for unattended installation
Rem
Rem Notes:
Rem
Rem Revision History: v1.0 26/07/05 xxxxx@xxxxxxxxxxx
Rem
Rem --------------------------------------------------------------------
SET SQLServer=CitrixSQL
SET KEY="HKLM\SOFTWARE\ODBC\ODBC.INI\RMSummaryDatabase"
REG ADD %KEY% /v Driver /d %SystemDrive%\WINDOWS\system32\SQLSRV32.dll /f
REG ADD %KEY% /v Server /d %SQLServer% /f
REG ADD %KEY% /v Database /d CitrixRMS /f
REG ADD %KEY% /v Trusted_Connection /d Yes /f
SET KEY="HKLM\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources"
REG ADD %KEY% /v RMSummaryDatabase /d "SQL Server" /f
---------END OF SCRIPT---------------
Kind regards,
Jeremy Saunders
Senior Technical Specialist
ceruleanTM
an IBM Australia Company
formerly known as Logicalis
Level 2, 1060 Hay Street
West Perth WA 6005
AUSTRALIA
Visit us at
http://www.cerulean.com.au/
P: +61 8 9261 8412 F: +61 8 9261 8536
M: TBA E-mail:
Jeremy.saunders@xxxxxxxxxxx
Chris Fraser
<chrisfraser@cana
da.com> To
Sent by: Thin List <thin@xxxxxxxxxxxxx>
thin-bounce@freel cc
ists.org
Subject
[THIN] Scripting Resource Manager
01/10/2005 12:10 configuration
AM
Please respond to
thin
Hello all,
I'm currently working on a deployment where a design goal is to automate
as much of the installation as possible, including establishment and
configuration of prod & test PS 4 farms.
Using MFCOM, just about every setting in the CMC can be automated,
except for the Resource Manager configuration. There are no scripting
interfaces to configure the Farm Metric server, SNMP community or RM
alerts & metrics.
Has anyone successfully scripted this stuff?
Thanks
********************************************************
This Weeks Sponsor: triCerat Inc.
You need Day Zero Protection!
Get Proactive with triCerat's Simplify Suite.
Solve printing, security and profile problems before they occur.
http://www.tricerat.com/?thethintl2
**********************************************************
Useful Thin Client Computing Links are available at:
http://thin.net/links.cfm
ThinWiki community - Excellent SBC Search Capabilities!
http://www.thinwiki.com
***********************************************************
For Archives, to Unsubscribe, Subscribe or
set Digest or Vacation mode use the below link:
http://thin.net/citrixlist.cfm
********************************************************
This Weeks Sponsor: triCerat Inc.
You need Day Zero Protection!
Get Proactive with triCerat's Simplify Suite.
Solve printing, security and profile problems before they occur.
http://www.tricerat.com/?thethintl2
**********************************************************
Useful Thin Client Computing Links are available at:
http://thin.net/links.cfm
ThinWiki community - Excellent SBC Search Capabilities!
http://www.thinwiki.com
***********************************************************
For Archives, to Unsubscribe, Subscribe or
set Digest or Vacation mode use the below link:
http://thin.net/citrixlist.cfm
- References:
- [THIN] Scripting Resource Manager configuration
- From: Chris Fraser
Other related posts:
- » [THIN] Scripting Resource Manager configuration
- » [THIN] Re: Scripting Resource Manager configuration
- [THIN] Scripting Resource Manager configuration
- From: Chris Fraser