AIX base OS install


 
Thread Tools Search this Thread
Operating Systems AIX AIX base OS install
# 1  
Old 05-28-2013
AIX base OS install

Hello,

I'm trying to install AIX 7.1 on a machine. Unfortunately I forgot to load volume 2 DVD, but the server works fine. Was wondering, what all the contents will be in volume 2?

And I tried loading it after the complete reboot but the blade is not recognizing the volume2 DVD.

Please let me know how to install the volume 2 DVD.


I cannot ssh or telnet to that machine.

Please guide me further(should I have to install volume 2 or is it something else that is stopping the telnet or ssh?). SmilieSmilie

Thank you.

Last edited by pjeedu2247; 05-28-2013 at 08:42 PM..
# 2  
Old 05-29-2013
Re ssh and telnet - from the local console check lssrc -a and make sure nothing is inactive that should be running. Also check to see if you can ssh and telnet out.

You didnt say if you were upgrading or if the machine was new with no previous version of the os.
# 3  
Old 05-29-2013
It is a new install not the upgrade. And I cannot ssh or telnet out. Is this something do to with volume 2 disk?
# 4  
Old 05-29-2013
You only need vol 2 if you need asian additional language support. I have not even looked at DVD2 in years. Might change in a few months if I go "east" to teach a class.
This User Gave Thanks to MichaelFelt For This Post:
# 5  
Old 05-30-2013
Kool, Thank you.
# 6  
Old 06-01-2013
As it's a new install, SSH isn't going to be set up yet. You'll need to log on at the local console and set it up so you can connect to the machine remotely. And check the SSH process - it might not even be running.

For telnet, log on to the local console and try to telnet out. make sure telnet is running and can connect going out.

Make sure you are telneting to the IP not the name of the machine in case there's a DNS issue some where.

Can you ping the machine from remote?
Can you traceroute to the machine from remote?
This User Gave Thanks to Crystalwizard For This Post:
# 7  
Old 06-02-2013
Correct - in a default install openssh is not installed by default. As you are new to AIX - on the console
To set hostname, IP address, default route, nameserver use:
Code:
# smitty mktcpip

If you are going to setup additional IP interfaces use:
Code:
# smitty inet

To install ssh on AIX, have DVD1 in the DVD and enter
Code:
# smitty easy_install

Choose the cd/dvd as source and choose the openssh_server bundle

If you want to disable telnet, or disable/enable other inetd services use
Code:
# smitty otherserv

Hope this helps!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Install pkgadd on AIX

I believe pkgadd facility is available on AIX for managing installation of software packages. How can i get pkgadd facility on AIX machine. which packages i have to install to get pkgadd feature? :mad: (4 Replies)
Discussion started by: snreddy_gopu
4 Replies

2. Red Hat

CentOS 6.1 base install (like FreeBSD base install)?

Hello, What is the simplest way to install CentOS 6.1 with console base-system only using official LiveDVD image on VirtualBox machine? I'd like to get simplest console with network support like FreeBSD base installation. Then, install services which I need. The installer jest extracts the... (2 Replies)
Discussion started by: newbie_develope
2 Replies

3. AIX

modcrypt.base fileset on Aix 5.3

Hi, Looking for some help downloading the modcrypt.base fileset Checking on google I think modcrypt.base is part of the Aix 5.3 expansion pack Cryptographic Library V5.2 and 5.3. I have downloaded this and it doesn't appear to have the modcrypt.base fileset in. In the same expansion... (1 Reply)
Discussion started by: elmesy
1 Replies

4. AIX

Install bash on AIX

Hi, Im trying to install bash on AIX, I have rpm installed but get: rpm --install bash-3.0-19.3.ppc.rpm error: failed dependencies: libc.so.6 is needed by bash-3.0-19.3 libc.so.6(GLIBC_2.0) is needed by bash-3.0-19.3 libc.so.6(GLIBC_2.1) is needed by... (0 Replies)
Discussion started by: chris5126
0 Replies

5. AIX

How big is AIX installed base (i.e. number of deployed systems)?

Hi, Just wondered if anyone knows the approximate size of the AIX installed base, i.e. number of machines running out there. I'm expecting a figure of less than a million. There seems to be a lack of info on the web. Presumably only IBM know for sure! (3 Replies)
Discussion started by: garethr
3 Replies

6. Solaris

Solstice 6.0.3 - Server is disabled Install base enabler

hi people, I receive this message in the nwadmin: Registration info event: Server is disabled Install base enabler License enabler: #none (Networker/10 Eval) has expired. What happened? Please help me... Thank you (0 Replies)
Discussion started by: denisgomes
0 Replies

7. Shell Programming and Scripting

Menu Base AIX Script

Hi, I am trying to create a menu on AIX systen for operators in our office. Please suggest how can I loop back to menu by pressing any key from a online running file. For example I can view the Database alert log file by tail -f command but how should I loop back to menu again. If I press <ctrl... (1 Reply)
Discussion started by: dwiravi
1 Replies

8. AIX

Menu base AIX script

Hi, I am trying to create a menu on AIX systen for operators in our office. Please suggest how can I loop back to menu by pressing any key from a online running file. For example I can view the Database alert log file by tail -f command but how should I loop back to menu again. If I press <ctrl... (1 Reply)
Discussion started by: dwiravi
1 Replies

9. AIX

I can't install Ifor_ls.compat, Ifor_ls.base in pSeries AIX DEMOpkg 2005

Hi there, I need to install the IBM C++ Compiler in pSeries AIX DEMOpkg 2005 but I can't find Ifor_ls Ifor_ls.html.en_US Ifor_ls.ipf.en_US Ifor_ls.compat Ifor_ls.base Have you got the experience about that? Thank you very much. Thang. (0 Replies)
Discussion started by: pvthang43
0 Replies

10. UNIX Desktop Questions & Answers

Can I Install AIX 4.3.3 on a PC?

Would it be possible to install AIX ver 4.3.3 on a Pc so I can Practice commands and become familiar with the system? Is there anything special that i would have to do? Thanks Frank (1 Reply)
Discussion started by: wumagic
1 Replies
Login or Register to Ask a Question