aSV快速部署手册-ISO全新安装-V3.0

合集下载

WV-ASM100软件包系列使用说明书

WV-ASM100软件包系列使用说明书

与WJ-RT416一起使用WV-ASM100的注意事项1. 关于本说明书本PDF说明书中包括在与WJ-RT416数字硬盘录像机(此后称为RT416)一起使用WV-ASM100软件包系列时值得管理员注意的说明。

本PDF说明书中仅包括管理RT416时与特定型号有关的操作说明。

关于本软件与其他相容设备的基本操作请参阅使用说明书(PDF)和设置说明书(PDF)。

以下数页的描述是基于在电脑上运行Microsoft®Windows®XP Professional的假设进行的。

如果使用不同的操作系统或者不同的设置,操作窗口可能与以下数页显示的有所不同。

使用其他操作系统时,请参阅相应操作系统的使用说明书。

2. 系统配置2.1. 系统配置(LAN)12.2. 系统配置(WAN)3. 关于电脑环境3.1. 使用多监视器系统在有多监视器系统的电脑上使用本软件时,在首选监视器以外的监视器上显示实时图像时可能会显示黑色噪声。

建议使用本软件时不要使用多监视器系统3.2. 使用屏幕保护如果在显示实时图像时启动3维屏幕保护,本软件会因出错意外关闭。

建议使用本软件时不要使用3维屏幕保护。

4. 实时图像显示/回放4.1. 在显示实时图像时每RT416可以显示最多来自16台摄像机的实时图像。

*显示来自5台以上摄像机的实时图像时,来自所有摄像机的实时图像都将按照RT416设置的刷新间隔刷新实时图像。

关于如何配置刷新间隔请参阅RT416上的摄像机的使用说明书。

4.2. 实时图像显示的图像性能不能在16画面上同时显示来自4个以上RT416的实时图像。

如果试图这样做,实时图像的刷新间隔会变慢或者软件操作变得沉重。

建议在9画面上显示来自4个以上RT416的实时图像。

24.3. 回放图像时每RT416可以回放最多来自4台摄像机的记录图像。

每RT416仅允许单一用户回放记录图像。

注:•开始回放时,其他用户所监视的实时图像将会按照RT416设置的刷新间隔刷新。

NVIDIA Nsight Systems 2022.3.4安装指南说明书

NVIDIA Nsight Systems 2022.3.4安装指南说明书

Nsight Systems Installation GuideTABLE OF CONTENTS Chapter 1. Overview (1)Chapter 2. System Requirements (3)Supported Platforms (3)CUDA Version (3)Requirements for x86_64, Power, and Arm SBSA T argets on Linux (4)x86_64 Windows T arget Device Requirements (5)Host Application Requirements (5)Chapter 3. Getting Started Guide (7)3.1. Finding the Right Package (7)3.2. Installing GUI on the Host System (8)3.3. Optional: Setting up the CLI (8)3.4. Launching the GUI (9)Nsight Systems is a statistical sampling profiler with tracing features. It is designed to work with devices and devkits based on NVIDIA Tegra SoCs (system-on-chip), Arm SBSA (server based system architecture) systems, IBM Power systems, and systems based on the x86_64 processor architecture that also include NVIDIA GPU(s). Throughout this document we will refer to the device on which profiling happens as the target, and the computer on which the user works and controls the profiling session as the host. Note that for x86_64 based systems these may be on the same device, whereas with Tegra, Arm, or IBM Power based systems they will always be separate. Furthermore, three different activities are distinguished as follows:‣Profiling — The process of collecting any performance data. A profiling session in Nsight Systems typically includes sampling and tracing.‣Sampling — The process of periodically stopping the profilee (the application under investigation during the profiling session), typically to collect backtraces (call stacks of active threads), which allows you to understand statistically how much time is spent in each function. Additionally, hardware counters can also be sampled. This process is inherently imprecise when a low number of samples have been collected.‣Tracing — The process of collecting precise information about various activities happening in the profilee or in the system. For example, profilee API execution may be traced providing the exact time and duration of a function call.Nsight Systems supports multiple generations of Tegra SoCs, NVIDIA discrete GPUs, and various CPU architectures, as well as various target and host operating systems. This documentation describes the full set of features available in any version of Nsight Systems. In the event that a feature is not available in all versions, that will be noted in the text. In general, Nsight Systems Embedded Platforms Edition indicates the package that supports Tegra processors for the embedded and automotive market and Nsight Systems Workstation Edition supports x86_64, IBM Power, and Arm server (SBSA) processors for the workstation and cluster market.Common features that are supported by Nsight Systems on most platforms include the following:‣Sampling of the profilee and collecting backtraces using multiple algorithms (such as frame pointers or DWARF data). Building top-down, bottom-up, and flat viewsOverviewas appropriate. This information helps identify performance bottlenecks in CPU-intensive code.‣Sampling or tracing system power behaviors, such as CPU frequency.‣(Only on Nsight Systems Embedded Platforms Edition)Sampling counters from Arm PMU (Performance Monitoring Unit). Information such as cache misses gets statistically correlated with function execution.‣Support for multiple windows. Users with multiple monitors can see multiple reports simultaneously, or have multiple views into the same report file.With Nsight Systems, a user could:‣Identify call paths that monopolize the CPU.‣Identify individual functions that monopolize the CPU (across different call paths).‣For Nsight Systems Embedded Platforms Edition, identify functions that have poor cache utilization.‣If platform supports CUDA, see visual representation of CUDA Runtime and Driver API calls, as well as CUDA GPU workload. Nsight Systems uses the CUDA Profiling Tools Interface (CUPTI), for more information, see: CUPTI documentation.‣If the user annotates with NVIDIA Tools Extension (NVTX), see visual representation of NVTX annotations: ranges, markers, and thread names.‣For Windows targets, see visual representation of D3D12: which API calls are being made on the CPU, graphic frames, stutter analysis, as well as GPU workloads(command lists and debug ranges).‣For x86_64 targets, see visual representation of Vulkan: which API calls are being made on the CPU, graphic frames, stutter analysis, as well as Vulkan GPU workloads (command buffers and debug ranges).Nsight Systems supports multiple platforms. For simplicity, think of these as Nsight Systems Embedded Platforms Edition and Nsight Systems Workstation Edition, where Nsight Systems Workstation Edition supports desktops, workstations, and clusters with x86_64, IBM Power, and Arm SBSA CPUs on Linux and Windows OSs, while Nsight Systems Embedded Platforms Edition supports NVIDIA Tegra products for the embedded and gaming space on Linux for Tegra and QNX OSs.Supported PlatformsDepending on your OS, different GPUs are supportedL4T (Linux for Tegra)‣Jetson AGX Xavier‣Jetson TX2‣Jetson TX2i‣Jetson TX‣Jetson Nano‣Jetson Xavier NXx86_64, IBM Power (from Power 9), or Arm SBSA‣NVIDIA GPU architectures starting with Pascal‣OS (64 bit only)‣Ubuntu 18.04 and 20.04‣CentOS and RedHat Enterprise Linux 7.4+ with kernel version 3.10.0-693 or later.‣Windows 10, 11CUDA Version‣Nsight Systems supports CUDA 10.0, 10.1, 10.2, and 11.X for most platforms‣Nsight Systems on Arm SBSA supports 10.2 and 11.X Note that CUDA version and driver version must be compatible.CUDA Version Driver minimum version11.045010.2440.3010.1418.3910.0410.48From CUDA 11.X on, any driver from 450 on will be supported, although new features introduced in more recent drivers will not be available.For information about which drivers were specifically released with each toolkit, see CUDA Toolkit Release Notes - Major Component VersionsRequirements for x86_64, Power, and Arm SBSAT argets on LinuxWhen attaching to x86_64, Power, or Arm SBSA Linux-based target from the GUI on the host, the connection is established through SSH.Use of Linux Perf: To collect thread scheduling data and IP (instruction pointer) samples, the Linux operating system's perf_event_paranoid level must be 2 or less. Use the following command to check:If the output is >2, then do the following to temporarily adjust the paranoid level (note that this has to be done after each reboot):To make the change permanent, use the following command:Kernel version: To collect thread scheduling data and IP (instruction pointer) samples and backtraces, the kernel version must be:‣ 3.10.0-693 or later for CentOS and RedHat Enterprise Linux 7.4+‣ 4.3 or greater for all other distros including UbuntuTo check the version number of the kernel on a target device, run the following command on the device:Note that only CentOS, RedHat, and Ubuntu distros are tested/confirmed to work correctly.glibc version: To check the glibc version on a target device, run the following command:Nsight Systems requires glibc 2.17 or more recent.CUDA: See above for supported CUDA versions in this release. Use the deviceQuery command to determine the CUDA driver and runtime versions on the system. the deviceQuery command is available in the CUDA SDK. It is normally installed at:Only pure 64-bit environments are supported. In other words, 32-bit systems or 32-bit processes running within a 64-bit environment are not supported.Nsight Systems requires write permission to the /var/lock directory on the target system.Docker: See Collecting Data within a Docker section of the User Guide for more information.x86_64 Windows T arget Device RequirementsDX12 Requires:‣Windows 10 with NVIDIA Driver 411.63 or higher for DX12 trace‣Windows 10 April 2018 Update (version 1803, AKA Redstone 4) with NVIDIA Driver 411.63 or higher for DirectX Ray Tracing, and tracing DX12 Copy command queues.Host Application RequirementsThe Nsight Systems host application runs on the following host platforms:‣Windows 10, Windows Server 2019. Only 64-bit versions are supported.‣Linux Ubuntu 14.04 and higher are known to work, running on other modern distributions should be possible as well. Only 64-bit versions are supported.‣OS X 10.10 "Yosemite" and higher.3.1. Finding the Right PackageNsight Systems is available for multiple targets and multiple host OSs. To choose the right package, first consider the target system to be analyzed.‣For Tegra target systems, select Nsight Systems for Tegra available as part of NVIDIA JetPack SDK.‣For x86_64, IBM Power target systems, or Arm SBSA select from the target packages from Nsight Systems for Workstations, available from https:/// nsight-systems. This web release will always contain the latest and greatest Nsight Systems features.‣The x86_64, IBM Power, and Arm SBSA target versions of Nsight Systems are also available in the CUDA Toolkit.Each package is limited to one architecture. For example, Tegra packages do not contain support for profiling x86 targets, and x86 packages do not contain support for profiling Tegra targets.After choosing an appropriate target version, select the package corresponding to the host OS, the OS on the system where results will be viewed. These packages are inthe form of common installer types: .msi for Windows; .run, .rpm, and .deb for x86 Linux; .deb and .rpm for Linux on IBM Power; and .dmg for the macOS installer. Note: the IBM Power and Arm SBSA packages do not have a GUI for visualization of the result. If you wish to visualize your result, please download and install the GUI available for macOS, x86_64 Linux, or Windows systems.Tegra packages‣Windows host – Install .msi on Windows machine. Enables remote access to Tegra device for profiling.‣Linux host – Install .run on Linux system. Enables remote access to Tegra device for profiling.‣macOS host – Install .dmg on macOS machine. Enables remote access to Tegra device for profiling.Getting Started Guidex86_64 packages‣Windows host – Install .msi on Windows machine. Enables remote access to Linux x86_64 or Windows devices for profiling as well as running on local system.‣Linux host – Install .run, .rpm, or .deb on Linux system. Enables remote access to Linux x86_64 or Windows devices for profiling or running collection on localhost.‣Linux CLI only – The Linux CLI is shipped in all x86 packages, but if you just want the CLI, we have a package for that. Install .deb on Linux system. Enables only CLI collection, report can be imported or opened in x86_64 host.‣macOS host – Install .dmg on macOS machine. Enables remote access to Linux x86_64 device for profiling.IBM Power packages‣Power CLI only - The IBM Power support does not include a host GUI. Install .deb or .rpm on your Power system. Enables only CLI collection, report can be imported or opened in GUI on any supported host platform.Arm SBSA packages‣Arm SBSA CLI only - Arm SBSA support does not include a host GUI. Install .deb or .rpm on your Arm SBSA system. Enables only CLI collection, report can beimported or opened in GUI on any supported host platform.3.2. Installing GUI on the Host SystemCopy the appropriate file to your host system in a directory where you have write and execute permissions. Run the install file, accept the EULA, and Nsight Systems will install on your system.On Linux, there are special options to enable automated installation. Running the installer with the --accept flag will automatically accept the EULA, running withthe --accept flag and the --quiet flag will automatically accept the EULA without printing to stdout. Running with --quiet without --accept will display an error. The installation will create a Host directory for this host and a Target directory for each target this Nsight Systems package supports.All binaries needed to collect data on a target device will be installed on the target by the host on first connection to the device. There is no need to install the package on the target device.If installing from the CUDA Toolkit, see the CUDA Toolkit documentation.3.3. Optional: Setting up the CLIAll Nsight Systems targets can be profiled using the CLI. IBM Power and Arm SBSA targets can only be profiled using the CLI. The CLI is especially helpful when scripts are used to run unattended collections or when access to the target system via ssh is not possible. In particular, this can be used to enable collection in a Docker container.Getting Started Guide Installation Guide v2022.3.4 | 9The CLI can be found in the Target directory of the Nsight Systems installation. Users who want to install the CLI as a standalone tool can do so by copying the files within the Target directory to the location of their choice.If you wish to run the CLI without root (recommended mode) you will want to install in a directory where you have full access.Once you have the CLI set up, you can use the nsys status -e command to check your environment.~$ nsys status -e Sampling Environment Check Linux Kernel Paranoid Level = 1: OK Linux Distribution = Ubuntu Linux Kernel Version = 4.15.0-109-generic: OK Linux perf_event_open syscall available: OK Sampling trigger event available: OK Intel(c) Last Branch Record support: Available Sampling Environment: OKThis status check allows you to ensure that the system requirements for CPU sampling using Nsight Systems are met in your local environment. If the Sampling Environment is not OK, you will still be able to run various trace operations.Intel(c) Last Branch Record allows tools, including Nsight Systems to use hardware to quickly get limited stack information. Nsight Systems will use this method for stack resolution by default if available.For information about changing these environment settings, see System Requirements section in the Installation Guide. For information about changing the backtrace method,see Profiling from the CLI in the User Guide.To get started using the CLI, run nsys --help for a list of options or see Profiling Applications from the CLI in the User Guide for full documentation.3.4. Launching the GUIDepending on your OS, Nsight Systems will have installed an icon on your host desktop that you can use to launch the GUI. To launch the GUI directly, run the nsight-sys executable in the Host sub-directory of your installation.。

