Sponsored Content
Operating Systems AIX PowerVM/lpar creation problems Post 302942954 by computron on Monday 4th of May 2015 08:19:58 AM
Old 05-04-2015
KGB ,thanks for the info!
yes, I have tried to use hardware DVDs as well as ISOs ( the ones uploaded to HMC)..
the hardware dvd's fail on the install of vios at disk #2..that's the point I mentioned about having to burn 3 different dvds, all of the same VIOS #2 ISO, just to make sure it was not bad physical media..it's not bad physical media.

here's how lost I am..forget the ASMI , on any server,you should be able to just drop the OS dvd in the dvdrom,and boot off of it.I can't even get to an OS terminal session from a serial connection via laptop. all I see is a serial-based version of ASMI..no 'exit to OS console' type of setting..
nothing else..I can't even install aix 7 on the box as a standalone, single server, if I wanted to.

interestingly,about the disks, when I have an LPAR running , I can go through smit and
assign more disks to that particular LPAR if I want..there are 6x146GB disks on the 8202. I use one for rootvg and had set up another pair for datavg.so roughly 300GB of free space to play with from these two disks ( sybase install, etc).
but that would've left 3 HD's for use by any other LPAR, of which none is found.

we got the server and it's enclosures from a 3rd party IBM vendor, but it came without any docs, and without any list of what was preloaded and how..nothing.

I know with Oracle t4-1, you go to the server console with start /SP/console and you're at the OS. I take it that the service or system processor on this IBM is the same concept, small proc you connect to for performing system functions,shutdown/startup,etc..but I can't even get to the console here. I can't even see the prompt for 'boot to SMS' on the ASMI.
it's just plain weird.
We're at the point where we will have a consultant come in and set this thing up. besides my lack of knowledge on the subject, I'm beginning to think something is critically wrong here..disconnecting all enclosures and putting AIX 6.1 OS CD/DVD #1 in the cdrom/dvdrom drive should at least let me boot off of it.but I cant even get there..
 

10 More Discussions You Might Find Interesting

1. AIX

LPAR creation

can i get a step b syep explanation in creating LPAR... i have searched for tutorials i couldn't find the right one.... (2 Replies)
Discussion started by: udtyuvaraj
2 Replies

2. AIX

LPAR freezes after switching of storage (lpar is mirrored)

Hi all, I have the following configuration 2 ds3524 storage disk systems located over 2 locations 2 P720 server located over 2 locations DS3524 are connected to san switch. Each vio server has 1 fc adapter attached to a san switch. per p720 server 2 virtual io servers. Vio 1 has 1 lun... (2 Replies)
Discussion started by: markiemark
2 Replies

3. AIX

PowerVM HA questions

hi guys, i need to develop following setup for a customer: high availability oracle database on aix7 and linux in 2 different LPAR using dual ps700 blande a ds3400 and HMC. the question is, it is possible to have automatic vioc failover(aix,linux) when for example 1 vios goes down? in... (6 Replies)
Discussion started by: gullio23
6 Replies

4. Solaris

Package creation problems with Source files

Hi, I am creating "LSOF" solaris package from solaris "source" files. I have compiled the source file and with that i created prototype file also. Then using pkgmk command i can make the package . In the package i am having (pkginfo pkgmap reloc) two file and one directory respectively But... (3 Replies)
Discussion started by: Kathirvel G
3 Replies

5. AIX

Need IBM PowerVM

Hi all please give me a link for IBM PowerVM (4 Replies)
Discussion started by: babinlonston
4 Replies

6. Windows & DOS: Issues & Discussions

Problems With User Creation Script

Hello everyone, I've been attempting to make a program which creates user accounts from a file which contains the usernames required. It also checks if the directory of the username exists in the C:\Users directory and then is going to give the option to delete the directory, or rename it, this... (1 Reply)
Discussion started by: charlieabee
1 Replies

7. AIX

Some questions about Intellistation 285 and powervm

Some simple questions about Intellistation 285 and powervm. I want to learn AIX,so i will buy an used I285 from ebay. 1)Will support aix 7.1? 2)Is powervm avaliable?Where to download or buy it? Thanks (3 Replies)
Discussion started by: Linusolaradm1
3 Replies

8. AIX

How to differentiate between a standalone LPAR and a VIOC (which again is a lpar)?

There can be configurations in IBM Server wherein a standalone partition is created on some supported IBM Server Or A VIOS - VIOC LPARs created. Now in both cases they are lpars. But if I want to differentiate b/w a standalone LPAR vs an VIOC LPAR how can I do..? On a... (2 Replies)
Discussion started by: Manish00712
2 Replies

9. AIX

PowerVM SEA etherchannel performance ?

Hello, POWER7 machine. 4 x 1Gbit port ethernet adapter is dedicated to vios. 8023ad etherchannel is created using those 4 ports. Etherchannel adapter is shared to lpars using SEA. If I test network performance directly from vios partition (using iperf) I'm geting nice 4Gbit throughput. But if... (3 Replies)
Discussion started by: vilius
3 Replies

10. AIX

Powervm ivm vios

Hello, After installing on P6 which is POWERVM IVM VIOS enabled (VET CODE D21C77ACD9229817CA1F00002C10004164 ) i get this message "I/O hosting requires a hosting partition - boot not permitted". HMC was connected to the machine then HMC was removed through ASMI Searching on... (2 Replies)
Discussion started by: filosophizer
2 Replies
SBP(4)							   BSD Kernel Interfaces Manual 						    SBP(4)

NAME
sbp -- Serial Bus Protocol 2 (SBP-2) Mass Storage Devices driver SYNOPSIS
kldload firewire kldload cam kldload sbp or device sbp device firewire device scbus device da device cd device pass DESCRIPTION
The sbp driver provides support for SBP-2 devices that attach to the FireWire (IEEE 1394) port. It should work with SBP-2 devices which the CAM layer supports, for example, HDDs, CDROM drives and DVD drives. Some users familiar with umass(4) might wonder why the device is not detached at the CAM layer when the device is unplugged. It is detached only if the device has not been plugged again during several bus resets. This is for preventing to detach an active file system even when the device cannot be probed correctly for some reason after a bus reset or when the device is temporary disconnected because the user changes the bus topology. If you want to force to detach the device, run ``fwcontrol -r'' several times or set hw.firewire.hold_count=0 by sysctl(1). Some (broken) HDDs do not work well with tagged queuing. If you have problems with such drives, try ``camcontrol [device id] tags -N 1'' to disable tagged queuing. SEE ALSO
cam(4), firewire(4), camcontrol(8), fwcontrol(8), kldload(8), sysctl(8) AUTHORS
The sbp driver was written by Katsushi Kobayashi and Hidetoshi Shimokawa. This manual page was written by Katsushi Kobayashi. BSD
May 20, 2002 BSD
All times are GMT -4. The time now is 10:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy