Server Management Agent for Linux User s Guide. Server Management 2.0 and Higher

Size: px
Start display at page:

Download "Server Management Agent for Linux User s Guide. Server Management 2.0 and Higher"

Transcription

1 Server Management Agent for Linux User s Guide Server Management 2.0 and Higher March 2008

2 .

3 unisys imagine it. done. Server Management Agent for Linux User s Guide Server Management 2.0 and Higher March

4 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product or related information described herein is only furnished pursuant and subject to the terms and conditions of a duly executed agreement to purchase or lease equipment or to license software. The only warranties made by Unisys, if any, with respect to the products described in this document are set forth in such agreement. Unisys cannot accept any financial or other responsibility that may be the result of your use of the information in this document or software material, including direct, special, or consequential damages. You should be very careful to ensure that the use of this information and/or software material complies with the laws, rules, and regulations of the jurisdictions with respect to which it is used. The information contained herein is subject to change without notice. Revisions may be issued to advise of such changes and/or additions. Notice to U.S. Government End Users: This is commercial computer software or hardware documentation developed at private expense. Use, reproduction, or disclosure by the Government is subject to the terms of Unisys standard commercial license for the products, and where applicable, the restricted/limited rights provisions of the contract data rights clauses. Unisys is a registered trademark of Unisys Corporation in the United States and other countries. All other brands and products referenced in this document are acknowledged to be the trademarks or registered trademarks of their respective holders.

5 Trademarks and copyright * Linux is a registered trademark of Linus Torvalds in the United States and other countries. * Red Hat is a registered trademark or trademark of Red Hat, Inc. in the United States or in the other countries. * VMware and ESX Server are registered trademarks or trademarks of VMware, Inc. * All other product and company names are trademarks or registered trademarks of their respective owners. Names used in sample application are all fictitious. They are not related to the names of real products, corporations, or people i

6 ii

7 CONTENTS 1. Products Overview: Server Management Manager & Server Management Agent Detection of Server Failures Management of Server Operating Statuses Central Management of Distributed Servers Installation Preparation before Setup Installation procedure Uninstallation procedure Silent Installation Monitoring Functions General Properties CPU Load Monitoring Syslog Monitoring Storage Monitoring File System Monitoring Network (LAN) Monitoring Report Setting Function Flow of Report Setting Base Setting Setting of Report Method Other Setting Destination Setting Changing the Setting of Destination IDs Adding Destination IDs Agent Events Setting Setting Destination (Agent Event) Syslog Events Setting Setting Destination (Syslog Event) Adding of Syslog Monitoring Event Sources Adding of Syslog Monitoring Events Deleting of Syslog Monitoring Event Sources Deleting of Syslog Monitoring Events Appendix A NOTE iii

8 iv

9 1. Products Overview: Server Management Manager & Server Management Agent Server Management Manager and Server Management Agent are software packages for server management aimed at the stable operation and the efficient management of servers. This software tracks configuration information and operation statuses of the server resources, detects server failures, and reports the alert to the system administrator, to prevent or quickly respond to such failures. Importance of server management To ensure stable server operations, you need to reduce the workload for server management. Stable server operations Server shutdowns directly lead to a loss of your business opportunities and profits. Therefore, you always need to ensure complete operations. In case of a server failure, you will have to notice it as early as possible to track down the cause and take necessary measures. If you quickly recover the system from the failure, you ll be able to minimize profit (cost) losses. Reduction of the workload for server management It takes a large workforce to manage servers, especially in a large system or when using servers in a remote location. Reduction of the workload for server management leads to cost reduction. What are Server Management Manager and Server Management Agent? Server Management Manager and Server Management Agent are server management software packages that manage and monitor servers on the network. If you introduce this software, you will be able to obtain/manage/monitor information on configuration, performance, and failures. In addition, you will be able to notice a failure by notification from the reporting function on a real-time basis. Effectiveness of Server Management Manager and Server Management Agent Server Management Manager and Server Management Agent are very effective for various needs within a system environment that is getting increasingly diversified and complicated. Detection of server failures Server Management Agent collects a variety of failure information and checks system statuses. When it detects an abnormality, it reports the alert to Server Management Manager. Prevention of server failures Server Management Agent supports a preventive maintenance function that predicts failure occurrences. Central management of distributed servers Server Management Manager offers GUI interfaces that allow you to efficiently manage servers distributed on a network

10 1.1. Detection of Server Failures Server Management Manager and Server Management Agent detect an abnormality that can lead to a failure at an early stage and send failure information to the administrator immediately. In case of a failure, Server Management Agent detects it and reports the alert to Server Management Manager. Then, Server Management Manager displays the received alert in the Alert Viewer and changes the status colors of the server or its components so that you can identify the failure location at a glance. Furthermore, you can respond to failures quickly by referring to the description of the failures and the appropriate actions

11 1.2. Management of Server Operating Statuses Server Management Agent manages and monitors various server components. You can use Server Management Manager s Data Viewer to access information that is managed and monitored by Server Management Agent

12 1.3. Central Management of Distributed Servers Server Management Manager provides outstanding GUIs to centrally manage distributed servers on the network. Its Explorer-style screen displays components in a hierarchical manner so that you can manage servers efficiently. Central management of servers To manage servers, Server Management Manager uses the following types of GUIs: Operation Window It creates and manages a map of servers connected on a network. You can make hierarchical maps based on setup locations, organizations, or purposes. DataViewer It displays server resource components in an Explorer style. It changes the status colors of abnormal server components so that you can easily identify failure locations. Alert Viewer It manages failure alerts from all servers in a unified manner. It receives alerts immediately when a failure occurs in a server so that you can notice any failure on the network instantaneously

13 2. Installation 2.1. Preparation before Setup 1. Check necessary packages The following packages are needed to use Server Management Agent. If there are any packages that are not installed, install them. [SUSE LINUX Enterprise Server9 SP3] and [SUSE LINUX Enterprise Server10] - net-snmp (a) - net-snmp-devel (a) - newt (b) - newt-devel (b) - portmap - slang - slang-devel - compat-libstdc++ (a) The net-snmp and net-snmp-devel package require a version (b) The newt and newt-devel package require a version higher than [Red Hat Enterprise Linux AS 4 Update3 or more] and [Red Hat Enterprise Linux AS 5] - net-snmp - net-snmp-devel - net-snmp-utils - newt - newt-devel - portmap - slang - slang-devel - compat-libstdc++ [VMware ESX Server 3] - net-snmp - net-snmp-utils - newt - portmap - slang - compat-libstdc++ 2. Environment settings of snmpd Modify the environment setting file of snmpd (snmpd.conf) to set a community privilege to "READ WRITE. Edit the environment setting file using vi commands, etc. For details of the settings, see the online manual for snmpd.conf

14 The path for the snmpd.conf file is different depending on your distribution. SLES9, SLES10 : /etc/snmpd.conf RHEL4, RHEL5, VMware ESX Server 3 : /etc/snmp/snmpd.conf 3. snmpd start setting Execute the following command so that the snmpd service starts automatically. # /sbin/chkconfig snmpd on 4. portmap start setting Execute the following command so that the portmap service starts automatically. # /sbin/chkconfig portmap on Execute the following command to start portmap. # /etc/init.d/portmap start 5. Setting firewall When the firewall is enabled, you need to open ports used by Server Management Manager and Agent. Refer to "7. Ports used by Server Management Manager and Agent" in section "5. Notes" for details of the setting. 6. Setting SELinux (RHEL4 and RHEL5) Server Management Agent uses snmpd. Execute the following commands and disable the limitation of snmpd if SELinux is enabled. # setsebool -P snmpd_disable_trans 1 # /etc/init.d/snmpd restart Confirm the status of SELinux is "enabled" by executing the sestatus command. # sestatus -v SELinux status: enabled : :

15 2.2. Installation procedure The following describes the procedures for installing the Server Management Agent alone. For the installation procedures as a part of the Unisys Server Management System, refer to the Server Management 2.0 Installation and Configuration Guide ( ). 1. Log in to the system as the root user. 2. Set the installation CD-ROM to the CD-ROM drive. 3. Execute the following command to mount the CD-ROM. In this example, the mount point is assumed to be "/media/dvdrecorder. # mount /media/dvdrecorder 4. Execute the following command to install the package. The command that you execute is different depending on your distribution. Except the ES3000 on SLES9, SLES10, RHEL4, RHEL5 # /media/dvdrecorder/sma/linux/smainst.sh -i Except the ES3000 on VMware ESX Server 3 # /media/dvdrecorder/sma/linux/smainst_vmware.sh -i For the ES3000 on SLES9, SLES10, RHEL4, RHEL5 # /media/dvdrecorder/sma/linux/smainst.sh -ip For the ES3000 on VMware ESX Server 3 # /media/dvdrecorder/sma/linux/smainst_vmware.sh -ip 5. Execute the following command to unmount the CD-ROM. # umount /media/dvdrecorder 6. Execute the following command and confirm whether the package was correctly installed. Except the ES3000 # rpm -qa grep Esmpro-common For the ES3000 # rpm -qa grep Esmpro-common # rpm -qa grep Esmpro-type3 7. Execute the following commands for setting up system information. (Product name, model name, and chassis type) # cd /opt/nec/esmpro_sa/tools #./sethwinf 8. Restart Server Management Agent. # sync # /opt/nec/esmpro_sa/bin/esmrestart

