Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2436141
  • 博文数量: 293
  • 博客积分: 2660
  • 博客等级: 少校
  • 技术积分: 3632
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-03 17:50
文章分类

全部博文(293)

文章存档

2015年(13)

2014年(58)

2013年(73)

2012年(25)

2011年(30)

2010年(86)

2009年(8)

分类: 服务器与存储

2010-08-01 20:08:35

VSA(virtual storage appliance)
 
在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
 
阅读(1722) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~