Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

System management

As an administrator, you play a role in ensuring the continued accessibility and performance of the system. You can use the System Management application, command line, or REST API to manage the system.

Your responsibilities for administering the system include:

Managing and monitoring system performance and resource usage by configuring how instances are deployed in your infrastructure. For more information, see System scaling.

Expanding functionality by writing and installing plugins. For information, see Plugins.

Setting up email notifications. For information, see Creating email notification rules.

Upgrading the system. For information, see Updating the system.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Setting the system hostname

After installing your system, you need to configure it with the hostname that you've assigned to it in your corporate DNS environment.

System Management application instructions

1.Click on the Configuration panel.

2.Click on Security.

3.On the Settings tab, specify the hostname in the Cluster Hostname field.

4.Click on the Update button.

Related CLI command(s)

editSecuritySettings

For information on running CLI commands, see CLI reference.

Related REST API method(s)

PUT /security/settings

For information on specific REST API methods, in the System Management application, click on the help icon (help-icon.png). Then:

To view the administrative REST API methods, click on REST API - Admin.

For general information about the administrative REST API, see REST API reference.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

System scaling

You manage how the system scales by adding or removing instances to the system and also by specifying which services run on those instances.

Instances

An instance is a server or virtual machine on which the software is running. A system can have either a single instance or multiple instances. Multi-instance systems have a minimum of four instances.

A system with multiple instances maintains higher availability in case of instance failures. Additionally, a system with more instances can run tasks concurrently and can typically process tasks faster than a system with fewer or only one instance.

A multi-instance system has two types of instances: master instances, which run an essential set of services, and non-master instances, which are called workers.

For more information, see Instances.

Services

Each instance runs a configurable set of services, each of which performs a specific function.

In a multi-instance system, services can be distributed across all instances in the system. In a single-instance system, that instance runs all services.

For more information, see Services.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Networking

This topic describes the network usage and requirements for both system instances and services.

 

Note: You can configure the network settings for each service when you install the system. You cannot change these settings after the system is up and running.

 

Note: If your networking environment changes such that the system can no longer function with its current networking configuration, you need to reinstall the system. See Handling network changes.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Handling network changes

Once your system is deployed, its network infrastructure and configuration should not change. Specifically:

All instance IP addresses should not change

All services should continue to use the same ports

All services and instances should continue to use the same network types

If any of the above change, you will need to reinstall the system.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Volumes

Volumes are properties of services and job types that specify where and how a services and individual jobs store their data.

You can use volumes to configure jobs and services to store their data in external storage systems, outside of the system instances. This allows data to be more easily backed up or migrated.

Volumes can also allow services or jobs to store different types of data in different locations. For example, a service may use two separate volumes, one for storing its logs and the other for storing all other data.

 

Note: Some functions described here are not used with HCP for cloud scale. They are not visible in the System Management application, or have no effect when used.

For more information:

On Jobs, see Jobs.

On services, see Services.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Viewing volumes

The Administration App shows this information about the Docker volumes used by jobs and services:

Name — The unique identifier for the volume.

Type — Either of these:

oSystem — The volume is managed automatically for you by the system.

oUser — You need to manage the volume yourself.

Capacity — Total storage space available in the volume.

Used — Space used by the job or service.

Pool — The volume category, as defined by the service or job that uses the volume.

 

Note: Some functions described here are not used with HCP for cloud scale. They are not visible in the System Management application, or have no effect when used.

For each volume, you can also view this information about the volume driver that controls how the volume stores data:

Volume driver — The name of the volume driver.

Option/Value — The command-line options used to create the volume, and their corresponding values. The available options and valid values for those options are determined by the volume driver.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Instances

A system is made up of one or more instances of the software. This section includes information on adding and removing instances to the system.

For more information on instances, see System scaling.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

About master and worker instances

Master instances are special instances that run an essential set of services, including:

System-Management-application service

Cluster-Coordination service

Synchronization service

Service-Deployment service

Non-master instances are called workers. Workers can run any services except for those listed above. For information on services, see Services.

Single-instance systems have one master instance while multi-instance systems have either one or three master instances.

 

Important: You cannot add master instances to a system after it's installed. You can, however, add any number of worker instances.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Single-instance systems versus multi-instance systems

A system can have a single instance or can have multiple instances (four or more).

 

Note:  

Every instance must meet the minimum RAM, CPU, and disk space requirements. For information, see Hardware resources.

One instance

A single-instance system is useful for testing and demonstration purposes. It requires only a single server or virtual machine and can perform all product functionality.

However, a single-instance system has these drawbacks:

It has a single point of failure.  If the instance hardware fails, you lose access to the system.

With no additional instances, you cannot choose where to run services. All services run on that one instance.

Multiple instances

A multi-instance system is suitable for use in a production environment because it offers these advantages over a single-instance system:

You can control how services are distributed across the multiple instances, providing improved service redundancy, scale out, and availability.

For more information, see Service list.

A multi-instance system can survive instance outages. For example, with a four-instance system running the default distribution of services, the system can lose one instance and still remain available.

Performance is improved as work can be performed in parallel across instances.

You can add additional instances to the system at any time.

 

Note: You cannot change a single-instance system into a production-ready multi-instance system by adding new instances. This is because you cannot add master instances. Master instances are special instances that run a particular set of system services. Single instance systems have one master instance. Multi-instance systems have three.

By adding additional instances to a single-instance system, your system still has only one master instance, meaning there is a single point of failure for the essential services that only a master instance can run.

For more information, see Adding new instances.

Three-instance system considerations

Three-instance systems should have only a single master instance. If you deploy a three-instance system where all three instances are masters, the system may not have enough resources to do much beyond running the master services. For information on master instances, see About master and worker instances.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Requirements for running system instances

This section lists the hardware and operating system requirements for running system instances. Also see Networking for information on network requirements for both instances and services.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Hardware resources

To install system on on-premises hardware for production use, you must provision at least four instances (nodes) with sufficient CPU, RAM, disk space, and networking capabilities. This table shows the minimum and recommended hardware requirements for each instance in an system system.

Resource

Minimum

Recommended

RAM

32 GB

128 GB

CPU

8-core

24-core

Available disk space

500 GB 10k SAS RAID

2000 GB 15k SAS RAID

Network interface controller (NIC) (1) 10 Gb Ethernet (2) 10 Gb Ethernet
IP addresses (1) static (2) static
Firewall Port Access Port 443 for S3 API
Port 8000 for System Management application GUI
Port 9084 for MAPI and Storage Management App GUI
Same
Internal IP Ports See Networking Same
Network Time IP address of time service (NTP) Same
 

Important:  

Each instance uses all available RAM and CPU resources on the server or virtual machine on which it's installed.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Operating system and Docker requirements

To be a system instance, each server or virtual machine you provide:

Must run a 64-bit Linux distribution

Must have Docker version 1.13.1 or later installed

 

Important: Install the current Docker version suggested by your operating system, unless that version is earlier than 1.13.1. The system cannot run with Docker versions prior to 1.13.1.

This table shows the operating systems and Docker and SELinux configurations that system has been qualified with. For more information, see Docker considerations and SELinux considerations.

Operating System Docker Version Docker Storage Configuration SELinux setting

Fedora 27

Docker 1.13.1-58.git87f2fab.el7.x86_64

direct-lvm

Enforcing

Red Hat Enterprise Linux 7.4

Docker 1.13.1-58.git87f2fab.el7.x86_64

direct-lvm

Enforcing
Ubuntu 16.04-LTS

Docker 17.03.0-ce

aufs N/A
CentOS 7.4

Docker 18.03.1-ce

overlay2 Enforcing

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Docker considerations

The Docker installation directory on each instance must have at least 20 GB available for storing the system Docker images.

Make sure that the Docker storage driver is configured correctly on each instance before installing the system.

After installing the system, changing the Docker storage driver requires a reinstallation of the system.

To view the current Docker storage driver on an instance, run:

docker info

If you want to enable SELinux on the system instances, you need to use a Docker storage driver that supports it. The storage drivers that SELinux supports differ depending on the Linux distribution you're using. For more information, see the Docker documentation.

If you are using the Docker devicemapper storage driver:

oMake sure that there's at least 40 MB of Docker metadata storage space available on each instance. The system requires 20 MB to install successfully and an additional 20 MB to successfully update to a later version.

To view Docker metadata storage usage on an instance, run:

docker info

oOn a production system, do not run devicemapper in loop-lvm mode. This can cause slow performance or, on certain Linux distributions, the system may not have enough space to run.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

SELinux considerations

