Difference between revisions of "VFoglight"

Jump to navigation Jump to search
325 bytes added ,  07:38, 25 June 2012
Removed VMware category
(Removed VMware category)
 
(4 intermediate revisions by the same user not shown)
Line 78: Line 78:
|}
|}


# Create service account on GMI domain
# Create service account on PROD domain
#* EG for DTCP-VIRFOGV01 create <code> -sVFOGDTCP-VIRFOGV01 </code> using something like
#* EG Create account <code> svc-vFog </code> using something like
#* <code> dsadd user "cn=-sVFOGDTCP-VIRFOGV01, cn=Users, dc=gmi, dc=dtc, dc=reuint, dc=com" - pwd "password-here" -pwdneverexpires yes -disabled no </code>
#* <code> dsadd user "cn=svc-vFog, cn=Users, dc=prod, dc=domain, dc=com" - pwd "password-here" -pwdneverexpires yes -disabled no </code>
#* and make a member of the "SQL Service Accounts" group
#* and make a member of the "SQL Service Accounts" group
# Log into vFoglight (as foglight/foglight), and navigate to '''Dashboards | Users & Security | Configure Directory Services'''
# Log into vFoglight (as foglight/foglight), and navigate to '''Dashboards | Users & Security | Configure Directory Services'''
# Configure AD integration using the table below, leave all other fields as is
# Configure AD integration using the table below, leave all other fields as is
# Kick start AD integration
# Kick start AD integration
#* Log out of the vFoglight interface, then log in as a GMI domain user (ie yourself).  The login should partially succeed, and you should receive a error message like  
#* Log out of the vFoglight interface, then log in as a CORP domain user (ie yourself).  The login should partially succeed, and you should receive a error message like  
#* ''You logged in as user 123456 and do not have access to the application.''
#* ''You logged in as user 123456 and do not have access to the application.''
#* If not, check the latest ManagementServer log at <code> .\Program Files\vizioncore\vFoglight\logs\ </code> and attempt to resolve.
#* If not, check the latest ManagementServer log at <code> .\Program Files\vizioncore\vFoglight\logs\ </code> and attempt to resolve.
Line 100: Line 100:
! Field                                    !! Description                          !! Example  
! Field                                    !! Description                          !! Example  
|-
|-
| Nearest LDAP server                      || Primary Domain Controller            || <code> ldap://dtcp-gmiadsc01.gmi.dtc.reuint.com:389/ </code>
| Nearest LDAP server                      || Primary Domain Controller            || <code> ldap://dcsvr01.corp.domain.com:389/ </code>
|-
|-
| Secondary LDAP server URL                || Secondary Domain Controller          || <code> ldap://dtcp-gmiadsc02.gmi.dtc.reuint.com:389/ </code>
| Secondary LDAP server URL                || Secondary Domain Controller          || <code> ldap://dcsvr02.corp.domain.com:389/ </code>
|-
|-
| Distinguished name of the service account || vFoglight server's Service Account  || <code> CN=-sVFOGDTCP-VIRFOGV01,CN=Users,DC=gmi,DC=dtc,DC=reuint,DC=com </code>
| Distinguished name of the service account || vFoglight server's Service Account  || <code> CN=svc-vFog,CN=Users,DC=corp,DC=domain,DC=com </code>
|-
|-
| Password                                  || vFoglight Service Account password  || ''Password for -sVFOGDTCP-VIRFOGV01''
| Password                                  || vFoglight Service Account password  || ''Password for svc-vFog''
|-
|-
| LDAP query prefix                        || Query prefix for user a/c finding    || <code> CN= </code>
| LDAP query prefix                        || Query prefix for user a/c finding    || <code> CN= </code>
|-
|-
| LDAP query suffix                        || Query suffix for user a/c finding, note the leading ''','''  || <code> ,DC=gmi,DC=dtc,DC=reuint,DC=com </code>
| LDAP query suffix                        || Query suffix for user a/c finding, note the leading ''','''  || <code> ,DC=corp,DC=domain,DC=com </code>
|-
|-
| The scope(s) to search for groups        || Where to look for domain user groups || <code> DC=gmi,DC=dtc,DC=reuint,DC=com </code>
| The scope(s) to search for groups        || Where to look for domain user groups || <code> DC=corp,DC=domain,DC=com </code>
|-
|-
| The LDAP context for user searching      || Where to look for domain users      || <code> DC=gmi,DC=dtc,DC=reuint,DC=com </code>
| The LDAP context for user searching      || Where to look for domain users      || <code> DC=corp,DC=domain,DC=com </code>
|-
|-
|}
|}


== Database Backup Scheduling ==
== Database Backup Scheduling ==
Line 124: Line 123:
<!-- COMMENTED OUT, AS DOMAIN ACCOUNTS DON'T SEEM TO WORK
<!-- COMMENTED OUT, AS DOMAIN ACCOUNTS DON'T SEEM TO WORK
# Create scheduled task account on GMI domain
# Create scheduled task account on GMI domain
#* EG for DTCP-VIRFOGV01 create <code> -jVFOGDTCP-VIRFOGV01 </code> using something like
#* EG create <code> svc-vFog </code> using something like
#* <code> dsadd user "cn=-jVFOGDTCP-VIRFOGV01, cn=Users, dc=gmi, dc=dtc, dc=reuint, dc=com" -pwd "password-here" -pwdneverexpires yes -disabled no </code>
#* <code> dsadd user "cn=svc-vFog, cn=Users, dc=gmi, dc=dtc, dc=reuint, dc=com" -pwd "password-here" -pwdneverexpires yes -disabled no </code>
#* and make a member of the "Scheduling Clients" group  -->
#* and make a member of the "Scheduling Clients" group  -->
# Create directory structure on the backup drive...
# Create directory structure on the backup drive...
Line 136: Line 135:
#* <code> T:\backup\data\ibbackup_logfile </code>
#* <code> T:\backup\data\ibbackup_logfile </code>
# Schedule the batch script to run at 07:00 and 19:00 hrs ''local'' time, using a command similar to (edit as suggested)...
# Schedule the batch script to run at 07:00 and 19:00 hrs ''local'' time, using a command similar to (edit as suggested)...
#* <code> schtasks /create /tn "vFoglight MySQL backup" /ru GMI\reutadmin /rp <password> /tr T:\backup\config\DoBackup.bat /sc hourly /mo 12 /st 07:00:00 </code>
#* <code> schtasks /create /tn "vFoglight MySQL backup" /ru <user> /rp <password> /tr T:\backup\config\DoBackup.bat /sc hourly /mo 12 /st 07:00:00 </code>
#* /ru - ''Service account username''
#* /ru - ''Service account username''
#* /rp - ''Service account password'' – edit as required
#* /rp - ''Service account password'' – edit as required
Line 191: Line 190:
On the Federation vFoglight server, the problem is caused by a lack of data to the source FMS/local vFoglight server, or a problem between that server and the master Federation server.
On the Federation vFoglight server, the problem is caused by a lack of data to the source FMS/local vFoglight server, or a problem between that server and the master Federation server.


[[Category:VMware]]
== Duplicate / Unwanted vCentre ==
To remove a vCentre server instance that's not required from vFoglight...
# In the left-hand '''Dashboards''' menu
# Browse to '''Management Server | Servers | Data Management'''
# Then expand '''VMware Model | virtualCenters'''
# Locate the vCentre you want to remove, and click the '''delete''' icon
 
...if the vCentre comes back, then there's probably a vFoglight VMware agent still sending data to the server
 
[[Category:Applications]]
[[Category:Virtualisation]]

Navigation menu