|
HOWTO: Install a NIM server |
|
|
|
Page 3 of 8
Complete AIX installation and install SSH support
Now we start the regular configuration.
Set a password, then
# smitty mktcpip, en0 # no DNS for the moment
Minimum Configuration & Startup
To Delete existing configuration data, please use Further Configuration menus
Type or select values in entry fields.
Press Enter AFTER making all desired changes.
[TOP] [Entry Fields]
* HOSTNAME [nim41]
* Internet ADDRESS (dotted decimal) [10.3.92.41]
Network MASK (dotted decimal) [255.255.255.0]
* Network INTERFACE en0
NAMESERVER
Internet ADDRESS (dotted decimal) []
DOMAIN Name []
Default Gateway
Address (dotted decimal or symbolic name) [10.3.92.254]
Cost [] #
Do Active Dead Gateway Detection? no +
[MORE...2]
F1=Help F2=Refresh F3=Cancel F4=List
Esc+5=Reset F6=Command F7=Edit F8=Image
F9=Shell F10=Exit Enter=Do
Since we are not using DNS initially, add the hostnames and IP addresses to the /etc/hosts file
# vi /etc/hosts
10.3.92.41 nim41
10.3.92.31 c31
10.3.92.32 c32
10.3.92.33 c33
Install the ssh_server bundle
# smitty easy_install
Move cursor to desired item and press Enter.
/dev/cd0 (Virtual SCSI Optical Served by VIO Server)
openssh_server
Install Software Bundle
Type or select values in entry fields.
Press Enter AFTER making all desired changes.
[TOP] [Entry Fields]
* INPUT device / directory for software /dev/cd0
* BUNDLE openssh_server
* SOFTWARE to install [all] +
PREVIEW only? (install operation will NOT occur) no
COMMIT software updates? yes +
SAVE replaced files? no +
AUTOMATICALLY install requisite software? yes +
EXTEND file systems if space needed? yes +
VERIFY install and check file sizes? no +
Include corresponding LANGUAGE filesets? yes +
DETAILED output? no +
Process multiple volumes? yes +
ACCEPT new license agreements? yes +
[MORE...81]
Selected Filesets
openssh.base.server 5.4.0.6100 # Open Secure Shell Server
openssh.man.en_US 5.4.0.6100 # Open Secure Shell Documentat...
openssh.msg.en_US 5.4.0.6100 # Open Secure Shell Messages -...
openssl.license 0.9.8.1300 ; # Open Secure Socket License
Requisites
----------
(being installed automatically; required by filesets listed above)
openssh.base.client 5.4.0.6100 # Open Secure Shell Commands
openssl.license 0.9.8.1300 USR APPLY SUCCESS
openssh.base.client 5.4.0.6100 USR APPLY SUCCESS
openssh.base.server 5.4.0.6100 USR APPLY SUCCESS
openssh.base.client 5.4.0.6100 ROOT APPLY SUCCESS
openssh.base.server 5.4.0.6100 ROOT APPLY SUCCESS
openssh.msg.en_US 5.4.0.6100 USR APPLY SUCCESS
openssh.man.en_US 5.4.0.6100 USR APPLY SUCCESS
File /etc/group has been modified.
File /etc/passwd has been modified.
# lssrc -s sshd
Subsystem Group PID Status
sshd ssh 6553758 active
|
|
|
|