You should decide whether you want to run SELinux on the new instance. Then, enable or disable it before installing system on the instance.

Enabling or disabling SELinux on an instance requires you to reboot the instance.

To view whether SELinux is enabled on an instance, run:

sestatus

If you want to enable SELinux on the system instances, you need to use a Docker storage driver that supports it.

The storage drivers that SELinux supports differ depending on the Linux distribution you're using. For more information, see the Docker documentation.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Supported browsers

Google Chrome latest

Mozilla Firefox latest

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Time source requirements

If you are installing a multi-instance system, each instance should run NTP (network time protocol) and use the same external time source. For information, see support.ntp.org.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Adding new instances

You may want to add additional instances to the system if:

You want to improve system performance.

You are running out of disk space on one or more instances.

 

Important:  

You cannot add new master instances, only new worker instances.

 

However, these situations may also be improved by adding additional CPU, RAM, or disks to the instances you already have. For guidance, see Hardware resources.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Viewing instances

You can use the System Management application, CLI, and REST API to view a list of all instances in the system.

Related topics:

Service list

Services

System Management application instructions
Related CLI command(s)

getInstance

listInstances

For information on running CLI commands, see CLI reference.

Related REST API method(s)

GET /instances

GET /instances/{uuid}

For information on specific REST API methods, in the System Management application, click on the help icon (help-icon.png). Then:

To view the administrative REST API methods, click on REST API - Admin.

For general information about the administrative REST API, see REST API reference.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Removing instances

You would typically remove an instance from your system in these situations:

You are retiring the hardware on which the instance runs

The instance is in the Down state and cannot be recovered

You want to run a system with fewer instances

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Replacing a failed instance

If an instance suffers an unrecoverable failure, you need to replace that instance with a new one.

Steps:

1.In the System Management application, view the Instances page to determine whether the failed instance was a master instance.

2.Select a new server or virtual machine to add as a new instance to the system. For information on instance requirements, see Requirements for running system instances.

3.Remove the failed instance from the system. For information, see Removing instances.

 

WARNING! If the failed instance was a master, after removing it, you have only two master instances remaining. If any other instance fails while you are in this state, the system becomes completely unavailable until you add a third master back to the system by completing this procedure.

4.Add the replacement instance to the system. For information, see Adding new instances.

 

Important: If the instance you are replacing was a master instance, when you run setup on the replacement instance, the list of masters that you specify for the -m option needs to include:

The IP addresses of the two remaining healthy master instances.

The IP address of the new instance that you're adding.

For example, in a system with master instance IPs ranging from 192.0.2.1 to 192.0.2.3 and you are replacing instance 192.0.2.3 with 192.0.2.5, run setup with these options:

sudo bin/setup -i 192.0.2.5 -m 192.0.2.1,192.0.2.2,192.0.2.5

This does not apply when you're replacing a worker instance. In that case, specify the IP addresses of the 3 existing masters.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Plugins

Plugins are modular pieces of code that allow your system to perform specific activities.

Plugins are organized in groups called plugin bundles. When adding or removing plugins from your system, you work with plugin bundles, not individual plugins.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Viewing installed plugins

Use the System Management application, REST API, and CLI to view all plugin bundles and individual plugins that have been installed. You can view all individual plugins at the same time or filter the list based on plugin type.

System Management application instructions

1.Click on the Configuration panel.

2.Click on Plugins.

The Plugin Bundles tab shows all installed plugin bundles.

3.To view all individual plugins, click on the All Plugins tab.

Related CLI command(s)

listPlugins

For information on running CLI commands, see CLI reference.

Related REST API method(s)

GET /plugins

For information on specific REST API methods, in the System Management application, click on the help icon (help-icon.png). Then:

To view the administrative REST API methods, click on REST API - Admin.

For general information about the administrative REST API, see REST API reference.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Upgrading plugin bundles

To upgrade plugins, you upload a new version of the bundle that contains those plugins.

You can select which version of the plugin bundle is the active one (that is, the one that connectors or stages will use). If you select the new version, all connectors and stages immediately begin using the new versions of the plugins in the bundle.

You can change the active plugin bundle version at any time. For information on doing this, see Setting the active plugin bundle version.

System Management application instructions

To install a plugin:

1.Click on the Configuration panel.

2.Click on Plugins.

3.Click on the Upload Bundle button.

4.In the Upload Plugins window, drag and drop the new version of the plugin bundle.

5.In the list of plugin bundles, click on the row for the plugin bundle version that you want.

If the bundle you uploaded isn't listed, click on the Reload Plugins button.

6.Click on the Set Active button.

Related CLI command(s)

uploadPlugin

setPluginBundleActive

Related REST API method(s)

POST /plugins/upload

POST /plugins/bundles/{name}/{bundleVersion}/active

For information on specific REST API methods, in the System Management application, click on the help icon (help-icon.png). Then:

To view the administrative REST API methods, click on REST API - Admin.

For general information about the administrative REST API, see REST API reference.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Setting the active plugin bundle version

If you've uploaded multiple versions of a plugin bundle, only one version can be active at a time. The active plugin bundle version is the one that the system uses.

System Management application instructions

To set the active plugin version:

1.Click on the Configuration panel.

2.Click on Plugins.

3.Click on the row for the plugin bundle version that you want.

4.Click on the Set Active button.

Related CLI command(s)

setPluginBundleActive

For information on running CLI commands, see CLI reference.

Related REST API method(s)

POST /plugins/bundles/{name}/{bundleVersion}/active

For information on specific REST API methods, in the System Management application, click on the help icon (help-icon.png). Then:

To view the administrative REST API methods, click on REST API - Admin.

For general information about the administrative REST API, see REST API reference.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Deleting plugin bundles

To delete plugins from your system, you delete plugin bundles from the system. You cannot delete individual plugins.

You cannot delete a plugin bundle, or any of its versions, if any of that bundle's plugins are currently in use by the system.

System Management application instructions

To delete a plugin bundle:

1.Click on the Configuration panel.

2.Click on Plugins.

3.Click on the delete icon () for the plugin bundle you want to remove.

Related CLI command(s)

deletePluginBundle

For information on running CLI commands, see CLI reference.

Related REST API method(s)

DELETE /plugins/bundles/{name}/{bundleVersion}

For information on specific REST API methods, in the System Management application, click on the help icon (help-icon.png). Then:

To view the administrative REST API methods, click on REST API - Admin.

For general information about the administrative REST API, see REST API reference.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Packages

You can back up all of your system configuration by exporting packages. You can back up these package files and use them to restore your configurations in case of a system failure.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Exporting packages

You can export the configurations for system components as package files. You can back up these package files and use them to restore your configurations in case of a system failure.

After exporting a package, you can store it in one of your data sources. When you want to import the package, your system can retrieve it directly from the data source.

For information on:

Importing packages, see Importing packages

System Management application instructions

1.Click on the Configuration panel.

2.Click on Packages.

3.Click on Export.

4.Under Customize Package Description, give your package a name and an optional description.

5.Under Configuration, select any configuration items to export.

6.Under Plugins, select any plugin bundles to export.

7.Under Components, select any available components to export.

If you select one component but not the components it depends on, the System Management application prompts you to add those missing components to the package.

8.Under Validate, make sure your package is valid and click on the Download Package button.

9.Once your package downloads, click on the Download Package button to download it again, or click on the Finish button to exit.

Related CLI command(s)

buildPackage

downloadPackage

For information on running CLI commands, see CLI reference.

Related REST API method(s)

POST /package/build

POST /package/download

For information on specific REST API methods, in the System Management application, click on the help icon (help-icon.png). Then:

To view the administrative REST API methods, click on REST API - Admin.

For general information about the administrative REST API, see REST API reference.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Importing packages

To import a package, you can upload it from your computer or have your system retrieve it from one of your data sources. After you import the package, your system runs a system task to synchronize the package components across all instances in your system.

The system can have only one imported package at a time.

 

Notes:  

Importing a component that already exists on your system may cause conflicts and should be avoided.

You need to manually resolve conflicts with Components, while conflicts with Configuration are handled automatically by the system.

System Management application instructions

1.Click on the Configuration panel.

2.Click on Packages.

3.Click on Import.

4.Do one of these:

oIf the package you want to import is stored on your computer, click and drag the package file into the Upload Package panel.

oIf the package you want to import is stored in one of your data sources, click on the Click to Upload panel. Then, browse for the package file.

5.Under Package Description, review the description and click on the Continue button.

6.Under Configuration, select any configuration items to import.

7.Under Plugins, select any plugin bundles to import.

