cd <rpc.sflmserverd.exe dir>
sudo cp -i rpc.sflmserverd.exe /opt/silvaco/lib/rpc.sflmserverd/8.2.12.R/x86_64-linux
cp: overwrite ‘/opt/silvaco/lib/rpc.sflmserverd/8.2.12.R/x86_64-linux/rpc.sflmserverd.exe’?
y
5、创建有效license
(Create valid license)
sudo mkdir /opt/silvaco/license
cd <license.lic dir>
sudo cp license.lic /opt/silvaco/license
/opt/silvaco/bin/showid
eg: MachineID rhel7-8c20a60a-3c53e1bb
edit license.lic (replace LM_HOSTIDS with MachineID, change relevant date: MAINTENANCE_DATE & END_DATE)
use vi, etc
6、安装Portmap
(Install Portmap)
sudo yum install portmap
service rpcbind status (check whether running)
service rpcbind start
# service rpcbind stop (can disable rpcbind after complete installation)
7、安装SFLM服务器
(Install SFLM server)
sudo /opt/silvaco/bin/sflm -i
New Password ?
Retype password ?
Preparing to install the SFLM server daemon.
This procedure will modify or create the following system files:
/etc/rc.d/init.d/sflm
Backups will be created in /var/tmp/s_install.bak
before any files are modified.
Run '/opt/silvaco/etc/s_install -rm-bak' or '/var/tmp/s_install.bak/remove' to remove backup files.
Do you wish to proceed? [y|n]
y
SFLM installation completed successfully.
8、安装前面创建的license
(Install created license : Require Internet Connection)
open internet browser
http://localhost:3162/Admin/Ssmid
Key in password
Install new license(s) > Install Saved File > browse to : /opt/silvaco/license/license.lic > open > agree
SFLM has installed the specified license file "/var/opt/sflm/licenses/Silvaco_2016.lic".
Silvaco_2016 has licenses for server(s):
rhel7-8c20a60a-3c53e1bb
9、创建桌面快捷方式
(Create Desktop Shorcut)
/opt/silvaco/bin/sman
Products > Add and Manage Updates > Update Shortcuts
10、添加环境配置
(Optional)
add the follwing line to the file $home/.bashrc (hidden)