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 ...
随机推荐
- python批量制作雷达图
老板要画雷达图,但是数据好多组怎么办?不能一个一个点excel去画吧,那么可以利用python进行批量制作,得到样式如下: 首先制作一个演示的excel,评分为excel随机数生成: 1 =INT(( ...
- 使用注解来构造IoC容器
用注解来向Spring容器注册Bean.需要在applicationContext.xml中注册<context:component-scan base-package=”pagkage1[,p ...
- 屏幕取色工具推荐 ColorPix
很好用的一个屏幕取色工具,方便套页面时,在图片上取色. 用鼠标指到取色未知,按CTRL+C,就可复制16进制的颜色值. 下载地址:http://files.cnblogs.com/zjfree/Col ...
- 开源项目 Modbus C#实现
刚刚上线,内容不断完善... Modbus协议中文版下载 http://files.cnblogs.com/badnewfish/Modbus%E5%8D%8F%E8%AE%AE%E4%B8%AD%E ...
- makefile中的shell语法
在Makefile中写shell代码有点诡异,和不同的shell语法不太一样,如果不了解,看Makefile会莫名其妙.下面总结了一些. 1:尽在Makefile文件的目标项冒号后的另起一行的代码才是 ...
- item3 二维数组中的查找[剑指offer]
题目:在一个二维数组中,每一行都按照从左到右递增的顺序排序,每一列都按照从上到下递增的顺序排序. 请完成一个函数,输入这样的一个二维数组和一个整数,判断数组中是否含有这个整数? 8 9 思路:查找7 ...
- php全角字符转换为半角函数
<?php /** * 全角字符转换为半角 * * @param string $str * @return string public function Sbc2Dbc($str) { $ar ...
- svn在linux下的使用(转)
ubuntu命令行模式操作svn 首先要安装SVN客户端到你的系统才能操作各种命令 apt-get install subversion 1.将文件checkout到本地目录 svn checkout ...
- mvc 权限管理 demo
http://blog.csdn.net/zht666/article/details/8529646 new http://www.cnblogs.com/fengxing/archive/2012 ...
- linux下如何不编译opencv的某些模块
opencv非常庞大,有很多模块,但大部分情况我们可能只会用到三四个模块,此时如果还是直接cmake . & make,将会非常费时,尤其是部署时很麻烦. 所以需要去除掉一些不需要的模块,可参 ...