8.Under Components, select any available components to import.

9.Under Validate, make sure your package is valid and click on the Install Package button.

Your system starts a system task to install the package components on all instances in the system.

You can monitor the task from the current page or from the Processes page.

10.Once the task has completed and all package components have been installed, clicking on the Complete Install button will delete the package from the system.

Related CLI command(s)

uploadPackage

loadPackage  —  (Loads a package from a data connection)

installPackage

getPackageStatus

deletePackage

For information on running CLI commands, see CLI reference.

Related REST API method(s)

POST /package  —  (Uploads a package)

POST /package/load  —  (Loads a package from a data connection)

POST /package/install

GET /package  —  (Gets the status of the imported package)

DELETE /package

For information on specific REST API methods, in the System Management application, click on the help icon (help-icon.png). Then:

To view the administrative REST API methods, click on REST API - Admin.

For general information about the administrative REST API, see REST API reference.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Setting a login welcome message

You can use the System Management application, REST API, and CLI to set a welcome message for the System Management application. The message appears on the app's login page.

System Management application instructions

1.Click on the Configuration panel.

2.Click on Security.

3.On the Settings tab, type a message in the Single Sign-on Welcome Message field.

4.Click on the Update button.

CLI instructions

editSecuritySettings

For information on running CLI commands, see CLI reference.

Related REST API method(s)

PUT /security/settings

For information on specific REST API methods, in the System Management application, click on the help icon (help-icon.png). Then:

To view the administrative REST API methods, click on REST API - Admin.

For general information about the administrative REST API, see REST API reference.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Updating the system

You can update system software by uploading new update packages.

 

Important: Hitachi Vantara does not provide updates or security fixes for the host operating systems running on system instances.

System Management application instructions

To update system:

1.Click on the Configuration panel.

2.Click on Update.

3.Click on the Install tab.

4.Click and drag the file into the Upload panel.

The update file is uploaded and system checks to make sure the file is valid. This may take several minutes.

5.On the Update page, click on the View button in the Update Status panel.

6.The Verify & Apply Update page displays information about the contents of the update.

7.To start the update, click on the Apply Update button.

The system begins checking to make sure the system is ready to be updated. If it isn't, the update stops. In this case, you need to correct the problems before the update can continue.

Related CLI command(s)

getUpdateStatus

installUpdate

deleteUpdate

loadUpdate

uploadUpdate

For information on running CLI commands, see CLI reference.

Related REST API method(s)

GET /update

POST /update/install

DELETE /update/package

POST /update/package

POST /update/package/load —  (Retrieves update package from a data connection)

For information on specific REST API methods, in the System Management application, click on the help icon (). Then:

To view the administrative REST API methods, click on REST API - Admin.

For general information about the administrative REST API, see REST API reference.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Viewing update history

You can view a list of all updates that have previously been applied to your system. For each update, you can view the corresponding version number and the date on which it was installed.

System Management application instructions

1.Click on the Configuration panel.

2.Click on Update.

The History tab lists previously installed versions and when each was installed.

Related CLI command(s)

getUpdateHistory

For information on running CLI commands, see CLI reference.

Related REST API method(s)

GET /update/history

For information on specific REST API methods, in the System Management application, click on the help icon (). Then:

To view the administrative REST API methods, click on REST API - Admin.

For general information about the administrative REST API, see REST API reference.

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

Uninstalling the system

To completely uninstall your system, do the following on all instances:

1.Stop the run script from running. You do this using whatever method you're currently using to run the script.

2.Run this command to stop all system Docker containers on the instance:

sudo <installation-directory>/bin/stop

3.Delete the system Docker containers:

a.List all Docker containers:

sudo docker ps

b.Note the container IDs for all containers that use a com.hds.ensemble or com.hitachi.aspen image.

c.Delete each of those containers:

sudo docker rm <container-id>

4.Delete the system Docker images:

a.List all Docker images:

sudo docker images

b.Note the image IDs for all images that use a com.hds.ensemble or com.hitachi.aspen repository.

c.Delete each of those images:

sudo docker rmi <image-id>

5.Delete the system installation directory:

rm -rf /<installation-directory>

Trademarks, Legal disclaimer, Third-party software in this documentation

© 2017 - 2019 Hitachi Vantara Corporation. All rights reserved.

 

  • Was this article helpful?