免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1039 | 回复: 0
打印 上一主题 下一主题

Solaris configuration issues [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-05-13 14:31 |只看该作者 |倒序浏览
Met some problems during the configuration of solaris 10 on vmware. solution logged as below.

1- ipaddress change.
  Edit /etc/hostname and /etc/hosts, the start scripts will change the IP address accordingly. Note that on Solaris 10, file /etc/inet/ipnode should also be changed.
  Change /etc/defaultroute for the route config.  run 'netstat -rn' to look at the current root.
2- graph GUI shutdown.
  Solaris will start the graph GUI by default. with the following command, the graph GUI could be shutdown,
  '/usr/dt/bin/dtconfig -d'

3- ssh setup.
  sshd is not installed by default on solaris 10. follow the steps to install,
  1) download packages from sun, openssh-4.6p1-sol9-sparc-local,openssl-0.9.8e-sol9-sparc-local,zlib-1.2.3-sol10-x86-local.
  2) install with 'pkgadd -d'. '/usr/lib/ssh/sshd' will run if the installation succeeded.
  3) edit '/usr/local/etc/ssh_config', add 'PermitRootLogin yes' to allow root to login.

4- cc path config
  PATH=/opt/SUNWspro/bin:$PATH
  MANPATH=/opt/SUNWspro/man:$MANPATH
  export PATH
  add lines to .profile.

5- ctags on solaris
  different from linux, command is as follows,
  find . -name '*.[chly]' -exec ctags -u {} \;

6- service administration on opensolaris
svcadm restart network/ssh
svcadm enable network/ftp
http://docs.sun.com/app/docs/doc/819-7059/6n91h5ucp?l=zh&a=view
http://docs.sun.com/app/docs/doc/819-7059?l=zh



本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/38597/showart_300002.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP