Cray System Management Workstation 4.1 Release (SMW)

Size: px
Start display at page:

Download "Cray System Management Workstation 4.1 Release (SMW)"

Transcription

1 TM Using Cray Management Services (CMS) S

2 2009, 2010 Cray Inc. All Rights Reserved. This document or parts thereof may not be reproduced in any form unless permitted by contract or by written permission of Cray Inc. U.S. GOVERNMENT RESTRICTED RIGHTS NOTICE The Computer Software is delivered as "Commercial Computer Software" as defined in DFARS 48 CFR All Computer Software and Computer Software Documentation acquired by or for the U.S. Government is provided with Restricted Rights. Use, duplication or disclosure by the U.S. Government is subject to the restrictions described in FAR 48 CFR or DFARS 48 CFR , as applicable. Technical Data acquired by or for the U.S. Government, if any, is provided with Limited Rights. Use, duplication or disclosure by the U.S. Government is subject to the restrictions described in FAR 48 CFR or DFARS 48 CFR , as applicable. Cray, LibSci, PathScale, and UNICOS are federally registered trademarks and Active Manager, Cray Apprentice2, Cray Apprentice2 Desktop, Cray C++ Compiling System, Cray CX, Cray CX1, Cray CX1-iWS, Cray CX1-LC, Cray Fortran Compiler, Cray Linux Environment, Cray SeaStar, Cray SeaStar2, Cray SeaStar2+, Cray SHMEM, Cray Threadstorm, Cray X1, Cray X1E, Cray X2, Cray XD1, Cray XMT, Cray XR1, Cray XT, Cray XT3, Cray XT4, Cray XT5, Cray XT5 h, Cray XT5m, CrayDoc, CrayPort, CRInform, Cray ECOphlex, Libsci, NodeKARE, RapidArray, UNICOS/lc, UNICOS/mk, and UNICOS/mp are trademarks of Cray Inc. Origin is a trademark of Silicon Graphics, Inc. MySQL is a trademark of MySQL AB or Sun Microsystems, Inc. All other trademarks are the property of their respective owners. Version 4.0 Published February 2009 Supports limited availability (LA) release of the Cray System Management Workstation (SMW) 4.0 release. Version 4.0 Published May 2009 Supports general availability (GA) release of the Cray System Management Workstation (SMW) 4.0 release. Version 5.0 Published March 2010 Supports the Cray System Management Workstation (SMW) 5.0 release.

3 New Features Using Cray Management Services (CMS) S This revision of Using Cray Management Services (CMS) supports the 5.0 release of System Management Workstation (SMW). Chapter 3, Managing Log Files on page 19 now describes how logs are generated and deleted. Setting Up a Remote MySQL Server for CMS Logs on page 25 provides an updated procedure to more easily set up a remote MySQL server for CMS logs. Using the Log API on page 26 is a new section that describes the log application program interface (API). Table 5 describes new mzparse and mzproxy commands.

4

5 Contents Page Introduction [1] 9 System State Service [2] mzsd System State Cache Daemon mzsd-client Client Cache Daemon System State API Claims Functions Labels Functions Reservations Functions Nodes Functions mz2attr Command Creating a Label Listing Nodes with the Specified Label Deleting a Label Displaying Node Attributes ALPS Interface Using CMS with Other Batch Systems Restarting System State Daemons Restarting the Server Daemon on the SMW Restarting the Client Daemon on the SDB Node Restarting Client Daemon Not Stopped Before a System Reboot Managing Log Files [3] Log Manager Commands Using Log Manager Viewing Logs Searching for Information in Existing Logs Counting or Summarizing Messages Setting Up Log Definitions Listing Current Definitions S

6 Using Cray Management Services (CMS) Page Creating New Definitions Deleting a Definition Restarting System Log Daemons Setting Up a Remote MySQL Server for CMS Logs Using the Log API Appendix A CMS Commands 29 A.1 Administrator Commands A.2 Miscellaneous Commands Appendix B Using CMS APIs in an Application 31 Procedures Procedure 1. Synchronizing mzsd-client and mzsd in the SDB and SMW Procedure 2. Setting up a remote MySQL server for CMS logs Procedure 3. Building on a remote machine Examples Example 1. Creating a label Example 2. Listing nodes with the specified label Example 3. Deleting a label Example 4. Displaying node attributes Example 5. Searching for job reservation information Example 6. Watching all events Example 7. Watching a specific node Example 8. Watching multiple nodes Example 9. Ignoring a specific node Example 10. Watching for a specific event or program Example 11. Continuously checking the logs Example 12. Sorting messages Example 13. Searching for a specific message Example 14. Searching for a node and an event Example 15. Summarizing messages based on a query Example 16. Summarizing messages before setting up a definition Example 17. Getting a summary for a specific message Example 18. Getting a count of a specific message Example 19. Listing all log definitions Example 20. Creating a notify script Example 21. Creating a definition to use a script S

7 Contents Page Example 22. Creating a definition to ignore a specific message Example 23. Creating a definition to archive a specific message Example 24. Creating a definition to archive a specific event Example 25. Deleting a log definition Tables Table 1. CMS API Claims Functions Table 2. CMS API Labels Functions Table 3. CMS API Reservations Functions Table 4. CMS API Nodes Functions Table 5. CMS Log Manager Commands Table 6. Message Sorting Criteria Table 7. CMS Administrator Commands Table 8. CMS Miscellaneous Commands S

8

9 Introduction [1] Cray Management Services (CMS) is the administration framework that integrates both hardware and software environments to provide monitoring of and administrative functionality for Cray XT compute nodes. CMS provides software tools for tasks such as collecting log information, managing system assets, and coordinating information from all parts of the system. CMS tools provide a hierarchy of control and authority that originates on the System Management Workstation (SMW), delegating control to local agents such as Hardware Supervisory System (HSS) cabinet and blade controllers. CMS software tools enable you to easily manage and monitor hundreds of processors in a Cray XT system as one or more logical computers. This manual explains how the CMS software automates system management tasks and assists you in performing the manual tasks. S

10 Using Cray Management Services (CMS) 10 S

11 System State Service [2] The Cray Management Services (CMS) system state service optimizes the collection of system data and provides the infrastructure for future CMS enhancements. The components are: A pair of daemons (mzsd and mzsd-client) An application programming interface (API) to allow applications to send and receive system information (Deferred implementation until the SMW 5.1 release) The mz2attr command, which provides an interface to system data kept by the state daemons 2.1 mzsd System State Cache Daemon The mzsd is the system state cache daemon that runs on the System Management Workstation (SMW). It provides a cache of information about the nodes on the system for fast retrieval of node attributes, active reservations, and claims. This daemon is started automatically to create and populate the cache. The system state cache daemon supports concurrent queries and updates, and synchronization support for multiple reader/single writer locks. 2.2 mzsd-client Client Cache Daemon The mzsd-client daemon is the client cache daemon that runs on the SDB node. An mzsd-client database exists on the SDB node for storage and recovery when access to the SMW is not available. Permissions are set up by Cray installs, and tables are created by mzsd-client. The databases on the SDB node are used only if the mzsd (the system state cache daemon) is not accessible on the SMW. When mzsd recovers, the data in the SDB node database is forwarded by mzsd_client to mzsd on the SMW. S

12 Using Cray Management Services (CMS) 2.3 System State API CMS also provides a set of application programming interface (API) functions that allow ALPS to send application placement data to the CMS state daemon. The APIs also allow ALPS and other batch systems to retrieve system physical attributes and state information from the CMS state daemons. Using these API functions, batch systems can receive active reservations, claims, and labels for nodes on the system. See Appendix B, Using CMS APIs in an Application on page 31 or individual function man pages for detailed information about the API functions Claims Functions Claims are portions of a reservation that runs a specific application. Multiple claims can be made for a reservation over time until all claims are unassigned and the reservation is deleted. Claims functions are listed in the following table. Table 1. CMS API Claims Functions Function mz_assign_claim mz_free_claim mz_free_claimlist mz_get_all_claims mz_get_claim mz_unassign_claim Task Performed Assigns an Application Level Placement Scheduler (ALPS) claim to reserved nodes Frees all memory associated with an mz_claim_t data structure Frees a GList of mz_claim_t data structures Gets the list of all active ALPS claims Get a specific ALPS claim Unassigns (deletes) a specific ALPS claim from reserved nodes 12 S

13 System State Service [2] Labels Functions Labels make it possible to associate a text string with specific nodes. Nodes can have multiple labels. Labels functions are listed in the following table. Table 2. CMS API Labels Functions Function mz_create_label mz_delete_label mz_free_label mz_free_labellist mz_free_labelnamelist mz_free_labelnodes mz_get_all_labelnames mz_get_all_labels mz_get_labelnodes Task Performed Creates a new ALPS label and associates the label to a list of nodes Deletes a specific ALPS label Frees all memory associated with an mz_label_t data structure Frees a GList of mz_label_t data structures Frees a GList of mz_labelname_t data structures Frees all memory associated with an mz_label_nodes_t data structure Gets the list of all defined ALPS labels Gets the list of all defined ALPS labels and the nodes associated with each label Gets the list of all nodes assigned to a specific ALPS label Reservations Functions Reservations dedicate the requested resources to a specific batch job; the resources are dedicated to that job throughout its lifetime. Claims are assigned within a specific reservation. Reservations functions are listed in the following table. Table 3. CMS API Reservations Functions Function mz_create_reservation mz_delete_reservation mz_free_reservation mz_free_reservationlist mz_get_all_reservations mz_get_reservation Task Performed Creates a new ALPS reservation Delete a specific ALPS reservation Frees all memory associated with an mz_reservation_t data structure Frees a GList of mdb_reservation_t data structures Gets the list of all active ALPS reservations Gets a specific ALPS reservation S

14 Using Cray Management Services (CMS) Nodes Functions Nodes are the group of processor(s), memory, and network components acting as a network end point on the system interconnection network. A NUMA node is a multicore processor and its local memory. Multisocket compute nodes have two or more NUMA nodes. Nodes functions are listed in the following table. Table 4. CMS API Nodes Functions Function mz_free_node mz_free_nodelist mz_get_all_nodes mz_get_free_nodes mz_get_labelnodes mz_get_node mz_get_reserved_nodes Task Performed Frees all memory associated with an mz_node_t data structure Frees a GList of mz_node_t data structures Gets a list of all nodes and associated information Gets a list of nodes that have at least one unreserved NUMA node Gets the list of all nodes assigned to a specific ALPS label Get the mz_node_t data structure for a specific node Gets a list of nodes that have at least one reserved NUMA node 2.4 mz2attr Command Deferred Implementation: The mz2attr command will be available in the SMW 5.1 release. The mz2attr command provides a way to read component attributes and labels, and display system data kept by the state daemons: Read, create, or delete labels Assign nodes to labels View node attributes 14 S

15 System State Service [2] Creating a Label You can create a label for specific nodes. Example 1. Creating a label The following example creates test_label on component r11, then verifies the creation by listing all labels. smw:~ # mz2attr -c test_label -C r11 smw:~ # mz2attr -l MyLabel1 MyLabel2 label_1 newlabel orange test_label Listing Nodes with the Specified Label smw:~ # mz2attr -n test_label test_label affinity: 0 You can also list the nodes with the specified label; the output displays all node attributes. Example 2. Listing nodes with the specified label This example lists the nodes associated with test_label and displays all node attributes. Component Attr Value c0-0c0s0n0 NID 0 STATE 7 -> "STATE_READY" STATE_CHANGE_TIME ARCH 0 TYPE 0 PROCESSOR_SPEED 2600 MHz PHYSICAL_PARTION 0 ADMIN_STATE 0 NODE_SERVICE_TYPE NETWORK_ID 0 NETWORK_ADDRESS 0 NETWORK_ORDINAL 0 NETWORK_TYPE 0 NETWORK_REV 0 NETWORK_TOPOLOGY 0 NUMA_NODE_ORDINAL 0 NUMA_NODE_SOCKET_ORDINAL 0 NUMA_NODE_MEMORY_SIZE_MB 2 NUMA_NODE_HUGEPAGE_MEMORY_MB 0 NUMA_NODE_CACHE_SIZE_MB 0 NUMA_NODE_NUMBER_OF_CORES 2 NUMA_NODE_RESERVATION_STATE ALPS_FREE 2 -> "GENERIC_SERVICE" S

16 Using Cray Management Services (CMS) Deleting a Label When you no longer want resources tagged with a specific label, you can delete the label. Example 3. Deleting a label The following example deletes test_label, then verifies the deletion by listing all labels. smw:~ # mz2attr -d test_label smw:~ # mz2attr -l MyLabel1 MyLabel2 label_1 newlabel orange Displaying Node Attributes You can specify the list of node attributes to read. Example 4. Displaying node attributes This example specifies the STATE attribute for all nodes; in addition, it specifies the -S option so that the output is in a form that makes it easier for other programs to parse the output. In this example, note that the output is truncated for readability. sparky$ mz2attr -S -r STATE c0-0c0s0n0:nid:0 c0-0c0s0n0:state:7 c0-0c0s0n3:nid:3 c0-0c0s0n3:state:7 c0-0c0s1n0:nid:4 c0-0c0s1n0:state:7 c0-0c0s1n3:nid:7 c0-0c0s1n3:state:7 c0-0c0s2n0:nid:8... c2-0c2s6n1:nid:345 c2-0c2s6n1:state:7 c2-0c2s6n2:nid:346 c2-0c2s6n2:state:7 c2-0c2s6n3:nid:347 c2-0c2s6n3:state:7 c2-0c2s7n0:nid:348 c2-0c2s7n0:state:7 c2-0c2s7n1:nid:349 c2-0c2s7n1:state:7 c2-0c2s7n2:nid:350 c2-0c2s7n2:state:7 c2-0c2s7n3:nid:351 c2-0c2s7n3:state:7 16 S

17 System State Service [2] See the mz2attr(8) man page for complete information about all command options. See Cray XT System Management for more information about setting and viewing node attributes. 2.5 ALPS Interface Deferred Implementation: The ALPS interface will be available in the SMW 5.1 release. The Application Level Placement Scheduler (ALPS) communicates with mzsd-client to send reservation or claim information that is forwarded to the SMW to update the mzsd server daemon. Forwarding this information from the SDB node to the SMW allows a persistent store of the data. ALPS notifies CMS of application create or start and destroy or stop. The state daemon also stores the information associated with a reservation, including account ID, start and end time of the reservation, execution host name, batch job identification, and user information. Multiple node assignments could be made during the lifetime of a reservation. The node assignment information such as the start and end time of the assignment, the name of the application, and exit status is also stored. Example 5. Searching for job reservation information Using this example, you can list all jobs for the last 24 hours. smw:~ # mzjob See the mzjob(8) man page for more information. 2.6 Using CMS with Other Batch Systems You can use CMS to get node lists and attributes and to track jobs on the system (and their usage) with any supported batch system. See Appendix B, Using CMS APIs in an Application on page 31 for complete instructions. S

18 Using Cray Management Services (CMS) 2.7 Restarting System State Daemons Restarting the Server Daemon on the SMW CMS persistent processes manage state information. The SMW boot process starts these services. You can also manually restart these services if the SMW has not been rebooted since the installation: smw:~ # /etc/init.d/cray-mzsd restart smw:~ # Note: During a software upgrade, the daemon is automatically restarted when the RPM is upgraded. Note: If mzsd is not stopped on the SMW before a Cray XT system reboot, restarting mzsd on SMW after the Cray XT system reboot is not sufficient to restart the daemon. See Restarting Client Daemon Not Stopped Before a System Reboot on page 18 for the restart procedure Restarting the Client Daemon on the SDB Node The mzsd-client on the SDB node starts when the SDB is booted. You can also manually restart these services if the SDB node has not been rebooted: sdb:~ # /etc/init.d/cray-mzsd-client restart Restarting Client Daemon Not Stopped Before a System Reboot If mzsd on the SMW was not stopped before a Cray XT system reboot, restarting mzsd on the SMW is not sufficient to restart and synchronize the state daemons. Use the following procedure to stop and start mzsd-client on the SDB node to synchronize it with mzsd on the SMW after mzsd is restarted. Procedure 1. Synchronizing mzsd-client and mzsd in the SDB and SMW 1. Stop mzsd-client on the SDB node: sdb:~ # /etc/init.d/cray-mzsd-client stop 2. Stop mzsd on the SMW: smw:~ # /etc/init.d/cray-mzsd stop 3. Restart mzsd on the SMW: smw:~ # /etc/init.d/cray-mzsd restart 4. Restart mzsd-client on the SDB node: sdb:~ # /etc/init.d/cray-mzsd-client restart 18 S

19 Managing Log Files [3] The Cray Management Services (CMS) log manager provides the capability to collect, analyze, and display messages from the system. The data is collected from a variety of sources and loaded into the CMS database on the SMW. You can view and search the database for events of interest. Notification of events on the event router uses the mzlogmanagerd daemon; notification of events in the syslog uses the mzsyslogd. Messages of importance from the cabinet, router, and blade controllers are stored in the cabinet controller's Hardware Supervisory System (HSS) database and are forwarded to the SMW via syslog or events. Daemons mzsyslogd and mzlogmanagerd filter the messages based on the log definitions so that messages can be ignored, archived, or an action taken (like notification). By default, messages are stored in the CMS log database for searching. The log filtering of noncritical messages is configurable using log definitions, so that messages of interest can be added to the SMW database. Log tables are generated on a per-day basis, allowing a daily table to be dropped after the specified number of days have passed. The daily tables are dropped rather than deleting messages from a single, larger log table. Changing the number of days before deleting logs can be controlled by changing the /etc/sysconfig/mazama daystoclearlogs=30 configuration parameter. By default, logs are deleted after 30 days. This chapter describes using the log manager on Cray XT systems. S

20 Using Cray Management Services (CMS) 3.1 Log Manager Commands The CMS log manager (mzlogmanager) provides several commands to accomplish logging tasks, as shown in the following table. Table 5. CMS Log Manager Commands Command mzlogmanagerd mzsyslogd mzlslog mzlog mzlogdef mzjob mzparse mzproxy Task Performed Runs and filters a given event, determining whether a definition is set up to ignore, notify, or archive the event. The event is then added to the CMS database and the event can be searched with mzlslog. Filters and stores syslog messages in the CMS database. Searches the logs according to the options stated on the command line and displays the results. Adds messages to the CMS log database; access limited by the mzauth. Defines log addition, deletion, and archiving policies as the logs are processed; access limited by mzauth. Reads the persistent store of the jobs run on the system and allows administrators to find particular reservations. Analyzes log messages and adds them to the CMS log database. Provides a proxy for CMS daemons between the SDB node and the SMW; forwards log traffic to the SDB node from the SMW or from the SDB node to the SMW. Currently, only mzlog, mzlslog, and mzlogdef require authentication. Users root and crayadm have access by default. 3.2 Using Log Manager You can use the log manager to do all of the following tasks: View and search logs Set up log definitions The examples in this section show typical uses of log manager functions. For a detailed explanation of options and additional examples, see individual man pages. 20 S

21 Managing Log Files [3] Viewing Logs You can use the log manager to view events as they occur. You can ignore a node, watch only for specific events, count messages, or summarize messages. Example 6. Watching all events smw:~ # mzlslog -el Example 7. Watching a specific node To watch all events as they occur on node c0-0c0s0n3: smw:~ # mzlslog -e1 -Cc0-0c0s0n3 Example 8. Watching multiple nodes To watch all events as they occur on nodes c0-0c0s0n3 and c0-0c0s1n4: smw:~ # mzlslog -e1 -Cc0-0c0s0n3,c0-0c0s1n4 Example 9. Ignoring a specific node To watch all events as they occur except on node c0-0c0s0n3: smw:~ # mzlslog -e1 -C"-c0-0c0s0n3" Example 10. Watching for a specific event or program To watch for event ec_console_log: smw:~ # mzlslog -e1 -Pec_console_log Example 11. Continuously checking the logs To continuously check the logs every second, enter the following mzlslog command. Note that the -FtHCPm option controls the format of which fields are displayed and order of the fields. To kill the output, enter ctrl-c. smw:~ # mzlslog -e1 -FtHCPm -v Entry Time Hostname Component Program Message :57:27 c0-0 ec_l1_heartbeat :57:36 c0-0 ec_l1_heartbeat :57:45 c0-0 ec_l1_heartbeat ctrl-c Searching for Information in Existing Logs You can use the log manager to search for specific information in existing logs. Example 12. Sorting messages You can sort messages based on any two criteria you choose from the list of fields: entry time, origin time, hostname, component, level, program, or message. You use single letters to indicate the sort, as shown in the following table: S

22 Using Cray Management Services (CMS) Table 6. Message Sorting Criteria Option t O H C l P m Description time origin time hostname component level program message This example sorts messages based on level, then Program: smw:~ # mzlslog --sort lp Example 13. Searching for a specific message This example shows you how to search the last two day's logs for any segfault or general protection errors. smw:~ # mzlslog -tnow-2d -q"*segfault*,*general protection rip*" The comma acts as an OR operator. Example 14. Searching for a node and an event Using this example, you can search component c3-0c2s5n0 for messages less than two days old with event ec_console_log event if it contains a string in the order *LustreError*: smw:~ # mzlslog -tnow-2d -Cc3-0c2s5n0 -Pec_console_log -q"*lustreerror*" Counting or Summarizing Messages You can use the log manager to simply count or summarize messages. Example 15. Summarizing messages based on a query This example provides a summary of components and programs for the last hour: smw:~ # mzlslog -tnow-1h -FCP --summary count component program c0-0c0s0n3 ec_console_log 399 c0-0 ec_l1_heartbeat 278 r11-0 ec_l1_heartbeat 50 c0-0c1s1 ec_mesh_link_failed 5 sshd 5 erd 1 c0-0c2s1s3 ec_mesh_link_failed 22 S

23 Managing Log Files [3] Example 16. Summarizing messages before setting up a definition You can use a summary or count to see how frequent a message has been before setting up a notify or archive log definition. You can also use a summary or count to see nodes that have sent a message commonly (which may help identify a hot spot). For example, to see a summary of memory errors: smw:~ # mzlslog -tnow-2d -q"*single*bit*,*multi*bit*,*multi*dram*" -FC --summary Example 17. Getting a summary for a specific message This example gets a summary of Machine Check Exception messages (by default the search is for the last 24 hours): smw:~ # mzlslog -FwC -q"*machine Check Exception*" --summary smw component count main-smw c3-0c0s2n2 87 main-smw c1-0c0s5n1 58 main-smw c3-0c1s5n0 13 Example 18. Getting a count of a specific message This example gets a count of Machine Check Exception messages (by default the search is for the last 24 hours): smw:~ # mzlslog -FwC -q"*machine Check Exception*" --count Number of matches: Setting Up Log Definitions You can use the log manager to set up log definitions to reduce data, notify you of events, or archive messages of specific interest Listing Current Definitions Example 19. Listing all log definitions You can list all current log definitions using the mzlogdef --list. smw:~ # mzlogdef --list Creating New Definitions You can use the log manager to create definitions that notify you of events or archive specific messages. The default notify script is notify.sh. The location and script name listed in /etc/sysconfig/mazama can be changed when a specific log definition is created. S

24 Using Cray Management Services (CMS) Example 20. Creating a notify script This example creates script /opt/mazama/scripts/segfault.sh to notify you of all segfaults or general protection errors coming from syslog kernel: % cat /opt/mazama/scripts/segfault.sh #!/bin/sh =$1 logdefid=$2 message=$3 echo "$logdefid $message" /usr/bin/mailx -s"smw Segfault message" $ % chmod 755 /opt/mazama/scripts/segfault.sh Example 21. Creating a definition to use a script This examples creates the definition that tells the log manager to use the script /opt/mazama/scripts/segfault.sh to notify you: smw:~ # mzlogdef -c -snotify -Ncrayadm@localhost -Osegfault.sh \ -q"*general protection rip* *segfault*" -Pkernel Example 22. Creating a definition to ignore a specific message You can decide which events you would like to watch or ignore. This example uses mzlogdef to ignore ec_mesh_link_failed messages. smw:~ # mzlogdef --create -s ignore -Pec_mesh_link_failed Example 23. Creating a definition to archive a specific message This example creates a definition to archive messages with a Machine Check Exception in the message field to the file /opt/mazama/archive/machine_exception.log: smw:~ # mzlogdef -c -s archive -A machine_exception -q"*machine Check Exception*" Example 24. Creating a definition to archive a specific event This example creates a definition to archive event ec_l0_health to the file /opt/mazama/archive/health.log: smw:~ # mzlogdef -c -s archive -A health -Pec_l0_health Deleting a Definition You can also delete definitions you no longer need. Use mzlogdef --list to get a complete list, then delete by definition ID. Example 25. Deleting a log definition This example deletes definition ID 37 from the list: smw:~ # mzlogdef -d -i37 24 S

25 Managing Log Files [3] 3.4 Restarting System Log Daemons CMS persistent processes manage log information. The SMW boot process starts these services. You can also manually restart these services if the SMW has not been rebooted since the installation: smw:~ # /etc/init.d/cray-mzlogmanagerd restart smw:~ # /etc/init.d/cray-mzsyslogd restart smw:~ # Note: During a software upgrade, the daemons automatically restart when the RPM is upgraded. 3.5 Setting Up a Remote MySQL Server for CMS Logs my_db_server % vi update.sh #!/bin/sh export SMW_NAMES="mysmw mysmw.domain" Using the following procedure, you can set up a remote MySQL server for CMS logs. Procedure 2. Setting up a remote MySQL server for CMS logs 1. Set up the database permissions from the MySQL server. From the MySQL server, add the hostname that refers to the SMW in the /etc/hosts or the name server. for SMW in ${SMW_NAMES} ; do echo "grant all privileges on \ `mazama%\ `.* to 'mazama'@'${smw}' identified by 'mazama';" \ mysql -uroot -p <root DB passwd> echo "grant all privileges on \ `mz%\ `.* to 'mazama'@'${smw}' identified by 'mazama';" \ mysql -uroot -p <root DB passwd> done my_db_server %./update.sh 2. Perform the following steps from the SMW. a. Set up the tables: smw % mysql -h ${HOST} -umazama -pmazama < /opt/cray/x2/mazama/default/scripts/mazama2.sql smw % mysql -h ${HOST} -umazama -pmazama < \ /opt/cray/x2/mazama/default/scripts/mazama-noncluster.sql b. Edit the log_host configuration parameter in the /etc/sysconfig/mazama file. Change the value from log_host=localhost to log_host=msyql db servers name S

26 Using Cray Management Services (CMS) That section of the file would read as follows: ## Type: string ## Default: localhost ## Config: "" # # Default host for mysql mazama Log database # By default it is the same as the # general mazama database. log_host=msyql db servers name 3.6 Using the Log API The CMS log application program interface (API) allows Cray tools and remote tools to forward data to the log manager to further aggregate logs on the system. The CMS log API provides an interface to the CMS log manager from any C application program. Using these basic functions allows C applications to send error information or other information directly to the CMS log. 26 S

27 Managing Log Files [3] Basic functions for different levels of information are as shown: #include <stdio.h> #include <mz/mz_log_api.h> int main(int argc, char **argv) { mz_log_debug(1,"hello this is a Debug"); mz_log_debug(0,"hello this is a debug 0 showlines"); mz_log(1,"hello this is a just log"); mz_log(0,"hello this is a just log, 0 showlines"); mz_log_info(0, "This is a info message."); mz_log_info(1, "This is a info message with lines."); mz_log_info(1,"hello this is a info"); mz_log_info(0,"hello this is a info, 0 showlines "); mz_log_info(0,"hello this is a info message."); mz_log_info(0,"with line info message."); mz_log_warn(1,"hello this is a warn"); mz_log_warn(0,"hello this is a warn, 0 showlines"); mz_log_err(1,"hello this is a error"); mz_log_err(0,"hello this is a error, 0 showlines"); mz_log_critical(1,"hello this is a critical"); mz_log_critical(0,"hello this is a critical, 0 showlines"); mz_log_alert(1,"hello this is a alert"); mz_log_alert(0,"hello this is a alert, 0 showlines"); mz_log_emergency(1,"hello this is a emergency"); mz_log_emergency(0,"hello this is a emergency, 0 showlines"); } return 0; S

28 Using Cray Management Services (CMS) 28 S

29 CMS Commands [A] A.1 Administrator Commands Cray Management Services (CMS) administrator commands are invoked from the SMW for CMS command authorization, and the collection of syslog messages sent to the SMW and event log information from the event router. The following table lists the CMS administrator commands and their functions. Table 7. CMS Administrator Commands Command intro_cms_api.8 intro_log_api mz2attr mzauth mzdbbackup mzdbrestore mzinit mzjob mzlog mzlogdef mzlogmanagerd mzlslog mzparse mzsd-client mzsyslogd mzupdate Description Provides an introduction to the application program interface to the CMS state daemon Provides an introduction to the C application program interface to the CMS log manager (Deferred implementation) Reads or writes component attribute values Sets the capabilities and authorization for a user's access to programs from a specific host Makes a backup of the CMS database or specific tables in the database from the SMW Restores the entire CMS database or specific tables from a backup Initializes the CMS database Reads the persistent store of the jobs run on the system Adds messages to the CMS log database Defines log addition, deletion, and archiving policies Filters events from the event router Searches the logs and displays the results Analyzes log messages Provides a client cache daemon that runs on the SDB node Filters syslog messages that are sent to the SMW and stores them in the CMS database Updates the administrative environment S

