Drivers NEC

Nec Projector Driver free download - Driver Booster, Bluetooth Driver Ver.5.0.1.1500.zip, Driver demo, and many more programs. TWG5G7GGPIOL.12.0229.zip; TWG5G7GGPIOL.12.0511.zip; TWG7XPWin7AMT6.1.0.1042.zip; TWG7XPWin7Chipset9.1.1.1025.zip; TWG7XPWin7Network16.2.zip.

  1. Drivers Neck
  2. F1 Drivers Neck
  3. Drivers Necessary
  4. Drivers Nicelabel

NEC Storage M series are dual-controller disk arrays which supportonline maintenance.This driver supports both iSCSI and Fibre Channel.

Drivers

System requirements¶

Supported models:

Storage model

Storage controlsoftware (firmware)

Disk type

M110,M310,M510,M710

0979 or later

SSD/HDD hybrid

M310F,M710F

0979 or later

all flash

M120,M320

1028 or later

SSD/HDD hybrid

M320F

1028 or later

all flash

Requirements:

  • NEC Storage M series requires firmware revision 1028 or laterto create more than 1024 volumes in a pool.

  • NEC Storage DynamicDataReplication license.

  • (Optional) NEC Storage IO Load Manager license for QoS.

Supported operations¶

  • Create, delete, attach, and detach volumes.

  • Create, list, and delete volume snapshots.

  • Create a volume from a snapshot.

  • Copy an image to a volume.

  • Copy a volume to an image.

  • Clone a volume.

  • Extend a volume.

  • Migrate a volume.

  • Get volume statistics.

  • Efficient non-disruptive volume backup.

  • Manage and unmanage a volume.

  • Manage and unmanage a snapshot.

  • Attach a volume to multiple instances at once (multi-attach).

  • Revert a volume to a snapshot.

Preparation¶

Below is minimum preparation to a disk array.For details of each command, see the NEC Storage Manager Command Reference(IS052).

  • Common (iSCSI and Fibre Channel)

    1. Initial setup

      • Set IP addresses for management and BMC with the network configurationtool.

      • Enter license keys. (iSMcfg licenserelease)

    2. Create pools

      • Create pools for volumes. (iSMcfg poolbind)

      • Create pools for snapshots. (iSMcfg poolbind)

    3. Create system volumes

      • Create a Replication Reserved Volume (RSV) in one of pools.(iSMcfg ldbind)

      • Create Snapshot Reserve Areas (SRAs) in each snapshot pool.(iSMcfg srabind)

    4. (Optional) Register SSH public key

  • iSCSI only

    1. Set IP addresses of each iSCSI port. (iSMcfg setiscsiport)

    2. Create LD Sets for each node.(iSMcfg addldset)

    3. Register initiator names of each node to the corresponding LD Set.(iSMcfg addldsetinitiator)

  • Fibre Channel only

    1. Start access control. (iSMcfg startacc)

    2. Create LD Sets for each node. (iSMcfg addldset)

    3. Register WWPNs of each node to the corresponding LD Set.(iSMcfg addldsetpath)

Configuration¶

Set the following in your cinder.conf, and use the following optionsto configure it.

If you use Fibre Channel:

If you use iSCSI:

Also, set volume_backend_name.

This table shows configuration options for NEC Storage M series driver.

Description of NEC Storage M Series configuration options

Configuration option = Default value

Description

nec_actual_free_capacity = False

(Boolean) Return actual free capacity.

nec_auto_accesscontrol = True

(Boolean) Configure access control automatically.

nec_backend_max_ld_count = 1024

(Integer) Maximum number of managing sessions.

nec_backup_ldname_format = LX:%s

(String) M-Series Storage LD name format for snapshots.

nec_backup_pools = []

(List of String) M-Series Storage backup pool number to be used.

nec_cv_ldname_format = LX:__ControlVolume_%xh

(String) M-Series Storage Control Volume name format.

nec_diskarray_name = <>

(String) Diskarray name of M-Series Storage.

nec_ismcli_fip = None

(IPAddress) FIP address of M-Series Storage iSMCLI.

nec_ismcli_password = <>

(String) Password for M-Series Storage iSMCLI.

nec_ismcli_privkey = <>

