SlideShare uma empresa Scribd logo
1 de 21
Baixar para ler offline
Step-by-Step Guide
to
Remote Snapshot Control with CLI/API
Software Version: DSS ver. 7.00 up11

Presentation updated: July 2013

www.open-e.com

1
Remote Snapshot Control with CLI/API of DSS V7
TO SET UP REMOTE SNAPSHOT CONTROL WITH CLI/API, PERFORM THE
FOLLOWING STEPS:
1. Download PuTTYgen and Plink for Windows
2. Create an iSCSI Logical Volume with Snapshot
3. Configure CLI/API on DSS V7
4. Convert key with PuTTY Key Generator
5. Issue the "snapshot_task" command with "start", "status" and "stop" options

www.open-e.com

2
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

1. Download PuTTYgen and Plink for Windows

Download PuTTYgen and Plink from
http://putty.nl/download.html on your
PC.

www.open-e.com

3
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

2. Create iSCSI Logical Volume with Snapshot

After logging on the DSS V7, please
go to "CONFIGURATION" →
Volume manager → Vol. Groups
and select the appropriate volume
group (vg00) from the list on the left.
Use Volume manager to create a
new iSCSI volume of the required
size. Click apply button to confirm.

www.open-e.com

4
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

2. Create iSCSI Logical Volume with Snapshot

After reloading the page, select
"new snapshot" from "Action"
dropdown menu. Set size to
10GB and click apply.

www.open-e.com

5
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

2. Create iSCSI Logical Volume with Snapshot

Use Snapshot definition to
assign an appropriate snapshot
to logical volume (in this example
lv0000) and click apply.

HINT:
For additional details about creating
targets for the logical volume and the
snapshot volume, please refer to the
documents in the How-to Resources
section on the web.
www.open-e.com

6
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

3. Configure CLI/API on DSS V7

In order to enable server
remote control, go to "SETUP"
→ "Administrator settings".
In CLI/API Configuration
check "Use CLI/API" checkbox.
Set the "Password" and click
apply button.

After reloading page, click on
"Show advanced".

www.open-e.com

7
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

3. Configure CLI/API on DSS V7

Please click on generate and
download button.

www.open-e.com

8
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

3. Configure CLI/API on DSS V7

Next, save the generated key
into a local folder, e.g. C:API.

www.open-e.com

9
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

4. Convert the key with PuTTY Key Generator

Please run puttygen.exe and
select Conversions → Import
Key in the main menu.

www.open-e.com

10
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

4. Convert the key with PuTTY Key Generator

Next, load key from e.g. C:API.

www.open-e.com

11
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

4. Convert the key with PuTTY Key Generator

Then, click on "Save private
key" button.

www.open-e.com

12
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

4. Convert the key with PuTTY Key Generator

Next, click on "YES" button.

www.open-e.com

13
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

4. Convert the key with PuTTY Key Generator

Please save new
privatekey.ppk on C:API
folder.

www.open-e.com

14
Remote Snapshot Control with CLI/API of DSS V7
Syntax examples for the plink command using the key:
plink -i path_to_the_downloaded_key -2 -P 22223 -l api ip_address command
• option: -i sets the path to the downloaded key file,
• option: -2 sets the version of the SSH protocol used for the connection,
• option: -P sets the connection port (default: 22223),
• option: -l sets the user (the user must be api),
• option: ip_address sets the IP address of the storage server you want to connect to,
• option: command; the command consist of the command name and optional parameters and
optional object names.
NOTE:
Plink uses capital "P" and the ssh use small "p" in the command line.

HINT:
In order to list the full command set, please issue the 'help' command. If you enter a command with missing
parameters or missing object name, the system will prompt with full syntax of the command. Once complete
command is entered, it will run at once and non- interactive. A user script with API commands must be
executed first on a testing system, not on a production system.
www.open-e.com

15
Remote Snapshot Control with CLI/API of DSS V7
Please run the DOS command prompt
box and change directory to the
directory where you have saved the
key, e.g.: C:API.

5. Issue the "snapshot_task" command with "start", "status"
and "stop" options

HINT:
Entering the command line, please use the tab key for
auto-complete of the program and key path or name
www.open-e.com

Please enter the
"snapshot_task" API command
with "start" option.

16
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

5. Issue the "snapshot_task" command with "start", "status"
and "stop" options

Please use "STATUS"→ Tasks
→ Running tasks to check
snapshot status.
It should be "in use/active".

www.open-e.com

17
Remote Snapshot Control with CLI/API of DSS V7
You can check the snapshot
status with the following API
command: "snapshot_task" with
option "status".

5. Issue the "snapshot_task" command with "start", "status"
and "stop" options

HINT:
Entering the command line, please use tab key for
auto-complete of the program and key path or name.
www.open-e.com

The API command
"snapshot_task status" returns
status: "active".

18
Remote Snapshot Control with CLI/API of DSS V7
In order to stop the snapshot
remotely, please issue the
"snapshot_task" command with
option "stop".

5. Issue the "snapshot_task" command with "start", "status"
and "stop" options

HINT:
Entering the command line, please use tab key for
auto-complete of the program and key path or name.
www.open-e.com

19
Remote Snapshot Control with CLI/API of DSS V7
Data Server (DSS)
IP Address:192.168.0.220

5. Issue the "snapshot_task" command with "start", "status"
and "stop" options

Now the STATUS → Tasks →
Running tasks form show no
active snapshot.

www.open-e.com

20
Thank you!

Follow Open-E:
www.open-e.com

21

Mais conteúdo relacionado

Mais procurados

Open-E DSS V7 Active-Passive iSCSI Failover on Intel Server Systems
Open-E DSS V7 Active-Passive iSCSI Failover on Intel Server SystemsOpen-E DSS V7 Active-Passive iSCSI Failover on Intel Server Systems
Open-E DSS V7 Active-Passive iSCSI Failover on Intel Server Systemsopen-e
 
Schema replication using oracle golden gate 12c
Schema replication using oracle golden gate 12cSchema replication using oracle golden gate 12c
Schema replication using oracle golden gate 12cuzzal basak
 
Asm disk group migration from
Asm disk group migration from Asm disk group migration from
Asm disk group migration from Anar Godjaev
 
Colvin RMAN New Features
Colvin RMAN New FeaturesColvin RMAN New Features
Colvin RMAN New FeaturesEnkitec
 
Oracle goldengate 11g schema replication from standby database
Oracle goldengate 11g schema replication from standby databaseOracle goldengate 11g schema replication from standby database
Oracle goldengate 11g schema replication from standby databaseuzzal basak
 
General commands for navisphere cli
General commands for navisphere cliGeneral commands for navisphere cli
General commands for navisphere climsaleh1234
 
Oracle 10g Performance: chapter 00 sampling
Oracle 10g Performance: chapter 00 samplingOracle 10g Performance: chapter 00 sampling
Oracle 10g Performance: chapter 00 samplingKyle Hailey
 
C mode class
C mode classC mode class
C mode classAccenture
 
gcis-zenworks7.2
gcis-zenworks7.2gcis-zenworks7.2
gcis-zenworks7.2KARLY21
 
[India Merge World Tour] Meru Networks
[India Merge World Tour] Meru Networks[India Merge World Tour] Meru Networks
[India Merge World Tour] Meru NetworksPerforce
 
DNS windows server(2008R2) & linux(SLES 11)
DNS windows server(2008R2) & linux(SLES 11)DNS windows server(2008R2) & linux(SLES 11)
DNS windows server(2008R2) & linux(SLES 11)Tola LENG
 
Hive data migration (export/import)
Hive data migration (export/import)Hive data migration (export/import)
Hive data migration (export/import)Bopyo Hong
 
Open-E Backup to Attached Tape Drive
Open-E Backup to Attached Tape DriveOpen-E Backup to Attached Tape Drive
Open-E Backup to Attached Tape Driveopen-e
 

Mais procurados (20)

Open-E DSS V7 Active-Passive iSCSI Failover on Intel Server Systems
Open-E DSS V7 Active-Passive iSCSI Failover on Intel Server SystemsOpen-E DSS V7 Active-Passive iSCSI Failover on Intel Server Systems
Open-E DSS V7 Active-Passive iSCSI Failover on Intel Server Systems
 
9i hp relnotes
9i hp relnotes9i hp relnotes
9i hp relnotes
 
Install oracle11gr2 rhel5
Install oracle11gr2 rhel5Install oracle11gr2 rhel5
Install oracle11gr2 rhel5
 