16 2.3. Uninstallation procedure 1. Log in to the system as the root user. 2. Execute the following commands to uninstall the package: Except the ES3000 # rpm -e Esmpro-common # sync For the ES3000 # rpm -e Esmpro-type3 # rpm -e Esmpro-common # sync 3. Execute the following commands and confirm whether the package is correctly uninstalled. Except the ES3000 # rpm -qa grep Esmpro-common For the ES3000 # rpm qa grep Esmpro-type3 # rpm qa grep Esmpro-common If no result is returned, the package was correctly uninstalled. The snmpd service has been stopped after uninstalling the package of Server Management Agent. Start the snmpd service manually

17 2.4. Silent Installation The Server Management Agent setup program supports the silent installation. Set Up Program Directory To set up Server Management Agent, the files that are stored in the following directory in the installation CD-ROM are needed. /SMA/LINUX the directory that contains the Server Management Agent setup program (smainst.sh or smainst_vmware.sh). Installation To perform the silent installation, you should execute the following three steps. Step 1. Editing nechwid file (In Case of ES3000, Go to Step2) Copy /SMA/LINUX/nechwid included on the CD-ROM to HDD and edit it. The nechwid file has the following default settings. Item Default value Note Server Name 'Other' Vendor Name 'Other' Chassis Type FF Other type 1. Server Name You can set the server name of the target server. You can replace 'Other' strings. Specify it within 79 alphanumeric characters. The strings are displayed on the Data Viewer of Server Management Manager. Section ProductName Value (default) Other 2. Vendor Name You can set the vendor name of the target server. You can replace 'Other' strings. Specify it within 79 alphanumeric characters. The strings are displayed the Data Viewer of Server Management Manager. Section Manufacturer Value (default) Other

18 3. Chassis Type You can set the chassis type of the target server. Select one of the following, and set it: Parameter Mean 01 Rack mount 05 Full Tower 06 Desktop FF Other The chassis image bitmap is displayed on the Data Viewer of Server Management Manager. Section Value (default) Note Type FF Other type Step 2. Run setup program Execute the following command to run the setup program. The command that you execute is different depending on your distribution. Except the ES3000 on SLES9, SLES10, RHEL4, RHEL5 # {full path}/smainst.sh -i -f "<full path>/nechwid" Except the ES3000 on VMware ESX Server 3 # {full path}/smainst_vmware.sh -i -f "<full path>/nechwid" For the ES3000 on SLES9, SLES10, RHEL4, RHEL5 # {full path}/smainst.sh -ip For the ES3000 on VMware ESX Server 3 # {full path}/smainst_vmware.sh ip {full path} : The directory which stored the smainst.sh or the smainst_vmware.sh program <full path> : The directory which stored the edited nechwid file Step 3. Restart Server Management Agent Execute the following commands and restart Server Management Agent for the change to take effect. # sync # /opt/nec/esmpro_sa/bin/esmrestart

19 Uninstallation To perform the silent uninstallation, you should execute the following procedure. To uninstall the program Execute the following commands to uninstall the program. The command that you execute is different depending on your distribution. For SLES9, SLES10, RHEL4, RHEL5 # {full path}/smainst.sh -e For VMware ESX Server 3 # {full path}/smainst_vmware.sh -e {full path} : The directory which stored the smainst.sh or the smainst_vmware.sh program The snmpd service has been stopped after uninstalling of Server Management Agent. Start the snmpd service manually

20

21 3. Monitoring Functions This section explains the monitoring function that Server Management Agent offers. To change the setting of each monitoring function, use the Control Panel (ESMagntconf). Method of starting the Control Panel (ESMagntconf) On VMware ESX Server 3, execute the following command and change the value of the LANG environment variable temporarily before starting the Control Panel (ESMagntconf). # export LANG=en_US 1. Log in to the system as the root user. 2. Move to the directory where Server Management Agent is installed. # cd /opt/nec/esmpro_sa 3. Move to the directory where ESMagntconf is stored. # cd bin 4. Start the Control Panel (ESMagntconf). #./ESMagntconf

22 3.1. General Properties Settings From the [General Properties] screen, you can set the following information. To display the [General Properties] screen, select "General" on the Control Panel (ESMagntconf). Enable the Manager to modify SNMP Setting "Enable the Manager to modify SNMP Setting" specifies whether the Server Management Manager can modify server operation parameters via SNMP. When checked, it is enabled. When not checked, it is disabled. (Set using the space key.) SNMP Community Select the community name that Server Management Agent uses to collect information on the local machine. The community name displayed in the list is the community name registered in SNMP environmental configuration file (snmpd.conf). (Select using the "UP/DOWN" arrow keys.) Select a community name that has the privilege to read from localhost. Rack Name The rack name can be set when the server is a rack mount type. It is possible to manage each rack by setting the rack name. The maximum length of the rack name is 63 characters, and you can use A-Z, a-z, 0-9, '.', '_' or '-'

23 3.2. CPU Load Monitoring Functions When Server Management Agent detects a high-loaded CPU, it will issue a message to the syslog and will report the alert to Server Management Manager. With Server Management Manager s DataViewer, you can check which CPU has unusual usage. Since the function monitors load statuses either by individual CPUs or CPU total, you can monitor a server as one package regardless of the individual CPUs. Settings From the [CPU Load] screen, you can set the following information. To display the [CPU Load] screen, select "CPU" on the Control Panel (ESMagntconf). CPU load monitoring is not performed at the default settings. If you need to monitor the CPU load, change the settings to perform monitoring. You do not have to change threshold values of the CPU load rates. Although you may specify any values, the threshold values near the current values could cause the Agent to issue alerts frequently. When you change CPU load values, be careful not to cause alerts to be issued frequently due to the setting of the values. Sample Interval(s) Specify the CPU load monitoring cycle. Sample Interval can be set to 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, or 60 seconds. (Select using the "UP/DOWN" arrow keys.) The default value is 10 seconds. Utilization Rate Specify the utilization rate of the CPU load monitoring. Utilization Rate can be set to load for 1 min, 5 min, 30 min, 1 hour, 1 day, or 1 week. (Select using the "UP/DOWN" arrow keys.) The default value is 1 minute. CPU s Item Select the CPU (individual or total CPU) for which you want to set the threshold. (Select using the "UP/DOWN" arrow keys.) Enable Threshold To enable the monitoring function of the CPU load factor, check this field. (Set using the space key.) The threshold can only be set when checked

24 Threshold Set the warning and fatal thresholds. The default values of warning and fatal thresholds are as follows. Monitoring Item Fatal(Report) Fatal(Reset) Warning(Report) Warning(Reset) CPU load factor (%) Fatal: The Report field specifies the high CPU load limit that generates a fatal alert. The Fatal alert is reset when the CPU load decreases to lower than the threshold in the Reset field. Warning: This is similar to the fatal fields, except a warning alert is generated or reset. When the CPU load exceeds the amount in the Report field, a Warning alert is generated. The Warning alert is reset when the CPU load decreases to lower than the threshold in the Reset field

25 3.3. Syslog Monitoring Functions Server Management Agent monitors, based on the key word, a monitoring event logged to syslog and then reports the content of the event to Server Management Manager. You can add new event sources and monitoring events and delete unnecessary event sources and monitoring events, according to the system environment. Server Management Agent can monitor the messages logged into syslog by other applications and report the messages to Server Management Manager. Settings From the [Syslog Properties] screen, you can set the following information. To display the [Syslog Properties] screen, select "Syslog" on the Control Panel (ESMagntconf). Refer to "4.5. Syslog Event Setting" for how to add/delete syslog monitoring events. Server Management Agent monitors the syslog "/var/log/messages. Monitor Interval Specify the monitoring interval of Syslog event monitoring. The range is 10 to 3600 seconds. The default value is 300 seconds

