- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX- EMC
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
08-08-2005 01:29 AM
08-08-2005 01:29 AM
HPUX- EMC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 01:40 AM
08-08-2005 01:40 AM
Re: HPUX- EMC
http://www.managementsoftware.hp.com/products/dpi/install_guides/EMC_Symmetrixdpi_03_00_B.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 01:52 AM
08-08-2005 01:52 AM
Re: HPUX- EMC
You have EMC's ECC product? A WIN based GUI that provides you with the info you seek.
At the bottom level, there are the sym commands (symmir, symrdf, symcfg, syminq, etc) that you can string together and parse out the relevant info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 02:17 AM
08-08-2005 02:17 AM
Re: HPUX- EMC
I think you must find your BIN File documentation because from this file we can know how many disks that have been added to EMC System, if you do not want get difficulties use EMC Control Center Tools for Windows base view that can easyly to find out whatever that reside on your EMC System, or using Symmcli command line (symdev list). Easiest way is you must call EMC engineer that implemented your EMC System.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 02:30 AM
08-08-2005 02:30 AM
Re: HPUX- EMC
Try this:
#symcfg -v list
everything you could possibly want to know, and more. Before running this command you must export the path of symcli that reside on your HPUX Server that connected to EMC System.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 03:55 AM
08-08-2005 03:55 AM
Re: HPUX- EMC
Best of Luck.