Cisco ASR 5000 Series Installation And Administration Manual page 21

External
Hide thumbs Also See for ASR 5000 Series:
Table of Contents

Advertisement

Veritas Cluster Installation and Management
ip:
netmask:
router:
Are these correct? (y/n)
Step 14
The machine will reboot, and comes up in multi-user mode.
Step 15
Log on as root with the corresponding password.
Step 16
Remove the "Boot/Install DVD" from the DVD-ROM.
Step 17
Set the Ethernet interface to full-duplex mode.
Step a .................... Create the script /etc/rc2.d/S68net_tume as shown below:
-------cut from here------
#!/sbin/sh
# /etc/rc2.d/S68net-tune
PATH=/usr/bin:/usr/sbin
echo "Implementing Solaris ndd Tuning Changes "
# bge-Interfaces
# Force bge0 to 100fdx autoneg off
ndd -set /dev/bge0 adv_1000fdx_cap 0
ndd -set /dev/bge0 adv_1000hdx_cap 0
ndd -set /dev/bge0 adv_100fdx_cap 1
ndd -set /dev/bge0 adv_100hdx_cap 0
ndd -set /dev/bge0 adv_10fdx_cap 0
ndd -set /dev/bge0 adv_10hdx_cap 0
ndd -set /dev/bge0 adv_autoneg_cap 0
-------end script-------
Step b ................... Make the script executable.
# chmod 755 /etc/rc2.d/S68net_tune
Step 18
Edit the file, /etc/ssh/sshd_config, and change the line, "#PermitRootLogin yes", so that it reads, "PermitRootLogin
yes". This will only be a temporary change to allow remote access until user accounts are created.
Step 19
Restart the SSH daemon to make changes take effect.
OL-22979-03
Cisco ASR 5000 Series External Storage Server Installation and Administration Guide ▄
Installing Hardware ▀
21

Advertisement

Table of Contents
loading

Table of Contents