Help needed with AIX 6.1


 
Thread Tools Search this Thread
Operating Systems AIX Help needed with AIX 6.1
# 1  
Old 07-09-2009
Help needed with AIX 6.1

Hi,

We have just purchased an ibm Power 520 express box with AIX 6.1 preloaded onto it. Using a null modem cable we have connected this upto a Windows 2003 server. From this Windows 2003 server we can using hyperterminal connect to it. I can aslo connect to the Advanced System Management console and restart the aix server etc. I need to partition and install Oracle onto the server amongst other things.

I'm currently seeing the text below, but do not know how to proceed:

-------------------------------------------------------------------------------
Welcome to AIX.
boot image timestamp: 09:00 05/21
The current time and date: 13:45:02 07/09/2009
processor count: 2; memory size: 7680MB; kernel size: 24426636
boot device: /pci@800000020000200/pci1014,02BD@1/sas/disk@20000:2
-------------------------------------------------------------------------------
Saving Base Customize Data to boot disk
Starting the sync daemon
Mounting the platform dump file system, /var/adm/ras/platform
Starting the error daemon
System initialization completed.
TE=OFF
CHKEXEC=OFF
CHKSHLIB=OFF
CHKSCRIPT=OFF
CHKKERNEXT=OFF
STOP_UNTRUSTD=OFF
STOP_ON_CHKFAIL=OFF
LOCK_KERN_POLICIES=OFF
TSD_FILES_LOCK=OFF
TSD_LOCK=OFF
TEP=OFF
TLP=OFF
Successfully updated the Kernel Authorization Table.
Successfully updated the Kernel Role Table.
Successfully updated the Kernel Command Table.
Successfully updated the Kernel Device Table.
OPERATIONAL MODE Security Flags
ROOT : ENABLED
System runtime mode is now OPERATIONAL MODE.
Setting tunable parameters...complete
Starting Multi-user Initialization
Performing auto-varyon of Volume Groups
Activating all paging spaces
0517-075 swapon: Paging device /dev/hd6 is already active.
The current volume is: /dev/hd1
Primary superblock is valid.
The current volume is: /dev/hd10opt
Primary superblock is valid.
Performing all automatic mounts
Multi-user initialization completed
Checking for srcmstr active...success
complete
Starting tcpip daemons:
success
success
0513-059 The syslogd Subsystem has been started. Subsystem PID is 229490.
0513-059 The sendmail Subsystem has been started. Subsystem PID is 221314.
0513-059 The inetd Subsystem has been started. Subsystem PID is 204944.
0513-059 The hostmibd Subsystem has been started. Subsystem PID is 249980.
0513-059 The portmap Subsystem has been started. Subsystem PID is 254078.
0513-029 The snmpd Subsystem is already active.
Multiple instances are not supported.
0513-059 The aixmibd Subsystem has been started. Subsystem PID is 245922.
0513-059 The snmpmibd Subsystem has been started. Subsystem PID is 241798.
Finished starting tcpip daemons.
Starting NFS services:
0513-059 The biod Subsystem has been started. Subsystem PID is 258174.
0513-059 The rpc.lockd Subsystem has been started. Subsystem PID is 307352.
Completed NFS services.
0513-059 The ctrmc Subsystem has been started. Subsystem PID is 266384.

Would any one know what I need to do to proceed to the unix command line where I can issues commands against the operating system?

Thanks in advance for any help.

Yas
# 2  
Old 07-09-2009
I am not sure exactly what your asking for but if your going to partition the server then you will need a HMC.
# 3  
Old 07-09-2009
Hmc

Hi,

thanks for the reply.

We're hoping to split the server into three parts, effectively having three separate servers running on the same box.

Can you please explaion abit about the HMC, Is this some additional hardware we need to purchase?

Currently, once the server boots up, how do we get to the command prompt line?

Regards

Yas
# 4  
Old 07-09-2009
yes it is an additional server/appliance. Its a hardware management console. You will need this to partition the server.


