zoukankan      html  css  js  c++  java
  • Isilon OneFS Simulator Install Guide

    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

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

  • 相关阅读:
    Android开发 Android Studio2.0 教程从入门到精通Windows版
    SQLSERVER 执行过的语句查询
    通过身份证分析出生年月日、性别、年龄的SQL语句
    SQL 根据日期精确计算年龄
    SQL 语句转换格式函数Cast、Convert
    Delphi 单元
    【转】实现Ribbon风格的窗体
    Delphi的打开文件对话框-TOpenDialog
    Delphi数据类型转换
    深入理解javascript中的立即执行函数(function(){…})()
  • 原文地址:https://www.cnblogs.com/kydnn/p/4977275.html
Copyright © 2011-2022 走看看