问题标签 [netapp]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
226 浏览

apache-kafka - How can I send performance data from NetApp Harvest to Kafka instead of Graphite server?

I am using NetApp Harvest to pull performance and usage data from my NetApp storage systems. (https://github.com/szukalski/docker-netapp-harvest). NetApp Harvest configuration has a section as follows: graphite_server = INSERT_IP_OR_HOSTNAME_OF_GRAPHITE_SERVER_HERE

However, I want to be able to send the data to Kafka first and then from there to InfluxDB (InfluxDB has compatibility for Graphite).

Can someone please guide me as to how can I accomplish this?

A little background on NetApp Harvest: NetApp Harvest is software that connects to a remote host, collects data, calculates and summarizes the data, and posts it to a metrics server. It offers default collection templates for performance information from ONTAP and Data ONTAP 7-mode every 1 minute, and storage capacity information from OnCommand Unified Manager 6+ every 15 minutes. (From their documentation).

I am not sure how to be able to send the data to Kafka? Should I just place the Kafka IP into the graphite_server field?

0 投票
2 回答
2349 浏览

kubernetes - Prometheus 和 nfs 存储

根据 prometheus storage.md ,建议不要将 nfs 存储用作 prometheus 的持久卷。

但是像 prometheus operator 和 openshift 这样的解决方案显示了使用 nfs 作为 prometheus 的持久卷的示例。

那么我在这里错过了什么?如果不推荐使用 nfs,那么为什么这些工具会分享使用 nfs 作为 prometheus 的存储选项的示例?

有谁知道 NetApp/Trident for prometheus 的 nfs 替代方案是什么?

0 投票
1 回答
101 浏览

powershell - System Center Service Management Automation (SMA) PowerShell Runbook Invoke-NcSsh:系统找不到指定的文件

尝试在 System Center Service Management Automation (SMA) 中运行 powershell 脚本以从 NetApp 查询一些信息。使用了以下命令:

我能够直接在运行手册工作人员的 PowerShell ISE 内成功运行命令(已安装 NetApp_PowerShell_Toolkit_9.6.0 和 putty-64bit-0.73)。但是,一旦我将 Runbook 作为 SMA 作业运行,它就会失败并出现以下错误:

Invoke-NcSsh : 系统找不到指定的文件+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Invoke-NcSsh], Win32Exception + FullyQualifiedErrorId : System.ComponentModel.Win32Exception,DataONTAP.C.PowerShell.SDK .Cmdlets.Toolkit.Ssh.InvokeNcSsh

0 投票
1 回答
117 浏览

kubernetes - 将 EC2 上的文件夹添加为 EKS 集群上的卷

我正在尝试在 EKS 集群中创建一个卷,该卷的背景基本上是它是 netapp 服务器上的一个 netapp 卷,它还安装到与 EKS 集群在同一 VPC 中的 EC2 实例。该卷填充了由不同应用程序创建的文件。

我部署到 EKS 集群的 Flink 应用程序需要对上述卷的只读访问权限。根据 kubernetes 文档,我可以创建一个 PersistentVolume,我可以在 flink 集群的 pod 中访问它。

要创建 PV,使用像 {netappaccount}/{instanceid}/{volumeid} 这样的 Netapp 卷路径或使用已经安装的 EC2 上的路径会更好吗?

如果我可以使用 Ec2 如何创建 PV,我可以使用 {Ec2 ipaddress}/{mountpath} 吗?

我可以像下面这样使用 NFS 插件吗?或者你能建议最佳做法吗?

0 投票
1 回答
269 浏览

azure - 能否在不同区域的 AKS Kubernetes 集群上挂载 NetApp 卷?

我正在使用 Azure NetApp 文件和 AKS。假设我在一个区域有一个 NetApp 帐户和一个 NetApp 池,我想在另一个区域的 k8s 集群中的 pod 上挂载一个卷。那可能吗?到目前为止,我收到一条错误消息,说 pod 无法安装卷并且超时。

我的 PersistentVolume 和 PersistentVolumeClaim yaml 文件如下所示:

0 投票
0 回答
224 浏览

nfs - rancher trident 存储集成 w/rancherOS 1.55

我有两个牧场主集群(部署在 vsphere 上)。一种以 centos7 作为基础操作系统,另一种以 rancheros 1.55(通过带有 vsphere 提供程序的 Rancher ui 部署)。基于 centos7 的集群 trident 集成安装 w/;

在安装了 nfs-utils 的 centos7 上它正在工作。但在牧场主 1.55 上却不是。我在rancheros的所有节点上安装的是:

我可以在 racnheros 节点 w 上的工作 centos7 集群上挂载一个用 trident 创建的 pv:

但是如果我在 rancheros 集群中部署应用程序,我仍然会出现以下错误:

0 投票
0 回答
32 浏览

winapi - 循环创建-删除目录 - 返回成功但当时未完成

(这里报告 https://superuser.com/questions/1511981/windows-10-creating-and-deleting-directory-in-remote-location-netapp-in-a-loop这次有更多数据和示例程序)

我正在处理一个问题 - 在小窗口中循环创建和删除目录从 API 得到不正确的响应 - 它说目录已删除(返回 true),但它会在那里停留更多时间(比如 20-30 毫秒)。会导致什么?该程序在 Windows 7(NetApp 存储或本地磁盘)上运行良好。Windows 10 通过本地磁盘;但 NetApp 存储失败。需要休眠获取 API(DeleteDirectory 正确)

写了一段代码在 windows , c 程序中重现(因为管理员希望用这种方式排除 java,powershell 等)

结果表:一旦我在调用之间提供了足够的睡眠,测试就开始在这个 NetApp 目录上传递。

我应该对这个问题进行更多调查(在返回系统管理员之前) - 欢迎提出想法。

0 投票
0 回答
245 浏览

ansible - na_ontap_command 模块不打印输出

我正在尝试通过NetApp 8.3 ONTAP 上的na_ontap_command ansible 模块运行命令:

当我打印输出时,我收到以下消息。我期待一个版本号。

0 投票
1 回答
56 浏览

azure - 如何访问 Azure NetApp 中的文件?

我想知道是否可以使用 Azure Storage explorer 访问Azure NetApp中的文件。如果没有,Azure NetApp的类似存储资源管理器的解决方案是什么?

0 投票
1 回答
63 浏览

python - 从命令中选择字符并替换其中的一些

我从 NetApp 查询中得到了这个结果

我想将其转换为:

对于我从输出中获得的所有节点(不仅是 3 个)。

我试过用这个替换输出:

但这并没有给我我需要的结果。

一些想法?

非常感谢您的帮助。