NexentaStor FAQ
FAQ: Appliance OS (syspool) size recommendation
| NexentaStor FAQ | |
When deciding how large to make your system pool, a good rule of thumb is that the minimum syspool size should be the larger choice of these two options: 1. 32 GB 2. System RAM total size + 16 GB We do not recommend syspools less than 32 GB in size for production deployments. Also it is worth noting that larger is never bad, just potentially un-utilized. Erring on the side of caution is suggested. |
|
FAQ: Can I use PCIe-based flash devices?
| NexentaStor FAQ | |
Yes, but the tradeoff here is much like that described in the question asking, “Can I put L2ARC in the head nodes in HA Clusters?” PCIe-based flash devices obviously must reside in the head nodes, so if a head fails or is powered off, the other node cannot utilize that flash. (There is no cross-node cache mirroring in ZFS today.) While that is the downside, the upside is that PCIe-based flash devices offer lower I/O latencies than SSD flash devices. So, where performance is most critical, some customers prefer to have PCIe-based flash devices in the head nodes and then plan to restore their HA Clusters to the optimal state as quickly as possible if something happens. |
|
FAQ: Difference Between Versions?
| NexentaStor FAQ | |
What are the differences between versions of NexentaStor?The differences between the Community and Trial and Enterprise versions are: ![]() |
|
FAQ: Does Nexenta have its own SMB development team or does it simply take and port Samba's effort?
| NexentaStor FAQ | |
We have our own strong SMB team led by a senior CIFS expert recruited from Sun. Our current in-kernel CIFS implementation is feature-rich and stable, and we are currently developing a next generation CIFS stack for our NexentaStor platform to keep up with the latest technology trends. |
|
FAQ: Does the appliance support SNMP?
| NexentaStor FAQ | |
Simple Network Management Protocol (SNMP) is a legacy network management protocol used to monitor and administer devices on the IP network. SNMP is standardized by the Internet Engineering Task Force (IETF). An SNMP-managed network consists of three key components:
NexentaStor provides a built-in SNMP agent that implements MIB-II a.k.a RFC-1213. More exactly, the agent supports SNMPv2-MIB (MIB-II), HOST-RESOURCES-MIB, DISMAN-EVENT-MIB, NOTIFICATION-LOG-MIB, and provides basic information to monitoring system using SNMP protocol. This information includes following sections:
NexentaStor supports SNMP traps. NexentaStor supports all three versions of SNMP protocol, including SNMPv3. Setting up SNMP agentBasic setup will be done using the following NMC command (example): nmc$ setup network service snmp-agent configure The example above configures SNMP agent with a (sample) user account. Note that SNMPv3 uses MD5 for authentication and DES for privacy. Once SNMP agent on the appliance is configured, you can execute a simple MIB walk from a remote appliance, for instance: # snmpwalk -v 3 -a md5 -A pass1234 -u alpha -l authPriv -x DES -X pass1234 SystemUpTime The example above assumes that the remote host has snmpwalk utility (NexentaStor does include it), and that the user/password is specified as 'alpha' and 'pass1234', respectively. A sample output follows below: SNMPv2-MIB::sysDescr.0 = STRING: abc Alternatively, use any compliant MIB browser to walk the appliance's MIB. Advanced configuration of teh NexentaStor SNMP agent can be done via: nmc$ setup network service snmp-agent edit-settings For details on SNMP configuration, please see 'help snmpd.conf'. nmc$ help snmpd.conf |
|
FAQ: Doesn’t flash wear out quickly when used for writes?
| NexentaStor FAQ | |
Yes, flash does wear out, but today’s enterprise flash vendors have done a lot to improve wear-leveling algorithms, reserve spare flash cells, and otherwise extend the longevity of flash in enterprise devices. Don’t buy a USB thumb drive for your ZIL, and know that not all SSDs are created equal. Consider something on Nexenta’s Hardware Supported List (HSL), and contact a sales representative or sales engineer for specific guidance. |
|
FAQ: Generate and send config and diag from NMC without SMTP
| NexentaStor FAQ | |
From the NMC prompt: nmc@nexstor:/$run diagnostics This creates a file called general-diag.txt. nmc@nexstor:/$show all > config.txt nmc@nexstor:/$show appliance syslog dmesg >dmesg.txt nmc@nexstor:/$tar -czvf diag.tgz general-diag.txt config.txt dmesg.txt nmc@nexstor:scp diag.tgz user@hostname.com:/tmp |
|
FAQ: How can I evaluate NexentaStor commercial extensions (plug-ins)?
| NexentaStor FAQ | |
NexentaStor extension, a pluggable module or a plugin, can be easily added and removed. A plug-in implements a certain well-defined extended functionality and uses the same Storage Appliance API (SA-API) as all the rest of the software components including 2nd tier storage services, fault management and statistic collection runners, and the management console and management web GUI. At installation time, the plug-in integrates itself with the appliance's core software. All available NexentaStor plug-ins are listed here. Plug-ins extend the capabilities of NexentaStor in the areas of Data Replication, Data Security, High Availability, Virtualization, Performance Benchmarks, and Storage Management. Certain NexentaStor plug-ins are free and can be used with all available NexentaStor editions. Other plugins are commercial. Please note:
For a summary and details on available product editions, please refer to the Products section of the website. Note that plug-ins are not downloadable from the website. Pluggable modules are distributed exactly in the same way as NexentaStor software upgrades and updates: via built-in reliable transactional upgrade mechanism (see the Support section of our website for more information). |
|
FAQ: How do I replace a failed device in a mirror VDEV?
| NexentaStor FAQ | |
The intention of this document is to describe steps for replacing a faulty device in a ZFS pool without any available hot spares. This document focuses on a replacement of a device in a mirrored configuration. Replacement of a device in a mirror calls for detaching, and later re-attaching the device, which is different from replacing a device in a RaidZ-1, Raid-Z-2, or a RaidZ-3 VDEV configuration. Download the document here. |
|
FAQ: How to Add Virtual IP Addresses to an HA Cluster Configuration
| NexentaStor FAQ | |
There are times when having a single Virtual Internet Protocol Address (VIP) tied to a Service Group of your HA Cluster is not sufficient, and multiple VIPs are required. A good example of this is where you might have dedicated networks for different security levels, or slow and fast networks, etc. Please keep in mind that this is an advanced configuration option, and failure to configure correctly may lead to loss of HA services. As such, please follow with caution, and if unsure, engage Support prior to making changes. It is possible to configure multiple Virtual IPs for any Service Group, but there are some things to keep in mind.
Please, complete the following steps via NMC: 1. Create a configuration checkpoint to have a known good configuration snapshot, prior to making any changes in case further changes result in a malfunctioning configuration.
2. Validate current network configuration to determine which interface(s) are available to provision new VIP. Pay close attention to the netmask setting on the interface(s). If a network interface to which the VIP will be assigned is already configured with an IP address, make sure to validate and use the same network mask when configuring the VIP. It is not desirable to have multiple interfaces on the same subnet configured with different network masks.
3. We can obtain further details for interface which will be used for the new VIP by adding to command from prior step. Interface must be physically connected to correct network. In our example, we select interface e1000g1, and validate its configuration.
4. In addition, it is a good idea to validate the routing table on each node. It is prudent to confirm that ALL nodes in the cluster share the same entries in the routing table. Any differences should be investigated.
5. Assuming that we do not have entries in /etc/hosts, we need to update entries on ALL nodes in the cluster. We need to add an entry for the new VIP. Consider being descriptive and using the Service Group name as part of the VIP hostname in the /etc/hosts file. Command
6. We will next validate /etc/netmasks, and for this VIP we are expecting to use a /22 netmask. Changes to /etc/netmasks should again be made on ALL nodes. Command
7. We should now have everything in place to configure the new Virtual IP. We can make this change from any node in the cluster. We will be presented with a a list of cluster groups, and need to select a group to be modified from the list. In this instance we are selecting clus–1_pool_a.
8. Next, we are presented with a configuration VIPs currently in place, and a prompt to add our new VIP. In this case we are going to use hostname clus-a-pool-a–01, which we added to /etc/hosts earlier.
9. At this point we are prompted with a list of interfaces avaialble to us on the system, and as we planned earlier, we will select e1000g1 from this list. Names and numbers of interfaces will vary from system to system. We are going to see the prompt to select interface for this VIP repeat for each node in the cluster. We are expecting that all nodes will use the same interface.
10. Now we have to specify the mask used for this VIP, and while we already have /etc/masks updated, we are still going to enter the mask here, assurming that if there any changes in the future to the logic of HA configuration, we are already covered and do not have to reconfigure. We are using the same mask as in /etc/netmasks.
11. We are prompted with changes that are about to be committed, and we accept these changes. If we are done adding VIPs, we are going to say Yes to ‘Stop adding VIPs?’.
12. At this point we need to validate that the VIP was added, and on the system where this service group is active, we can validate that the VIP is now in service. We can simply ping the VIP to validate its state. We should make sure that we can ping the VIP from ALL nodes in the cluster.
|
|
FAQ: How to ask for technical support
| NexentaStor FAQ | |
NexentaStor web GUI provides a simple and effective mechanism to generate support requests. In Nexenta Management View (NMV), simply click on Support top level menu.
This will result in an email to Technical Support, with your text (a problem description, feature request or any feedback) carrying a number of automatically attached log and configuration files, and possibly certain performance data. The equivalent NMC command is called 'support': nmc$ support This is further illustrated in Quick Start Guide document, Section "Documentation and Technical Support". You can always send a regular email to Technical Support. Using Tech Support form, however, is the preferred and recommended way as it allows technicians to start working on the problem immediately. |
|
FAQ: Installation of NexentaStor on a Virtual Machine
| NexentaStor FAQ | |
Process to install NexentaStor on a Virtual Machine
|
|
FAQ: Joining AD without Domain Admin
| NexentaStor FAQ | |
A domain admin needs to give these rights to a user who doesn't have domain admin privileges to join a computer to the domain. 1. Create a new computer Object. 2. Start ADSI Edit 3. Find and select the Computer Object you just created. 4. Right Click on Properties and select the Security Tab. 5. Add the User that is going to be used to join the domain on the Nexenta Host. 6. Click Advanced. 7. Select the user that is going to join the domain from the Nexenta host, and click Edit. 8. Click on the properties tab. 9. Enable Write userPrincipalName and Write userAccountControl Now you can go into NMV and join the domain using a non domain admin account. |
|
FAQ: Machine signature has changed on my appliance. Please advise.
| NexentaStor FAQ | |
Older versions of the appliance software sometimes produced situations when the appliance's machine signature would change. Fresh install of the version 3.0.4 or later fixes the problem. Notice the emphasis on "install". Yes, 3.0.4 has a fixed machine signature mechanism that produces globally unique machine signatures that will NOT change with BIOS upgrades and hardware reconfigurations. However, to make use of this new mechanism you need to install from scratch.. In very rare cases, you may also need to upgrade the system's BIOS. Here's a specific recommendation for Supermicro mobos that have an older BIOS version: 1. Do a fresh install of NexentaStor v3.0.4 or later |
|
FAQ: Multi NMS
| NexentaStor FAQ | |||||||||||||||||||
Those are multi-nms related knobs. The prefix “srvpool” stands for “pool of nexenta management servers” as the name implies. Full NMC help is available as well. To switch the feature off, set srvpool_cnt_max = 0 Some plug-ins disable the feature at install time, e.g., HA Cluster: $Plugin::RsfCluster::IPC_SRVPOOL = 'disable'; |
|||||||||||||||||||
FAQ: Nexenta Core Platform | Nexenta CP
| NexentaStor FAQ | |
Where Did Nexenta Core Platform Go?Nexenta Core Platform (AKA Nexenta CP, AKA NexentaOS), has been moved to the Illumos community at http://www.illumian.org, to fit with the new name change and the tighter alliance with the illumos community. We recently moved to an illumos kernel, but continue the debian packaging, illumos + debian = illumian. The mirror of the ncp repo is still alive at apt.zpool.org. |
|
FAQ: NMS and DBUS restart steps
| NexentaStor FAQ | |
If you attempt to login to your appliance via NMV or NMC and receive errors about timeouts, or any time when you can't login to the NMV or NMC but can login to bash (either directly as root and you get kicked to bash instead of NMC with an error, or you login as admin because logging in as root is timing out), it is often correctable with the following steps. Please note that if you are not comfortable following these instructions, it is perfectly OK to submit a support case requesting assistance, instead. Also, if these steps do not correct the issue, please submit a support case.
Note that these instructions expect a certain level of familiarity with the underlying bash shell and OpenSolaris command environment. You should be able to copy and paste the commands shown below directly to your prompt if you desire, but any mistakes in copying and pasting or any unexpected results may cause additional issues, so again, if you are uncomfortable running commands in the underlying shell, please submit a support case. Note that we only support the commands as shown below - running any other commands or deviations of the below commands is unsupported. First Attempt Steps
Run the following command (as root in a bash prompt [not NMC prompt]): svcs nm{s,v,cd} nbs nmdtrace dbus
Example of the command and output (bolded sections here for emphasis and won't appear bold in your prompt): root@homesan:/volumes# svcs nm{s,v,cd} nbs nmdtrace dbus
Note that in the above example, the command showed that nmv (svc:/application/nmv:default) was offline. In the event you see one or more services offline, for each service you see in an "offline" or "maintenance" state, type (replacing [service] with the name of the service, in this above case, nmv, without the [] ): svcadm clear [service]
Example of this: svcadm clear nmv After you have done this, run: svcadm -v enable -rs nmv Then wait 60 seconds and check if NMV and NMC access has been restored. If not, try Second Attempt Steps below. Second Attempt Steps
If you follow the First Attempt Steps and services are still not responding, especially if you see errors like this: remote host 'localhost', port '2001': org.freedesktop.DBus.Error.NoReply: The reply timeout expired. Server is taking a long time to respond
Or any similar error mentioning DBus and timeouts or retries, you should run the command: svcadm -v disable nm{s,v,cd} nbs nmdtrace dbus
Example output of that command below: root@amber:/volumes# svcadm -v disable nm{s,v,cd} nbs nmdtrace dbus
After running this, wait a full 60 seconds, and then type: svcs nm{s,v,cd} nbs nmdtrace dbus
Example output of what you should see below: root@amber:/volumes# svcs nm{s,v,cd} nbs nmdtrace dbus
If you run this command and see something like this: root@amber:/volumes# svcs nm{s,v,cd} nbs nmdtrace dbus
Then you need to wait another 60 seconds and check again. If you still see anything but the first printout (with all services showing as disabled), wait a third 60 seconds and check one last time. If you are still seeing services not in disabled state, please submit a support case. Assuming within this timeframe you eventually see an output like the first output shown with all services disabled, the next thing to do is check a few common trouble spots. First, run this command: cat /etc/hosts | grep -E 'localhost|loghost'
Example output below: root@homesan:/volumes# cat /etc/hosts | grep -E 'localhost|loghost'
You should see output like the above, but yours will of course vary depending on your environment. What you are looking for, though, is that there is a line of "127.0.0.1" with "localhost" at some point in the list of names after it. If you do not have a "localhost" definition pointing at 127.0.0.1, you have a problem. If you know how to edit /etc/hosts and add a line of "127.0.0.1 localhost", or modify an existing "127.0.0.1" line to include localhost, you can do so; if not, please contact support for assistance (be sure to include the output of all the commands you've run up to this point in your case submission).
Secondly, it is preferable if you get at least one hit on "loghost". It is perfectly acceptable to see "loghost" on multiple entries, that is fine and nothing to be concerned about, but you need to see "loghost" on at least one line, and at least one of those lines should point at some IP of local appliance (unless you've been told otherwise by a certified Nexenta engineer). Any IP will do, as long as it is one this appliance you are on has bound to it. Usually it is on the management IP, but not always. Assuming you've verified you have 127.0.0.1 referenced to localhost and have at least one local IP with a loghost entry, the next thing to do is run this command and look at the output: ps -Aef | grep -E 'hddisco|zfs\ |zpool\ ' | grep -v 'grep -E hddisco'
Example output (what you should see) below: root@homesan:/volumes# ps -Aef | grep -E 'hddisco|zfs\ |zpool\ ' | grep -v 'grep -E hddisco'
As you can see from the above, nothing was returned. This is what you want. If it returns any other lines of output, you need to file a support case (be sure to include all the output of the commands you've run up to this point in your case submission), as it is quite likely that something is going on with the system that will disallow NMS from being restarted until it is corrected or finishes, and a support technician at Nexenta can help diagnose this and a proper next step. Assuming the above command returned no output as shown above, next type: svcadm -v enable nm{s,v,cd} nbs nmdtrace dbus
Example output below: root@amber:/volumes# svcadm -v enable nm{s,v,cd} nbs nmdtrace dbus
Then wait a full 60 seconds. Once 60 seconds has elapsed, type this command: svcs nm{s,v,cd} nbs nmdtrace dbus
Example output below: root@amber:/volumes# svcs nm{s,v,cd} nbs nmdtrace dbus
If you see an output like the above, you can now attempt to login to the NMV or NMC and see if they respond. If they do, you should be in good shape. If they do not, you need to submit a support case (be sure to paste all the output from the commands you ran above into the support case). If you do not see an output like the above, and instead see an output where services have a status of offline and one or more have a status of online*, wait another 60 seconds and check again. Repeat up to 5 times (it can take up to 5 minutes in some extreme cases). If after 5 minutes your output still doesn't look like the above, please submit a support case (be sure to include all the output from the above commands in your case submission).
These steps can help clear up transient NMS and DBUS issues, commonly stemming from temporary outages. If you find your appliance loses connectivity to NMV or NMC and the above instructions help, but have to be repeated multiple times in a month, there is a strong possibility that something is unhealthy about your NexentaStor appliance, and you should submit a full debug-level log case to Nexenta Support for analysis. As always, if you have any questions or problems with any of the above, or need Nexenta's assistance with correcting problems, please submit a support case and we will be glad to assist you. |
|
FAQ: PXE booting NexentaStor
| NexentaStor FAQ | |
PXE-Boot Installation of NexentaStor The Preboot eXecution Environment (PXE, pronounced pixie) is used to boot computers using a network interface, with a bootable image located at a remote specified location. PXE employs a combination of DHCP and TFTP, to locate the bootable image, and boot from it. For general information and further references, see for instance wikipedia article Preboot Execution Environment. Requirements: The procedure described in this article applies to both NexentaStor(tm) and NexentaCorePlatform(tm) Example: - kernel dir: ISO:/platform/i86pc/kernel =>> TFTP-ROOT-DIR/nexenta_os/
- miniroot: ISO:/platform/i86pc/miniroot =>> TFTP-ROOT-DIR/nexenta_os/
- loader: ISO:/boot/grub/pxeloader =>> TFTP-ROOT-DIR/boot/grub/
default 0
(note: the kernel$ line above must be a single line in your menu.lst) Copy menu.lst =>> TFTP-ROOT-DIR/boot/grub/ ddns-update-style none;
|
|
FAQ: Supermicro SBB onboard SAS expander issues
| NexentaStor FAQ | |
The Supermicro SUPERSERVER 6036ST-6LR Storage Bridge Bay (SBB) design includes the X8DTS-F serverboards. For best optimized solution of Nexenta and SBB together we require that you use an HBA connected into the available PCIexpress slots for additional storage. Please note that the 4-lane SAS connector at the rear for external storage connections cannot be used in a Nexenta environment due to SAS device timeouts, invalid DWORD counts, and running disparity error counts. If needed, additional external storage can use HBAs connected into the available PCI-express slots. Also note that direct attachment of SATA drives is not supported by Supermicro in the SBB. If a SATA drive is used, then a Supermicro AOC-LSISS9252 SATA/SAS interposer is required. This information is dated 15-Jun-2011. Check the Supermicro documentation for pertinent changes. |
|
FAQ: SuperMicro Storage Bridge Bay SATADOM Power Cable Issue
| NexentaStor FAQ | |
SuperMicro SBB SATADOM Power Cable Issue Nexenta has become aware of an issue regarding the SuperMicro Storage Bridge Bay and the onboard SATA slot, in particular when used with a SATA DOM. The SuperMicro motherboard in the SBB does not provide power via that SATA slot, and as such, you will need an appropriate power cable to connect the SATA DOM to the small power slot provided directly next to the SATA slot. This cable needs to be very specific - able to plug in to the SATA DOM being used and into the slot on the motherboard, and is REQUIRED (as again, the SATA port is not providing power as some other motherboard do and some SATA DOM's are built to accept). If you run into issues connecting a SATA DOM to the power slot with provided cabling, please contact SuperMicro or Nexenta Systems. |
|
FAQ: Troubleshooting AD join CIFS issues step by step
| NexentaStor FAQ | |
CIFS troubleshooting 1. If they are running Win2k8, make sure they are on SP2 or R2. 2. Make sure the user joining the domain is a Domain Admin. 3. Find out how many DCs they have. 4. Set the preferred DC with sharectl set -p pdc=IPADDRESSOFSERVER 5. Check to see if LMAUTH_LEVEL is set to 2. if not, set it using sharectl set -p lmauth_level=2 6. Make sure Netbios is turned on the DC. Client for Microsoft Networks is on and File/Printer Sharing is On in network control panels. 7. From !bash, does #dig @NAMESERVER _ldap._tcp.dc._msdcs.domainname SRV +short return SRV records? 8. From !bash can you do a kinit? 9. restart smb/server service. At this point, see if you can join the domain. If not, as a last resort: Customer may not want this security policy changed. 10. disable SMB packet signing Win2K8 Start the Group Policy Management tool on the DC and set the following: Computer Configuration\Policies\Administrative Templates\System\NetLogon\Allow Cryptography Algorithms Compatible with Windows NT 4.0 -> Enabled Then run: gpupdate /force Win2K3 To disable SMB packet and secure channel signing enforcement on Windows Server 2003–based domain controllers: 1. Open Active Directory Users and Computers, right-click the Domain Controllers container, and then click Properties. 2. Click the Group Policy tab, then click Edit. 3. Under Computer Configuration, go to the Windows Settings\Security Settings\Local Policies\Security Options folder. 4. In the details pane, double-click Microsoft network server: Digitally sign communications (always), and then click Disabled to prevent SMB packet signing from being required. 5. Click OK. 6. In the details pane, double-click Domain member: Digitally encrypt or sign secure channel data (always),and then click Disabled to prevent secure channel signing from being required. 7. Click OK. 8. To apply the Group Policy change immediately, either restart the domain controller, or type gpupdate /force at a command line, and then press ENTER. 9. Try rejoining the domain. On Win2k8 if that doesn't solve it, also make these group policy updates as well: 1. Default Domain Policy -> Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options -> Network security: Minumum session security for NTLM SSP based (including secure RPC) clients 2. Default Domain Policy -> Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options -> Network security: Minumum session security for NTLM SSP based (including secure RPC) servers 3. Changed the Default Domain Policy from Not Configured to Configured with the "Require 128-bit encryption" unchecked. 4. Rejoin the domain... 1. Verify you have joined the domain using smbadmlist |
|
FAQ: What about an all-SSD pool?
| NexentaStor FAQ | |
Many Nexenta customers use all-SSD pools. Where the budget allows, this offers a very low-latency solution and negates the benefit of the L2ARC and SLOG (unless SSDs with differing performance characteristics are used). |
|
FAQ: What happens if a flash drive fails?
| NexentaStor FAQ | |
First of all, data isn’t lost; losing a ZIL/SLOG or L2ARC device is simply an impact to performance. Any data in the L2ARC also is in the spinning HDDs, so losing an L2ARC device simply means that any requests for the data now must be serviced by reads from the spinning HDDs. If multiple flash drives are used for L2ARC, they are used in a striped fashion, and the remaining devices will continue to be used if one fails. Any data in the ZIL/SLOG also is in the ARC until it is flushed to the spinning HDDs, which NexentaStor does every five seconds by default. Thus, only if the SLOG device fails and controller power is lost within five seconds would data be lost. This is extremely rare, but many customers prefer the comfort of mirrored SLOG devices nonetheless, so the options to stripe or mirror data across SLOG devices both exist. |
|
FAQ: When is a volume upgrade needed?
| NexentaStor FAQ | |||||||||||||||
For some NexentaStor releases, new versions of the ZFS software are available for data volumes (or ZFS pools). This happens for upgrades to:
It is not required that a volume version be upgraded in order to continue to function using its versioned features. However, new functionality can be useful for some use cases. Caveat Emptor: Once a volume is upgraded, it can no longer be accessed by older versions of NexentaStor that do not support the same version. There is no method for downgrading volume versions. The list of volume versions and their features is available from NMC:
NexentaStor releases have volume version support as follows
The current volume versions are visible from NMC:
In some cases, the volume-check runner will report that a volume can be upgraded. The notification of upgrade is also available from the volume status (or zpool status) commands in NMC. The volume (pool) status will show a report similar to:
To upgrade a volume, use the NMC setup command: Caveat Emptor: Once a volume is upgraded, it can no longer be accessed by older versions of NexentaStor that do not support the same version. There is no method for downgrading volume versions.
See also the NMC commands:
|
|||||||||||||||
How do you calculate storage space?
| NexentaStor FAQ | |||||||||||||
NexentaStor Enterprise Edition imposes a simple, unified, capacity-based limitation - a limit on the total physical ("raw") storage space, excluding hot spares, log devices and cache devices. For instance, let's say you have 8 (eight) 1TB drives. The following table illustrates a few possible examples of deploying these drives, and the resulting licensed capacity:
Therefore:
|
|||||||||||||