30 Using Cray Management Services (CMS) A.2 Miscellaneous Commands Table 8. CMS Miscellaneous Commands Command mazama.5 mzproxy.7 Description Describes the configuration file for the Cray Management Services (CMS) Provides a proxy for Cray Management Services (CMS) daemons between the SDB node and the SMW 30 S

31 Using CMS APIs in an Application [B] You can use the Cray Management Services (CMS) C API to get node lists and attributes, send/request nodes for reservations (jobs) and claims (sub-jobs while the nodes are reserved), and for tracking the jobs on the system and their usage with any supported batch system. If your system's batch scheduler does not send CMS the job information, however, jobs are not added to the CMS logs or history, and the information cannot be viewed using the mzjob(8) command. Using the following procedure, running on the SDB node or the SMW, you can build the CMS environment on remote machines without the CMS tree to test CMS C API functionality. The following RPMs must be installed on your system to build: lsb-cray-mazama-devel lsb-cray-mazama-libs Procedure 3. Building on a remote machine 1. Install the two RPMs that correspond to the client and server RPMs installed on your System Management Workstation (SMW). smw:~ # rpm -Uvh lsb-cray-mazama-devel-#.#.#-#.####.####.#.x86_64.rpm smw:~ # rpm -Uvh lsb-cray-mazama-libs-#.#.#-#.####.####.#.x86_64.rpm 2. Load the Mazama module. smw:~ # module load mazama smw:~ # S

32 Using Cray Management Services (CMS) 3. Create a makefile. The following is simply an example, you need to modify it for your application and file names. GLIB_INC=$(shell pkg-config --cflags glib-2.0) GLIB_LIB=$(shell pkg-config --libs glib-2.0) MAZMAM_INC=$(shell pkg-config --cflags mazama) MAZAMA_LIB=$(shell pkg-config --libs mazama) CFLAGS+=-Wall -g ${MAZMAM_INC} ${GLIB_INC} LDFLAGS+=-Wall -g -DCI_VERSION=\"1.2.0\" -pthread ${GLIB_LIB} LDFLAGS+${MAZAMA_LIB} CC=gcc all: mztest mztest: mztest.o $(CC) -o mztest mztest.o ${LDFLAGS} 32 S

Cray SMW 4.0.UP02 Software Release Announcement. The Cray SMW 4.0.UP02 update package is available for all Cray System Management Workstations (SMWs).

Cray SMW 4.0.UP02 Software Release Announcement. The Cray SMW 4.0.UP02 update package is available for all Cray System Management Workstations (SMWs). Cray SMW 4.0.UP02 Software Release Announcement The Cray SMW 4.0.UP02 update package is available for all Cray System Management Workstations (SMWs). PRODUCT DESCRIPTION ------------------- The Cray SMW

More information

Introduction to Cray Data Virtualization Service S 0005 3102

Introduction to Cray Data Virtualization Service S 0005 3102 TM Introduction to Cray Data Virtualization Service S 0005 3102 2008-2010 Cray Inc. All Rights Reserved. This document or parts thereof may not be reproduced in any form unless permitted by contract or

More information

MapGuide Open Source Repository Management Back up, restore, and recover your resource repository.

MapGuide Open Source Repository Management Back up, restore, and recover your resource repository. MapGuide Open Source Repository Management Back up, restore, and recover your resource repository. Page 1 of 5 Table of Contents 1. Introduction...3 2. Supporting Utility...3 3. Backup...4 3.1 Offline

More information

IBM Sterling Control Center

IBM Sterling Control Center IBM Sterling Control Center System Administration Guide Version 5.3 This edition applies to the 5.3 Version of IBM Sterling Control Center and to all subsequent releases and modifications until otherwise

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

Sophos Anti-Virus for Linux user manual

Sophos Anti-Virus for Linux user manual Sophos Anti-Virus for Linux user manual Product version: 7 Document date: January 2011 Contents 1 About this manual...3 2 About Sophos Anti-Virus for Linux...4 3 On-access scanning...7 4 On-demand scanning...10

More information

Best Practices for Deploying and Managing Linux with Red Hat Network

Best Practices for Deploying and Managing Linux with Red Hat Network Best Practices for Deploying and Managing Linux with Red Hat Network Abstract This technical whitepaper provides a best practices overview for companies deploying and managing their open source environment

More information

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide Acronis Backup & Recovery 10 Server for Linux Update 5 Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management

More information

McAfee Web Gateway 7.4.1

McAfee Web Gateway 7.4.1 Release Notes Revision B McAfee Web Gateway 7.4.1 Contents About this release New features and enhancements Resolved issues Installation instructions Known issues Find product documentation About this

More information

Cray XT System Overview S 2423 22

Cray XT System Overview S 2423 22 TM Cray XT System Overview S 2423 22 2004 2009 Cray Inc. All Rights Reserved. This document or parts thereof may not be reproduced in any form unless permitted by contract or by written permission of Cray

More information

Database Administration

Database Administration Unified CCE, page 1 Historical Data, page 2 Tool, page 3 Database Sizing Estimator Tool, page 11 Administration & Data Server with Historical Data Server Setup, page 14 Database Size Monitoring, page 15

More information

Acronis Backup & Recovery 10 Server for Linux. Installation Guide

Acronis Backup & Recovery 10 Server for Linux. Installation Guide Acronis Backup & Recovery 10 Server for Linux Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent for

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Acronis Backup & Recovery 10 Server for Linux. Installation Guide

Acronis Backup & Recovery 10 Server for Linux. Installation Guide Acronis Backup & Recovery 10 Server for Linux Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management

More information

PREPARED BY: AUDIT PROGRAM Author: Lance M. Turcato. APPROVED BY: Logical Security Operating Systems - Generic. Audit Date:

PREPARED BY: AUDIT PROGRAM Author: Lance M. Turcato. APPROVED BY: Logical Security Operating Systems - Generic. Audit Date: A SYSTEMS UNDERSTANDING A 1.0 Organization Objective: To ensure that the audit team has a clear understanding of the delineation of responsibilities for system administration and maintenance. A 1.1 Determine

More information

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Network (RHN) Satellite server is an easy-to-use, advanced systems management platform

More information

Websense Support Webinar: Questions and Answers

Websense Support Webinar: Questions and Answers Websense Support Webinar: Questions and Answers Configuring Websense Web Security v7 with Your Directory Service Can updating to Native Mode from Active Directory (AD) Mixed Mode affect transparent user

More information

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Satellite server is an easy-to-use, advanced systems management platform for your Linux infrastructure.

More information

Sophos Anti-Virus for Linux configuration guide. Product version: 9

Sophos Anti-Virus for Linux configuration guide. Product version: 9 Sophos Anti-Virus for Linux configuration guide Product version: 9 Document date: September 2015 Contents 1 About this guide...5 2 About Sophos Anti-Virus for Linux...6 2.1 What Sophos Anti-Virus does...6

More information

IceWarp to IceWarp Server Migration

IceWarp to IceWarp Server Migration IceWarp to IceWarp Server Migration Registered Trademarks iphone, ipad, Mac, OS X are trademarks of Apple Inc., registered in the U.S. and other countries. Microsoft, Windows, Outlook and Windows Phone

More information

Optimization tools. 1) Improving Overall I/O

Optimization tools. 1) Improving Overall I/O Optimization tools After your code is compiled, debugged, and capable of running to completion or planned termination, you can begin looking for ways in which to improve execution speed. In general, the