StarWind Virtual SAN 硬件无VM存储快速入门指南说明书

StarWind Virtual SAN 硬件无VM存储快速入门指南说明书

Quick Start Guide: Creating Stand-Alone Image File Device with StarWind Virtual SANtrADeMArKS“StarWind”, “StarWind Software” and the StarWind and the StarWind Software logos are trademarks of StarWind Software which may be registered in some jurisdictions. All other trademarks are owned by their respective owners.CHANGeSThe material in this document is for information only and is subject to change without notice. While reasonable efforts have been made in the preparation of this document to assure its accuracy, StarWind Software assumes no liability resulting from errors or omissions in this document, or from the use of the information contained herein. StarWind Software reserves the right to make changes in the product design without reservation and without notification to its users.teCHNICAL SUPPOrt AND SerVICeSIf you have questions about installing or using this software, check this and other documents first - you will find answers to most of your questions on the Technical Papers webpage or in StarWind Forum. If you need further assistance, please contact us. COPyrIGHt ©2009-2014 StArWIND SOFtWAre INC.No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording or otherwise, without the prior written consent of StarWind Software.INtrODUCtIONStarWind Virtual SAN™ is a native Windows hypervisor-centric hardware-less VM storage solution. It allows creating VM-centric and high performing storage pool purpose built for the virtualization workloads. StarWind Virtual SAN delivers supreme performance compared to any dedicated SAN solution since it runs locally on the hypervisor and all IO is processed by local RAM, SSD cache, and disks and never bottlenecked by storage fabric. This guide is intended for experienced Windows system administrators and IT professionals who would like to configure StarWind Virtual SAN solution. It provides detailed instructions on how to create StarWind Basic Image File device that will run on top of the Windows Server 2012 R2.A full set of up-to-date technical documentation can always be found here, or by pressing the Help button in the StarWind Management Console.For any technical inquiries please visit our online community, Frequently Asked Questions page, or use the support form to contact our technical support department.1. Launch the S tarWind Management Console: double-click the StarWind tray icon. Please note: S tarWind Management Console cannot be installed on an operating system without a GUI. You can install it on any of the GUI-enabled Windows Editions including the desktop versions of Windows.If StarWind Service and Management Console are installed on the same server, the Management Console will automatically add the local StarWind instance to the Console tree after the first launch. Then, the Management Console automatically connects to it using the default credentials. To add remote StarWind servers to the console use the Add Server button on the control panel.2. StarWind Management console will ask you to specify the default storage pool on the server you’re connecting to for the first time. Please configure the storage pool to use the one of the volumes you’ve prepared earlier. All the devices created through the Add Device wizard will be stored on it.Press Yes button to configure the storage pool. Should you require to changethe storage pool destination, press Choose path… and point the browser to the necessary disk.Note: Each of the arrays which will be used by StarWind Virtual SAN to store virtual disk images has to meet the following requirements:• initialized as GPT• Have a single NTFS-formatted partition• Have a drive letter assigned3. Select the StarWind server where you wish to create the device.4. Press the Add Device (advanced) button on the toolbar.5. Add Device Wizard will appear. Select Hard disk device and click Next.6. Select Virtual disk and click Next.7. Specify the virtual disk location and size and click Next button.8. Specify virtual disk options and click Next button.9. Define the caching policy and specify the cache size (in MB).Note: we recommended to use 1Gb cache per 1Tb storage. Click Next button after the configuration of cache parameters is completed.Define the L2 caching policy and size if necessary. Note: We recommend to use SSD for L2 cache and if it will be used, the formula is 1Gb (sum of L1 and L2) cache per 1Tb storage. After completing this step press Next button.10. Specify the destination directory for the L2 cache, if any.11. Specify target parameters. Select the Target Name checkbox to enter a custom name ofa target. Otherwise, the name will be generated automatically based on the target alias. Click Next after completing this step.12. Click Create to add a new device and attach it to the target.13. Then click OK to close the wizard.Customer Support Portal:Support Forum:Sales: General Information:US HeadquartersPhone:Fax:EMEA and APACPhone:Voice Mail:/support /forums ***************************************************1-617-449-77171-617-507-5845+44-0-2071936727+44-0-2071936350+33-0-977197857 (French)1-866-790-2646StarWind Software Inc.301 Edgewater Place, Suite 100,Wakefield, MA 01880, USA CONtACtS。

