- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Not able to connect VEA
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
05-02-2008 07:20 AM
05-02-2008 07:20 AM
I am not able to connect to the VEA of that node.
If i start isisd (or) vxsvcctrl manually, initially they start normally, and for sometime, if i issue the command "/sbin/init.d/
When the services are running for few minutes, when i am trying to connect to VEA, I will get one error message "Strict dependant: VxVMHelp not found. Check the STRICTDEPENDSON registry".
entry"
Please anyone tell me what is the problem ?
I looked into /var/* for any logs, but i didn't found anything.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 06:45 AM
05-08-2008 06:45 AM
Re: Not able to connect VEA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 08:04 AM
05-08-2008 08:04 AM
Re: Not able to connect VEA
1) Make sure the HBA card is working. See that the card shows on ioscan and such. Any disk presented to the system should show up.
2) Have the SAN zoning checked, this is done by World Wide Name in the aforementioned HBA card. Use fcmsutil to get the information.
3) Check the cabling and cards and connections with a physical inspection.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 09:37 AM
05-08-2008 09:37 AM
SolutionI am assuming that VxVM is working correctly and you can execute vx commands without any problems right? (ie vxdisk list, vxdg list) If that is the case, and the problem is just with VEA, here is another thing to try in addition to checking patches. VEA creates a directory in / called .VRTSob. Shutdown the VEA service, remove that directory, restart VEA and see if it stays up. It should recreate that directory. If there was any corruption that was causing your problem, that would fix it.
Devin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2008 01:41 AM
05-11-2008 01:41 AM
Re: Not able to connect VEA
vea logs are in /var/vx/isis/vxisis.log
do you see a core(core.vxsvc) file in /var/vx/isis ?
I have seen vxsvc dumping a core in absence of PHSS_35528 on IA systems. Install this patch.
Install the latest VEA patches.
Best of luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2008 01:42 AM
05-11-2008 01:42 AM
Re: Not able to connect VEA
what version of VEA? ( swlist -l patch VRTSob)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2008 08:09 PM
05-11-2008 08:09 PM
Re: Not able to connect VEA
Thank you.