Sponsored Content
Full Discussion: AIX 7.1 Login Terminal
Operating Systems AIX AIX 7.1 Login Terminal Post 302912182 by bakunin on Wednesday 6th of August 2014 11:50:23 AM
Old 08-06-2014
Quote:
Originally Posted by sunnytai
I just found that the my default boot is rc.2, however I just saw these file in /etc/rc.d/rc2.d:
Code:
# ls
K71itcaTivoliCommonAgent0  Kwpars                     S71itcaTivoliCommonAgent0
Ksshd                      S00ct_boot                 Ssshd

I am not sure how to check if the file is running with a parameter
Code:
start

during the boot. Could you please help me on this?
You do not have to. When a certain runlevel is entered (in your case runlevel 2) all the S-scripts (S for Start) are executed. If another runlevel is entered all the K-scripts (K for Kill) for the current runlevel, then the S-scripts for the runlevel to be entered are executed. The numbers after the K/S just make sure they are executed in a certain order because prior to starting them they are sorted alphabetically.

But this all does not matter, because "dtlogin" is started in the inittab (see below) and you do not need any rc-scripts, at least not in runlevel 2 (see below).

Quote:
Originally Posted by sunnytai
I have enable the CDE login already and still won't show the CDE login screen. Actually I can type
Code:
#startx

to enable a X windows but all the desktop icons were still disappear.
"startx" does NOT start CDE but the native X-server (and the mwm Window Manager) This is what is called "AIXWindows". Post the output of

Code:
lsitab dt_nogb

to verify your really configured dtlogin. It should look like this:

Code:
# lsitab dt_nogb
dt_nogb:2:wait:/etc/rc.dt

Now have a look at what is in "/etc/rc.dt". There should be a line

Code:
/usr/dt/bin/dtlogin -daemon

in the script. rbatte1 gave you the correct command already, but it has to be started every time the system starts, this is why it has to be in this script rather than be issued by hand. Nevertheless you could issue it by hand, check if it has the desired effect and report any occurring error messages here.


Quote:
Originally Posted by sunnytai
When I connect to the AIX by ssh, it shows that:
Code:
X11 forwarding request failed on channel 0

I don't know if there are any settings error....but I am sure I have set X11 Forwardingto Yes
You need to set X11forwarding not only on the server but also on the client side. Check your local ssh-daemon as well as the /etc/ssh/sshd_config on your target machine.

Quote:
Originally Posted by sunnytai
For the root password problem, I have check a lot of post and videos and still all the method still need an installation media. However my boss said that he didn't have the installation disc when he gets the blade.....
If you have support you can request such a CD from IBM. Otherwise you cannot install or maintain the system at all because for any update you need the base level fileset as a prerequisite.

I hope this helps.

bakunin
These 2 Users Gave Thanks to bakunin For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

won't allow root login from another terminal to my sun

I'm trying to log in to one of my sun boxes via EXCEED's X-terminal and it won't allow me to do so as root, says not at system console, is there a way to change that so it allows logging in as root at a remote terminal? (3 Replies)
Discussion started by: kymberm
3 Replies

2. Solaris

How to allow root login from a specified terminal ?

I want to enable root login just from one terminal machine, can i do that via /etc/default/login in console=/dev/console line ? and if so what i have to type exactly, another question is it normal to edit the files inside defaults directly ? or i can copy it to /etc/ and edit it there and its... (3 Replies)
Discussion started by: XP_2600
3 Replies

3. Solaris

Login from X-terminal

I have a Solaris 8 system acting as a NIS slave. My /etc/nsswitch.conf file specifies passwd: files nis and in general users can login successfully. However, I have a few users who use X-terminals booted off the Solaris box and these people are unable to login unless they have entries in the... (0 Replies)
Discussion started by: Scrollon
0 Replies

4. Shell Programming and Scripting

Remote Login in to another Terminal

hi all , i need the command for remote login in to another terminal, came accross by using "tty" command. please suggest and help me out in this. Regrds Sridhar. (1 Reply)
Discussion started by: Sridhar_dev
1 Replies

5. OS X (Apple)

How to prompt for login on OSX when starting Terminal

I was wondering if anyone can tell me how to log back in to unix after logging out. I have a MBPro. If I don't have the window close after exiting, then there is the phrase 'process completed' in brackets with a blinking cursor, but I can't type anything in. Is it also possible to start the... (4 Replies)
Discussion started by: Straitsfan
4 Replies

6. AIX

AIX 5.3 on p275 - how to login from ANSI terminal?

I did a fresh install of AIX 5.3 on my p275. I can now boot the system from the disk and login as root, but only from the directly attached graphics console (keyboard+LCD monitor). Over on the ASCII terminal, I see all messages up to and including "Completed NFS services" but the actual login:... (3 Replies)
Discussion started by: smithfarm
3 Replies

7. AIX

User Account Login Login on your AIX server

I want to learn AIX. I would like to find someone who would be willing to give me a login to their AIX home lab server. My intent is to poke around and discover the similarities and differences of AIX compared to other *NIXs. I am a UNIX admin so I can think of what some immediate concerns may... (1 Reply)
Discussion started by: perl_in_my_shel
1 Replies

8. UNIX for Dummies Questions & Answers

Resizing Terminal Size Upon Login?

Hello All, PC: CuBox-i OS: OpenSuSE 13.1 uname: Linux CuBox 3.14.14-cubox-i #1 SMP Sat Sep 13 03:48:24 UTC 2014 armv7l armv7l armv7l GNU/Linux Shell: Bash So I was trying to see if there was a way to resize the terminal dynamically upon logging into a remote PC. How I login now is to use... (3 Replies)
Discussion started by: mrm5102
3 Replies

9. AIX

Not able to login AIX server but able to login thru console.

Hi, i am able to login to AX server thru console but not able to login directly thru server. also the server is not ping-able with other server. filesystem is fine. and OS version is AIX 5.3. please let me know if you need any specific log. thx in advance. Scriptor (2 Replies)
Discussion started by: scriptor
2 Replies

10. AIX

Unable to login in ssh terminal

Hi guys when ever i tried to connect aix server in my institute through ssh terminal the pop is coming like network is unreachable .Am using MacBook air the other guys who are using putty software in windows they can easily login in tho the server through remotely . Is there any one can... (3 Replies)
Discussion started by: aashishb007
3 Replies
All times are GMT -4. The time now is 05:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy