May 31, 2006 #1 Mag0007 MIS Joined Feb 15, 2005 Messages 829 Location US How does one know if a system is being managed by a HMC? TIA
May 31, 2006 #2 aixadm MIS Joined May 11, 2005 Messages 28 Location US Check if the rmcd daemon is running or not by the command ps -ef|grep -i rmcd. This daemon runs only when HMC connects to a partition. Upvote 0 Downvote
Check if the rmcd daemon is running or not by the command ps -ef|grep -i rmcd. This daemon runs only when HMC connects to a partition.
Jun 1, 2006 #3 unixfreak ISP Joined Oct 4, 2003 Messages 632 Location GB On the front display, menu 1, it will say HMC=1 or 0 (managed or un-managed) Upvote 0 Downvote
Jun 2, 2006 1 #4 ogniemi Technical User Joined Nov 7, 2003 Messages 1,041 Location PL you can check it running command: /usr/sbin/rsct/bin/lsrsrc IBM.ManagementServer regards,r,m. Upvote 0 Downvote
Jun 2, 2006 Thread starter #5 Mag0007 MIS Joined Feb 15, 2005 Messages 829 Location US Thanks everyone for their replies. How do I know what HMC I am using, is there a way to determine the HMC's hostname/ipaddress from a managed system? UnixFreak: Where is this menu at? I don't have an option to reboot currently... TIA Upvote 0 Downvote
Thanks everyone for their replies. How do I know what HMC I am using, is there a way to determine the HMC's hostname/ipaddress from a managed system? UnixFreak: Where is this menu at? I don't have an option to reboot currently... TIA
Jun 2, 2006 1 #6 xyz786 IS-IT--Management Joined Apr 5, 2006 Messages 45 Location US Run this command to get the IP of your HMC /usr/sbin/rsct/bin/lsrsrc IBM.ManagementServer hostname Then nslookup (IP address what you got above) , you will get the name of the HMC Upvote 0 Downvote
Run this command to get the IP of your HMC /usr/sbin/rsct/bin/lsrsrc IBM.ManagementServer hostname Then nslookup (IP address what you got above) , you will get the name of the HMC
Jun 2, 2006 Thread starter #7 Mag0007 MIS Joined Feb 15, 2005 Messages 829 Location US Thankyou...stars deserved! Upvote 0 Downvote