亚信安全终端安全管控系统准入设备安装手册

亚信安全终端安全管控系统准入设备安装手册

亚信安全终端安全管控系统准入设备安装手册目录1、设备说明 (3)2、配置步骤 (3)3、测试环境资源需求 (3)4、端口镜像配置 (3)5、设备上架 (4)6、配置ETH3 ip地址 (4)7、接线 (5)8、服务端、管理端安装 (5)8.1、服务端安装 (5)8.2、管理端安装 (6)9、准入配置及调试 (7)10、测试 (8)11、异常检查 (9)准入控制设备为可选干路方式或者旁路方式对于网络接入控制的硬件设备。

2、配置步骤准入设备配置分为一下几个过程:1、镜像配置2、设备上架、3、配置ETH3地址4、确认数据、5、设置界面3、测试环境资源需求服务器:测试服务器装服务端软件,windows server2008/2003系统,4g内存,200g 硬盘交换机:(核心或者非核心)支持端口镜像交换机,将上行口镜像到准入口,准入设备接到准入口上ip分配以及网络连通性:服务器需要1个ip,准入设备需要1个ip,以上ip互相连同终端pc:window系统真实机,不要虚拟机。

4、端口镜像配置与用户前期沟通时,告知对方,设备推荐采用旁路方式接入网络,需要用户配合配置端口镜像,了解对方网络是外包维护还是自己维护的,如果外包维护,需要告知对方测试时候将维护公司技术人员一起到场,配置端口镜像。

设备为1U设备,与用户确定好上架位置,将设备上架,包装箱中有相关的配件。

6、配置ETH3 ip地址用网线直连笔记本和准入设备ETH2口,把笔记本电脑设置IP :3.3.3.8 子网掩码255.0.0.0在浏览器地址中输入3.3.3.3 ,登录用户名admin密码admin,进行设置ETH3口IP,输入对应的IP(192.168.1.252)、子网掩码、网关。

确定保存,准入设备自动重启。

7、接线交换机的镜像口接线到准入设备ETH1,组端口接线到交换上。

8、服务端、管理端安装8.1、服务端安装在服务器上安装服务端,服务端安装参考软件使用手册。

深信服服务器虚拟化asv操作步骤

深信服服务器虚拟化asv操作步骤

服务器虚拟化操作步骤1环境确认服务器虚拟化的目的在于将客户现有运行在物理主机上的业务系统平滑地转移到VMP 虚拟机中运行。

实施服务器虚拟化操作前,需要确认以下必要条件,条件不满足时,会导致操作失败。

同时建议在操作前先对服务器进行重启,确认服务器重启后能正常运行。

2服务器虚拟化2.1迁移物理主机迁移物理主机,可以将现有物理主机上的Windows/Linux操作系统通过网络克隆到SANGFOR VMP平台上。

迁移过程中会重启原主机,迁移完成后原操作系统可以在VMP平台上继续运行。

原主机上的操作系统恢复原状,不做任何修改,可以关机,也可以开机继续使用。

2.1.1Windows迁移Windows操作系统下的迁移工具是名为Sangfor_aSV_Converter的exe可执行程序(已集成到VMP安装光盘中),直接在Windows操作系统下运行后,界面如下图所示。

先勾选“已阅读许可协议”,然后点击“迁移物理主机”的“立即安装”按钮。

安装前该工具会获取当前物理主机的相关信息,检查安装环境是否满足必要条件。

如果条件不满足,会以红色警告信息进行提示,需要更正后重新运行该软件。

安装条件检查通过后,需要先配置迁移到目标VMP平台的连接。

该工具会自动发现当前网段中的VMP控制器,只需要提供该VMP的管理员帐号密码即可成功连接。

如果没有自动发现,可以手动输入其IP进行添加。

连接目标VMP成功后,迁移工具会将当前Windows操作系统克隆到目标VMP平台上,作为一个虚拟机来运行。

所以还需要配置该虚拟机在VMP平台上的相关信息,包括虚拟机名称、存储和运行位置、硬件配置等。

配置完成后会将当前配置信息进行确认,确认无误后即可进行安装。

安装过程只会在Windows系统的C盘安装迁移程序,不会修改当前操作系统的配置。

安装完成后需要重启Windows操作系统,重启后开始迁移。

此时可以选择迁移完成后是否开启原主机或虚拟机。

注意:由于迁移完成后的虚拟机和原主机内容一模一样,包括IP等配置也一样。

APV 安装手册(阿里云平台)说明书

APV 安装手册(阿里云平台)说明书

vAPV安装手册(阿里云平台)版权声明版权声明本文档受版权保护,未经Array Networks许可,任何人不得以任何理由和形式使用、复制、传播和编辑本文档,除非是在版权法的许可范围内。

本手册所涉及的案例均是当前情况,Array Networks有权利随时更改,恕不提前通知。

对于本手册内容,包括但不限于隐含的商业性能和特定用途适应性说明,Array Networks不承担任何责任。

Array Networks对于因本手册的提供造成的设备性能、使用和按键错误而导致的相关事故或因之引起的损害不承担任何责任。

警告:未经Array Networks许可,任何人不得对Array APV设备进行任何改动,否则将无权继续使用该设备。

商标声明本手册中所涉及的产品名称仅作识别之用。

手册中涉及的其他公司的注册商标或版权属各商标注册人所有,恕不逐一列明。

合格声明Array Networks自主声明Array APV系列产品符合FCC规定第15条。

操作本设备需要满足下面条件:(1)本设备不会产生有害干扰,(2)本设备不屏蔽任何干扰,其中有些干扰可能会造成不良影响。

警告:Array APV系列设备属于FCC(美国联邦通讯委员会)规定第十五条定义的A 类数据设备。

该条例旨在合理保护关于设备的商业行为,以避免生产生活环境受到不良影响。

本设备会产生、使用并且放射无线电磁波,如果不按照用法说明来使用,将有可能对无线电通讯产生影响。

在居住区和家庭中使用本设备有可能造成有害影响,为此使用者可能需要采取一定保护措施。

关于Array Networks 联系Array Networks请通过以下方式联系Array Networks:网站:/电话:总机(付费):(408)240-8700总机(免费):1-866-692-7729 (1-866-MY-ARRAY)技术支持:1-877-992-7729 (1-877-99-ARRAY)传真:(408)240-8754电话联系时间:周一至周五早9点至晚5点(太平洋标准时间)电子邮箱:**********************地址:1371 McCarthy BoulevardMilpitas, California 95035, USA修订记录修订记录日期描述2016-05-27 首次发布。

无线ap管理

无线ap管理
SUNDRAY WNS V3.0 快速安装手册
技术支持说明
为了让您在安装,调试、配置、维护和学习 SUNDRAY 设备时,能及时、快速、有效 的获得技术支持服务,我们建议您: 1.参考本快速安装手册图文指导,帮助你快速的完成部署、安装 SUNDRAY 设备。如果快速安 装手册不能满足您的需要, 您可以到 SUNDRAY 技术论坛或官网获得电子版的完整版用户手册 或者其他技术资料,以便您获得更详尽的信息。 2.致电您的产品销售商(合同签约商) ,寻求技术支持。为了更快速响应您的服务要求并保 证服务质量, 您所在地 SUNDRAY 的产品销售商配备有经过厂家认证的技术工程师, 会向您提 供快捷的电话咨询、远程调试及必要的上门调试服务。 3.在非紧急情况下,您可以访问 SUNDRAY 技术论坛,寻求技术问题的解决方案和办法。 4.致电 SUNDRAY 客服中心, 确认最适合您的服务方式和服务提供方, 客服中心会在您的技术 问题得到解决后, 帮助您获得有效的服务信息和服务途径, 以便您在后续的产品使用和维护 中最有效的享受技术支持服务,及时、有效的解决产品使用中的问题。 公司网址: 技术支持服务热线: 4008783389(手机、固话均可拨打) 邮箱:support@
iv SUNDRAY WNS v3.0 Quick
声明
Copyright © 2015 深圳市信锐网科技术有限公司及其许可者版权所有,保留一切权利。 未经本公司书面许可,任何单位和个人不得擅自摘抄、复制本书内容的部分或全部,并 不得以任何形式传播。 SUNDRAY 为深圳市信锐网科技术有限公司的商标。对于本手册出现的其他公司的商 标、产品标识和商品名称,由各自权利人拥有。 除非另有约定,本手册仅作为使用指导,本手册中的所有陈述、信息和建议不构成任何 明示或暗示的担保。 本手册内容如发生更改,恕不另行通知。 如需要获取最新手册,请联系信锐网科技术有限公司客户服务部。

Sophos XG Firewall Virtual Appliance 部署指南说明书

Sophos XG Firewall Virtual Appliance 部署指南说明书

ContentsIntroduction (1)Installation procedure (2)Configuring XG Firewall (4)Activation and Registration (4)Basic Configuration (4)Legal notices (8)Sophos XG Firewall Virtual Appliance1 IntroductionWelcome to the Getting Started guide for Sophos XG Firewall Virtual Appliance (referred to in this document as “XG Firewall”) for VMware ESX/ESXi platform. This guide describes how you can download, deploy and run XG Firewall as a virtual machine on VMware ESX/ESXi.Minimum hardware requirement1.One vCPU2.2GB vRAM3. 2 vNIC4.Primary Disk with a minimum of 4 GB space5.Report Disk with a minimum of 80 GB spaceNoteSFOS 17 supports hard drives with a maximum of 512 GB.XG Firewall will go into fail-safe mode if the minimum requirements are not met.NoteTo optimize the performance of your XG Firewall, configure vCPU and vRAM according to the license you have purchased. When configuring a number of vCPUs, make sure that you do not exceed the maximum number specified in your license.Sophos XG Firewall Virtual Appliance2 Installation procedureMake sure that VMware ESX/ESXi version 5.0 or later is installed in your network. For VMware ESX/ ESXi installation instructions, refer to the VMware documentation /support/ pubs/vsphere-esxi-vcenter-server-pubs.html.You need to:1.Download and extract the OVF image2.Access the ESX/ESXi Host via vSphere Client3.Deploy the OVF Template4.Power on1.Download the .zip file containing the OVF image from https://secure/en-us/products/next-gen-firewall/free-trial.aspx and save it.2.Log in to the ESX/ESXi host server on which you want to deploy the OVF template throughVMware vSphere Client.NoteIn this guide, we are using VMware vSphere client to connect to the ESX/ESXi host server onwhich the OVF template is to be deployed.a)Go to File > Deploy OVF Template to open the downloaded .ovf file in the vSphere Client.b)Select the sf_virtual file and click Open.3.To deploy the OVF template:a)Select the location of the .ovf file for XG Firewall and click Next to continue.Sophos XG Firewall Virtual Applianceb)Verify the OVF template details and click Next to continue.c)Specify a name and location for the OVF template to be deployed and click Next to continue.d)Select the host/cluster within which you want to deploy the OVF template and click Next tocontinue.NoteHere, we are deploying the OVF template on a single/standalone server. The configurationmay be different in a cluster environment.e)Select the format in which you want to store the virtual disks from the available options:Thin Provision: It uses the minimum required space for the OVF template, saving the restfor other use.Thick Provision: It uses the entire allotted virtual disk for OVF template installation, wipingout additional data on the disk.In case of VMware ESXi 5.0 or later, three storage options are available: Thin Provision,Thick Provision Lazy Zeroed and Thick Provision Eager Zeroed. For more information,refer to /.f)Click Next to continue.g)Select the networks to be used by the OVF template and click Next to continue.h)Verify the deployment settings for the OVF Template and click Finish to initiate the deploymentprocess of XG Firewall.This installs XG Firewall on your machine.4.Right-click the deployed XG Firewall and go to Power > Power On.a)Enter the administrator password: ‘admin’ to continue to the Main Menu.Sophos XG Firewall Virtual Appliance3 Configuring XG Firewall1.Browse to "https://172.16.16.16" from the management computer.2.Click Start to begin the wizard and follow the on-screen instructions.NoteThe wizard will not start if you have changed the default administrator password from theconsole.3.1 Activation and Registration1.Review and accept the License Agreement. You must accept the Sophos End User LicenseAgreement (EULA) to proceed further.2.Register Your Firewall. Enter the serial number, if you have it. You can also use your UTM 9license if you are migrating.Otherwise, you can skip registration for 30 days or start a free trial.a)You will be redirected to the MySophos portal website. If you already have a MySophosaccount, specify your sign-in credentials under “Login”. If you are a new user, sign up for aMySophos account by filling in the details under “Create Sophos ID”.b)Complete the registration process.Post successful registration of the device, the license is synchronized and the basic setup is done.3.Finish the basic setup. Click Continue and complete the configurations through the wizard. Whenyou finish the process, the Network Security Control Center appears.You can now use the navigation pane to the left to navigate and configure further settings.3.2 Basic ConfigurationYou can:1.Set up Interfaces2.Create Zones3.Create Firewall Rules4.Set up a Wireless Network1.To set up interfaces:a)You can add network interfaces and RED connections in the Configure > Network >Interfaces menu.b)You can add wireless networks in the Protect > Wireless > Wireless Networks menu.SSIDs will also be shown in the interfaces menu once created.c)You can add access points in Protect > Wireless > Access Points.Sophos XG Firewall Virtual ApplianceSophos XG Firewall Virtual ApplianceYou can see both these wireless networks in Protect > Network > Wireless Networks.e)Go to Protect > Wireless > Access Point Groups.f)Click Add to add a new access point group.g)Add both the wireless networks, and the new access point.If new APs have been installed, you can view these in Control Center.h)Click the pending APs to accept the new access points.i)Configure the settings of the new APs as shown in the image.Sophos XG Firewall Virtual Appliancej)Click Save.Sophos XG Firewall Virtual Appliance4 Legal noticesCopyright © 2020 Sophos Limited. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording or otherwise unless you are either a valid licensee where the documentation can be reproduced in accordance with the license terms or you otherwise have the prior permission in writing of the copyright owner.Sophos, Sophos Anti-Virus and SafeGuard are registered trademarks of Sophos Limited, Sophos Group and Utimaco Safeware AG, as applicable. All other product and company names mentioned are trademarks or registered trademarks of their respective owners.Copyright © 2020 Sophos Limited. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording or otherwise unless you are either a valid licensee where the documentation can be reproduced in accordance with the license terms or you otherwise have the prior permission in writing of the copyright owner.Sophos and Sophos Anti-Virus are registered trademarks of Sophos Limited and Sophos Group.All other product and company names mentioned are trademarks or registered trademarks of their respective owners.。

Sunrunvas虚拟应用系统用户手册

Sunrunvas虚拟应用系统用户手册

虚拟应用系统服务器的安装及部署1 服务器端安装和初始化1.1安装虚拟化后台将V AST集成安装包vastpackages-alpha_0.9.9拷贝至LINUX下的一个临时目录,解压缩集成安装包在当前目录,依次执行以下操作便可以完成虚拟化后台的安装。

解压文件:Sudo tar –xvf vastpackages-alpha_0.9.9cd vastpackages-alpha/执行安装命令:sudo ./install_all/*********************************************欢迎使用lamp+web+V AST系统本安装过程可能会持续1-5分钟,请认真阅读提示信息,并且不要随意中断安装过程,否则会造成不可预料的后果。

*********************************************/please enter y|n to continue y (按回车)………………【警告】:下列软件包不能通过验证!wmctrl不经验证就安装这些软件包吗?[y/N] y (按回车)………………【警告】:下列软件包不能通过验证!autocutsel不经验证就安装这些软件包吗?[y/N] y (按回车)………………【警告】:下列软件包不能通过验证!xsel不经验证就安装这些软件包吗?[y/N] y (按回车)………………下列【新】软件包将被安装:libdbd-mysql-perllibdbi-perllibhtml-template-perl libmysqlclient16libnet-daemon-perllibplrpc-perl mysql-client-5.1 mysql-client-core-5.1mysql-commonmysql-server mysql-server-5.1 mysql-server-core-5.1升级了0 个软件包,新安装了12 个软件包,要卸载0 个软件包,有0 个软件包未被升级。

SANGFOR_aSV_v3.7_ aSV软件安装和初始化配置指导书

SANGFOR_aSV_v3.7_ aSV软件安装和初始化配置指导书

aSV软件安装和初始化配置指导书1.1.aSV安装说明1.1.1.最低硬件要求CPU:支持x64与Intel®Virtualization Technology(VT-x)内存:4GB硬盘:55GB主板:开启VT(VT-x)功能1.1.2.U盘烧录ASV安装镜像所需使用的软件:UltraISO制作过程:首先插入U盘,然后按下面的步骤做1)打开软件UltraISO2)加载aSV的iso,然后选择需要刻盘的iso文件。

3)加载iso之后如下所示(文件名以当前下载镜像名为准,此处仅为参考)4)然后点击启动---写入硬盘映像5)勾上刻录完成后校验。

然后点击“写入”,其他默认就行了。

完成后返回把U盘拔出即可。

1.1.3.安装ASV1)服务器中,在bios里开启vt技术支持,实例如下(注意每款主板不一样,大同小异)2)服务器插入刻录好的U盘,启动服务器进入BIOS,设置U盘启动优先启动重启服务器,系统进入启动界面,按“ENTER”键,开始安装!默认使用【安装虚拟化管理平台(aSV)】-->【格式化安装】3)点击【同意】,会检测服务器的硬件和BIOS设置是否满足安装要求。

注:aSV只支持Intel架构的CPU。

如为AMD架构,则会退出安装。