11g r2 rac_guide
11g r2 rac_guide11g r2 rac_guide
11g r2 rac_guide
 
Oracle Golden Gate
Oracle Golden GateOracle Golden Gate
Oracle Golden Gate
 
Schema replication using oracle golden gate 12c
Schema replication using oracle golden gate 12cSchema replication using oracle golden gate 12c
Schema replication using oracle golden gate 12c
 
Asm disk group migration from
Asm disk group migration from Asm disk group migration from
Asm disk group migration from
 
Colvin RMAN New Features
Colvin RMAN New FeaturesColvin RMAN New Features
Colvin RMAN New Features
 
Oracle goldengate 11g schema replication from standby database
Oracle goldengate 11g schema replication from standby databaseOracle goldengate 11g schema replication from standby database
Oracle goldengate 11g schema replication from standby database
 
General commands for navisphere cli
General commands for navisphere cliGeneral commands for navisphere cli
General commands for navisphere cli
 
Rac on NFS
Rac on NFSRac on NFS
Rac on NFS
 
Perl Programming - 04 Programming Database
Perl Programming - 04 Programming DatabasePerl Programming - 04 Programming Database
Perl Programming - 04 Programming Database
 
Oracle 10g Performance: chapter 00 sampling
Oracle 10g Performance: chapter 00 samplingOracle 10g Performance: chapter 00 sampling
Oracle 10g Performance: chapter 00 sampling
 
C mode class
C mode classC mode class
C mode class
 
gcis-zenworks7.2
gcis-zenworks7.2gcis-zenworks7.2
gcis-zenworks7.2
 
[India Merge World Tour] Meru Networks
[India Merge World Tour] Meru Networks[India Merge World Tour] Meru Networks
[India Merge World Tour] Meru Networks
 
DNS windows server(2008R2) & linux(SLES 11)
DNS windows server(2008R2) & linux(SLES 11)DNS windows server(2008R2) & linux(SLES 11)
DNS windows server(2008R2) & linux(SLES 11)
 
9i lin relnotes
9i lin relnotes9i lin relnotes
9i lin relnotes
 
Hive data migration (export/import)
Hive data migration (export/import)Hive data migration (export/import)
Hive data migration (export/import)
 
Open-E Backup to Attached Tape Drive
Open-E Backup to Attached Tape DriveOpen-E Backup to Attached Tape Drive
Open-E Backup to Attached Tape Drive
 

Semelhante a Open-E DSS V7 Remote Snapshot Control with CLI/API

Mastering Microservices with Kong (DevoxxUK 2019)
Mastering Microservices with Kong (DevoxxUK 2019)Mastering Microservices with Kong (DevoxxUK 2019)
Mastering Microservices with Kong (DevoxxUK 2019)Maarten Mulders
 
Creating Sentiment Line Chart with Watson
Creating Sentiment Line Chart with Watson Creating Sentiment Line Chart with Watson
Creating Sentiment Line Chart with Watson Dev_Events
 
Simplifying and accelerating converged media with Open Visual Cloud
Simplifying and accelerating converged media with Open Visual CloudSimplifying and accelerating converged media with Open Visual Cloud
Simplifying and accelerating converged media with Open Visual CloudLiz Warner
 
Remote Config REST API and Versioning
Remote Config REST API and VersioningRemote Config REST API and Versioning
Remote Config REST API and VersioningJumpei Matsuda
 
Python from zero to hero (Twitter Explorer)
Python from zero to hero (Twitter Explorer)Python from zero to hero (Twitter Explorer)
Python from zero to hero (Twitter Explorer)Yuriy Senko
 
Usage Note of SWIG for PHP
Usage Note of SWIG for PHPUsage Note of SWIG for PHP
Usage Note of SWIG for PHPWilliam Lee
 
Maximize the power of OSGi in AEM
Maximize the power of OSGi in AEM Maximize the power of OSGi in AEM
Maximize the power of OSGi in AEM ICF CIRCUIT
 
OSMC 2021 | Monitoring @ G&D
OSMC 2021 | Monitoring @ G&DOSMC 2021 | Monitoring @ G&D
OSMC 2021 | Monitoring @ G&DNETWAYS
 
