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 ...
随机推荐
- const, static and readonly
const, static and readonly http://tutorials.csharp-online.net/const,_static_and_readonly Within a cl ...
- python数据类型之 set
set是一个无序且不重复的元素集合 class set(object): """ set() -> new empty set object set(iterabl ...
- ExtJs学习笔记之学习小结LoginDemo
ExtJs学习小结LoginDemo 1.示例:(登录界面) <!DOCTYPE html> <html> <head> <meta charset=&quo ...
- log4j日志的打印
1.加入日志属性文件 log4j.properties log4j.rootLogger=DEBUG,Console,fileout log4j.appender.Console=org.apache ...
- Mock框架
MoQ(基于.net3.5,c#3.0的mock框架)简单介绍 - 你听海是不是在笑 - 博客园 http://www.cnblogs.com/nuaalfm/archive/2009/11/25/1 ...
- Neutron分析(6)—— neutron-openvswitch-agent
neutron-openvswitch-agent代码分析 neutron.plugins.openvswitch.agent.ovs_neutron_agent:main # init ovs fi ...
- 激活Maven profile的几种方式
首先简单介绍下 Maven 的 profile 是什么.对于人来说,profile 是指人的肖像,轮廓,比如论坛里每个人注册了帐号后,可以设置自己的 profile,放上照片,介绍等等.对于 Mave ...
- form表单reset重置按钮
如果ajax提交完数据,后想清空表单内容 ,以前都是用这个方法$("#id").val(""); 一个一个清空的,其实可以在form表单中加个隐藏的<in ...
- Remove LUN from OCFS2
# ocfs2_hb_ctl -I -d /dev/mapper/backup2-backup2 508C2154503344E78ACD6CD6B000000: 2 refs #The previo ...
- 利用MyEclipse自动创建PO类、hbm文件(映射文件)、DAO
原文地址:http://blog.csdn.net/fangzhibin4712/article/details/7179414 前提条件:表sjzdfl 表sjzdxx (使用数据库MySQL) ...