4.2. report

4.2.1. report host osg condor config

rocks report host osg condor config {host} [ConfigFile=string] [UIDdomain=string] [type=string]

Output the OSG Condor Local Configuration Uses Rocks Attributes: OSG_Condor_Master, OSG_Condor_MasterNetwork, OSG_Condor_ClientNetwork, Kickstart_PrivateDNSDomain

arguments

host

One host name.

parameters

[ConfigFile=string]

Defaults to: /etc/condor/config.d/01_rocks_condor_config.local

[UIDdomain=string]

Override UIDdomain of the Rocks Kickstart_PrivateDNSDomain attribute

[type=string]

How this node will function - [Manager, Worker] - Default: Worker

examples

$ rocks report host osg condor config compute-0-0 type=Worker

Create the OSG Condor Configuration for compute-0-0 as a Worker Node

4.2.2. report host osg condor interface

rocks report host osg condor interface {host} {subnet}

Output the host IP address associated with a named subnet on a particular host.

arguments

host

One host name.

subnet

subnet to match

examples

$ rocks report host osg condor interface compute-0-0 private

Output the the IP Address of the private interface on compute-0-0. Suitable for using in OSG Condor Configuration Files

$ rocks report host osg condor interface vm-container-0-0 private

Output the the IP Address of the private interface on vm-container-0-0. If multiple interfaces are attached to the private interface (e.g. VLAN bridges) pick the interface with a configured address in the named subnet.

4.2.3. report host osg hadoop config

rocks report host osg hadoop config {host} [ConfigFile=string]

Output the OSG Hadoop Local Configuration Uses Rocks Attributes: OSG_HadoopNameNode, OSG_HadoopDataDir, OSG_HadoopData, OSG_HadoopSecondaryNode, OSG_HadoopCheckPointDirs, OSG_HadoopCheckPointPeriod, OSG_HadoopReplicationDefault, OSG_HadoopUpdateFstab, ganglia_address, Kickstart_PrivateDNSDomain

arguments

host

One host name.

parameters

[ConfigFile=string]

Defaults to: /etc/sysconfig/hadoop

examples

$ rocks report host osg hadoop config compute-0-0

Create the OSG Hadoop Configuration for compute-0-0

$ rocks report host osg hadoop config compute-0-0 ConfigFile=/etc/sysconfig/hadooptest

Create the OSG Hadoop Configuration for compute-0-0 on file /etc/sysconfig/hadooptest

4.2.4. report host osg squid config

rocks report host osg squid config {host} [ConfigFile=string]

Output the OSG frontier squid Local Configuration Uses Rocks Attributes: Kickstart_PublicNetmaskCIDR, Kickstart_PublicNetwork, Kickstart_PrivateNetmaskCIDR, Kickstart_PrivateNetwork, OSG_SquidCacheMem, OSG_SquidCacheDir, OSG_SquidCacheDirSize

arguments

host

One host name.

parameters

[ConfigFile=string]

Defaults to: /etc/squid/customize.sh

examples

$ rocks report host osg squid config squid-0-0

Create/Modify the OSG frontier squid Configuration for squid-0-0

$ rocks report host osg squid config squid-0-0 ConfigFile=/etc/squid/test.sh

Create the OSG frontier squid Configuration for squid-0-0 on file /etc/squid/test.sh