IBM Cloud University: Build, Deploy and Scale Node.js Microservices
IBM Cloud University: Build, Deploy and Scale Node.js MicroservicesIBM Cloud University: Build, Deploy and Scale Node.js Microservices
IBM Cloud University: Build, Deploy and Scale Node.js MicroservicesChris Bailey
 
Fastlane - Automation and Continuous Delivery for iOS Apps
Fastlane - Automation and Continuous Delivery for iOS AppsFastlane - Automation and Continuous Delivery for iOS Apps
Fastlane - Automation and Continuous Delivery for iOS AppsSarath C
 
Setting up your virtual infrastructure using fi-lab cloud
Setting up your virtual infrastructure using fi-lab cloudSetting up your virtual infrastructure using fi-lab cloud
Setting up your virtual infrastructure using fi-lab cloudFernando Lopez Aguilar
 
Advanced Eclipse Workshop (held at IPC2010 -spring edition-)
Advanced Eclipse Workshop (held at IPC2010 -spring edition-)Advanced Eclipse Workshop (held at IPC2010 -spring edition-)
Advanced Eclipse Workshop (held at IPC2010 -spring edition-)Bastian Feder
 
Compliance Automation with Inspec Part 2
Compliance Automation with Inspec Part 2Compliance Automation with Inspec Part 2
Compliance Automation with Inspec Part 2Chef
 
[apidays LIVE HONK KONG] - OAS to Managed API in Seconds
[apidays LIVE HONK KONG] - OAS to Managed API in Seconds[apidays LIVE HONK KONG] - OAS to Managed API in Seconds
[apidays LIVE HONK KONG] - OAS to Managed API in SecondsWSO2
 
Setting up the hyperledger composer in ubuntu
Setting up the hyperledger composer in ubuntuSetting up the hyperledger composer in ubuntu
Setting up the hyperledger composer in ubuntukesavan N B
 
Structure your Play application with the cake pattern (and test it)
Structure your Play application with the cake pattern (and test it)Structure your Play application with the cake pattern (and test it)
Structure your Play application with the cake pattern (and test it)yann_s
 
Automate Your Automation | DrupalCon Vienna
Automate Your Automation | DrupalCon ViennaAutomate Your Automation | DrupalCon Vienna
Automate Your Automation | DrupalCon ViennaPantheon
 
2016 05-cloudsoft-amp-and-brooklyn-new
2016 05-cloudsoft-amp-and-brooklyn-new2016 05-cloudsoft-amp-and-brooklyn-new
2016 05-cloudsoft-amp-and-brooklyn-newBradDesAulniers2
 

Semelhante a Open-E DSS V7 Remote Snapshot Control with CLI/API (20)

Mastering Microservices with Kong (DevoxxUK 2019)
Mastering Microservices with Kong (DevoxxUK 2019)Mastering Microservices with Kong (DevoxxUK 2019)
Mastering Microservices with Kong (DevoxxUK 2019)
 
Creating Sentiment Line Chart with Watson
Creating Sentiment Line Chart with Watson Creating Sentiment Line Chart with Watson
Creating Sentiment Line Chart with Watson
 
Simplifying and accelerating converged media with Open Visual Cloud
Simplifying and accelerating converged media with Open Visual CloudSimplifying and accelerating converged media with Open Visual Cloud
Simplifying and accelerating converged media with Open Visual Cloud
 
Remote Config REST API and Versioning
Remote Config REST API and VersioningRemote Config REST API and Versioning
Remote Config REST API and Versioning
 
Optimizing Your CI Pipelines
Optimizing Your CI PipelinesOptimizing Your CI Pipelines
Optimizing Your CI Pipelines
 
Python from zero to hero (Twitter Explorer)
Python from zero to hero (Twitter Explorer)Python from zero to hero (Twitter Explorer)
Python from zero to hero (Twitter Explorer)
 
Usage Note of SWIG for PHP
Usage Note of SWIG for PHPUsage Note of SWIG for PHP
Usage Note of SWIG for PHP
 
Maximize the power of OSGi in AEM
Maximize the power of OSGi in AEM Maximize the power of OSGi in AEM
Maximize the power of OSGi in AEM
 
OSMC 2021 | Monitoring @ G&D
OSMC 2021 | Monitoring @ G&DOSMC 2021 | Monitoring @ G&D
OSMC 2021 | Monitoring @ G&D
 
