Blogs Classifieds Downloads FlashChat Gallery Googlemap Invite Friends Links Projects Reviews Wiki
 


Our Sponsors
Want to advertise?  


Reply
 
LinkBack Thread Tools
  #1  
Old March 22nd, 2007
TheDogBoy's Avatar
TheDogBoy Offline
Member
 
Join Date: January 2007
Posts: 67
HMC Recovery

My HMC and 505 setup has turned to toast and I cannot see my managed server anymore no matter what i try I cannot get my HMC to see the managed server again. Initially i lost my mangaed server after I changed my eth0 from private to open.

This is a test and dev system so there was not data other than the O/S in my lpars. loosing them is not a big deal. I had VIOs, master nim and a aix lpar originally when the 505 was being seen by the HMC. I have never used the HMC recovery cd before and was wondering if anyone can tell if this will allow me to get back to point A..I want to start clean. not sure if I need to do anything extra to the 9115-505?
__________________
TheDogBoy
"Te Digna Sequere"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old March 22nd, 2007
TheDogBoy's Avatar
TheDogBoy Offline
Member
 
Join Date: January 2007
Posts: 67
Re: HMC Recovery

I also noticed this message when shutting down the 505 via the serial port..

0513-001 The system resource controller daemon is not active...

Does this mean that the resouce controller service was never active on the 505 or that it has just be shut down? So I am confused. I see the CTRCM getting loaded successfully during the HMC boot. It appears that this service needs be running on both the HMC and the 505? Is that accurate?
__________________
TheDogBoy
"Te Digna Sequere"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old March 22nd, 2007
cdelgadop's Avatar
cdelgadop Offline
Senior Member
 
Join Date: November 2006
Location: CCS Venezuela
Posts: 348
Send a message via MSN to cdelgadop
Re: HMC Recovery

Hi

Rollback what you've changed so eth0 will would be private again, if eth0 was a DHCP server set it up too. Open a remote or local shell in the HMC and issue the following command:

lssysconn -r all

you should see at least one entry like the following:

resource_type=sys,type_model_serial_num=XXXX-XXX*XXXXXX,sp=unavailable,sp_phys_loc=unavailable,
ipaddr=192.168.255.254,alt_ipaddr=unavailable,stat e=No Connection,connection_error_code=Connecting 0000-0000-00000000

Note that state=No Connection and there was an IP Address. You can try by ping to this address, in this case 192.168.255.254, if ping is successfull you can try by using the HMC menu options Console->Add->Host with this ip address.

If not ping at all, then you need to connect directly to the HMC eth0 and eth1 ports with a crossover ethernet cable using your laptop. Give your laptop a fixed ip address and keep in mind that eth0 and eth1 have the following address by default:

eth0 192.168.2.147/24
eth1 192.168.3.147/24


If you can ping to any of then you can open a browser to the ASMI and reset the values of all ethernet hmc ports, this way when DHCP server starts again the private port you have designed (in your case, eth0) will take an address and will return to the HMC.

Take a look of the following document:

HMC and System Setup


Hope this helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old March 22nd, 2007
TheDogBoy's Avatar
TheDogBoy Offline
Member
 
Join Date: January 2007
Posts: 67
Re: HMC Recovery

Remember I do not have connectivity between the HMC and the 505 so lssysconn command will do no good if there is no managed server connected..
__________________
TheDogBoy
"Te Digna Sequere"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old March 22nd, 2007
cdelgadop's Avatar
cdelgadop Offline
Senior Member
 
Join Date: November 2006
Location: CCS Venezuela
Posts: 348
Send a message via MSN to cdelgadop
Re: HMC Recovery

Ok

You're right but if your DHCP server ever assigned an ip to your pseries system then lssysconn command should return that address in a non.connected state.

I think your best shot is to connect to the ASMI and reset the values of the eth0 and eth1 adapters and configure eth0 as Private and DHCP server, then shutdown your HMC and connect the p5 server and the turn it on.

Hope this helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old March 22nd, 2007
TheDogBoy's Avatar
TheDogBoy Offline
Member
 
