- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Why Integrity Virtual Server Manager isn't shown i...
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
02-13-2017 12:26 AM
02-13-2017 12:26 AM
Why Integrity Virtual Server Manager isn't shown in SMH
I have install vmmgr as below command shown, and can login SMH through webpage and SMH is working fine, but I can find Integrity Virtual Server Manager in the tools, others is there, disk, network etc ..., anyone met this issue before?
# swlist vmmgr
# Initializing...
# Contacting target "surroundinghp3"...
#
# Target: surroundinghp3:/
#
# vmmgr A.6.4.0 HP-UX Integrity Virtual Server Manager
vmmgr.VMMGR-RUN A.6.4.0 vmmgr runtime
vmmgr.VMMGR-SRC A.6.4.0 vmmgr open source licensed sources
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2017 04:04 PM
02-21-2017 04:04 PM
Re: Why Integrity Virtual Server Manager isn't shown in SMH
Try from root directory:
find / -name vmmgr*
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2017 07:28 AM
02-22-2017 07:28 AM
Re: Why Integrity Virtual Server Manager isn't shown in SMH
>find / -name vmmgr*
You may want to speed this up of you have mounted a lot of NFS filesystems:
find /opt -xdev -name "vmmgr*"