IBM Cloud University: Build, Deploy and Scale Node.js Microservices
IBM Cloud University: Build, Deploy and Scale Node.js MicroservicesIBM Cloud University: Build, Deploy and Scale Node.js Microservices
IBM Cloud University: Build, Deploy and Scale Node.js Microservices
 
CodeShip
CodeShipCodeShip
CodeShip
 
Fastlane - Automation and Continuous Delivery for iOS Apps
Fastlane - Automation and Continuous Delivery for iOS AppsFastlane - Automation and Continuous Delivery for iOS Apps
Fastlane - Automation and Continuous Delivery for iOS Apps
 
Setting up your virtual infrastructure using fi-lab cloud
Setting up your virtual infrastructure using fi-lab cloudSetting up your virtual infrastructure using fi-lab cloud
Setting up your virtual infrastructure using fi-lab cloud
 
Advanced Eclipse Workshop (held at IPC2010 -spring edition-)
Advanced Eclipse Workshop (held at IPC2010 -spring edition-)Advanced Eclipse Workshop (held at IPC2010 -spring edition-)
Advanced Eclipse Workshop (held at IPC2010 -spring edition-)
 
Compliance Automation with Inspec Part 2
Compliance Automation with Inspec Part 2Compliance Automation with Inspec Part 2
Compliance Automation with Inspec Part 2
 
[apidays LIVE HONK KONG] - OAS to Managed API in Seconds
[apidays LIVE HONK KONG] - OAS to Managed API in Seconds[apidays LIVE HONK KONG] - OAS to Managed API in Seconds
[apidays LIVE HONK KONG] - OAS to Managed API in Seconds
 
Setting up the hyperledger composer in ubuntu
Setting up the hyperledger composer in ubuntuSetting up the hyperledger composer in ubuntu
Setting up the hyperledger composer in ubuntu
 
Structure your Play application with the cake pattern (and test it)
Structure your Play application with the cake pattern (and test it)Structure your Play application with the cake pattern (and test it)
Structure your Play application with the cake pattern (and test it)
 
Automate Your Automation | DrupalCon Vienna
Automate Your Automation | DrupalCon ViennaAutomate Your Automation | DrupalCon Vienna
Automate Your Automation | DrupalCon Vienna
 
2016 05-cloudsoft-amp-and-brooklyn-new
2016 05-cloudsoft-amp-and-brooklyn-new2016 05-cloudsoft-amp-and-brooklyn-new
2016 05-cloudsoft-amp-and-brooklyn-new
 

Mais de open-e

Open-E DSS V6 MPIO with ESXi 4.x
Open-E DSS V6 MPIO with ESXi 4.xOpen-E DSS V6 MPIO with ESXi 4.x
Open-E DSS V6 MPIO with ESXi 4.xopen-e
 
How to Connect to a DSS V6 iSCSI Target Volume from a Microsoft Windows
How to Connect to a DSS V6 iSCSI Target Volume from a Microsoft WindowsHow to Connect to a DSS V6 iSCSI Target Volume from a Microsoft Windows
How to Connect to a DSS V6 iSCSI Target Volume from a Microsoft Windowsopen-e
 
Description of Open-E Snapshot
Description of Open-E SnapshotDescription of Open-E Snapshot
Description of Open-E Snapshotopen-e
 
Step-by-Step Guide to NAS (NFS) Failover over a LAN (with unicast) Supported ...
Step-by-Step Guide to NAS (NFS) Failover over a LAN (with unicast) Supported ...Step-by-Step Guide to NAS (NFS) Failover over a LAN (with unicast) Supported ...
Step-by-Step Guide to NAS (NFS) Failover over a LAN (with unicast) Supported ...open-e
 
Open-E DSS V6 How to Setup iSCSI Failover with XenServer
Open-E DSS V6 How to Setup iSCSI Failover with XenServerOpen-E DSS V6 How to Setup iSCSI Failover with XenServer
Open-E DSS V6 How to Setup iSCSI Failover with XenServeropen-e
 
Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...
Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...
Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...open-e
 
Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...
Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...
Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...open-e
 
Open-E DSS Synchronous Volume Replication over a WAN
Open-E DSS Synchronous Volume Replication over a WANOpen-E DSS Synchronous Volume Replication over a WAN
Open-E DSS Synchronous Volume Replication over a WANopen-e
 
