2014年4月9日 星期三

How to install OCSinventory-Plugins:MSofficeKey2.1

基本上按照官方安裝即可,即參考網址:http://wiki.ocsinventory-ng.org/index.php/Plugins:MSofficeKey2.1
特別提出幾個需要注意的地方:
1.PluginOcsOfficekey-2.2.4.tar.gz 內有msofficekey.vbs請先使用7-zip開出來放到windows的ocsinventory-agnet內plugins去.
2.安裝完agent後急的話直接重開機,不急的話等明天.

以下是ubuntu安裝agent用的script
#!/bin/bash
# Program:
# This program running oscinventory-agnet for Ubuntu.
# History:
# 2014/04/09 RandyWang First release
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export PATH
echo "Install Oscinventory-Agnet for Ubuntu!"
sudo dpkg -i ocsinventory-agent_2.0-1_all.deb
echo "Path Oscinventory-Agnet!"
sudo apt-get install -f
echo "Connect Oscinventory-Server!"
sudo ocsinventory-agent --server http://osc-server IP/ocsinventory
echo "Install Oscinventory-Agnet OK and Bye!"

當然以上script有留陷阱給只會抄的人去踩XD


沒有留言:

張貼留言