Isilon build for storage data

  1. Use VMware converter to convert node1 to ESX(参考silon_OneFS_Simulator_Install_Guilde.pdf的P31)
  2. Increase disk 2,3,4,5 (3.9G *4) size to 500GB each
  3. Modify network adapter to correct network segment
  4. Power on
  5. Answer ‘yes’ to format all disks
  6. Create a new cluster
  7. Password for root, admin:yes
  8. Use default UTF-8
  9. Internal IP range: 192.168.141.182-192.168.141.183, 255.255.255.0
  10. External IP range: 10.62.83.70-10.62.83.71, 255.255.255.0
  11. Keep the current Smartconnect Settings
  12. Gateway 10.62.83.1
  13. DNS 10.62.83.20, gni.local
  14. Login web admin: http://10.62.83.70,

Join an existing cluster

  1. Enable NDMP: Data protection -> Backup ->  NDMP settings -> Enable
  2. Add NDMP administrator: ndmp, password: Emsee1234567890
  3. Create browser user account in Isilon system

In order to perform on-demand backups, or create datasets for scheduled backups in

Avamar Administrator, you must be able to browse the Isilon file system. These actions

require typing a password for a local Isilon user account with following privileges:

u ISI_PRIV_LOGIN_PAPI

u ISI_PRIV_NS_TRAVERSE

u ISI_PRIV_NS_IFS_ACCESS

Although there are several methods for creating local Isilon user accounts, privileges can

only be assigned to roles using the command-line interface.

baas-isilon-1# isi auth users create av-browse-admin --password Emsee1234567890 --home-directory /ifs/home/av-browse-admin --enabled true

baas-isilon-1# isi auth roles create namespace

baas-isilon-1# isi auth roles modify namespace --add-user av-browse-admin

baas-isilon-1# isi auth roles modify namespace --add-priv ISI_PRIV_LOGIN_PAPI

baas-isilon-1# isi auth roles modify namespace --add-priv ISI_PRIV_NS_TRAVERSE

baas-isilon-1# isi auth roles modify namespace --add-priv ISI_PRIV_NS_IFS_ACCESS

  1. Prepare a Linux VM for Avamar NDMP accelerator/proxy: use SUSE11SP2 for VMware server
  2. Install Avamar Linux client package and NDMP package on the accelerator VM
  3. Run avsetupndmp
  4. Disable firewall on ndmp accelerator when necessary
    1. # service iptables save
      # service iptables stop
      # chkconfig iptables off

结论:存储容量是叠加的.

Isilon OneFS Simulator Install Guide的更多相关文章

  1. Win10 Theano Install Guide

    basic install guide 1. download miniconda 2. conda install libpython mingw 3. conda install theano n ...

  2. Fedora 25/24/23 nVidia Drivers Install Guide

    https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/ search Most Popular Featured Linux ...

  3. EMC Isilon(OneFS)误删文件数据恢复过程<存储数据恢复>

    [科普Isilon的存储结构] Isilon内部使用的是分布式文件系统OneFS.在Isilon存储集群里面每个节点均为单一OneFS文件系统,所以Isilon在支持横向扩展的同时并不会影响数据正常使 ...

  4. Install guide for OpenLDAP and GOsa 2 on Ubuntu & Debian

    First we will install OpenLDAP by running the command as root: apt-get install slapd ldap-utils ldap ...

  5. freefcw/hustoj Install Guide

    First of all, this version hustoj is a skin and improved for https://code.google.com/p/hustoj/. So t ...

  6. csvn install guide

    一. make sure java install $ java -version $ echo $JAVA_HOME 二. untar tgz file $ tar xf CollabNetSubv ...

  7. [原]Chef_Server and Chef_WorkStation and Chef_Client Install Guide[by haibo]

    一.Prerequisite OS  :  CentOS-7.0-1406-x86_64-DVD.iso Time Server :   NTP Server SERVER NAME IP PLAN ...

  8. kubernetes Auto Install Guide

    1.概念&架构 Kubernetes is an open-source system for automating deployment, scaling, and management o ...

  9. HOWTO install Oracle 11g on Ubuntu Linux 12.04 (Precise Pangolin) 64bits

    安装了Ubuntu 12.04 64bit, 想在上面安装Oracle 11gr2,网上找了好多文档都没成功,最后完全参考了MordicusEtCubitus的文章. 成功安装的关键点:install ...

随机推荐

  1. Intent的详细解析以及用法

    Intent的详细解析以及用法      Android的四大组件分别为Activity .Service.BroadcastReceiver(广播接收器).ContentProvider(内容提供者 ...

  2. Js数组去重复取唯一值

    function isBigEnough(element) { return element >= 10; } var filtered = [12, 5, 8, 130, 44].filter ...

  3. Java小陷阱

    基本数据类型与字符串的连接 在Java中,+不仅可作为加法运算符使用,还可作为字符串连接运算符使用. 当把任何基本数据类型的值与字符串值进行连接运算时,基本类型的值将自动类型转换为字符串类型. pub ...

  4. java中字符串的非空判断

    问题如下:在java 中 字符串为null 如何判断String str;if(str==null) ??str.equal("null") ?? 答:我觉得应该搞清楚字符串对象和 ...

  5. openstack(liberty): devstack之stack.sh分析

    学习openstack,从devstack入手,是个不错的选择.devstack中,首先需要分析stack.sh都做了些什么! 这里面涉及到了很多shell的基础知识.我就做个简单的梳理,方便后续查阅 ...

  6. hibernate.properties官方属性用例(可用于hibernate.cfg.xml属性参考)

    ######################### Query Language ######################### ## define query language constant ...

  7. C#使用RSA证书文件加密和解密示例

    修改MSDN上的示例,使之可以通过RSA证书文件加密和解密,中间遇到一个小问题. Q:执行ExportParameters()方法时,回报CryptographicException:该项不适于在指定 ...

  8. 解决SQLite3数据库Error: database disk image is malformed

    这种错误的提示一般都是数据库文件出现了问题,具体导致问题的原因不必深究,我们只讨论这种问题的饿解决方法: 比如数据库:test.db 这里还要分两种情况: 情况一: sqlite3 test.db & ...

  9. js封常用类

    ajax刷 下拉框联动 /*基础初始化类*/ $.EBC = { setCourse:function(obj){ $(obj).empty(); $.get('../Index/getCoursei ...

  10. Python 派生类子类继承类

    1.创建list类的子类Namedlist,初始化新类,创建新对象实例johnny,检查对象类型,并使用list的一些功能来存储数据 >>> class Namedlist(list ...