存储 频道

博客:EMC Celerra虚拟机的使用完全攻略

  【IT168 专稿】在网上下载了EMC celerra的虚拟机,现在就来玩一把,下载地址:ftp://ftp.documentum.com/vmwarechampion/Virtual_Machine_Library/Celerra/5_6_48_701/Celerra_Simulator_5.6.48.701_thin_Workstation.zip在vmware上运行,默认用户名/密码(nasadmin/nasadmin,root/nasadmin)

  设置CS IP

  ifconfig eth0 192.168.1.2 netmask 255.255.255.0 (重启后就失效)

  cd /etc/sysconfig/network-scripts

  vim eth0

  DEVICE=eth0

  IPADDR=10.10.10.2

  NETMASK=255.255.255.0

  ONBOOT=yes

  GATEWAY=10.10.10.1

  这样设置后就永久生效,然后就可以telnet或https://访问了

  设置NTP时间同步

  /usr/sbin/timeconfig

  chkconfig --list|grep ntp

  chkconfig --level 35 ntpd on

  /etc/init.d/ntpd start 或 /sbin/service ntpd start

  vim /etc/ntp.conf

  server ntp_server_ip

  /etc/init.d/ntpd restart

  server_date server_2 timesvc start ntp ntp_server_ip

  server_date server_2 timesvc stats ntp

  server_date server_2 timezone -name GMT+8

  修改login banner

  修改/etc/issue /usr/etc/issue /nas/etc/issue即可

  修改dns domain name

  修改/etc/resolv.conf

  nameserver 10.10.1.1

  search

  修改hostname

  /vi/etc/sysconfig/network

  uname -n

  enable license

  nas_license -create cifs/nfs/iscsi/snapsure/failover

  nas_disk -list

  nas_fs -list

  nas_storage -info -all/-list

1
相关文章