(String) Filename of RSA private key for M-Series Storage iSMCLI.

nec_ismcli_user = <>

(String) User name for M-Series Storage iSMCLI.

nec_ismview_alloptimize = False

(Boolean) Use legacy iSMCLI command with optimization.

nec_ismview_dir = /tmp/nec/cinder

(String) Output path of iSMview file.

nec_ldname_format = LX:%s

(String) M-Series Storage LD name format for volumes.

nec_ldset = <>

(String) M-Series Storage LD Set name for Compute Node.

nec_pools = []

(List of String) M-Series Storage pool numbers list to be used.

nec_queryconfig_view = False

(Boolean) Use legacy iSMCLI command.

nec_ssh_pool_port_number = 22

(Integer) Port number of ssh pool.

nec_unpairthread_timeout = 3600

(Integer) Timeout value of Unpairthread.

nec_iscsi_portals_per_cont = 0

(Integer) Max number of iSCSI portals per controller. 0 => unlimited. This option is deprecated and may be removed in the next release. DEPRECATED

Required options¶

  • nec_ismcli_fip

    FIP address of M-Series Storage.

  • nec_ismcli_user

    User name for M-Series Storage iSMCLI.

  • nec_ismcli_password

    Password for M-Series Storage iSMCLI.

  • nec_ismcli_privkey

    RSA secret key file name for iSMCLI (for public key authentication only).Encrypted RSA secret key file cannot be specified.

  • nec_diskarray_name

    Diskarray name of M-Series Storage.This parameter must be specified to configure multiple groups(multi back end) by using the same storage device (storagedevice that has the same nec_ismcli_fip). Specify the diskarray name targeted by the relevant config-group for thisparameter.

  • nec_backup_pools

    Specify one pool number where snapshots are created. Multiple poolsare not supported.

Timeout configuration¶

  • rpc_response_timeout

    Set the timeout value in seconds. If three or more volumes can be createdat the same time, the reference value is 30 seconds multiplied by thenumber of volumes created at the same time.Also, Specify nova parameters below in nova.conf file.

  • timeoutserver(HAProxyconfiguration)

    In addition, you need to edit the following value in the HAProxyconfiguration file (/etc/haproxy/haproxy.cfg) in an environment whereHAProxy is used.

    Run the service haproxy reload command after editing thevalue to reload the HAProxy settings.

    Note

    The OpenStack environment set up using Red Hat OpenStack PlatformDirector may be set to use HAProxy.

Configuration example for /etc/cinder/cinder.conf¶

Drivers NEC

When using one config-group¶

Drivers Neck

  • When using nec_ismcli_password to authenticate iSMCLI(Password authentication):

  • When using nec_ismcli_privkey to authenticate iSMCLI(Public key authentication):

F1 Drivers Neck

When using multi config-group (multi-backend)¶

Drivers Necessary

  • Four config-groups (backends)

    Storage1, Storage2, Storage3, Storage4

  • Two disk arrays

    200000255C3A21CC(192.168.1.10)

    Example for using config-group, Storage1 and Storage2

    2000000991000316(192.168.1.20)

    Example for using config-group, Storage3 and Storage4

Nec Select Model

Drivers Nicelabel

Nec 1260Nec FA4Nec Lotus31Nec MultiPLanNec NEFax 415 Printing SystemNec NEFax 415 Twain DriverNec OA3Nec PinWriter CP6Nec PinWriter CP7Nec PinWriter P1200Nec PinWriter P1300Nec PinWriter P2000Nec PinWriter P2200Nec PinWriter P2200 XENec PinWriter P2QNec PinWriter P2XNec PinWriter P3200Nec PinWriter P3300Nec PinWriter P3800Nec PinWriter P3900Nec PinWriter P3QNec PinWriter P5200Nec PinWriter P5300Nec PinWriter P5XLNec PinWriter P6Nec PinWriter P62Nec PinWriter P6200Nec PinWriter P6300Nec PinWriter P7Nec PinWriter P72Nec PinWriter P7200Nec PinWriter P72XNec PinWriter P7300Nec PinWriter P8000Nec PinWriter P8000+Nec PinWriter P9300Nec PinWriter P9XLNec Silentwriter 1760Nec Silentwriter 1760 Font ManagerNec Silentwriter 1760 MacNec Silentwriter 1765Nec Silentwriter 1765 Font ManagerNec Silentwriter 1765 MacNec SilentWriter 95Nec Silentwriter Laser Colormate PS-40Nec Silentwriter Laser Colormate PS-80Nec Silentwriter Laser LC890Nec Silentwriter Laser LC890XLNec Silentwriter Laser S102PNec Silentwriter Laser S60PNec Silentwriter Laser S62PNec Silentwriter SuperScript 600 SeriesNec SilentWriter2 290Nec SilentWriter2 90Nec SilentWriter2 990Nec SS610Nec SS660Nec SS860Nec SS870Nec SuperScript 1260Nec SuperScript 1260 IPNec SuperScript 1260 IPXNec SuperScript 1260 Mac NetworkNec SuperScript 1260 NetworkNec SuperScript 1400Nec SuperScript 1400 Status MonitorNec SuperScript 1400 USB Printer PortNec SuperScript 3000Nec SuperScript 610Nec SuperScript 610+Nec SuperScript 660Nec SuperScript 660+Nec SuperScript 660iNec SuperScript 860Nec SuperScript 870Nec SuperScript Inkjet 100CNec SuperScript Inkjet 150CNec SuperScript Inkjet 650CNec SuperScript Inkjet 750CNec SuperScript Inkjet 950CNec SuperScript Laser 1450Nec SuperScript Laser 1450 IPP ClientNec SuperScript Laser 1450 Network Printer ManagerNec SuperScript Laser 1450 Network Printer PortNec SuperScript Laser 1450 PCL6Nec SuperScript Laser 1450 PostScriptNec SuperScript Laser 1450 PostScript PPDsNec SuperScript Laser 1450 PSNec SuperScript Laser 1450 Remote Control PanelNec SuperScript Laser 1450 Status MonitorNec SuperScript Laser 1450 USB Printer PortNec SuperScript Laser 1450NNec SuperScript Laser 1450N IPP ClientNec SuperScript Laser 1450N Network Printer ManagerNec SuperScript Laser 1450N Network Printer PortNec SuperScript Laser 1450N PCL6Nec SuperScript Laser 1450N PostScriptNec SuperScript Laser 1450N PostScript PPDsNec SuperScript Laser 1450N PSNec SuperScript Laser 1450N Remote Control PanelNec SuperScript Laser 1450N Status MonitorNec SuperScript Laser 1450N SuperScript PCL6Nec SuperScript Laser 1450N USB Printer PortNec SuperScript Laser 1800 Express SetupNec SuperScript Laser 1800 Mac PPDNec SuperScript Laser 1800 NetworkNec SuperScript Laser 1800 PCL6Nec SuperScript Laser 1800 PostScriptNec SuperScript Laser 1800 PostScript PPDNec SuperScript Laser 1800 PSNec SuperScript Laser 1800 Standard SetupNec SuperScript Laser 1800N Express SetupNec SuperScript Laser 1800N Mac PPDNec SuperScript Laser 1800N NetworkNec SuperScript Laser 1800N PCL6Nec SuperScript Laser 1800N PostScriptNec SuperScript Laser 1800N PostScript PPDNec SuperScript Laser 1800N PSNec SuperScript Laser 1800N Standard SetupNec SuperScript Laser 1800N Status MonitorNec SuperScript Laser 3000Nec SuperScript Laser 4200 PSNec SuperScript Laser 4200N PSNec SuperScript Laser 4400 PCLNec SuperScript Laser 4400 PSNec SuperScript Laser 4400N PCLNec SuperScript Laser 4400N PSNec SuperScript Laser 4600N PCLNec SuperScript Laser 4600N PSNec SuperScript Laser 4650 PSNec SuperScript Laser 4650N PCLNec SuperScript Laser 4650N PSNec SuperScript Laser 4650NX PCLNec SuperScript Laser 4650NX PSNec SuperScript Laser 610Nec SuperScript Laser 610 PlusNec SuperScript Laser 610 PusNec SuperScript Laser 660Nec SuperScript Laser 660 PlusNec SuperScript Laser 660iNec SuperScript Laser 860Nec SuperScript Laser 870Nec WORD5XNec WORD6Nec WORKSNec WP5X6XNec WS70