Open-E Backup to Attached Tape Library
Open-E Backup to Attached Tape LibraryOpen-E Backup to Attached Tape Library
Open-E Backup to Attached Tape Libraryopen-e
 
Open-E Backup to iSCSI Target Volume over a LAN
Open-E Backup to iSCSI Target Volume over a LANOpen-E Backup to iSCSI Target Volume over a LAN
Open-E Backup to iSCSI Target Volume over a LANopen-e
 
Backup of Data Residing on DSS V6 with Backup Exec
Backup of Data Residing on DSS V6 with Backup ExecBackup of Data Residing on DSS V6 with Backup Exec
Backup of Data Residing on DSS V6 with Backup Execopen-e
 

Mais de open-e (11)

Open-E DSS V6 MPIO with ESXi 4.x
Open-E DSS V6 MPIO with ESXi 4.xOpen-E DSS V6 MPIO with ESXi 4.x
Open-E DSS V6 MPIO with ESXi 4.x
 
How to Connect to a DSS V6 iSCSI Target Volume from a Microsoft Windows
How to Connect to a DSS V6 iSCSI Target Volume from a Microsoft WindowsHow to Connect to a DSS V6 iSCSI Target Volume from a Microsoft Windows
How to Connect to a DSS V6 iSCSI Target Volume from a Microsoft Windows
 
Description of Open-E Snapshot
Description of Open-E SnapshotDescription of Open-E Snapshot
Description of Open-E Snapshot
 
Step-by-Step Guide to NAS (NFS) Failover over a LAN (with unicast) Supported ...
Step-by-Step Guide to NAS (NFS) Failover over a LAN (with unicast) Supported ...Step-by-Step Guide to NAS (NFS) Failover over a LAN (with unicast) Supported ...
Step-by-Step Guide to NAS (NFS) Failover over a LAN (with unicast) Supported ...
 
Open-E DSS V6 How to Setup iSCSI Failover with XenServer
Open-E DSS V6 How to Setup iSCSI Failover with XenServerOpen-E DSS V6 How to Setup iSCSI Failover with XenServer
Open-E DSS V6 How to Setup iSCSI Failover with XenServer
 
Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...
Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...
Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...
 
Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...
Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...
Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...
 
Open-E DSS Synchronous Volume Replication over a WAN
Open-E DSS Synchronous Volume Replication over a WANOpen-E DSS Synchronous Volume Replication over a WAN
Open-E DSS Synchronous Volume Replication over a WAN
 
Open-E Backup to Attached Tape Library
Open-E Backup to Attached Tape LibraryOpen-E Backup to Attached Tape Library
Open-E Backup to Attached Tape Library
 
Open-E Backup to iSCSI Target Volume over a LAN
Open-E Backup to iSCSI Target Volume over a LANOpen-E Backup to iSCSI Target Volume over a LAN
Open-E Backup to iSCSI Target Volume over a LAN
 
Backup of Data Residing on DSS V6 with Backup Exec
Backup of Data Residing on DSS V6 with Backup ExecBackup of Data Residing on DSS V6 with Backup Exec
Backup of Data Residing on DSS V6 with Backup Exec
 

Último

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Último (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

Open-E DSS V7 Remote Snapshot Control with CLI/API

  • 1. Step-by-Step Guide to Remote Snapshot Control with CLI/API Software Version: DSS ver. 7.00 up11 Presentation updated: July 2013 www.open-e.com 1
  • 2. Remote Snapshot Control with CLI/API of DSS V7 TO SET UP REMOTE SNAPSHOT CONTROL WITH CLI/API, PERFORM THE FOLLOWING STEPS: 1. Download PuTTYgen and Plink for Windows 2. Create an iSCSI Logical Volume with Snapshot 3. Configure CLI/API on DSS V7 4. Convert key with PuTTY Key Generator 5. Issue the "snapshot_task" command with "start", "status" and "stop" options www.open-e.com 2
  • 3. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 1. Download PuTTYgen and Plink for Windows Download PuTTYgen and Plink from http://putty.nl/download.html on your PC. www.open-e.com 3
  • 4. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 2. Create iSCSI Logical Volume with Snapshot After logging on the DSS V7, please go to "CONFIGURATION" → Volume manager → Vol. Groups and select the appropriate volume group (vg00) from the list on the left. Use Volume manager to create a new iSCSI volume of the required size. Click apply button to confirm. www.open-e.com 4
  • 5. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 2. Create iSCSI Logical Volume with Snapshot After reloading the page, select "new snapshot" from "Action" dropdown menu. Set size to 10GB and click apply. www.open-e.com 5
  • 6. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 2. Create iSCSI Logical Volume with Snapshot Use Snapshot definition to assign an appropriate snapshot to logical volume (in this example lv0000) and click apply. HINT: For additional details about creating targets for the logical volume and the snapshot volume, please refer to the documents in the How-to Resources section on the web. www.open-e.com 6
  • 7. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 3. Configure CLI/API on DSS V7 In order to enable server remote control, go to "SETUP" → "Administrator settings". In CLI/API Configuration check "Use CLI/API" checkbox. Set the "Password" and click apply button. After reloading page, click on "Show advanced". www.open-e.com 7
  • 8. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 3. Configure CLI/API on DSS V7 Please click on generate and download button. www.open-e.com 8
  • 9. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 3. Configure CLI/API on DSS V7 Next, save the generated key into a local folder, e.g. C:API. www.open-e.com 9
  • 10. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 4. Convert the key with PuTTY Key Generator Please run puttygen.exe and select Conversions → Import Key in the main menu. www.open-e.com 10
  • 11. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 4. Convert the key with PuTTY Key Generator Next, load key from e.g. C:API. www.open-e.com 11
  • 12. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 4. Convert the key with PuTTY Key Generator Then, click on "Save private key" button. www.open-e.com 12
  • 13. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 4. Convert the key with PuTTY Key Generator Next, click on "YES" button. www.open-e.com 13
  • 14. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 4. Convert the key with PuTTY Key Generator Please save new privatekey.ppk on C:API folder. www.open-e.com 14
  • 15. Remote Snapshot Control with CLI/API of DSS V7 Syntax examples for the plink command using the key: plink -i path_to_the_downloaded_key -2 -P 22223 -l api ip_address command • option: -i sets the path to the downloaded key file, • option: -2 sets the version of the SSH protocol used for the connection, • option: -P sets the connection port (default: 22223), • option: -l sets the user (the user must be api), • option: ip_address sets the IP address of the storage server you want to connect to, • option: command; the command consist of the command name and optional parameters and optional object names. NOTE: Plink uses capital "P" and the ssh use small "p" in the command line. HINT: In order to list the full command set, please issue the 'help' command. If you enter a command with missing parameters or missing object name, the system will prompt with full syntax of the command. Once complete command is entered, it will run at once and non- interactive. A user script with API commands must be executed first on a testing system, not on a production system. www.open-e.com 15
  • 16. Remote Snapshot Control with CLI/API of DSS V7 Please run the DOS command prompt box and change directory to the directory where you have saved the key, e.g.: C:API. 5. Issue the "snapshot_task" command with "start", "status" and "stop" options HINT: Entering the command line, please use the tab key for auto-complete of the program and key path or name www.open-e.com Please enter the "snapshot_task" API command with "start" option. 16
  • 17. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 5. Issue the "snapshot_task" command with "start", "status" and "stop" options Please use "STATUS"→ Tasks → Running tasks to check snapshot status. It should be "in use/active". www.open-e.com 17
  • 18. Remote Snapshot Control with CLI/API of DSS V7 You can check the snapshot status with the following API command: "snapshot_task" with option "status". 5. Issue the "snapshot_task" command with "start", "status" and "stop" options HINT: Entering the command line, please use tab key for auto-complete of the program and key path or name. www.open-e.com The API command "snapshot_task status" returns status: "active". 18
  • 19. Remote Snapshot Control with CLI/API of DSS V7 In order to stop the snapshot remotely, please issue the "snapshot_task" command with option "stop". 5. Issue the "snapshot_task" command with "start", "status" and "stop" options HINT: Entering the command line, please use tab key for auto-complete of the program and key path or name. www.open-e.com 19
  • 20. Remote Snapshot Control with CLI/API of DSS V7 Data Server (DSS) IP Address:192.168.0.220 5. Issue the "snapshot_task" command with "start", "status" and "stop" options Now the STATUS → Tasks → Running tasks form show no active snapshot. www.open-e.com 20