26 3.4. Storage Monitoring Functions Server Management Agent prevents some possible troubles by using the function "Hard disk prefailure prediction." "Hard disk prefailure prediction" judges whether there might be a problem if you continue to use the hard disk. When some problems are detected, it will issue a message to the syslog and will report the alert to Server Management Manager. Because the failing hard disk, where the error incidence is high, can be recognized before the hard disk actually breaks down, you can do a preventive exchange. Server Management supports "Hard disk prefailure prediction" using S.M.A.R.T. (Self-Monitoring, Analysis and Reporting Technology). S.M.A.R.T. is a function used by a hard disk to monitor several items by itself. A hard disk gives an alert to Server Management Manager when the hard disk itself predicts a potential serious problem. 1) Only a single hard disk is monitored. 2) The storage devices that are not the SCSI/IDE connections are not monitored, such as USB. 3) The storage monitoring is not supported when the OS or HDD device does not support a S.M.A.R.T function. Settings From the [Storage Properties] screen, you can change the Sample Interval of Storage Monitoring Service, mode of hard disk prefailure prediction function, and can reset the status of an exchanged hard disk. To display the [Storage Properties] screen, select "Storage" on the Control Panel (ESMagntconf). Sample Interval(s) Specify the sampling interval. The range is 1 to 3600 seconds. The default value is 60 seconds. When you press [Default], the sample interval will be set to the default value

27 HD Prefailure Prediction To enable the monitoring function of the HD Prefailure Prediction, check this field. (Set using the space key.) This field is checked by default. You cannot set the mode of each hard disk individually. All hard disks work in the same mode with the mode of hard disk prefailure prediction turned on or off. Reset Status Device (HD) Select a hard disk that needs to be reset. (Select using the "UP/DOWN" arrow keys.) [Reset Status] Reset the status information of the hard disk selected in "Device (HD). (For instance, use this button when you exchange hard disks.) When you replace a hard disk, you have to reset the status information to monitor the new disk. The procedure for adding a storage monitoring device Server Management Agent supports storage monitoring. The following are the main functions of storage monitoring. Management of configuration information for the storage devices connected to SCSI or IDE. Hard Disk, CD-ROM, a TAPE device, an optical memory device, etc., are contained in a storage device. By default, these storage monitoring functions manage the devices that can be identified as IDE devices by the OS. If you want to add the other devices to the management object of storage monitoring, you must change the setting of the management object. Refer to the following process. 1. Investigate the device driver name of the SCSI or IDE controller connected with the storage devices that you want to manage. 2. Execute the following command to stop ESMstrg service: # /etc/init.d/esmstrg stop 3. Open the following file using vi command, etc. /opt/nec/esmpro_sa/data/storage.inf

28 4. Add the device driver name (you investigated in step 1) to the [Management Port] section in "storage.inf" For example In the case of adding the adp94xx driver. [Management Port] [Management Port] adp94xx 5. Add the device driver name to the [Diagnostic Port] section. 6. Close the "storage.inf. 7. Execute the following command to start ESMstrg service: # /etc/init.d/esmstrg start 8. Check the below items. "ESMstrg" has started normally. The additional devices wanted for monitoring are displayed in DataViewer. In case the monitoring device is a hard disk, the "Status" item displays "Device is Normal" on the [HardDisk] - [General] Information View in DataViewer

29 3.5. File System Monitoring Functions This function monitors the file system s free space based on the free disk space (MB). When Server Management Agent detects space shortages, it will issue a message to the syslog and report the alert to Server Management Manager. With the Server Management Manager s DataViewer, you can check which drive is short of free space. Settings From the [File System] screen, you can set the following information. To display the [File System] screen, select "File System" on the Control Panel (ESMagntconf). 1) You cannot monitor the network drives and the file system on removable drives (such as CD-ROMs). 2) You cannot monitor a file system of less than 100 MB. Sample Interval(s) Specify the sampling interval. The range is 1 to 3600 seconds. The default value is 60 seconds. When you press [Default], the sample interval will be set to the default value. Filesystem Select a file system to change threshold and/or monitoring mode. (Select using the "UP/DOWN" arrow keys.) Disable Threshold When checked, the free space of the file system is not monitored. (Set using the space key.) Enable Threshold (The amount of free bytes) When checked, the free space of the file system is monitored. (Set using the space key.) The threshold can only be set when checked. This field is checked by default. Threshold Set the warning and fatal thresholds. The default values of warning and fatal thresholds are as follows. When you press [Default], the thresholds will be set to default values. Monitoring Item Fatal Warning Free space (unit: MB) 1 percent of the capacity 10 percent of the capacity

30 3.6. Network (LAN) Monitoring Functions If there are many abandoned or error packets during a unit time (monitoring interval), the LAN monitoring function will determine that some failure has occurred in the network, issue a message to the syslog, and report the alert to Server Management Manager. The function checks LAN-related failures based on its percentage in relation to all packets sent/received during a monitoring interval. Therefore, there is a possibility that a message is registered due to a temporary increase in load. However, if such a condition is recovered immediately, there will be no problem. If it is not recovered immediately or such failures occur frequently, check the network environment including hardware and distribute the load. By default, the LAN monitoring function is off. If you want to monitor the LAN devices, you must change the setting of ESMlan daemon. Refer to the following process. 1. Execute the following command and set up so that the ESMlan service starts automatically. # /sbin/chkconfig ESMlan on 2. Start ESMlan service. # /etc/init.d/esmlan start Settings From the [LAN Properties] screen, you can set the following information. To display the [LAN Properties] screen, select "LAN" on the Control Panel (ESMagntconf). Sample Interval(s) Specify the sampling interval. The range is 1 to 3600 seconds. The default value is 180 seconds. Network Hardware Error (%) Specify the threshold of the percentage of Network Hardware error in total transmission and reception packets per monitoring cycle. Specify 0 when you want a report as soon as the error is detected. When the network cable is pulled out or the HUB power switch is off, a Network Hardware error occurs. Each error occurs for the following reasons. Error Reason Alignment Errors Broken packets for collision FCS Errors Broken packets for collision Carrier Sense Errors Cable disconnected, Cable defect, or Transceiver defect The range is 0 to 100 percent. The default value is 50 percent

31 Transmission Retry (%) Specify the threshold of the percentage of collision and delay packets in total transmission packets per monitoring cycle. Transmission Retry will occur when the server is under the high network load. The range is 10 to 50 percent. The default value is 35 percent. Transmission Abort (%) Specify the threshold of the percentage of packets disposed due to excess collisions errors, etc., in total transmission packets per monitoring cycle. Transmission Abort will occur when the server is under the high network load. The range is 10 to 50 percent. The default value is 35 percent

32

33 4. Report Setting Function This section explains the report setting for where and when an event is to be reported. To change the report setting, use the Control Panel (ESMamsadm). Method of starting the Control Panel (ESMamsadm) On VMware ESX Server 3, execute the following command and change the value of the LANG environment variable temporarily before starting the Control Panel (ESMamsadm). # export LANG=en_US 1. Log in to the system as the root user. 2. Move to the directory where Server Management Agent is installed. # cd /opt/nec/esmpro_sa 3. Move to the directory where ESMamsadm is stored. # cd bin 4. Start the Control Panel (ESMamsadm). #./ESMamsadm

34 4.1. Flow of Report Setting To report the alert by using SNMP as the report method When Server Management Agent was installed, the setting to report the alert by using SNMP as the report method for monitor events was almost completely established. The report preparation is completed by setting the IP address of Server Management Manager for the base setting. Refer to " Base Setting of Manager (SNMP)" for details of the setting. To report the alert by using the report methods other than SNMP 1. Perform the Base Setting. (Base Setting) Refer to " Base Setting of Manager (TCP_IP In-Band)" for the basic setting to report the alert by using TCP_IP In-Band as the report method. Refer to " Base Setting of Manager (TCP_IP Out-of-Band)" for the basic setting to report the alert by using TCP_IP Out-of-Band as the report method. 2. Set the list of report destinations. (Destination Setting) Refer to " Address Setting when Manager (TCP_IP In-Band) is used as a report method" for the address setting to report the alert by using TCP_IP In-Band as a report method. Refer to " Address Setting when Manager (TCP_IP Out-of-Band) is used as a report method" for the address setting to report the alert by using TCP_IP Out-of-Band as a report method. 3. Set monitor events and associate monitor events with report destinations. (Agent Event Setting, Syslog Event Setting) Agent Events are monitor events that Server Management Agent originally detects. Syslog Events indicate monitor events that the Syslog monitoring function detects

35 4.2. Base Setting Here you set enabling/disabling reporting methods, trap destinations of Manager Report (SNMP), enabling/disabling the shutdown function in the event of an error, and waiting time before the shutdown. When you disable a reporting method, the method will not perform reporting for any monitoring items. When you disable the shutdown function, the remote shutdown function from Server Management Manager will be disabled, and the shutdown/reboot function as the action after reporting will also be disabled. Select "Base Setting" on the Control Panel (ESMamsadm) and the [Base Setting] screen opens. Report The list of report methods is displayed. Other The list of the other settings is displayed. [close] Closes the [Base Setting] screen

36 Setting of Report Method Enable/Disable reporting methods and set the trap destinations of Manager Report (SNMP). Base Setting of Manager (SNMP) Enable/Disable Manager Report (SNMP) and set the trap destinations for this method. Select "Manager (SNMP)" on the [Base Setting] screen, then the [SNMP Trap Setting] screen opens. Enable the function Enable/Disable Manager Report (SNMP). When checked, it is active. (Set using the space key.) Trap Destination IP The list of IP addresses of the system in which Server Management Manager is installed and is specified as the destination is displayed. [Add] New IP address is added to the "Trap Destination IP. [Remove] IP address selected from the "Trap Destination IP" is deleted. [ok] Settings are saved and this screen closes. [cancel] This screen closes without saving changes. The destination for the trap sent from Server Management Agent should be added to "Trap Destination IP" on the [SNMP Trap Setting] screen. Server Management Agent does not use the trap destination set in snmpd.conf. (In other words, the trap sent from Server Management Agent is not sent to the destination set in snmpd.conf.)

37 Base Setting of Manager (TCP_IP In-Band) Enable/Disable Manager Report (TCP_IP In-Band). Select "Manager (TCP_IP In-Band)" on the [Base Setting] screen and the [Enable/Disable] screen opens. Enable the function Enable/Disable Manager (TCP_IP In-Band). When checked, it is active. (Set using the space key.) [ok] Settings are saved and this screen closes. [cancel] This screen closes without saving changes. Base Setting of Manager (TCP_IP Out-of-Band) Enable/Disable Manager Report (TCP_IP Out-of-Band). Select "Manager (TCP_IP Out-of-Band)" on the [Base Setting] screen and the [Enable/Disable] screen opens. Enable the function Enable/Disable Manager (TCP_IP Out-of -Band). When checked, it is active. (Set using the space key.) [ok] Settings are saved and this screen closes. [cancel] This screen closes without saving changes. When you use Manager Report (TCP_IP Out-of-Band), make sure to select "Permit discretionary authentication including clear text" for the encryption setting in the RAS (Remote Access Service) setting on the Server Management Manager side

38 Other Setting Specify the time that elapses before shutdown. Select "Shutdown Delay" on the [Base Setting] screen and the [Shutdown Setting] screen opens. Enable the function Enable/Disable the shutdown function. When checked, it is active. (Set using the space key.) Shutdown Delay The range is 0 to 1800 seconds. The default value is 20 seconds. If you specified "Shutdown" for "Action After Report," or the shutting down request from Server Management Manager has occurred, the shutdown is started after the time set here has passed. [ok] Settings are saved and this screen closes. [cancel] This screen closes without saving changes

39 4.3. Destination Setting Here you will change, add and/or delete destination IDs. Select "Destination ID Setting" on the Control Panel (ESMamsadm) and the [Destination ID Setting] screen opens. ID Name The list of the registered Destination IDs is displayed. Message Method: Address: The report method of the ID selected from "ID Name" is displayed. The address information of the ID selected from "ID Name" is displayed. [Add...] New Destination ID is added. Press this button to open the [ID Setting] screen. If you have registered a Destination ID that has different destinations using the same reporting method, you can send messages to multiple addresses with this method. [Modify...] Press to modify the setting of the Destination ID selected from "ID Name. [Delete...] The Destination ID selected from "ID Name" is deleted. "SNMP, "TCP_IP IN-BAND" and "TCP_IP OUT-OF-BAND" are set as the default. You cannot delete them. When you delete a Destination ID, it will also be deleted from events to be monitored. [close] Closes the [Destination ID Setting] screen

40 Changing the Setting of Destination IDs Change the setting of Destination IDs registered in the list. Select the Destination ID you want to change from "ID Name" on the [Destination ID Setting] screen and press [Modify...] to open the [ID Setting] screen. The setting steps are different by the report methods. [Setting Method] Press [Address...] and [Schedule...] to set where and when to report. 1) While modifying the settings, you cannot modify "ID" and "Method. (read only) 2) When "Manager (SNMP)" has been selected as the "Method, even if [Address...] is pressed, the address setting screen is not displayed because it is not necessary to set the address. Address Setting when Manager (TCP_IP In-Band) is used as a report method When [Address...] is pressed when "Manager (TCP_IP In-Band)" has been selected as the "Method" on the [ID Setting] screen, the [Manager (TCP_IP In-Band) Setting] screen opens. IP Address (or Host Name) Set IP address (or Host Name) of Server Management Manager

41 Port Number The port number used for the communication between sockets can be set. For this number, the value must be the same for Server Management Agent and Server Management Manager. (The default value is for both of Server Management Agent and Server Management Manager.) Do not change the value as long as the default value works. If the default value does not work, set the port number in the range of 6001 to When you press [Default], the port number will be set to the default value (31134). If a modification is made, be sure to also modify the setting for Server Management Manager. This modification is made in the following manner on the server in which Server Management Manager is installed. [How to modify] 1. Click the "Setting" - "Base Setting" menu on Alert Manager. The [Base Setting] dialog box appears. 2. Select "Receive from Agent (TCP/IP)" and click [Configure...]. The [Receive from Agent (TCP/IP) Setting] dialog box appears. 3. Set the port number in the "Port Number" field on the [Receive from Agent(TCP/IP) Setting] dialog box. [ok] Settings are saved and this screen closes. [cancel] This screen closes without saving changes. Address Setting when Manager (TCP_IP Out-of-Band) is used as a report method When [Address...] is pressed when "Manager (TCP_IP Out-of-Band)" has been selected as the "Method" on the [ID Setting] screen, the [Manager (TCP_IP Out-of -Band) Setting] screen opens

42 IP Address (or Host Name) Set IP address (or Host Name) of Server Management Manager. Select Remote Access Service Entry Set the Phone Number, the User, and the Password. Port Number The port number used for the communication between sockets can be set. For this number, the value must be the same for Server Management Agent and Server Management Manager. (The default value is for both of Server Management Agent and Server Management Manager.) Do not change the value as long as the default value works. If the default value does not work, set the port number in the range of 6001 to When you press [Default], the port number will be set to default value (31134). If a modification is made, be sure to also modify the setting for Server Management Manager. This modification is made in the following manner on the server in which Server Management Manager is installed. [How to modify] 1. Click the "Setting" - "Base Setting" menu on Alert Manager. The [Base Setting] dialog box appears. 2. Select "Receive from Agent (TCP/IP)" and click [Configure...]. The [Receive from Agent (TCP/IP) Setting] dialog box appears. 3. Set the port number in the "Port Number" field on the [Receive from Agent(TCP/IP) Setting] dialog box. [ok] Settings are saved and this screen closes. [cancel] This screen closes without saving changes

43 Schedule Setting Set the report Schedule for each Destination ID. Retry Interval Set the retry interval. The range is 1 to 30 minutes. The default value is 5 minutes. Reporting Expiration Time Set the maximum retry time. The range is 0 to 240 hours. The default value is 72 hours. If you set 0 hour, no report is reported. Reporting Time Table Set the reportable time periods. Only the alerts that occur during the reportable time are reported. It is possible to specify a time period of 1 hour. The default value is 24 hours. An alert that occurs outside the reportable time is not reported immediately. When the reportable time comes, it is reported. (The event is reserved until then.) [ok] Settings are saved and this screen closes. [cancel] This screen closes without saving changes

44 Adding Destination IDs Add Destination IDs to the list. The setting steps differ by the report methods. [Setting Method] 1. Input an ID name. 2. Select a report method. (Select using the "UP/DOWN" arrow keys.) 3. Press [Address...] to set the address on the displayed screen. 4. Press [Schedule...] to set the report schedule on the displayed screen. 5. Press [ok]. When "Manager (SNMP)" has been selected as the "Method, even if the [Address...] button is pressed, the address setting screen is not displayed because it is not necessary to set the address

45 4.4. Agent Events Setting Set monitor events of Server Management Agent and associate monitor events with report destinations. If monitor events of Server Management Agent occur, alerts will be sent to destinations set up here. Select "Agents Events Setting" on the Control Panel (ESMamsadm) and the [Agents Events Setting] screen opens. Source The list of the source names is displayed. Operation on source Operation on source can be selected. ON: Select this item when you set the report destination for all event IDs of the selected source at the same time OFF: Select this item if you set the following. - When you individually set the report destination to each event ID of the selected Source - When you modify the setting of the monitor event Event ID The Event ID from the source selected in "Source" is displayed. When "ON" is selected in "Operation on source, "ALL" is displayed in "Event ID. Trap Name The trap name of selected Event ID is displayed. [Set...] Sets the selections based on "Operation on source. Pressing this button displays the [Monitor Event Setting] screen. See Setting Destination. [close] The [Agents Events Setting] screen closes