Join Date: January 2007
Posts: 67
Re: HMC Recovery

Yes I get a non connected response back....When I can't see a managed server I can run the lshmc -n and the tail -f /var/log/messages |grep DHCP and verify all the assigned IP's and ports..that is fine..
__________________
TheDogBoy
"Te Digna Sequere"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old March 22nd, 2007
TheDogBoy's Avatar
TheDogBoy Offline
Member
 
Join Date: January 2007
Posts: 67
Re: HMC Recovery

You know what I think?
#1 When I do the tail command that tells me that the HMC DHCP eth0 is assigning an IP to the 505 but does not allow the HMC to see it as a managed server.

#2 bWhen I shut down the 505 via the SP and the serial port I get this message several times.

0513-001 The system resource controller daemon is not active.

So I am thinking that the RCM on the 505 is not going active and is not talking to the rcm on the HMC. But I am a newbie and am not positive..
Can anyone verify this?
__________________
TheDogBoy
"Te Digna Sequere"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old March 22nd, 2007
dthacker's Avatar
dthacker Offline
Cat Herder and Penguin Wrangler
 
Join Date: June 2006
Location: Omaha, Nebraska USA
Posts: 99
Send a message via Yahoo to dthacker
Re: HMC Recovery

Have a look at this:
Dynamic LPAR tips and checklists for RMC authentication and authorization

Try the commands that verify running daemons for the HMC and the Client LPAR. Good Luck!

Dave
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old March 23rd, 2007
TheDogBoy's Avatar
TheDogBoy Offline
Member
 
Join Date: January 2007
Posts: 67
Re: HMC Recovery

Very interesting thank you..I will read through....Regards
__________________
TheDogBoy
"Te Digna Sequere"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old March 26th, 2007
TheDogBoy's Avatar
TheDogBoy Offline
Member
 
Join Date: January 2007
Posts: 67
Re: HMC Recovery

Thanks again dthacker....That was very good material..I did get my 7310-CR3 to finally see my 9115-505 as a managed server again however I am still stumbling through ...I am stuck in recovery mode now...can't seem to get passed that yet.....Is there someplace where I can see what the definitions of the "Operator Panel Values" I cannot find any docs for those panel codes..
__________________
TheDogBoy
"Te Digna Sequere"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

These are the 100 most searched terms
Search Cloud
0042-001 0042-001 nim 0042-008 nimsh: request denied 0513-001 the system resource controller daemon is not active 0513-001 the system resource controller daemon is not active. 0514-061 0514-061 cannot find a child device 0514-061 cannot find a child device. 0516-787 0516-787 extendlv 0516-787 extendlv: maximum allocation for logical volume 110000ac 3074feb7 aa00e1f3 aio aix aix aio aix freeware aix memory usage aix rsync aixif_arp_dup_addr b150f22a b181f22a b181fb53 ba010004 c1001020 d133c002 dacnone dcb47997 fcp_array_err6 fget_config gnu tar aix gtar aix hmc root password hmc vmware ibm p6 520 libpopt.a libpopt.a(libpopt.so.0) is needed by rsync-2.6.2-1 migratelv mksysb navisphere agent nim server pseriestech ptype and account type do not match rshd: 0826-813 permission is denied. rsync aix sc_disk_err4 scan_error_chrp vio server vmware hmc websm ... powered by Simple Search Cloud


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
HMC Unrestricted Root Access FASherman Tutorials 7 November 7th, 2007 15:25
HMC and VIO recovery for a DR test petem Hardware Management Console 7 January 8th, 2007 08:25
Dual HMC connection to P570 eraserhead Hardware Management Console 4 November 3rd, 2006 10:39
Backing UP Your Hardware Management Console FASherman Tutorials 9 October 23rd, 2006 14:01
HMC Problem Herzt Hardware Management Console 2 August 18th, 2006 06:42



Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Powered by vbWiki Pro 1.3 RC5. Copyright ©2006-2007, NuHit, LLC

vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73