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 ...
随机推荐
- Intent的详细解析以及用法
Intent的详细解析以及用法 Android的四大组件分别为Activity .Service.BroadcastReceiver(广播接收器).ContentProvider(内容提供者 ...
- Js数组去重复取唯一值
function isBigEnough(element) { return element >= 10; } var filtered = [12, 5, 8, 130, 44].filter ...
- Java小陷阱
基本数据类型与字符串的连接 在Java中,+不仅可作为加法运算符使用,还可作为字符串连接运算符使用. 当把任何基本数据类型的值与字符串值进行连接运算时,基本类型的值将自动类型转换为字符串类型. pub ...
- java中字符串的非空判断
问题如下:在java 中 字符串为null 如何判断String str;if(str==null) ??str.equal("null") ?? 答:我觉得应该搞清楚字符串对象和 ...
- openstack(liberty): devstack之stack.sh分析
学习openstack,从devstack入手,是个不错的选择.devstack中,首先需要分析stack.sh都做了些什么! 这里面涉及到了很多shell的基础知识.我就做个简单的梳理,方便后续查阅 ...
- hibernate.properties官方属性用例(可用于hibernate.cfg.xml属性参考)
######################### Query Language ######################### ## define query language constant ...
- C#使用RSA证书文件加密和解密示例
修改MSDN上的示例,使之可以通过RSA证书文件加密和解密,中间遇到一个小问题. Q:执行ExportParameters()方法时,回报CryptographicException:该项不适于在指定 ...
- 解决SQLite3数据库Error: database disk image is malformed
这种错误的提示一般都是数据库文件出现了问题,具体导致问题的原因不必深究,我们只讨论这种问题的饿解决方法: 比如数据库:test.db 这里还要分两种情况: 情况一: sqlite3 test.db & ...
- js封常用类
ajax刷 下拉框联动 /*基础初始化类*/ $.EBC = { setCourse:function(obj){ $(obj).empty(); $.get('../Index/getCoursei ...
- Python 派生类子类继承类
1.创建list类的子类Namedlist,初始化新类,创建新对象实例johnny,检查对象类型,并使用list的一些功能来存储数据 >>> class Namedlist(list ...