5-1
FSV-VN7/CS7
Section 5
Appendix
This Appendix has some information which is not indis-
pensable but useful to install this product.
Use “root” account to access the Main Server.
Change to “root” account as follows.
1. Open a DOS window.
2. Telnet to the Main Server with the appropriate IP
address (Eg. : telnet 43.4.148.33) .
3. Login as “sony” with the Password “sony2002”.
4. When a prompt is back, type “su” to go to root account.
5. The Password for the root is “sony2002”.
n
To exit from “root” account, type “exit”.
To exit from the Main Server, type “logout”.
5-1. License Agreement
Login to the Main Server by “root”, and then type follow-
ing command.
X.XXX represents Webmin version, which can be dis-
played by the following command.
1.
# cat /osm/config/Webmin/version
2.
# touch /usr/local/webmin/webmin-X.XXX/noagree
5-2. IP Address Change by Command
Line
After rebooting the Server, connect a terminal display and
login as “root” with password “sony2002”. Then edit the
configuration file by a text editor manually like below.
/etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
IPADDR=43.15.223.196
NETMASK=255.255.255.0
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
BROADCAST=43.15.223.255
NETWORK=43.15.223.0
GATEWAY=43.15.223.254
To enable the changes, perform the following command:
# /etc/init.d/network restart
5-3. Mount
If the system can not be mounted, perform the following
command to check.
.
Ping to the target IP address. (eg. # ping 192.168.1.128)
.
Try connecting to the server by telnet. (eg. # telnet
192.168.1.128) (cache/sony2002)
.
Check if NFS service the process is running.
# ps -ef | grep nfs
root 730 1 0 02:14 ? 00:00:00 [nfsd]
5-4. System Shutdown and Reboot
If the system can not be shutdown, perform a forced
termination by the following commands.
[root@sonyhnf /]# osmservers status
Following HNF services are active.
11544 pad
[root@sonyhnf /]# kill 11544
or [root@sonyhnf /]# kill -KILL 11544