4)选择磁盘作为aSV系统盘,选择【确定】开始格式化安装注:1、系统盘容量>55GB2、安装将格式化系统盘5)安装将格式化系统盘,输入“format”确认格式化,选择【确定】继续格式化安装;选择【取消】重新进入选择磁盘界面。

6)进入磁盘测速页面。

选择【是】进行测速,【否】跳过测速继续安装。

7)选择【是】继续安装。

注:为了更好的使用体验,建议磁盘读速度>=100MB/s,写速度>=60MB/s8)格式化磁盘成功,进入网口IP配置界面。

上下键选择一个网口“eth0”,选则【确定】进行网口配置。

9)输入默认访问IP地址,选择【确定】。

其它网口可先不配置。

App volumes 3.0部署

App volumes 3.0部署

蓝色进行曲106304733一、部署和配置应用程序卷管理器准备App volumes 3的OVA文件从官方网站获得1.1、部署应用程序卷管理器部署App Volumes 3 OVA文件到VMware vCenter中,通过vSphere Client或者vsphere WebClient登陆到vCenter中部署OVF模板选择要导入OVA文件所在的本地PC目录位置OVA相关信息接受协议,单击下一步填写部署后的服务器名称,选择部署到的数据中心位置如图:选择需要在哪一个主机或者集群进行部署选择部署的资源池位置选择磁盘格式,根据需要选择建议Thin provison模式选择应用卷服务器需要接入的网络(如果不确定最后倒入完成后更改网卡网络属性也可以)添加“网关、整个域名、主机名、DNS地址、IP地址、子网掩码”单击“完成”后就是开始了部署了,部署完成后打开电源打开后台系统(Ubuntu 14的Linux系统)控制台,默认用户名/密码:root/123,需要更改密码,直接回车登陆,输入root账户后,需要分别输入两次默认密码123。

输入root默认密码123,输入两次,然后输入新的密码即可。

另外需要关闭SSL证书,否则在配置AD、vCenter时候会报错现在,我将要禁用应用程序卷的vCenter证书检查功能。

这不是一个很好的做法,因为它最大限度地减少了安全性。

一个更好的方法是至少将自签名证书导入应用程序卷。

要禁用vCenter的SSL证书验证,您将需要SSH到“应用程序卷”管理器或使用控制台进行连接,如图所示:1.2、配置Horizonadmin如图显示的管理界面浏览器里面进行登陆https://IP/horizonadmin登陆进入设置AD域,连接AD域设置AD与相关信息必须提供一个将在App Volumes中分配给超级管理员访问权限的AD组。

这将是管理员访问控制台。

它只允许组配置,如果安全性考虑,可以为这种类型的访问创建一个新组。

san volume controller手册

san volume controller手册

san volume controller手册San Volume Controller(SVC)是一种软件定义存储(SDS)解决方案,它为企业提供了高度可扩展和灵活的存储管理能力。

这篇手册将提供关于SVC的相关参考内容,包括功能和特性、部署和配置、管理和监控以及最佳实践等方面的信息。

功能和特性:1. 存储虚拟化:SVC可以将物理存储设备抽象成虚拟存储池,使得企业可以基于需要轻松分配和管理存储资源。

2. 数据重复消除:通过识别重复的数据块,并在存储池中只存储一份副本,SVC可以极大地提高存储效率。

3. 存储快照和克隆:SVC可以创建快照和克隆,以便在需要时快速还原数据或创建几乎无损的副本。

4. 数据迁移:SVC可以根据存储池中数据活跃度的变化,自动将数据从低性能设备迁移至高性能设备,以优化存储性能。

5. 存储性能优化:SVC可以在存储池中进行数据压缩、数据分层和调整I/O优先级等操作,以提高存储性能。

部署和配置:1. 硬件要求:SVC支持各种存储设备,但需要满足一定的硬件要求,如高性能处理器、大容量内存和高速网络接口等。

2. 节点配置:SVC是一个集群架构,需要至少两个节点来提供高可用性和冗余性。

手册将提供有关节点配置的详细说明。

3. 存储池配置:手册将介绍如何配置存储池,包括添加和删除物理存储设备、创建虚拟存储池以及设定存储策略等。

管理和监控:1. 配置管理:手册将指导管理员如何管理SVC的配置,包括网络设置、用户权限、存储策略和数据保护等。

2. 性能监控:手册将介绍如何监控存储性能,包括对I/O延迟、吞吐量和带宽利用率等指标进行监控,并提供相应的优化建议。

3. 容量管理:手册将说明如何监控存储容量使用情况,并提供容量预测和规划的工具和技巧。

最佳实践:1. 存储池规划:手册将介绍存储池规划的最佳实践,包括如何选择存储设备、优化存储容量利用率以及提高存储性能等。

2. 数据保护:手册将提供保护存储数据的最佳实践,包括创建备份、设置容灾方案和实施数据加密等。

阿尔特斯 R438 型 AVR 安装和维护手册说明书

阿尔特斯 R438 型 AVR 安装和维护手册说明书