IBM developerWorks: Wikis - AIX - HMC attached System Setup

you should eventually get a login prompt on the console. Login as root.
# 5  
Old 07-10-2009
Hi,

thanks for the reply.

Am I correct in thinkingthe HMC is only required when you want to have a partitined environment?

Will I need a HMC to use SMIT?

Thanks
# 6  
Old 07-10-2009
Moved this to the AIX area.
Also for the OP:
Next time use CODE-tags when displaying code, data or logs to enhance visibility etc.! Smilie

If you want to use LPARs which is this kind of splitting then yes, you'll need a HMC.
No, for using SMIT you need no HMC, just a terminal session.
# 7  
Old 07-10-2009
For just a single machine IVM is sufficient for managing LPARS on low end boxes like the 520. It is included in the PowerVM licnese and there for no extra charge like for the HMC.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

AIX Hardware Migration w/ HACMP...Advice Needed

Hello Everyone, Hope you all are doing great! As you can see by the title on top, we are in the process of migrating alot of our servers from Power5 (physical) to Power8 (Virtual). Now it's turn for servers with HACMP Cluster on it. Let me lay out the environment like: OLD ENVIRONMENT: ... (12 Replies)
Discussion started by: uzair_rock
12 Replies

2. AIX

Power5 9111-520 reload of AIX 6.1 - help needed

Hello all, I am hoping someone can point me in the right direction here. We had a machine running AIX 6.1 that someone completely corrupted, so we decided to re-load it from media. I was able to boot into DVD media, select options for complete (destructive) install, AIX standard, etc. The... (0 Replies)
Discussion started by: JamesNJ
0 Replies

3. AIX

AIX equivalent return codes needed

Hi, I have a script which is written for solaris x86 system. trap 'echo "$(date):$(who am i | cut -d" " -f1) menu exec" >> /tmp/hist/.menu_history.$(who am i | cut -d" " -f1).$(uname -n).$(date +%y%m%d);exit' 1 2 3 15 trap 'echo "$(who am i | cut -d" " -f1) menu" >>... (1 Reply)
Discussion started by: boehnke
1 Replies

4. AIX

AIX TL updates not including all packages needed

In trying to resolve my issue, I downloaded TL 11 and trying to update to it. Why the heck does not the TL fix have the required files in it? Thats another 1.+ GB download. I am also sure that when I go to install that package it will complain about rsct not being updated. MISSING... (1 Reply)
Discussion started by: mrmurdock
1 Replies

5. AIX

help needed on aix ksh

i am trying to convert .ksh script to .bat in windows box , it says awk is not recognized as internal or external command. this is the sample .ksh script , even if i change awk to gawk it does not work its giving me syntax error, at line one ---- it's pointing ":" and "fund:" some one plzz help.... (0 Replies)
Discussion started by: 2.5lt V8
0 Replies

6. AIX

AIX 5.2 Syslog : Help needed

Hi all, I am trying to get the authentication logs of FTP,Telnet,SSH,inetd from the syslog file. But my output for every type of authentications - success & failure keep differing everytime i view them. The output does not show the priority code (emerg, or 0, in any case). How do I get the... (0 Replies)
Discussion started by: kamadana
0 Replies

7. AIX

Help needed for ps command in AIX

folks; I'm trying to run the command "stime" I couldn't get it to work right, but it seems like it's controlled by LANG variables, how can I change the LANG variables to make the result of stime or start_time appear right (if I use stime I get letter "A" under STIME & if I use "start_time" in my... (0 Replies)
Discussion started by: moe2266
0 Replies

8. UNIX for Advanced & Expert Users

AIX + disk redundency input needed

OK guys & gals this is the issue: i am trying to sort out all the disks in all of our AIX servers. 12 hdisks w/ mirroring (so only 6 disks in uses @ any time) 2 volume groups (rootvg, vg1) this does include muliple informix databases and misc. data. Do you think it would be wise to... (1 Reply)
Discussion started by: Optimus_P
1 Replies
Login or Register to Ask a Question