More information

Basic System. Vyatta System. REFERENCE GUIDE Using the CLI Working with Configuration System Management User Management Logging VYATTA, INC.

Basic System. Vyatta System. REFERENCE GUIDE Using the CLI Working with Configuration System Management User Management Logging VYATTA, INC. VYATTA, INC. Vyatta System Basic System REFERENCE GUIDE Using the CLI Working with Configuration System Management User Management Logging Vyatta Suite 200 1301 Shoreway Road Belmont, CA 94002 vyatta.com

More information

Implementing Failover Capabilities in Red Hat Network Satellite

Implementing Failover Capabilities in Red Hat Network Satellite Implementing Failover Capabilities in Red Hat Network Satellite By Vladimir Zlatkin Abstract This document will help you create two identical Red Hat Network (RHN) Satellites functioning in failover mode.

More information

Acronis Backup & Recovery 10 Server for Linux. Installation Guide

Acronis Backup & Recovery 10 Server for Linux. Installation Guide Acronis Backup & Recovery 10 Server for Linux Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent for

More information

Determine the process of extracting monitoring information in Sun ONE Application Server

Determine the process of extracting monitoring information in Sun ONE Application Server Table of Contents AboutMonitoring1 Sun ONE Application Server 7 Statistics 2 What Can Be Monitored? 2 Extracting Monitored Information. 3 SNMPMonitoring..3 Quality of Service 4 Setting QoS Parameters..

More information

ZENworks Adaptive Agent Reference

ZENworks Adaptive Agent Reference www.novell.com/documentation ZENworks Adaptive Agent Reference ZENworks 11 Support Pack 2 March 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use

More information

ODBC Driver User s Guide. Objectivity/SQL++ ODBC Driver User s Guide. Release 10.2

ODBC Driver User s Guide. Objectivity/SQL++ ODBC Driver User s Guide. Release 10.2 ODBC Driver User s Guide Objectivity/SQL++ ODBC Driver User s Guide Release 10.2 Objectivity/SQL++ ODBC Driver User s Guide Part Number: 10.2-ODBC-0 Release 10.2, October 13, 2011 The information in this

More information

Actualtests.C2010-508.40 questions

Actualtests.C2010-508.40 questions Actualtests.C2010-508.40 questions Number: C2010-508 Passing Score: 800 Time Limit: 120 min File Version: 5.6 http://www.gratisexam.com/ C2010-508 IBM Endpoint Manager V9.0 Fundamentals Finally, I got

More information

MRTG used for Basic Server Monitoring

MRTG used for Basic Server Monitoring MRTG used for Basic Server Monitoring SANS Institute Masters Presentation by T. Brian MRTG used for Basic Server Monitoring This presentation covers how-to instructions to establish basic server monitoring

More information

Symantec Endpoint Encryption Full Disk

Symantec Endpoint Encryption Full Disk Symantec Endpoint Encryption Full Disk Policy Administrator Guide Version 8.0.1 Copyright 2011 Symantec Corporation. All rights reserved. Symantec and the Symantec Logo are trademarks or registered trademarks

More information

Tivoli Monitoring for Databases: Microsoft SQL Server Agent

Tivoli Monitoring for Databases: Microsoft SQL Server Agent Tivoli Monitoring for Databases: Microsoft SQL Server Agent Version 6.2.0 User s Guide SC32-9452-01 Tivoli Monitoring for Databases: Microsoft SQL Server Agent Version 6.2.0 User s Guide SC32-9452-01

More information

Spectrum Technology Platform. Version 9.0. Spectrum Spatial Administration Guide

Spectrum Technology Platform. Version 9.0. Spectrum Spatial Administration Guide Spectrum Technology Platform Version 9.0 Spectrum Spatial Administration Guide Contents Chapter 1: Introduction...7 Welcome and Overview...8 Chapter 2: Configuring Your System...9 Changing the Default

More information

Avira AntiVir MailGate 3.2 Release Notes

Avira AntiVir MailGate 3.2 Release Notes Release Notes 1. Features 1.1 Assigning recipient addresses to groups either by using Active Directory or a plain text file 1.1.1 Using a Active Directory server MailGate communicates with Active Directory

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

Database Replication Error in Cisco Unified Communication Manager

Database Replication Error in Cisco Unified Communication Manager Database Replication Error in Cisco Unified Communication Manager Document ID: 100781 Contents Introduction Prerequisites Requirements Components Used Conventions Use Unifed Reports to Debug Replication

More information

Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE

Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE A P P L I C A T I O N V E R S I O N : 8. 0 Dear User! Thank you for choosing our product. We hope that this documentation will help you in your

More information

BrightStor ARCserve Backup for Linux

BrightStor ARCserve Backup for Linux BrightStor ARCserve Backup for Linux Agent for MySQL Guide r11.5 D01213-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's

More information

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Administrator s Guide P/N 300-009-573 REV. A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

Deploying the BIG-IP LTM with the Cacti Open Source Network Monitoring System

Deploying the BIG-IP LTM with the Cacti Open Source Network Monitoring System DEPLOYMENT GUIDE Deploying the BIG-IP LTM with the Cacti Open Source Network Monitoring System Version 1.0 Deploying F5 with Cacti Open Source Network Monitoring System Welcome to the F5 and Cacti deployment

More information

Auditing manual. Archive Manager. Publication Date: November, 2015

Auditing manual. Archive Manager. Publication Date: November, 2015 Archive Manager Publication Date: November, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

etrust Audit Using the Recorder for Check Point FireWall-1 1.5

etrust Audit Using the Recorder for Check Point FireWall-1 1.5 etrust Audit Using the Recorder for Check Point FireWall-1 1.5 This documentation and related computer software program (hereinafter referred to as the Documentation ) is for the end user s informational

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 Installation and Update Guide Table of contents Overview... 3 HPDM Server preparation... 3 FTP server configuration... 3 Windows Firewall settings... 3 Firewall

More information

Server Installation/Upgrade Guide

Server Installation/Upgrade Guide Server Installation/Upgrade Guide System Version 3.8 2001-2009 Echo 360, Inc. Echo360 is a trademark of Echo360, Inc. Echo360 is a registered trademark of Echo360 Inc. in Australia. All other trademarks

More information

Eventlog to Syslog v4.5 Release 4.5 Last revised September 29, 2013

Eventlog to Syslog v4.5 Release 4.5 Last revised September 29, 2013 Eventlog to Syslog v4.5 Release 4.5 Last revised September 29, 2013 This product includes software developed by Purdue University. The Eventlog to Syslog utility is a windows service originally created

More information

Importing data from Linux LDAP server to HA3969U

Importing data from Linux LDAP server to HA3969U Importing data from Linux LDAP server to HA3969U Application Notes Abstract: This document describes how to import data and records from Linux LDAP servers to Storageflex HA3969U systems, and by doing

More information

Using Secure4Audit in an IRIX 6.5 Environment

Using Secure4Audit in an IRIX 6.5 Environment Using Secure4Audit in an IRIX 6.5 Environment Overview... 3 Icons... 3 Installation Reminders... 4 A Very Brief Overview of IRIX System auditing... 5 Installing System Auditing... 5 The System Audit Directories...

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Troubleshooting. System History Log. System History Log Overview CHAPTER

Troubleshooting. System History Log. System History Log Overview CHAPTER CHAPTER 10 This section provides you will tools to help you to troubleshoot the Cisco Intercompany Media Engine server. For more information on troubleshooting the Cisco Intercompany Media Engine feature,

More information

There are numerous ways to access monitors:

There are numerous ways to access monitors: Remote Monitors REMOTE MONITORS... 1 Overview... 1 Accessing Monitors... 1 Creating Monitors... 2 Monitor Wizard Options... 11 Editing the Monitor Configuration... 14 Status... 15 Location... 17 Alerting...

More information

Oracle WebLogic Server

Oracle WebLogic Server Oracle WebLogic Server Creating WebLogic Domains Using the Configuration Wizard 10g Release 3 (10.3) November 2008 Oracle WebLogic Server Oracle Workshop for WebLogic Oracle WebLogic Portal Oracle WebLogic

More information

QStar SNMP installation, configuration and testing. Contents. Introduction. Change History

QStar SNMP installation, configuration and testing. Contents. Introduction. Change History QStar SNMP installation, configuration and testing Change History Date Author Comments February 19, 2014 Slava Initial version March 1, 2014 Slava Update April 8, 2014 Vladas Trap destination configuration

More information

readme_asm.txt -------------------------------------------------------------------- README.TXT

readme_asm.txt -------------------------------------------------------------------- README.TXT README.TXT Adaptec Storage Manager as of March 27, 2006 Please review this file for important information about issues and erratas that were discovered after completion of the standard product documentation.

More information

PetaLinux SDK User Guide. Application Development Guide

PetaLinux SDK User Guide. Application Development Guide PetaLinux SDK User Guide Application Development Guide Notice of Disclaimer The information disclosed to you hereunder (the "Materials") is provided solely for the selection and use of Xilinx products.

More information

Command Line Interface User Guide for Intel Server Management Software

Command Line Interface User Guide for Intel Server Management Software Command Line Interface User Guide for Intel Server Management Software Legal Information Information in this document is provided in connection with Intel products. No license, express or implied, by estoppel

More information

Novell ZENworks Asset Management

Novell ZENworks Asset Management Novell ZENworks Asset Management Administrative Best Practices and Troubleshooting www.novell.com APRIL 19, 2005 2 GETTING THE MOST OUT OF NOVELL ZENWORKS ASSET MANAGEMENT The award-winning asset tracking

More information

Installation Guide. McAfee VirusScan Enterprise for Linux 1.9.0 Software

Installation Guide. McAfee VirusScan Enterprise for Linux 1.9.0 Software Installation Guide McAfee VirusScan Enterprise for Linux 1.9.0 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee, the McAfee logo, McAfee Active

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Migration Tool Administration Guide

Migration Tool Administration Guide www.novell.com/documentation Migration Tool Administration Guide Open Enterprise Server 11 SP2 January 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents

More information

ESX 4 Patch Management Guide ESX 4.0

ESX 4 Patch Management Guide ESX 4.0 ESX 4 Patch Management Guide ESX 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

How to Push CDR Files from Asterisk to SDReporter. September 27, 2013

How to Push CDR Files from Asterisk to SDReporter. September 27, 2013 How to Push CDR Files from Asterisk to SDReporter September 27, 2013 Table of Contents Revision History... 3 1 Introduction... 4 2 Build Asterisk... 4 3 Configure Asterisk... 4 3.1 Load CDR Modules...

More information

SIEBEL SERVER ADMINISTRATION GUIDE

SIEBEL SERVER ADMINISTRATION GUIDE SIEBEL SERVER ADMINISTRATION GUIDE VERSION 7.5.3 JULY 2003 12-FRLK3Z Siebel Systems, Inc., 2207 Bridgepointe Parkway, San Mateo, CA 94404 Copyright 2003 Siebel Systems, Inc. All rights reserved. Printed

More information

000-420. IBM InfoSphere MDM Server v9.0. Version: Demo. Page <<1/11>>

000-420. IBM InfoSphere MDM Server v9.0. Version: Demo. Page <<1/11>> 000-420 IBM InfoSphere MDM Server v9.0 Version: Demo Page 1. As part of a maintenance team for an InfoSphere MDM Server implementation, you are investigating the "EndDate must be after StartDate"

More information

Symantec NetBackup Vault Operator's Guide

Symantec NetBackup Vault Operator's Guide Symantec NetBackup Vault Operator's Guide UNIX, Windows, and Linux Release 7.5 Symantec NetBackup Vault Operator's Guide The software described in this book is furnished under a license agreement and may

More information

Firewall Builder Architecture Overview

Firewall Builder Architecture Overview Firewall Builder Architecture Overview Vadim Zaliva Vadim Kurland Abstract This document gives brief, high level overview of existing Firewall Builder architecture.

More information

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide This document supports the version of each product listed and supports all subsequent versions until a new edition replaces

More information

Sophos Anti-Virus for Linux configuration guide. Product version: 9

Sophos Anti-Virus for Linux configuration guide. Product version: 9 Sophos Anti-Virus for Linux configuration guide Product version: 9 Document date: September 2014 Contents 1 About this guide...8 2 About Sophos Anti-Virus for Linux...9 2.1 What Sophos Anti-Virus does...9

More information

IGEL Universal Management. Installation Guide

IGEL Universal Management. Installation Guide IGEL Universal Management Installation Guide Important Information Copyright This publication is protected under international copyright laws, with all rights reserved. No part of this manual, including

More information

How To Install Acronis Backup & Recovery 11.5 On A Linux Computer

How To Install Acronis Backup & Recovery 11.5 On A Linux Computer Acronis Backup & Recovery 11.5 Server for Linux Update 2 Installation Guide Copyright Statement Copyright Acronis International GmbH, 2002-2013. All rights reserved. Acronis and Acronis Secure Zone are

More information

http://cnmonitor.sourceforge.net CN=Monitor Installation and Configuration v2.0

http://cnmonitor.sourceforge.net CN=Monitor Installation and Configuration v2.0 1 Installation and Configuration v2.0 2 Installation...3 Prerequisites...3 RPM Installation...3 Manual *nix Installation...4 Setup monitoring...5 Upgrade...6 Backup configuration files...6 Disable Monitoring

More information

Managing your Red Hat Enterprise Linux guests with RHN Satellite

Managing your Red Hat Enterprise Linux guests with RHN Satellite Managing your Red Hat Enterprise Linux guests with RHN Satellite Matthew Davis, Level 1 Production Support Manager, Red Hat Brad Hinson, Sr. Support Engineer Lead System z, Red Hat Mark Spencer, Sr. Solutions

More information

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1 The (UMT): Is a stand-alone Windows command-line application that performs migration in the granularity of a Unified ICM instance. It migrates only Unified ICM AD user accounts (config/setup and supervisors)

More information

GroundWork Monitor Open Source 5.1.0 Installation Guide

GroundWork Monitor Open Source 5.1.0 Installation Guide GroundWork Monitor Open Source 5.1 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version

More information

Also on the Performance tab, you will find a button labeled Resource Monitor. You can invoke Resource Monitor for additional analysis of the system.

Also on the Performance tab, you will find a button labeled Resource Monitor. You can invoke Resource Monitor for additional analysis of the system. 1348 CHAPTER 33 Logging and Debugging Monitoring Performance The Performance tab enables you to view the CPU and physical memory usage in graphical form. This information is especially useful when you

More information

PATROL Console Server and RTserver Getting Started

PATROL Console Server and RTserver Getting Started PATROL Console Server and RTserver Getting Started Supporting PATROL Console Server 7.5.00 RTserver 6.6.00 February 14, 2005 Contacting BMC Software You can access the BMC Software website at http://www.bmc.com.

More information

Tivoli Log File Agent Version 6.2.3 Fix Pack 2. User's Guide SC14-7484-03

Tivoli Log File Agent Version 6.2.3 Fix Pack 2. User's Guide SC14-7484-03 Tivoli Log File Agent Version 6.2.3 Fix Pack 2 User's Guide SC14-7484-03 Tivoli Log File Agent Version 6.2.3 Fix Pack 2 User's Guide SC14-7484-03 Note Before using this information and the product it

More information

Adaptec Event Monitor Utility. User s Guide

Adaptec Event Monitor Utility. User s Guide Adaptec Event Monitor Utility User s Guide 2 Copyright Copyright 2013 PMC-Sierra, Inc. All rights reserved. The information in this document is proprietary and confidential to PMC-Sierra, Inc., and for

More information

Installation Manual v2.0.0

Installation Manual v2.0.0 Installation Manual v2.0.0 Contents ResponseLogic Install Guide v2.0.0 (Command Prompt Install)... 3 Requirements... 4 Installation Checklist:... 4 1. Download and Unzip files.... 4 2. Confirm you have

More information

The Evolution of Cray Management Services

The Evolution of Cray Management Services The Evolution of Cray Management Services Tara Fly, Alan Mutschelknaus, Andrew Barry and John Navitsky OS/IO Cray, Inc. Seattle, WA USA e-mail: {tara, alanm, abarry, johnn}@cray.com Abstract Cray Management

More information

User Guidance. CimTrak Integrity & Compliance Suite 2.0.6.19

User Guidance. CimTrak Integrity & Compliance Suite 2.0.6.19 CimTrak Integrity & Compliance Suite 2.0.6.19 Master Repository Management Console File System Agent Network Device Agent Command Line Utility Ping Utility Proxy Utility FTP Repository Interface User Guidance

More information

TSM Studio Server User Guide 2.9.0.0

TSM Studio Server User Guide 2.9.0.0 TSM Studio Server User Guide 2.9.0.0 1 Table of Contents Disclaimer... 4 What is TSM Studio Server?... 5 System Requirements... 6 Database Requirements... 6 Installing TSM Studio Server... 7 TSM Studio

More information

Exam Name: IBM InfoSphere MDM Server v9.0

Exam Name: IBM InfoSphere MDM Server v9.0 Vendor: IBM Exam Code: 000-420 Exam Name: IBM InfoSphere MDM Server v9.0 Version: DEMO 1. As part of a maintenance team for an InfoSphere MDM Server implementation, you are investigating the "EndDate must

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

Networking Best Practices Guide. Version 6.5

Networking Best Practices Guide. Version 6.5 Networking Best Practices Guide Version 6.5 Summer 2010 Copyright: 2010, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted in any form

More information

CA Nimsoft Monitor Snap

CA Nimsoft Monitor Snap CA Nimsoft Monitor Snap Configuration Guide for IIS Server Monitoring iis v1.5 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change

More information

Server Manager Help 10/6/2014 1

Server Manager Help 10/6/2014 1 Server Manager Help 10/6/2014 1 Table of Contents Server Manager Help... 1 Getting Started... 7 About SpectorSoft Server Manager... 8 Client Server Architecture... 9 System Requirements... 10 Screencasts...

More information

CA arcserve Unified Data Protection Agent for Linux

CA arcserve Unified Data Protection Agent for Linux CA arcserve Unified Data Protection Agent for Linux User Guide Version 5.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as

More information

CHANGES IN GECS 3.50 PACKAGES

CHANGES IN GECS 3.50 PACKAGES CHANGES IN GECS 3.50 PACKAGES GECS version 3.50 started shipping January 20 th, 2005. You can find the date of the last GECS package installed by looking in the file named PKGDATE.TXT located in your GECS

More information

Cloud.com CloudStack 2.1.3 Release Notes

Cloud.com CloudStack 2.1.3 Release Notes Cloud.com CloudStack 2.1.3 Release Notes September, 2010 1 Specifications are subject to change without notice. The Cloud.com logo, Cloud.com, Hypervisor Attached Storage, HAS, Hypervisor Aware Network,

More information

VMware vcenter Log Insight Security Guide

VMware vcenter Log Insight Security Guide VMware vcenter Log Insight Security Guide vcenter Log Insight 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Workflow Templates Library

Workflow Templates Library Workflow s Library Table of Contents Intro... 2 Active Directory... 3 Application... 5 Cisco... 7 Database... 8 Excel Automation... 9 Files and Folders... 10 FTP Tasks... 13 Incident Management... 14 Security

More information

DB Audit Expert 3.1. Performance Auditing Add-on Version 1.1 for Microsoft SQL Server 2000 & 2005

DB Audit Expert 3.1. Performance Auditing Add-on Version 1.1 for Microsoft SQL Server 2000 & 2005 DB Audit Expert 3.1 Performance Auditing Add-on Version 1.1 for Microsoft SQL Server 2000 & 2005 Supported database systems: Microsoft SQL Server 2000 Microsoft SQL Server 2005 Copyright SoftTree Technologies,

More information

Dell NetVault Bare Metal Recovery for Dell NetVault Backup Server 10.5. User s Guide

Dell NetVault Bare Metal Recovery for Dell NetVault Backup Server 10.5. User s Guide Dell NetVault Bare Metal Recovery for Dell NetVault Backup Server 10.5 User s Guide Copyright 2015 Dell Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual

More information

How To Migrate To Redhat Enterprise Linux 4

How To Migrate To Redhat Enterprise Linux 4 Migrating to Red Hat Enterprise Linux 4: Upgrading to the latest Red Hat release By Donald Fischer Abstract Red Hat Enterprise Linux subscribers may choose to deploy any of the supported versions of the

More information

System Monitoring and Diagnostics Guide for Siebel Business Applications. Version 7.8 April 2005

System Monitoring and Diagnostics Guide for Siebel Business Applications. Version 7.8 April 2005 System Monitoring and Diagnostics Guide for Siebel Business Applications April 2005 Siebel Systems, Inc., 2207 Bridgepointe Parkway, San Mateo, CA 94404 Copyright 2005 Siebel Systems, Inc. All rights reserved.

More information

IBM Tivoli Storage Manager for Databases Version 7.1.3. Data Protection for Microsoft SQL Server Messages IBM

IBM Tivoli Storage Manager for Databases Version 7.1.3. Data Protection for Microsoft SQL Server Messages IBM IBM Tivoli Storage Manager for Databases Version 7.1.3 Data Protection for Microsoft SQL Server Messages IBM IBM Tivoli Storage Manager for Databases Version 7.1.3 Data Protection for Microsoft SQL Server

More information

System Administration Guide

System Administration Guide www.novell.com/documentation System Administration Guide Data Synchronizer 1.2 August 22, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this

More information

NMS300 Network Management System

NMS300 Network Management System NMS300 Network Management System User Manual June 2013 202-11289-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.

More information

Maintaining Non-Stop Services with Multi Layer Monitoring

Maintaining Non-Stop Services with Multi Layer Monitoring Maintaining Non-Stop Services with Multi Layer Monitoring Lahav Savir System Architect and CEO of Emind Systems lahavs@emindsys.com www.emindsys.com The approach Non-stop applications can t leave on their

More information

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com Monitor Print Popup for Mac Product Manual www.monitorbm.com Monitor Print Popup for Mac Product Manual Copyright 2013 Monitor Business Machines Ltd The software contains proprietary information of Monitor

More information