AVRs Installation and maintenance2018.01 / jElectric Power Generation 2Installation and maintenanceR438AVRs3971 en -SAFETY MEASURESBefore using your machine for the first time, it is important to read the whole of this installation and maintenance manual.All necessary operations and interventions on this machine must be performed by a qualified technician.Our technical support service will be pleased to provide any additional information you may require.The various operations described in this manual are accompanied by recom-mendations or symbols to alert the user to potential risks of accidents. It is vital that you understand and take notice of the following warning symbols.Warning symbol for an operation capable of damaging or destroying the machine or surrounding equipment.Warning symbol for general danger topersonnel.Warning symbol for electrical danger topersonnel.All servicing or repair operations performed on the AVR should be undertaken by personnel trained in the commissioning, servicing and main-tenance of electrical and mechanical components.When the generator is driven at a frequency below 28 Hz for more than 30 seconds with an analogue AVR, its AC power supply must be disconnected. WARNINGThis AVR can be incorporated in a EC-marked machine.This manual is to be given to the end user.© - We reserve the right to modify the characteristics of this product at any time in order to incorporate the latest technological developments. The information contained in this document may therefore be changed without notice.This document may not be reproduced in any form without prior authorisation.All brands and models have been registered and patents applied for.This manual concerns the alternator AVR which you have just purchased.We wish to draw your attention to the contents of this maintenance manual.2018.01 / jElectric Power Generation 3Installation and maintenanceR438AVRs3971 en -CONTENTS1 - SUPPLY ..............................................................................................................................41.1 - AREP excitation system ...............................................................................................41.2 - PMG excitation system .................................................................................................51.3 - SHUNT or separate excitation system ..........................................................................52 - R438 AVR ...........................................................................................................................62.1 - Characteristics .............................................................................................................62.2 - Frequency compared with voltage (without LAM) .........................................................62.3 - LAM (Load Acceptance Module) characteristics...........................................................62.4 - Typical effects of the LAM with a diesel engine with or without a LAM (U/F only) ..........72.5 - R438 AVR options ........................................................................................................83 - INSTALLATION - COMMISSIONING .................................................................................93.1 - Electrical checks on the AVR ........................................................................................93.2 - Settings ........................................................................................................................93.3 - Electrical faults ...........................................................................................................124 - SPARE PARTS .................................................................................................................134.1 - Designation ................................................................................................................134.2 - Technical support service ...........................................................................................13Disposal and recycling instructions2018.01 / jElectric Power Generation 4Installation and maintenanceR438AVRs3971 en -1 - SUPPLY1.1 - AREP excitation systemFor both AREP & PMG excitation systems, the alternator voltage regulator is the R438.With AREP excitation, the R438 electronic AVR is powered by two auxiliary windings which are independent of the voltage match circuit.The first winding has a voltage in proportionto that of the alternator (characteristic Shunt), the second has a voltage in proportion to the stator current (compound characteristic: Booster effect).The power supply voltage is rectified and filtered before being used by the AVR monitoring transistor. This principle ensures that regulation is not affected by distortions generated by the load.2018.01 / jElectric Power Generation 5Installation and maintenanceR438AVRs3971 en -1.2 - PMG excitation systemThis excitation system consists of a «PMG » (permanent magnet generator). This is fitted at the rear of the machine and connected to the R438 AVR.The PMG supplies the AVR with constant voltage which is independent of the mainalternator winding. As a result the machine has a short-circuit current capacity and good immunity to distortions generated by the load.The AVR monitors and corrects the alternator output voltage by adjusting the excitation current.- 50/60 Hz selection via the ST3 jumper.1.3 - SHUNT or separate excitation systemAVR can be operated with SHUNT supply (with a transformer / secondary 50V or a 48V battery).2018.01 / jElectric Power Generation 6Installation and maintenanceR438AVRs3971 en -2 - R438 AVR2.1 - Characteristics- Storage : -55°C ; +85°C - Operation : -40°C ; +70°C- Standard power supply: AREP or PMG.- Rated overload current: 8 A - 10 s- Electronic protection (overload, short-circuit on opening of voltage sensing circuit): excitation overload current for 10 seconds then return to approximately 1A. The alternator must be stopped (or the power switched off) in order to reset the protection.- Fuse : F1 on X1, X2. 8A ; slow - 250V- Voltage sensing : 5 VA isolated via trans-former ;• 0-110 V terminals = 95 to 140 V,• 0-220 V terminals = 170 to 260 V,• 0-380 V terminals = 340 to 520 V.- Voltage regulation ± 0.5%.- Normal or rapid response time via ST2 jumper (see below).- Voltage adjustment via potentiometer P2. other voltages via adapter transformer - Current sensing (parallel operation): C.T. 2.5 VA cl1, secondary 1 A (optional).- Quadrature droop adjustment via potentiometer P1.- Max. excitation current adjustment via P5 (see below).2.1.1 - Configuration jumpers function2.1.2 - Setting potentiometers function2.2 - Frequency compared with voltage (without LAM)2.3 - LAM (Load Acceptance Module) characteristics2.3.1 - Voltage dropThe LAM system is integrated in the R438 AVR as standard.Role of the «LAM» (Load Adjustment Module) :On application of a load, the rotation speed of the generator set decreases. When it passes below the preset frequency threshold, the LAM causes the voltage to drop by approximately 13% or 25% and consequently the amount of active load applied is reduced by approximately 25% to 50%, until the speed reaches its rated value again.Hence the LAM can be used either to reduce the speed variation (frequency) and its duration for a given applied load, or to increase the applied load possible for one speed variation (turbo-charged engine).To avoid voltage oscillations, the trip threshold for the LAM function should be set approximately 2 Hz below the lowest frequency in steady state.2018.01 / jElectric Power Generation 7Installation and maintenanceR438AVRs3971 en -- LAM : action eliminated by cutting the ST5 jumper.2.3.2 - Gradual voltage return function During load impacts, the function helps the genset to return to its rated speed faster thanks to a gradual increase in voltage according to the principle:- If the speed drops between 46 and 50 Hz, the rated voltage follows a fast gradient as it is restored.- If the speed drops below 46 Hz, since the engine needs more help, the voltage follows a slow gradient as it returns to the reference value.2.4 - Typical effects of the LAM with a diesel engine with or without a LAM (U/F only)2.4.2 - Frequency2.4.3 - Power2018.01 / jElectric Power Generation 8Installation and maintenanceR438AVRs3971 en -2.5 - R438 AVR options- Current transformer for parallel operation of ....../1A. 5 VA CL 1.- Remote voltage adjustment potentiometer : 470 Ω, 0.5 W min: adjustment range ± 5% (range limited by internal voltage potentiometer P2). Remove ST4 to connect the poten-tiometer. (A 1 kΩ potentiometer can also be used to extend the adjustment range).For wiring up the external potentiometer; the “earth” wires must be isolated as well as the potentiometer terminals (wires at the same voltage as the power).- R731 external module : sensing of 3-phase voltage 200 to 500 V, compatible with parallel operation. Disconnect ST1 to connect the module; set the voltage via the module potentiometer.- R734 module : detection of 3-phase current and voltage for parallel operation on unbalanced installations (imbalance > 15%).- R726 module : 3 functions (mounted externally).P .F. regulation (2F) and voltage sensing circuit before paralleling (3 F).- Voltage control: with an isolated D.C. current source applied to the terminals used for the external potentiometer:• Internal impedance 1.5 kΩ.• A variation of ± 0.5 V corresponds to a voltage adjustment of ± 10%.2018.01 / jElectric Power Generation 9Installation and maintenanceR438AVRs3971 en -3 - INSTALLATION - COMMISSIONING 3.1 - Electrical checks on the AVR- Check that all connections have been made properly as shown in the attached wiring diagram.- Check that the ST3 frequency selection jumper is on the correct frequency setting.- Check whether the ST4 jumper or the remote adjustment potentiometer have been connected.- Optional operating modes.• ST1 jumper : open to connect the R731or R734 3-phase sensing module.• ST2 jumper : open if rapid response time used• ST5 jumper : open to suppress the LAM function.3.2 - SettingsThe machine is tested and set at the factory. When first used with no load, make sure that the drive speed is correct and stable (see the nameplate). After operational testing, replace all access panels or covers.The only possible adjustments to the machine should be made on the AVR.3.2.1 - R438 settings (AREP or PMG system)Before any intervention on the AVR, make sure that the ST9 jumper is closed with AREP excitation and disconnected with PMG or SHUNT or separate excitation.a) Initial potentiometer settings (see table below)- Remote voltage adjustment potentiometer : centre (ST4 jumper removed).Stability adjustments in standalone operationb ) Install a D.C. analogue voltmeter (needle dial) cal. 50V on terminals E+, E- and an A.C. voltmeter cal 300 - 500 or 1000V on the alternator output terminals.c ) Make sure that the ST3 jumper is positioned on the desired frequency (50 or 60 Hz).d ) Voltage potentiometer P2 at minimum, fully anti-clockwise.e ) Stability potentiometer P3 to around 1/3 of the anti-clockwise limit.f ) Start the engine and set its speed to a frequency of 48 Hz for 50 Hz, or 58 for 60 Hz.g ) Set the output voltage to the desired value using P2.- Rated voltage UN for solo operation (eg. 400 V)- Or UN + 2 to 4% for parallel operation with C.T. (eg. 410 V)If the voltage oscillates, use P3 to make adjustments (try both directions) observing the voltage between E+ and E- (approx. 10VD.C.).2018.01 / jElectric Power Generation 10Installation and maintenanceR438AVRs3971 en -The best response times are obtained at the limit of the instability. If no stable position can be obtained, try disconnecting or replacing the ST2 jumper (normal/fast).h ) Check LAM operation : ST5 closed.i) Vary the frequency (speed) around 48 or 58 Hz according to the operating frequency, and check the change in voltage from that observed previously (~ 15%).j ) Readjust the speed of the unit to its rated no-load value.Adjustments in parallel operationBefore any intervention on the alternator, make sure that the speed droop is identical for all engines .k ) Preset for parallel operation (with C.T. connected to S1, S2)- Potentiometer P1 (quadrature droop) in centre position.Apply the rated load (P .F. = 0.8 inductive).The voltage should drop by 2 to 3%. If it increases, check that V and W and also S1 and S2 have not been reversed.l ) The no-load voltages should be identical for all the alternators intended to run in parallel.- Couple the machines in parallel.- By adjusting the speed , try to obtain 0 KW power exchange.- By altering the voltage setting P2 on one of the machines, try to cancel (or minimise) the current circulating between the machines.- From now on, do not touch the voltage settings.m ) Apply the available load (the setting is only correct if a reactive load is available)- By altering the speed , match the kW (or divide t he r ated p ower o f t he u nits p roportionally)- B y a ltering t he q uadrature d roop p otentiometer P1, match or divide the currents .3.2.2 - Max. excitation setting (excitation ceiling)Static adjustment of the current limit, potentiometer P5 (factory setting: 7.5 A, fuse rating: 8 A - 10 seconds).The maximum factory setting corresponds to that of the excitation current required to obtain a 3-phase short-circuit current of approximately 3 IN at 50 Hz for industrial power, unless otherwise specified(*).A static method can be used to reduce this value or adapt the Isc to the actual operating power (derated machine), which is safer for the alternator and the installation. Disconnect power supply wires X1,X2 and Z1,Z2 and the voltage reference (0-110V-220V-380V) on the alternator.Connect the mains power supply using a transformer (200-240V) as indicated (X1,X2 : 48V). Install a 10A D.C. ammeter in series with the exciter field. Turn P5 fully anti-clockwise and activate the power supply. If there is no output current from the AVR, turn potentiometer P2 (voltage) clockwise until the ammeter indicates a stable current. Switch the power supply off, then on again, turn P5 clockwise until the required max. current is obtained (no more than 8 A).2018.01 / jElectric Power Generation 11Installation and maintenanceR438AVRs3971 en -Checking the internal protection :Open switch (D) : the excitation current should increase to its preset ceiling, remain at that level for ≥ 10 seconds and then drop to < 1A.To reset, switch off the power supply by opening switch (A).Note: After setting the excitation ceiling as described, adjust the voltage again (see section 2.1.1)(*) In some countries it is a legal requirement to have a short-circuit current of 3 I n , so as to offer selective protection. 3.2.3 - Special type of useExcitation circuit E+, E- must not be left open when the machine is running : AVR damage will occur.3.2.3.1 - R438 field weakening (SHUNT)the AVR power supply (1 wire - X1 or X2).Contact rating 16 A - 250V A.C.3.2.3.2 - R438 field weakening (AREP/PMG)The exciter is switched off by disconnecting the AVR power supply (1 wire on each auxiliary winding) - contact rating 16 A - 250V A.C.Connection is identical for resetting the AVR internal protection.In case of using the de-excitation, provide a forced excitation.3.2.3.3 - R438 field forcing2018.01 / jElectric Power Generation 12Installation and maintenanceR438AVRs3971 en -Warning : after operational testing,replace all access panels or covers.2018.01 / jElectric Power Generation 13Installation and maintenanceR438AVRs3971 en -4 - SPARE PARTS4.2 - Technical support serviceOur technical support service will be pleased to provide any additional information you may require.For all spare parts orders or technical support requests, send your request to *********************************closest contact, whom you will find at www.lrsm.co/support indicating the type and the code number of the AVR.T o ensure that our products operate correctly and safely, we recommend the use of original manufacturer spare parts.In the event of failure to comply with this advice, the manufacturer cannot be held responsible for any damage.2018.01 / jElectric Power Generation 14Installation and maintenanceR438AVRs3971 en -Disposal and recycling instructionsWe are committed limiting the environmental impact of our activity. We continuously monitor our production processes, material sourcing and products design to improve recyclability and minimise our environmental footprint.These instructions are for information purposes only. It is the user’s responsibility to comply with local legislation regarding product disposal and recycling.Waste & hazardous materialsThe following components and materials require special treatment and must be separated from the alternator before the recycling process:- electronic materials found in the terminal box, including the automatic voltage regulator (198), current transformers (176), interference suppression module (199) and other semi-conductors.- diode bridge (343) and surge suppressor (347), found on the alternator rotor.- major plastic components, such as the terminal box structure on some products. These components are usually marked with information concerning the type of plastic.Scan the code or go to: ***************************www.lrsm.co/support/company/Leroy-Somer/Leroy_Somer_en/LeroySomer.Nidec.en/LeroySomerOfficiel3971 en- 2018.01 / j。

