【centos7上装向日葵linux命令行版(先把结果交代在这:ssh远控功能收费。最后一步当我在向日葵使用ssh远程centos7时,发现它是收费的,我离完整体验就差9块钱)】

部门有台惠普工作站,装的winserver。上面使用vmware创建的一台centos7虚拟机要供厂商远程。我自然想到了免费的向日葵(花钱的买卖从来不用想,上面也不给)。正当我要给winserver装向日葵时,突然想到,向日葵有没有linux版的。官网一查还真有。
还有centos命令行版的。当即决定体验一下。
下载下来是个rpm安装包,大小1.83M。
传到虚拟机上,rpm -ivh sunloginclientshell-10.1.1.28779.x86_64.rpm 就装好了。
[root@master /]# rpm -ivh sunloginclientshell-10.1.1.28779.x86_64.rpm
Preparing... ################################# [100%]
Updating / installing...
1:sunloginclient-10.1.1.28779-1 ################################# [100%]
sunloginclient: no process found
sunloginclient_linux: no process found
check operate system OK
Created symlink from /etc/systemd/system/multi-user.target.wants/runsunloginclient.service to /etc/systemd/system/runsunloginclient.service.
[root@master /]#
查了下这个runsunloginclient的状态。
[root@master /]# systemctl status runsunloginclient
● runsunloginclient.service - check running sunloginclinet loop
Loaded: loaded (/etc/systemd/system/runsunloginclient.service; enabled; vendor preset: disabled)
Active: active (running) since Thu 2022-02-17 16:25:42 CST; 1min 35s ago
Main PID: 19256 (oray_rundaemon)
Memory: 1.3M
CGroup: /system.slice/runsunloginclient.service
├─19256 /usr/local/sunlogin/bin/oray_rundaemon -e bash /usr/local/sunlogin/etc/watch.sh
└─19270 /usr/local/sunlogin/bin/sunloginclient --mod=service
Feb 17 16:25:42 master systemd[1]: Started check running sunloginclinet loop.
Feb 17 16:25:42 master systemd[1]: Starting check running sunloginclinet loop...
Feb 17 16:25:43 master oray_rundaemon[19256]: awk: fatal: cannot open file `/etc/orayconfig.conf' for reading (No such file or directory)
Feb 17 16:25:48 master oray_rundaemon[19256]: InitConfig @ 706
Feb 17 16:25:48 master oray_rundaemon[19256]: test connect server failed, return first ip
Feb 17 16:25:48 master oray_rundaemon[19256]: strCPU: Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz
[root@master /]#
已经启动了。
试下sonloginclient
命令,不识别。可能没有环境变量。试下/usr/local/sunlogin/bin/sunloginclient
。
突然弹出的这个页面吓我一跳,其实也不算页面。
嗯~Account:Not bind
,许可没绑定?啥意思?不管了,先用向日葵联一下试试。
连不上!还是看看官方文档去吧。
在官网搜到了使用手册。
这是官方操作文档连接:https://service.oray.com/question/11017.html
看了下文档,原来需要登录…我先注册个账号去…
按照文案按下F12
,选中Bind
点击回车,弹出登录窗口。
输入账号,敲击Tab
键,输入密码,再敲击Tab
键,按下回车。嗯~ 这下登录了。
在win10上打开向日葵客户端,同样登录一下,点击设备列表
就看到这台虚拟机了。
点击这台虚拟机,右侧出现俩个选项,一个传文件,一个ssh远程。
点下远程文件
,又打开一个登录框,输入虚拟机账号密码
哦吼 ,可以传文件了。
再试试SSH
what the f…收费的😏下载那会儿也没说收费呀。
至此,前功尽弃!😂
有条件的同学可以试用一个月,鄙人真的穷。




更多推荐
所有评论(0)