Skip to content

Update vserver peer create command example with the required application and cluster-peer field #2023

@netapp-jyhshing

Description

@netapp-jyhshing

Page URL

https://docs.netapp.com/us-en/ontap/peering/create-intercluster-svm-peer-relationship-93-later-task.html

Page title

Create ONTAP intercluster SVM peer relationships

Summary

*On the linked page, it has the following example for creating a vserver peer.

The following example creates a peer relationship between the local SVM pvs1 and the pre-authorized remote SVM vs1:

cluster01::> vserver peer create -vserver pvs1 -peer-vserver vs1

*When I followed the example to try to create a relationship, ONTAP reported an error as "application" is a required field.

fpsa-a50-u1227::> vserver peer create -vserver Core_SVM -peer-vserver Infra_SVM

Error: command failed: "applications" is a required field

fpsa-a50-u1227::> vserver peer create -vserver Core_SVM -peer-vserver Infra_SVM -application snapmirror,flexcache

Error: command failed: Peer Vserver "Infra_SVM" does not exist.

fpsa-a50-u1227::> vserver peer create -vserver Core_SVM -peer-cluster fpsa-a30-u1224 -peer-vserver Infra_SVM -application snapmirror,flexcache

Info: [Job 146] 'vserver peer create' job queued

fpsa-a50-u1227::> vserver peer show
Peer Peer Peering Remote
Vserver Vserver State Peer Cluster Applications Vserver


Core_SVM Infra_SVM initializing fpsa-a30-u1224 snapmirror, flexcache
Infra_SVM

*Please update the example to include the required application and peer-cluster field.

Public issues must not contain sensitive information

  • This issue contains no sensitive information.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions