- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Veritas Enterprise Administrator not recognizing h...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 03:47 PM
03-16-2009 03:47 PM
Using VEA through SAM, and not seeing any of the disk groups, logical volumes, or filesystems I've created. Disk groups were created using vxdg, disks added using vxdg, logical volumes created using vxassist, filesystems created using mkfs (with vxfs as the type).
The VEA has configured itself to use the hostname of one of my secondary interfaces, and not the primary hostname/IP.
When entering VEA, the gui scrolls through all the agents (calling them out by secondary interface hostname) with a message that it cannot contact the agent, and it exits.
Does anyone know which files control how VEA sees the server and its interfaces, and how to correct this situation?
I've tried running installsf -configure and still see the same situation.
Thanks,
J
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 11:47 PM
03-16-2009 11:47 PM
Re: Veritas Enterprise Administrator not recognizing host properly
What hostname does 'vxdctl list' show?
Also have you tried using the windows VEA client and connecting through to the IP address of your secondary interface?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2009 12:32 AM
03-17-2009 12:32 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2009 12:34 AM
03-17-2009 12:34 AM
Re: Veritas Enterprise Administrator not recognizing host properly
Try vxdctl enable
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2009 02:57 AM
03-17-2009 02:57 AM
Re: Veritas Enterprise Administrator not recognizing host properly
/wdroot# vxdctl list
Volboot file
version: 3/1
seqno: 0.1
cluster protocol version: 70
hostid: (correct host name)
hostguid: {f098b42e-1dd1-11b2-b673-001a4b07d491}
I found a procedure last night similar to the one you sent in the link, which I tried to no avail. This procedure you sent has more detail, so I'll give that a shot as well. Thanks again for your help.
Sanjeev - The problem isn't that the disks aren't showing up properly in the OS, they just aren't showing up in VEA. All OS level commands function exactly as expected. Thanks for your input into the problem though, I do appreciate it.
Jamie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2009 05:43 AM
03-17-2009 05:43 AM
Re: Veritas Enterprise Administrator not recognizing host properly
Ok, I ran the procedure you sent me:
http://seer.entsupport.symantec.com/docs/301651.htm.
It's got most of what a person needs to do on HP-UX, despite being written for Solaris. :)
After running some of the steps, I realized that the agents had not stopped despite my using the /sbin/init.d/xvpal.{agent} stop command. I was forced to kill them manually (seemed orphaned anyway).
These are the commands for HP-UX
/sbin/init.d/vxpal.StorageAgent stop
/sbin/init.d/vxpal.VAILAgent stop
/sbin/init.d/vxpal.actionagent stop
/sbin/init.d/vxpal.gridnode stop
Then run vxsvcctrl stop.
Next, and this does seem to be very key -move the /etc/resolv.conf to /etc/resolv.conf.save and /etc/nsswitch.conf to /etc/nsswitch.conf.save, and make sure /etc/hosts contains ONLY the name of the server which you want the agents to be registered under. Not sure if the installer using some greps which pulled the wrong interface, since our primary interface is named the hostname, and our backup interface is essentially the same but with an indicator that it is on the backup network ( hostname-bu for example).
Finally, run the installsf -configure command to reconfig the agents to the proper hostname/fqhn.
At this point, we're looking good. I reran all the checks in this advisory, and all report the proper hostname and where needed, IP address. I can now see the objects in VEA with no problems, and am not getting the errors I was before.
Thanks again Richard! Great work!
Jamie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2009 05:46 AM
03-17-2009 05:46 AM