Questions tagged [isilon]

Isilon is a scale out network-attached storage platform offered by Dell EMC for high-volume storage, backup and archiving of unstructured data.

About

Isilon is a scale out network-attached storage platform offered by Dell EMC for high-volume storage, backup and archiving of unstructured data. It provides a cluster-based storage array based on industry standard hardware, and is scalable to 50 petabytes in a single filesystem using its FreeBSD-derived OneFS file system.

Links

10 questions
4
votes
1 answer

What are advantage of Isilon OneFS File System Access Api over accessing the file system using SMB or NFS?

I want to create some utility that read/write the files with permission (ACL) from/to Isilon server. This utility will access the server either on LAN or VPN. Here my main concern is to achieve performance too for file/folder enumeration and copy…
Romil Kumar Jain
  • 20,239
  • 9
  • 63
  • 92
1
vote
2 answers

Docker Container Exits on Code 0 After Initial Code Execution

I'm having some difficulty with a Docker Container that I spun up. I adapted some code that imports metrics for an EMC Isilon into an InfluxDB database for use in Grafana. I managed to get the code to run in the container but immediately after…
1
vote
0 answers

Comparing massive size of data between clusters

Our team is in migrating a old CDH cluster to a new CDH cluseter. I am tasked with comparing data stored in non-kerberized cluster(old cluster) with data stored in kerberized cluster(new cluster). kerberized cluster is working on…
Yuki Saito
  • 37
  • 6
0
votes
0 answers

Migrate SMB DFS SMB and Files shares FROM Dell Isilon TO NetApp CVO Cloud Volume On Tap preserve permissions & ACLs

What is the best way to migrate SMB, NFS, and DFS FROM Isilon TO NetApp CVO (Cloud Volume On Tap) in Azure? I want to be able to migrate those file types individually, so they will not be going together as a mixture (though that may change). So far…
PK1
  • 1
0
votes
0 answers

How to use NOS in Teradata connect to a EMC Isilon S3 service?

How to use NOS in Teradata connecting to a EMC Isilon storage S3 service ? I can't find any document talk about this topic in Teradata. Anyone who did this before can give me some advice. I create an isilon environment and it can be read by…
2015evanotes
  • 89
  • 10
0
votes
1 answer

Mounting a NFS volume by a OpenShift 3.11 PersistentVolume: mount.nfs: mounting failed, reason given by server: No such file or directory

In our OpenShift 3.11 cluster, we are trying to use NFS through a PersistentVolume and a NFS volume previously created on a external NFS storage (a Isilon Storage). We created and applied succesfully the PersistentVolume and the…
lsambo
  • 300
  • 3
  • 21
0
votes
1 answer

Not able to access Isilon Server

I am trying to connect Isilon server using the below code. But I am getting 400 Bad Request as a response. Can you help me with this? static void Main(string[] args) { var IsilonServerAddress = "http://192.168.45.151:8080"; var request =…
0
votes
1 answer

Retrieve Data from Isilon Server

I would like to retrieve folder info from Isilon server which is installed in my Local VM. Below are the FolderInfo that i required to collect: CreateDate, AccessDate, ModifyDate, DirName,FileCount,Count,Size, FullAccessPath using the link…
0
votes
1 answer

How to set limit to user throughput for isilon storage

Users could run multiple processes on condor and access isilon storage. Some could abuse the read throughput at expenses of others. So let say isilon could handle 10GB/S read speed. If I have 3 users with 100 processes each trying to read 1GB/S then…
VladimirS
  • 600
  • 6
  • 14
0
votes
0 answers

Cannot remove folder - Isilon REST API returns error 409

I was getting a 409 error instead of 200 when trying to delete the folder via Isilon Rest API. Below is the exception I got: System.Net.Http.HttpRequestException: Response status code does not indicate success: 409 (Conflict). I then had a look at…
woodykiddy
  • 6,074
  • 16
  • 59
  • 100