46 Setting Destination (Agent Event) The following are the methods of specifying the report destination: 1. Specify the report destination for each monitor event individually. 2. Specify the same report destination for all event IDs under each source at the same time. To specify the report destination for each monitor event individually Not only the report destination but also Action After Report, Deal Method, etc., can be set. [Setting Method] 1. Start the Control Panel (ESMamsadm) and select "Agents Events Setting. 2. Select the source name from "Source. (Select using the "UP/DOWN" arrow keys.) 3. Select "OFF" from "Operation on source. (Set using the space key.) 4. Select the Event ID for which you want to modify the setting from "Event ID. (Select using the "UP/DOWN" arrow keys.) 5. Press [Set...] and the [Monitor Event Setting] screen opens. 6. Select the ID to be reported from "Destination ID List. 7. Pressing [Add] moves the ID to "Report to. 8. To delete IDs from "Report to, select the ID from "Report to" and press [Remove] to move the ID to "Destination ID List. 9. Press [ok]

47 Action After Report Select either "Shutdown, "Reboot, or "None" from the list and specify an action after report. (Select using the "UP/DOWN" arrow keys.) Deal Method Specify the action method to the reported item. The limit is 507 alphanumeric characters. To specify the same report destination for all event IDs under each source at the same time [Setting Method] 1. Start the Control Panel (ESMamsadm), and select "Agents Events Setting. 2. Select the source name from "Source. (Select using the "UP/DOWN" arrow keys.) 3. Select "ON" from "Operation on source. (Set using the space key.) 4. Press [Set...] and the [Monitor Event Setting] screen opens. 5. Select the ID to be reported from "Destination ID List. 6. Pressing [Add] moves the ID to "Report to. 7. To delete IDs from "Report to, select the ID from "Report To" and press [Remove] to move the ID to "Destination ID List. 8. Press [ok]. Even if the [Monitor Event Setting] screen is opened again after this setting is done, nothing is displayed in "Report to. Confirm the setting individually in each event

48 4.5. Syslog Events Setting You can link the setting of syslog monitoring events with the report to monitoring events. If monitor events occur, alerts will be sent to destinations set up here. You can arbitrarily add and delete new event sources and new monitoring events in addition to events registered beforehand according to the system environment. Monitoring syslog events is performed at intervals of 5 minutes. You can change the monitoring interval of Syslog event monitoring. Refer to "3.3. Syslog Monitoring" for the method to modify monitoring interval. Select "Syslog Events Setting" on the Control Panel (ESMamsadm) and the [Syslog Events Setting] screen opens. Source The list of the source name is displayed. Operation on source Operation on source can be selected. ON: Select this item if you set the following. - When you set the report destination for all event IDs of the selected source at the same time. - When you add or delete the source of the syslog monitoring events. OFF: Select this item if you set the following. - When you individually set the report destination to each event ID of the selected Source. - When you add or delete the monitor event or modify the setting of the monitor event. Event ID The Event ID list from the source selected in "Source" is displayed. When "ON" is selected in "Operation on source, "ALL" is displayed in "Event ID

49 Trap Name The trap name of the selected Event ID is displayed. [close] The [Syslog Events Setting] screen closes. For the following buttons, a part of the function varies according to the selection situation of "Operation on source. [Add...] ON: OFF: [Del...] ON: OFF: [Set...] ON: OFF: [Test] ON: OFF: Add the source of the syslog monitoring events. Pressing this button displays the [Add Syslog Item] screen. Add the syslog monitoring event under the selected source. Pressing this button displays the [Add Syslog Item] screen. Delete the selected source of the syslog monitoring events. Delete the syslog monitoring event selected in "Event ID. Specify the report destination for to all Event IDs of the selected source at the same time. Pressing this button displays the [Syslog Application Setting] screen. Modify the setting of the monitor event selected from "Event ID. Specify the report destination to the monitor event selected from "Event ID. Pressing this button displays the [Syslog Application Setting] screen. This button is not available. For the test report, press this button

50 Setting Destination (Syslog Event) The following are the methods of specifying the report destination: 1. Specify the report destination for each monitor event individually. 2. Specify the same report destination for all event IDs under each source at the same time. To specify the report destination for each monitor event individually Not only the report destination but also Action After Report, Deal Method, etc., can be set. [Setting Method] 1. Start the Control Panel (ESMamsadm) and select "Syslog Events Setting. 2. Select the source name from "Source. (Select using the "UP/DOWN" arrow keys.) 3. Select "OFF" from "Operation on source. (Set using the space key.) 4. Select the Event ID for which you want to modify the setting from "Event ID. (Select using the "UP/DOWN" arrow keys.) 5. Press [Set...] and the [Syslog Application Setting] screen opens. 6. Select the ID to be reported from "Destination ID List. 7. Pressing [Add] moves the ID to "Report to. 8. To delete IDs from "Report to, select the ID from "Report to" and press [Remove] to move the ID to "Destination ID List. 9. Press [ok]

51 Action After Report Select either "Shutdown, "Reboot, or "None" from the list and specify an action after report. (Select using the "UP/DOWN" arrow keys.) Deal Method Specify the action method to the reported item within 507 alphanumeric characters. Report Count The report is done when the key word is registered in Syslog at the same frequency as the setting here. Monitoring Time Table Set the reportable time periods. Only the alerts that occur during the reportable time are reported. It is possible to specify 1 hour. The default value is 24 hours. To specify the same report destination for all event IDs under each source at the same time [Setting Method] 1. Start the Control Panel (ESMamsadm) and select "Syslog Events Setting. 2. Select the source name from "Source. (Select using the "UP/DOWN" arrow keys.) 3. Select "ON" from "Operation on source. (Set using the space key.) 4. Press [Set...] and the [Syslog Application Setting] screen opens. 5. Select the ID to be reported from "Destination ID List. 6. Pressing [Add] moves the ID to "Report to. 7. To delete IDs from "Report to, select the ID from "Report to" and press [Remove] to move the ID to "Destination ID List. 8. Press [ok]. Even if the [Syslog Application Setting] screen is opened again after this setting is done, nothing is displayed in "Report to. Confirm the setting individually in each event

52 Adding of Syslog Monitoring Event Sources According to the system environment, you can arbitrarily add new event sources. Add new event sources here when you want to monitor the event that applications other than Server Management Agent register. You register the first new monitoring event when registering a new event source. [Setting Method] 1. Start the Control Panel (ESMamsadm) and select "Syslog Events Setting. 2. Select "ON" from "Operation on source. (Set using the space key.) 3. Press [Add...], and then the [Add Syslog Item] screen opens. 4. Input Source, Event ID, Keyword, Trap Name and Deal Method. 5. Press [Done]. Source Specify the source name within 40 alphanumeric characters. It is displayed in the "source" column at the alert viewer of Server Management Manager. Event ID Specify Event ID using 8 alphanumeric characters (hexadecimal number) according to the following naming rule for event IDs. The format of Event ID is "x0000yyy. (For example: , AB, C ) Select one as follows, and set it in "x": 4: Specifies information events. The color of the icon displayed in Server Management Manager s Alert Viewer is green. 8: Specifies warning events. The color of the icon displayed in Server Management Manager s Alert Viewer is yellow. C: Specifies abnormal events. The color of the icon displayed in Server Management Manager s Alert Viewer is red. Set an arbitrary hexadecimal number to "yyy. The range is 001 to FFF

unisys Server Management Agent for Linux User s Guide imagine it. done. Server Management 2.2 and Higher October 2009 3839 6420 006

unisys Server Management Agent for Linux User s Guide imagine it. done. Server Management 2.2 and Higher October 2009 3839 6420 006 unisys imagine it. done. Server Management Agent for Linux User s Guide Server Management 2.2 and Higher October 2009 3839 6420 006 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product

More information

Server Management Agent for Windows User s Guide. Server Management 2.0 and Higher

Server Management Agent for Windows User s Guide. Server Management 2.0 and Higher Server Management Agent for Windows User s Guide Server Management 2.0 and Higher March 2008 . unisys imagine it. done. Server Management Agent for Windows User s Guide Server Management 2.0 and Higher

More information

unisys Server Management Agent for Windows User s Guide imagine it. done. Server Management 2.1 and Higher October 2008 3839 6412 003

unisys Server Management Agent for Windows User s Guide imagine it. done. Server Management 2.1 and Higher October 2008 3839 6412 003 unisys imagine it. done. Server Management Agent for Windows User s Guide Server Management 2.1 and Higher October 2008 3839 6412 003 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product

More information

Server Management Agent for Windows

Server Management Agent for Windows unisys imagine it. done. Server Management Agent for Windows User s Guide Server Management 2.2 and Higher October 2009 3839 6412 004 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product

More information

NEC Express5800 Series NEC ESMPRO AlertManager User's Guide

NEC Express5800 Series NEC ESMPRO AlertManager User's Guide NEC Express5800 Series NEC ESMPRO AlertManager User's Guide 7-2006 ONL-4152aN-COMMON-128-99-0606 PROPRIETARY NOTICE AND LIABILITY DISCLAIMER The information disclosed in this document, including all designs

More information

How To Use An Ec Esmpro Agent On A Pc Or Mac Or Ipad (Windows) With A Microsoft Powerbook (Windows 3) With An Ec Ecpro Agent (Windows 2) On A Network (Windows 4) With The

How To Use An Ec Esmpro Agent On A Pc Or Mac Or Ipad (Windows) With A Microsoft Powerbook (Windows 3) With An Ec Ecpro Agent (Windows 2) On A Network (Windows 4) With The NEC Express5800 Series NEC ESMPRO Agent User's Guide 12-2006 ONL-4156aN-COMMON-126-99-0612 PROPRIETARY NOTICE AND LIABILITY DISCLAIMER The information disclosed in this document, including all designs

More information

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

NEC Express5800 Series NEC ESMPRO Agent User's Guide

NEC Express5800 Series NEC ESMPRO Agent User's Guide NEC Express5800 Series NEC ESMPRO Agent User's Guide PROPRIETARY NOTICE AND LIABILITY DISCLAIMER The information disclosed in this document, including all designs and related materials, is the valuable

More information

Server Management 2.0

Server Management 2.0 Server Management 2.0 Installation and Configuration Guide Server Management 2.0 and Higher May 2008 . unisys imagine it. done. Server Management 2.0 Installation and Configuration Guide Server Management

More information

UNISYS. Server Management 2.0. Software Release Announcement. imagine it. done. Server Management 2.0 and Higher. May 2008 8216 3445 000

UNISYS. Server Management 2.0. Software Release Announcement. imagine it. done. Server Management 2.0 and Higher. May 2008 8216 3445 000 UNISYS imagine it. done. Server Management 2.0 Software Release Announcement Server Management 2.0 and Higher May 2008 8216 3445 000 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product

More information

Server Sentinel Monitored Server

Server Sentinel Monitored Server Server Sentinel Monitored Server Installation and Reinstallation Guide for Systems Monitoring Third-Party Products Server Sentinel 4.4.3 and Higher April 2007 . unisys imagine it. done. Server Sentinel

More information

Overview of ServerView Windows Agent This chapter explains overview of ServerView Windows Agent, and system requirements.

Overview of ServerView Windows Agent This chapter explains overview of ServerView Windows Agent, and system requirements. ServerView User s Guide (For Windows Agent) Areas Covered - Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Chapter 1 Overview of ServerView

More information

Sentinel Management Server

Sentinel Management Server Sentinel Management Server Installation, Reinstallation, and Upgrade Guide Server Sentinel 4.4.3 and Higher April 2007 . unisys imagine it. done. Sentinel Management Server Installation, Reinstallation,

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

Using SNMP with Content Gateway (not V-Series)

Using SNMP with Content Gateway (not V-Series) Using SNMP with Content Gateway (not V-Series) Topic 60035 / Updated: 9-May-2011 Applies To: Websense Web Security Gateway 7.6.x Websense Web Security Gateway Anywhere 7.6.x Websense Content Gateway 7.6.x

More information

ViewPower. User s Manual. Management Software for Uninterruptible Power Supply Systems

ViewPower. User s Manual. Management Software for Uninterruptible Power Supply Systems ViewPower User s Manual Management Software for Uninterruptible Power Supply Systems Table of Contents 1. ViewPower Overview... 2 1.1. Introduction...2 1.2. Structure...2 1.3. Applications...2 1.4. Features...2

More information

Network Setup Guide. Introduction. Setting up for use over LAN

Network Setup Guide. Introduction. Setting up for use over LAN Network Setup Guide This manual contains the setup information required to use the machine over wired LAN. If you use the machine with USB connection, refer to your setup sheet. Introduction To use the

More information

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2)

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Hyper-V Manager Hyper-V Server R1, R2 Intelligent Power Protector Main

More information

CANON FAX L360 SOFTWARE MANUAL

CANON FAX L360 SOFTWARE MANUAL CANON FAX L360 SOFTWARE MANUAL Before You Begin the Installation: a Checklist 2 To ensure a smooth and successful installation, take some time before you begin to plan and prepare for the installation

More information

User's Guide. System Monitor - Performance Monitoring Services 5.0

User's Guide. System Monitor - Performance Monitoring Services 5.0 User's Guide System Monitor - Performance Monitoring Services 5.0 Preface System Monitor - Performance Monitoring Services (hereafter referred to as "System Monitor - Performance Monitoring Services")

More information

Installation and Configuration User's Guide

Installation and Configuration User's Guide Dell UPS Management Software Installation and Configuration User's Guide www.kesintisizservis.com Notes NOTE: A NOTE indicates important information that helps you make better use of your software. Information

More information

- 1 - SmartStor Cloud Web Admin Manual

- 1 - SmartStor Cloud Web Admin Manual - 1 - SmartStor Cloud Web Admin Manual Administrator Full language manuals are available in product disc or website. The SmartStor Cloud Administrator web site is used to control, setup, monitor, and manage

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

NetIQ Sentinel 7.0.1 Quick Start Guide

NetIQ Sentinel 7.0.1 Quick Start Guide NetIQ Sentinel 7.0.1 Quick Start Guide April 2012 Getting Started Use the following information to get Sentinel installed and running quickly. Meeting System Requirements on page 1 Installing Sentinel

More information

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com CHAPTER: Introduction Microsoft virtual architecture: Hyper-V 6.0 Manager Hyper-V Server (R1 & R2) Hyper-V Manager Hyper-V Server R1, Dell UPS Local Node Manager R2 Main Operating System: 2008Enterprise

More information

How To Set Up Power Supply On Windows 8.1.1 (Windows) With Powerup (Windows 8) On Windows 7.1) On A Pc Or Windows 8 (Windows 7) On An Ipad Or Ipad (Windows Xp

How To Set Up Power Supply On Windows 8.1.1 (Windows) With Powerup (Windows 8) On Windows 7.1) On A Pc Or Windows 8 (Windows 7) On An Ipad Or Ipad (Windows Xp User Guide Contents Contents... 2 Chapter 1 Software introduction... 4 1.1 Brief introduction... 4 1.2 Software structure... 4 1.3 Application... 5 1.3.1 Application on individual computer... 5 1.3.2 Application

More information

VPN CLIENT USER S GUIDE

VPN CLIENT USER S GUIDE STONEGATE IPSEC VPN 5.1 VPN CLIENT USER S GUIDE V IRTUAL PRIVATE NETWORKS Legal Information End-User License Agreement The use of the products described in these materials is subject to the then current

More information

Features Reference. About Unified Communication System. Before Using This Machine. Starting a Meeting. What You Can Do During the Meeting

Features Reference. About Unified Communication System. Before Using This Machine. Starting a Meeting. What You Can Do During the Meeting Features Reference About Unified Communication System Before Using This Machine Starting a Meeting What You Can Do During the Meeting Leaving a Meeting Managing Address Book Changing Network Configuration

More information

User s Manual Network Management Card

User s Manual Network Management Card User s Manual Network Management Card RMCARD202 Intelligent Network Management Card allows a UPS system to be managed, monitored, and configured Version 1.0 E-K01-SNMP005-0 TABLE OF CONTENTS Introduction

More information

Enterprise Server. Application Sentinel for SQL Server Installation and Configuration Guide. Application Sentinel 2.0 and Higher

Enterprise Server. Application Sentinel for SQL Server Installation and Configuration Guide. Application Sentinel 2.0 and Higher Enterprise Server Application Sentinel for SQL Server Installation and Configuration Guide Application Sentinel 2.0 and Higher August 2004 Printed in USA 3832 1097 000 . Enterprise Server Application Sentinel

More information

Network FAX Driver. Operation Guide

Network FAX Driver. Operation Guide Network FAX Driver Operation Guide About this Operation Guide This Operation Guide explains the settings for the Network FAX driver as well as the procedures that are required in order to use the Network

More information

Moxa Device Manager 2.0 User s Guide

Moxa Device Manager 2.0 User s Guide First Edition, March 2009 www.moxa.com/product 2009 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. Moxa Device Manager 2.0 User Guide The software described in this manual

More information

ZENworks 11 Support Pack 4 Full Disk Encryption Agent Reference. May 2016

ZENworks 11 Support Pack 4 Full Disk Encryption Agent Reference. May 2016 ZENworks 11 Support Pack 4 Full Disk Encryption Agent Reference May 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government

More information

Network Management Card. User Manual

Network Management Card. User Manual User Manual 1 Contents Contents 2 Chapter 1 Overview 3 1.1 NMC package contents 4 1.2 NMC CD Resources 4 1.3 Features 4 1.4 NMC Applications 5 Chapter 2 NMC parameters setting via serial COM port 6 2.1

More information

Backup & Disaster Recovery Appliance User Guide

Backup & Disaster Recovery Appliance User Guide Built on the Intel Hybrid Cloud Platform Backup & Disaster Recovery Appliance User Guide Order Number: G68664-001 Rev 1.0 June 22, 2012 Contents Registering the BDR Appliance... 4 Step 1: Register the

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset)

Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset) Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset) Version: 1.4 Table of Contents Using Your Gigabyte Management Console... 3 Gigabyte Management Console Key Features and Functions...

More information

NEC Express5800 Series MegaRAID Storage Manager User's Guide - Windows Edition -

NEC Express5800 Series MegaRAID Storage Manager User's Guide - Windows Edition - NEC Express5800 Series MegaRAID Storage Manager User's Guide - Windows Edition - 7th Edition 12-2006 808-882425-676-G Preface The User's Guide explains the utility MegaRAID Storage Manager to be used for

More information

EasyMP Monitor Operation Guide Ver.4.40

EasyMP Monitor Operation Guide Ver.4.40 EasyMP Monitor Operation Guide Ver.4.40 2 Notations Used in This Guide The following table shows the symbols used in this manual, along with descriptions of what they mean. Caution q s Indicates procedures

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

SANbox Manager Release Notes Version 1.03.28 50208-06 Rev A

SANbox Manager Release Notes Version 1.03.28 50208-06 Rev A SANbox Manager Release Notes Version 1.03.28 50208-06 Rev A This software is licensed by QLogic for use by its customers only. Copyright (c) 2001 QLogic Corporation All rights reserved Version 1.03.28

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

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

System Release Notes Express5800/320LB System Release Notes

System Release Notes Express5800/320LB System Release Notes System Release Notes Express5800/320LB System Release Notes PN: 455-01681-004 2 Proprietary Notice and Liability Disclaimer The information disclosed in this document, including all designs and related

More information

Imaging License Server User Guide

Imaging License Server User Guide IMAGING LICENSE SERVER USER GUIDE Imaging License Server User Guide PerkinElmer Viscount Centre II, University of Warwick Science Park, Millburn Hill Road, Coventry, CV4 7HS T +44 (0) 24 7669 2229 F +44

More information

NetBak Replicator 4.0 User Manual Version 1.0

NetBak Replicator 4.0 User Manual Version 1.0 NetBak Replicator 4.0 User Manual Version 1.0 Copyright 2012. QNAP Systems, Inc. All Rights Reserved. 1 NetBak Replicator 1. Notice... 3 2. Install NetBak Replicator Software... 4 2.1 System Requirements...

More information

Smart Server Manager v1.2 Best Practices. Smart Server Manager v1.2 Best Practices Guide

Smart Server Manager v1.2 Best Practices. Smart Server Manager v1.2 Best Practices Guide Smart Server Manager v1.2 Best Practices Guide Acer EPBU, July 2012 1 Contents About this guide 3 Smart Server Manager overview 4 What s new to Smart Server Manager 5 Required hardware and software 6 Network

More information

SyAM Software* Server Monitor Local/Central* on a Microsoft* Windows* Operating System

SyAM Software* Server Monitor Local/Central* on a Microsoft* Windows* Operating System SyAM Software* Server Monitor Local/Central* on a Microsoft* Windows* Operating System with Internal Storage Focusing on IPMI Out of Band Management Recipe ID: 19SYAM190000000011-01 Contents Hardware Components...3

More information

Legal Notes. Regarding Trademarks. Models supported by the KX printer driver. 2011 KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks. Models supported by the KX printer driver. 2011 KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Kaseya 2. Quick Start Guide. for Network Monitor 4.1

Kaseya 2. Quick Start Guide. for Network Monitor 4.1 Kaseya 2 Syslog Monitor Quick Start Guide for Network Monitor 4.1 June 5, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector

More information

Microsoft BackOffice Small Business Server 4.5 Installation Instructions for Compaq Prosignia and ProLiant Servers

Microsoft BackOffice Small Business Server 4.5 Installation Instructions for Compaq Prosignia and ProLiant Servers Integration Note October 2000 Prepared by OS Integration Engineering Compaq Computer Corporation Contents Introduction...3 Requirements...3 Minimum Requirements...4 Required Information...5 Additional

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

Intel Entry Storage System SS4000-E

Intel Entry Storage System SS4000-E Intel Entry Storage System SS4000-E Software Release Notes March, 2006 Storage Systems Technical Marketing Revision History Intel Entry Storage System SS4000-E Revision History Revision Date Number 3 Mar

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

Server Sentinel Client Workstation

Server Sentinel Client Workstation Server Sentinel Client Workstation Installation and Reinstallation Guide Server Sentinel 4.4.3 and Higher April 2008 . unisys imagine it. done. Server Sentinel Client Workstation Installation and Reinstallation

More information

Chapter 2 Dispatch Server

Chapter 2 Dispatch Server Chapter 2 Dispatch Server The availability of Center V2 Servers may be threatened by network overload. Thru Dispatch Server, the concern can be settled by arranging and distributing subscribers requests

More information

HP Insight Management Agents. Installation Guide

HP Insight Management Agents. Installation Guide HP Insight Management Agents Installation Guide Part number: 333513-005 Fifth edition: June 2009 Legal notices Copyright 2002, 2009 Hewlett-Packard Development Company, L.P. The information contained herein

More information

Web Enabled Software for 8614xB-series Optical Spectrum Analyzers. Installation Guide

Web Enabled Software for 8614xB-series Optical Spectrum Analyzers. Installation Guide for 8614xB-series Optical Spectrum Analyzers Installation Guide Copyright Agilent Technologies Company 2001 All Rights Reserved. Reproduction, adaptation, or translation without prior written permission

More information

Configuring the WT-4 for ftp (Ad-hoc Mode)

Configuring the WT-4 for ftp (Ad-hoc Mode) En Configuring the WT-4 for ftp (Ad-hoc Mode) Windows XP Introduction This document provides basic instructions on configuring the WT-4 wireless transmitter and a Windows XP Professional SP2 ftp server

More information

insync Installation Guide

insync Installation Guide insync Installation Guide 5.2 Private Cloud Druva Software June 21, 13 Copyright 2007-2013 Druva Inc. All Rights Reserved. Table of Contents Deploying insync Private Cloud... 4 Installing insync Private

More information

User s Manual UPS SERIES. Network Interface Card UPS-IPCARD. I-00453 Rev B

User s Manual UPS SERIES. Network Interface Card UPS-IPCARD. I-00453 Rev B User s Manual UPS SERIES Network Interface Card UPS-IPCARD I-00453 Rev B TABLE OF CONTENTS INTRODUCTION............................................................. 3-4 INSTALLATION GUIDE.......................................................

More information

HP IMC Firewall Manager

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

More information

BioStar Config Guide V1.0

BioStar Config Guide V1.0 BioStar Config Guide V1.0 Suprema Inc. 16F Parkview Tower 6 Jeongja, Bundang Seongnam 463-863 Korea www.supremainc.com Last edited: 27 December 2011 This document is copyright 27 December 2011 by Suprema

More information

EventTracker Enterprise v7.3 Installation Guide

EventTracker Enterprise v7.3 Installation Guide EventTracker Enterprise v7.3 Installation Guide Publication Date: Sep 11, 2012 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract This guide will help the users to install

More information

PRIMEQUEST Integration

PRIMEQUEST Integration C122-E062-01EN PRIMEQUEST Integration for Microsoft Operations Manager FUJITSU LIMITED Preface Purpose This manual explains the MOM management pack (PRIMEQUEST Server Agent MOM Connector), a function

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

EaseUS Todo Backup user guide. EaseUS Todo Backup. Central Management Console. User guide - 1 -

EaseUS Todo Backup user guide. EaseUS Todo Backup. Central Management Console. User guide - 1 - EaseUS Todo Backup Central Management Console User guide - 1 - Table of Contents Welcome... - 3 - Overview... - 3 - How to use this manual... - 3 - Getting started... - 4 - Hardware requirements... - 4

More information

Intel Simple Network Management Protocol (SNMP) Subagent v6.0

Intel Simple Network Management Protocol (SNMP) Subagent v6.0 Intel Simple Network Management Protocol (SNMP) Subagent v6.0 User Guide March 2013 ii Intel SNMP Subagent User s Guide Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL

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

USER MANUAL GUIMGR Graphical User Interface Manager for FRM301/FRM401 Media Racks

USER MANUAL GUIMGR Graphical User Interface Manager for FRM301/FRM401 Media Racks USER MANUAL GUIMGR Graphical User Interface Manager for FRM301/FRM401 Media Racks CTC Union Technologies Co., Ltd. Far Eastern Vienna Technology Center (Neihu Technology Park) 8F, No. 60 Zhouzi St. Neihu,

More information

Integration with Active Directory

Integration with Active Directory VMWARE TECHNICAL NOTE VMware ACE Integration with Active Directory This document explains how to set up Active Directory to use with VMware ACE. This document contains the following topics: About Active

More information

Microsoft File and Print Service Failover Using Microsoft Cluster Server

Microsoft File and Print Service Failover Using Microsoft Cluster Server Microsoft File and Print Service Failover Using Microsoft Cluster Server TechNote First Edition (March 1998) Part Number 309826-001 Compaq Computer Corporation Notice The information in this publication

More information

Konica Minolta s Optimised Print Services (OPS)

Konica Minolta s Optimised Print Services (OPS) Konica Minolta s Optimised Print Services (OPS) Document Collection Agent (DCA) Detailed Installation Guide V1.6 Page 1 of 43 Table of Contents Notes... 4 Requirements... 5 Network requirements... 5 System

More information

This chapter explains a preparation for the use of RemoteControlService.

This chapter explains a preparation for the use of RemoteControlService. ServerView User's Guide (For RemoteControlService) Areas Covered Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Chapter 1 Overview of RemoteControlService

More information

UPS MONITORING SOFTWARE USER MANUAL

UPS MONITORING SOFTWARE USER MANUAL UPS MONITORING SOFTWARE USER MANUAL Emily For Linux Table of Contents 1 Installation...2 1.1. Note...2 1.2. Install Instructions...2 1.3 Uninstall Instructions...2 2 Function Explanations...3 2.1 Function

More information

Site Monitor. Version 5.3

Site Monitor. Version 5.3 Site Monitor Version 5.3 1 1 Table of contents 1 Table of contents... 2 2 Installation... 3 2.1 Components... 3 2.1.1 Monitoring Service... 3 2.1.2 Desktop User Interface... 3 2.1.3 Web User Interface...

More information

Acronis Backup & Recovery 11.5 Quick Start Guide

Acronis Backup & Recovery 11.5 Quick Start Guide Acronis Backup & Recovery 11.5 Quick Start Guide Applies to the following editions: Advanced Server for Windows Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server

More information

DS License Server V6R2013x

DS License Server V6R2013x DS License Server V6R2013x DS License Server V6R2013x Installation and Configuration Guide Contains JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 7 Contains IBM(R) 64-bit SDK for AIX(TM), Java(TM) Technology

More information

ASM_readme_6_10_18451.txt -------------------------------------------------------------------- README.TXT

ASM_readme_6_10_18451.txt -------------------------------------------------------------------- README.TXT README.TXT Adaptec Storage Manager (ASM) as of June 3, 2009 Please review this file for important information about issues and erratas that were discovered after completion of the standard product documentation.

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

Kaseya 2. Quick Start Guide. for Network Monitor 4.1

Kaseya 2. Quick Start Guide. for Network Monitor 4.1 Kaseya 2 VMware Performance Monitor Quick Start Guide for Network Monitor 4.1 June 7, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private

More information

Matisse Installation Guide for MS Windows. 10th Edition

Matisse Installation Guide for MS Windows. 10th Edition Matisse Installation Guide for MS Windows 10th Edition April 2004 Matisse Installation Guide for MS Windows Copyright 1992 2004 Matisse Software Inc. All Rights Reserved. Matisse Software Inc. 433 Airport

More information

NetApp Storage System Plug-In 12.1.0.1.0 for Oracle Enterprise Manager 12c Installation and Administration Guide

NetApp Storage System Plug-In 12.1.0.1.0 for Oracle Enterprise Manager 12c Installation and Administration Guide NetApp Storage System Plug-In 12.1.0.1.0 for Oracle Enterprise Manager 12c Installation and Administration Guide Sachin Maheshwari, Anand Ranganathan, NetApp October 2012 Abstract This document provides

More information

Avira Update Manager User Manual

Avira Update Manager User Manual Avira Update Manager User Manual Table of contents Table of contents 1. Product information........................................... 4 1.1 Functionality................................................................

More information

Manuals for This Product

Manuals for This Product Installation Guide Manuals for This Product Manuals for this product have the following structure. Read the manual according to your purpose for using this product. Disc Guides with this symbol are PDF

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

Gigabyte Content Management System Console User s Guide. Version: 0.1

Gigabyte Content Management System Console User s Guide. Version: 0.1 Gigabyte Content Management System Console User s Guide Version: 0.1 Table of Contents Using Your Gigabyte Content Management System Console... 2 Gigabyte Content Management System Key Features and Functions...

More information

File Management Utility User Guide

File Management Utility User Guide File Management Utility User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held

More information

Newton Linux User Group Graphing SNMP with Cacti and RRDtool

Newton Linux User Group Graphing SNMP with Cacti and RRDtool Newton Linux User Group Graphing SNMP with Cacti and RRDtool Summary: Cacti is an interface that can be used to easily manage the graphing of SNMP data. These graphs allow you to visualize performance

More information

Installing, Uninstalling, and Upgrading Service Monitor

Installing, Uninstalling, and Upgrading Service Monitor CHAPTER 2 Installing, Uninstalling, and Upgrading Service Monitor This section contains the following topics: Preparing to Install Service Monitor, page 2-1 Installing Cisco Unified Service Monitor, page

More information

PowerPanel Business Edition USER MANUAL

PowerPanel Business Edition USER MANUAL USER MANUAL Rev. 0.9 2007/10/26 Copyright 2006-2007 Cyber Power Systems, Inc. All rights reserved. PowerPanel Business Edition USER S MANUAL PowerPanel Business Edition provides power management Services.

More information

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher OPERATION MANUAL MV-410RGB Layout Editor Version 2.1- higher Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410RGB Layout

More information

CTERA Agent for Linux

CTERA Agent for Linux User Guide CTERA Agent for Linux September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

IMail Anti-Virus. Setup Guide. Software Version V1.0. Ipswitch, Inc.

IMail Anti-Virus. Setup Guide. Software Version V1.0. Ipswitch, Inc. Setup Guide Software Version V1.0 Ipswitch, Inc. Ipswitch, Inc. 81 Hartwell Ave Lexington, MA 02421 Phone: 781-676-5700 Web: http://www.ipswitch.com Copyrights The information in this document is subject

More information

Smart Cloud Integration Pack. For System Center Operation Manager. v1.1.0. User's Guide

Smart Cloud Integration Pack. For System Center Operation Manager. v1.1.0. User's Guide Smart Cloud Integration Pack For System Center Operation Manager v1.1.0 User's Guide Table of Contents 1. INTRODUCTION... 6 1.1. Overview... 6 1.2. Feature summary... 7 1.3. Supported Microsoft System

More information

Guest Operating System. Installation Guide

Guest Operating System. Installation Guide Guest Operating System Installation Guide VMware, Inc. 3145 Porter Drive Palo Alto, CA 94304 www.vmware.com Please note that you will always find the most up-to-date technical documentation on our Web

More information

Ekran System Help File

Ekran System Help File Ekran System Help File Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating Ekran to version 4.1... 13 Program Structure... 14 Getting Started... 15 Deployment Process... 15

More information

Operating System Installation Guide

Operating System Installation Guide Operating System Installation Guide This guide provides instructions on the following: Installing the Windows Server 2008 operating systems on page 1 Installing the Windows Small Business Server 2011 operating

More information

Ultra Thin Client TC-401 TC-402. Users s Guide

Ultra Thin Client TC-401 TC-402. Users s Guide Ultra Thin Client TC-401 TC-402 Users s Guide CONTENT 1. OVERVIEW... 3 1.1 HARDWARE SPECIFICATION... 3 1.2 SOFTWARE OVERVIEW... 4 1.3 HARDWARE OVERVIEW...5 1.4 NETWORK CONNECTION... 7 2. INSTALLING THE

More information

Managing Multi-Hypervisor Environments with vcenter Server

Managing Multi-Hypervisor Environments with vcenter Server Managing Multi-Hypervisor Environments with vcenter Server vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.0 This document supports the version of each product listed and supports all subsequent

More information