VNNOX 云发布服务 快速入门说明书

VNNOX 云发布服务 快速入门说明书

VNNOX云发布服务快速入门版本编号: V5.7.0 文档编号: NS170000045版权所有© 西安诺瓦电子科技有限公司2017。

保留一切权利。

非经本公司书面许可,任何单位和个人不得擅自摘抄、复制本文档内容的部分或全部,并不得以任何形式传播。

商标声明是诺瓦科技的注册商标。

声明欢迎您选用西安诺瓦电子科技有限公司(以下简称诺瓦科技)的产品,如果本文档为您了解和使用产品带来帮助和便利,我们深感欣慰。

我们在编写文档时力求精确可靠,随时可能对内容进行修改或变更,恕不另行通知。

如果您在使用中遇到任何问题,或者有好的建议,请按照文档提供的联系方式联系我们。

对您在使用中遇到的问题,我们会尽力给予支持,对您提出的建议,我们衷心感谢并会尽快评估采纳。

目录目录 (ii)1 关于本文 (1)2 操作总览 (2)3 注册与登录VNNOX (3)3.1 注册VNNOX (3)3.2 登录VNNOX (3)4 编辑节目 (5)4.1 添加媒体 (5)4.1.1 添加图片、视频和文档 (5)4.1.2 添加网页 (6)4.1.3 添加RSS (6)4.1.4 添加页面 (7)4.1.5 添加流媒体 (8)4.2 新建清单 (9)4.3 新建节目 (9)5 新建播放器 (13)6 设置播放器认证信息 (14)7 安装终端播放器 (15)7.1 安装VNNOX Player(同步终端) (15)7.2 安装ViPlex(异步终端) (16)7.2.1 安装ViPlex Handy(Android和iOS版) (16)7.2.2 安装ViPlex Express(Windows版) (16)8 绑定播放器 (17)8.1 绑定同步播放器(同步终端) (17)8.2 绑定异步播放器(异步终端) (18)8.2.1 通过ViPlex Handy绑定(Android和iOS版) (18)8.2.2 通过ViPlex Express绑定(Windows版) (19)9 发布节目 (21)1 关于本文VNNOX为用户提供统一的节目编辑和发布平台。

MACSV系统手册

MACSV系统手册
本手册提供有关 MACS V 系统的以下信息: MACS V 系统的总体结构 MACS V 系统各组成部分的功能描述 MACS V 系统的重要技术规格
本手册的目的
本手册用于帮助用户理解 MACS V 系统的整体概貌、基本功能和特性,以及主要技术指标; 运行本系统需要的软件环境,硬件环境以及系统的各项功能。
.
.
目录 第一章 系统概述.............................................................................................................................8
1.1. 概述...........................................................................................................................8 1.2. 系统能力...................................................................................................................9 1.3. MACSV 系统的实时数据流..................................................................................10 1.4. 系统各部分的主要功能......................................................................................... 11

SSv安装手册-使用说明

SSv安装手册-使用说明

管 理 界 面
若是由其他计算机进行远程登录,请依画面输入相关信息(输入 IP 或 SSV 计算机名称)。
登入成功后,出现 SANsymphony-V 控制台。
本控制台采用工作窗口方式组成,可依据自身使用习惯进行拖曳调整。 如下图,你可拖曳 Host panel 到画面的上下左右后,该 panel 会自动镶嵌至指定位置。
接下来选择 Next
请输入 15。(我们欲添加的磁盘大小)
请给予名称,便于识别。(SSV1-pooldisk-2.vmdk)
当新增完毕后,选择 OK
回到 SANsymphony-V Console,可以观察到 Physical Disks 处多出了一颗实体磁盘 (刚刚所加入的 15GB Disk)。 由此可见透过 DataCore 的储存整合能力,可提供管理人员以极简单的方式轻松的新增各种不同 种类/大小的磁盘到 SANsymphony-V 下。
Replication 建立完成后,可以观察 SSV1 上的 Virtual disk 1,点选 Replicationindows 磁盘管理员,进行 Rescan Disks
立刻出现第二颗一模一样的磁盘,请对其进行 Online 动作。
变更为上线状态后,可以看到磁盘名称一模一样。
由于建立快照后,原始磁盘并没有更改
,因此两个磁盘信息是一样的。
连续数据 保护
除了定期时间点快照外,SANsymphony-V 亦提供了连续数据保护功能,提供对磁盘中的 数据内容更精细的保护。 在此之前,为了不影响环境复杂度,请先将刚刚指派给前端主机的快照磁盘卸除。 请点选该快照磁盘,并选取 Unserve from HostHost
请将各个 ISCSI Port 角色定义好(各角色说明与定义请参考 Help file)。

MASS-VIEW

MASS-VIEW

使用说明书MASS-VIEW®系列文档号:9.17.0511日期:2022年7月26日注意事项安装使用仪器前,请仔细阅读操作手册。

如未按照操作手册操作,很可能造成人身伤害和/或设备损坏。

本手册编制与出版期间,我司谨慎、严谨,尽管如此,我司仍不对于本手册存在的任何不准确、错误、不当陈述或任何其他性质错误承担法律或其他责任。

本手册仅供参考,今后可能发生更改。

如有更改,恕不另行通知。

简易操作手册电源模块输出RS232/Modbus递增左右下中心=确认目录使用说明书 (1)安装使用仪器前,请仔细阅读操作手册。

如未按照操作手册操作,很可能造成人身伤害和/或设备损坏。

(1)简易操作手册 (3)目录 (4)1......................................................................................................................................一般产品信息61.1引言 (6)1.2预期用途 (6)1.3符号 (6)1.4产品支持参考文档 (6)1.5保修条款 (7)1.6情况概述 (7)1.7外壳 (7)1.8传感器原理 (9)1.9针阀原理 (9)1.10恒流控制器原理 (9)1.11电子设备、显示器和4向键 (11)1.12软件工具 (12)2设备安装 (13)2.1开箱及检查 (13)2.2拆除和退货说明 (13)2.3安装 (14)2.4串联过滤器 (14)2.5流体连接 (14)2.6管道 (14)2.7电气连接件 (14)2.8试验压力 (15)2.9供应压力 (16)2.10系统清洗 (16)2.11密封 (16)2.12设备仓储 (16)2.13电磁兼容性 (16)3操作 (17)3.1一般规定 (17)3.2电源和预热 (17)3.3设置仪器 (17)3.4用户界面、菜单结构和仪器功能 (18)3.4.1读数界面 (18)3.4.2修改读数界面 (18)3.4.3菜单结构 (19)3.4.4睡眠状态 (20)3.4.5计数器 (20)3.4.6报警器 (20)3.4.7报警器输出 (21)3.4.8用户标记 (21)3.4.9报警触点 (21)3.5其他气体 (23)3.6校零步骤 (23)4维护 (24)4.1一般规定 (24)4.2针阀 (24)5故障排除 (25)5.1一般规定 (25)5.2故障排除总结 (25)5.3服务和维修 (25)1一般产品信息1.1引言MASS-VIEW®仪器可精确测量与控制气体质量流量。

ReadyNAS OS 6 网络存储服务器安装指南说明书

ReadyNAS OS 6 网络存储服务器安装指南说明书

安装指南NETGEAR、NETGEAR Logo、Connect with Innovation 是NETGEAR 公司或其子公司在美国或其他国家使用的商标或注册商标。

如有变更,恕不另行通知。

本文档提及的其他品牌和产品名称是其各自持有者的商标或注册商标。

© NETGEAR, Inc. 保留所有权利。

ReadyNAS OS 6 网络存储服务器包装箱内容感谢您购买此 NETGEAR 产品。

您需要包装中的以下物品来安装 ReadyNAS®1.ReadyNAS 系统2.资源光盘3.交流电源适配器和电源线(因机型而异)4.以太网线有关安装、配置和使用系统的更多信息,请参见相关的软件和硬件手册。

可在系统随附的资源光盘中找到这些手册的链接,或者也可通过/或产品用户界面中的链接访问。

重要信息:请先阅读系统硬件手册中的所有安全警告,然后再为系统接通电源。

1234其他信息为帮助确保系统正常并防范数据丢失风险,请遵守下列使用规则。

