Isilon OneFS Simulator Install Guide
Isilon build for storage data
- Use VMware converter to convert node1 to ESX(参考silon_OneFS_Simulator_Install_Guilde.pdf的P31)
- Increase disk 2,3,4,5 (3.9G *4) size to 500GB each
- Modify network adapter to correct network segment
- Power on
- Answer ‘yes’ to format all disks
- Create a new cluster
- Password for root, admin:yes
- Use default UTF-8
- Internal IP range: 192.168.141.182-192.168.141.183, 255.255.255.0
- External IP range: 10.62.83.70-10.62.83.71, 255.255.255.0
- Keep the current Smartconnect Settings
- Gateway 10.62.83.1
- DNS 10.62.83.20, gni.local
- Login web admin: http://10.62.83.70,
Join an existing cluster
- Enable NDMP: Data protection -> Backup -> NDMP settings -> Enable
- Add NDMP administrator: ndmp, password: Emsee1234567890
- 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
- Prepare a Linux VM for Avamar NDMP accelerator/proxy: use SUSE11SP2 for VMware server
- Install Avamar Linux client package and NDMP package on the accelerator VM
- Run avsetupndmp
- Disable firewall on ndmp accelerator when necessary
- # service iptables save
# service iptables stop
# chkconfig iptables off
- # service iptables save
结论:存储容量是叠加的.
Isilon OneFS Simulator Install Guide的更多相关文章
- Win10 Theano Install Guide
basic install guide 1. download miniconda 2. conda install libpython mingw 3. conda install theano n ...
- 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 ...
- EMC Isilon(OneFS)误删文件数据恢复过程<存储数据恢复>
[科普Isilon的存储结构] Isilon内部使用的是分布式文件系统OneFS.在Isilon存储集群里面每个节点均为单一OneFS文件系统,所以Isilon在支持横向扩展的同时并不会影响数据正常使 ...
- 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 ...
- freefcw/hustoj Install Guide
First of all, this version hustoj is a skin and improved for https://code.google.com/p/hustoj/. So t ...
- csvn install guide
一. make sure java install $ java -version $ echo $JAVA_HOME 二. untar tgz file $ tar xf CollabNetSubv ...
- [原]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 ...
- kubernetes Auto Install Guide
1.概念&架构 Kubernetes is an open-source system for automating deployment, scaling, and management o ...
- HOWTO install Oracle 11g on Ubuntu Linux 12.04 (Precise Pangolin) 64bits
安装了Ubuntu 12.04 64bit, 想在上面安装Oracle 11gr2,网上找了好多文档都没成功,最后完全参考了MordicusEtCubitus的文章. 成功安装的关键点:install ...
随机推荐
- AMD规范:define和require的区别
define和require在依赖处理和回调执行上都是一样的,不一样的地方是define的回调函数需要有return语句返回模块对象(注意是对象),这样define定义的模块才能被其他模块引用:req ...
- Activation successful 数据库邮件无法发送
问题现象: 配置好数据库邮件后发送测试邮件. 在数据库邮件发送日志中显示状态为:Activation successful.而邮件是无法收到的. 解决方法: 本次解决是将SQL Server Agen ...
- 转(linux shell)
请把如下字符串 stu494 e222f stu495 bedf3 stu496 92236 stu497 49b91 转为如下形式: stu494=e222f stu495=bedf3 stu496 ...
- HTML 属性
HTML 属性 HTML 元素 HTML 标题 属性为 HTML 元素提供附加信息. HTML 属性 HTML 标签可以拥有属性.属性提供了有关 HTML 元素的更多的信息. 属性总是以名称/值对的形 ...
- LintCode "Number of Islands II"
A typical Union-Find one. I'm using a kinda Union-Find solution here. Some boiler-plate code - yeah ...
- 剑指offer系列20--从上到下打印二叉树
* 20 [题目]从上往下打印出二叉树的每个节点,同层节点从左至右打印. * [思路]从根结点开始,先保存结点,再看根结点的左右结点有没有值. * 有,就将左右值放到集合中: * 根节点输出后,打印根 ...
- ARM各种版本号知识以及型号的发展(三星为例)
1.ARM型号的发展历史 2.单片机.工业上一般使用RTOS(实时操作系统),Linux.Android用在影音娱乐等对实时性要求没那么高的场合: 3.ARM内核版本号和Soc版本号是由ARM确定的, ...
- c++ 迭代器库
来自http://zh.cppreference.com/w/cpp/iterator 迭代器库提供了5种迭代器的定义,同时还提供了迭代器特征.适配器及其相关的工具函数. 迭代器共有5种:InputI ...
- 关于Cannot assign to 'self' outside of a method in the init family解决方法
有时候我们重写父类的init方法时不注意将init后面的第一个字母写成了小写,在这个方法里面又调用父类的初始化方法(self = [super init];)时会报错,错误信息如下:error:Can ...
- linux下的g++编译器安装
再debian下直接apt-get install gcc g++就可以了.按照类似的逻辑,再Fedora下yum install gcc g++ 报告无法找到g++包. 查了一下,原来这个包的名字叫 ...