•系统处于开机状态时,切勿同时更换多个硬盘。

•需要关闭系统电源时,请尽可能妥善地关闭电源。

-妥善关闭配有 2 个硬盘插槽的系统的电源:按电源键两次。

-妥善关闭配有 4 个或以上硬盘插槽的系统的电源:按电源键三次。

技术支持在安装完您的设备后,请于产品的标签上找到序列号(S/N),并登录https://注册您的产品。

在获得电话技术支持之前,必须先注册您的产品。

我们强烈建议您在NETGEAR官方网站上进行注册。

请访问/获取产品更新信息和技术支持。

NETGEAR强烈建议您只使用NETGEAR官方技术支持资源。

如需了解EU欧盟的合格声明(DoC)的相关信息,请访问:/app/answers/detail/a_id/11621客服热线:400-830-3815电子邮件支持:**********************中文技术支持站点:/网件社区:电池使用警告:注意:使用错误型号电池更换会有爆炸危险,请务必按照说明处置用完的电池。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

aSV软件安装和初始化配置指导书1.1.aSV安装说明
1.1.1.最低硬件要求
CPU:支持x64与Intel® Virtualization Technology (VT-x)
内存:4GB
硬盘:60GB
主板:开启VT(VT-x)功能
1.1.
2.BIOS开启VT(VT-x)功能
在bios里开启vt技术支持,实例如下(注意每款主板不一样,大同小异)
1.1.3.U盘烧录ASV安装镜像
所需使用的软件:UltraISO
制作过程:首先插入U盘,然后按下面的步骤做1)打开软件UltraISO
2)加载vtp的iso,然后选择需要刻盘的iso文件。

3)加载iso之后如下所示(文件名以当前下载镜像名为准,此处仅为参考)
4)然后点击启动---写入硬盘映像
5)然后点击“写入”,其他默认就行了。

完成后返回把U盘拔出即可。

注意:
1)U盘写入格式使用USB-HDD或USB-HDD+都可以,推荐勾上刻录完成后校验。

1.1.4.安装ASV
1)服务器光驱插入ASV安装光盘,启动设备,BIOS设置光驱启动为第一优先级,重启设
备(设备内存需要大于4GB,才允许安装);系统进入启动界面,按【ENTER】键,进入安装界面;
2)点击【OK】,会检测当前CPU是否为Intel架构(如果CPU为AMD架构,会提示CPU
类型不支持,退出安装);
3)选择安装所在磁盘,如果只有一块硬盘,直接点击【OK】(所选硬盘容量需要大于60GB
才允许安装);
4)选择磁盘后提示需要格式化硬盘数据,请点击【YES】,如果硬盘数据需要保留,请选择
【NO】回退到硬盘选择界面;硬盘满足大于40GB容量的检查后,开始安装;
5)系统安装完成后,提示是否设置网络,选择【YES】进入网卡设置界面,选择【NO】则
安装完成,所选网卡会自动赋予一个默认IP,eg:eth0默认IP为192.168.0.7;eth1默认IP为192.168.1.7;
6)选择需要配置的网卡,点击【OK】;
7)设置网卡IP、子网掩码、网关,点击【Continue】;
8)单张网卡设置好后,提示是否继续设置其他网卡,点击【YES】,返回网卡选择界面;点
击【NO】则安装完成;
9)安装完成后,点击【Reboot】,重启设备,安装完毕;
1.2.ASV使用说明
1.2.1.控制台
1)根据配置的网卡IP,登录ASV控制台,默认账户密码:admin;
2)控制台顶层区域为ASV功能栏,主要包括
[首页]:显示系统概况、包括实体机和存储状态,主机和虚拟机总数,CPU、内存和存储使用率等,操作包括虚拟机、物理主机和存储添加等操作。

[虚拟机]:虚拟机页面分组显示所有虚拟机,提供虚拟机及分组管理功能。

[虚拟网络]:用于虚拟交换机及其关联关系的管理编辑。

[实体机]:包括物理主机和存储。

可以添加和管理主机及存储。

[管理]:配置序列号、系统时间、全局快照、告警、配置备份恢复和升级等。

注意:建议屏幕分辨率在1280*720以上
页面右下角的浮动窗口显示当前正在执行的任务数量,点击可以查看详细的任务执行过程和结果。

1.2.2.实体机
实体机是相对虚拟机的概念,包括物理主机和物理存储。

1.2.2.1.物理主机
物理主机是指安装了ASV软件的物理主机,可以统一把这些物理主机加入到同一个管理平台进行维护,方便业务部署,也可以提高资源的有效利用率。

物理主机包括(1)全新安装:使用ISO镜像引导并全新安装的aSV主机,见1.1节说明,或者(2)快速虚拟化P2V:在现有物理主机的Windows操作系统上,通过安装虚拟化软件,对物理主机进行虚拟化成为aSV主机。

(快虚请参考“aSV快速部署手册-快虚安装-V3.0.docx”)
1.2.2.1.1.添加物理主机
添加已经安装了ASV操作系统或虚拟软件的物理主机,注意添加的IP是aSV主机的管
理IP,不是Windows操作系统的IP,账号密码默认均为admin。

添加完成后,该主机即作为当前aSV集群平台的一台物理主机使用。

1.2.2.2.存储
1)【存储】支持维护本地存储、ISCSI、FC等3种类型存储
存储用于虚拟机的磁盘数据保存,供VDC关联配置个人磁盘数据保存等。

2)[存储]页面展示的是当前已经发现本地磁盘、ISCSI磁盘和FC磁盘
[ISCSI服务器连接配置]:用于新增、编辑、删除ISCSI服务器
a、本地磁盘属于设备自带的硬盘,可以自动识别。

b、ISCSI磁盘通过[添加ISCSI服务器]设置,添加ISCSI服务器发现磁盘,如果服务器配置了CHAP认证,则添加时需要输入匹配的CHAP认证账户密码
C、与ASV直连的FC磁盘,可以被自动发现。

3)在存储页面上点击[更多],可以选择[详情状态]、[删除]、[格式化]等操作。

[删除]即将磁盘从ASV集群中移除。

本地磁盘不能被删除。

[格式化]新添加的磁盘需要格式化才能使用。

[详情状态]点击以查看该磁盘的详细数据。

包括[存储信息]显示当前磁盘的运行数据,[虚拟机]显示当前存储在该磁盘上的虚拟机,[连接的主机]显示当前能使用该磁盘的ASV主机。

注意:ISCSI和FC属于共享存储,只有添加了共享存储,虚拟机才能进行自动故障迁移。

1.2.3.虚拟机的新建及安装
1.2.3.1.新增分组
分组等同于文件夹的概念,用于根据管理需求,将相同用途的虚拟机放到同一个目录下。

1.2.3.2.新增虚拟机并安装操作系统
新增虚拟机时,需要指定虚拟机名称,存储位置、运行位置和操作系统类型。

以新建一台windows2003为例。

1)点击【新增】,添加一台虚拟机:
置、选择需要安装的操作系统、选择分配给虚拟机的硬件参数。

如下图:
上传windows的iso进行文件,并给对应的虚拟机进行加载。

如下图:
4)安装虚拟机。

启动新建的这台虚拟机,从ASV控制台打开虚拟机并进行安装,如下图:
注意:如果是集群环境,虚拟机的存储位置是共享存储,则该虚拟机可以在运行主机出现故障时,自动切换到其他主机上运行。

1.2.4.操作和编辑虚拟机
点击虚拟机图标时,会看到当前虚拟机的运行状态和配置信息。

虚拟机可使用的操作命令有:
打开控制台:打开控制台进去虚拟机操作系统进行安装系统和软件等操作。

开机/关机/挂起:向虚拟机操作系统发送开关机等指令。

立即备份:虚拟机备份操作。

编辑:修改虚拟机的硬件信息。

可以调整CPU核数、内存大小、挂载硬盘等等,如下图(修改内存大小):
关闭/重启电源:电源管理。

克隆/迁移:虚拟机克隆和迁移操作。

部署虚拟机:以当前虚拟机为模版,派生虚拟机。

更新虚拟机:更新虚拟机的当前状态到所派生的虚拟机中。

1.2.5.虚拟机派生
1)模版部署
以一台虚拟机为模版,可以快速新建出若干相同的虚拟机。

点击“以此为模版部署虚拟机”,进行虚拟机派生部署。

部署虚拟机时,需要指定派生虚拟机的数量,存储位置、运行位置。

同时可以为新派生的虚拟机新增个人磁盘,修改派生虚拟机的硬件信息等。

2)更新虚拟机
管理员在模版中新安装了软件,需要更新到已经派生的虚拟机。

点击“更新以此为模版部署的虚拟机”,选择更新内容和更新时间。

1.2.6.虚拟机备份
虚拟机的备份,用于主机故障或虚拟机操作系统故障时,快速恢复到备份前的状态。

点击“立即备份”,可以备份虚拟机的当前状态。

如果备份位置为当前存储位置,则备份操作为快照,如果备份到其他存储位置,则备份操作为异地备份。

备份位置可以额外添加Windows共享存储。

除了单独对某台虚拟机进行手动备份,也可以添加自动备份策略,在指定时间对指定的虚拟机进行自动备份到某个位置。

相关文档
最新文档