- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- New hpux host in EMC array
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
07-20-2004 08:50 AM
07-20-2004 08:50 AM
I am adding a new hpux 11i host to EMC Symmetrix array, this will actually replace one of old K class system. All the connection to EMC are direct connections. I have done the physical connections (cabling), and I could see the FCP card drivers installed in the systems. I am using EMC Symconsole, to drag and drop all the devices in the K class director to the new director where the new System is connected. But I can't see the disks in the new system. I guess EMC did not recognise my new host. Any idea on the procedure to add a new host to EMC Symmetrix?
Srinivas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 09:37 AM
07-20-2004 09:37 AM
Re: New hpux host in EMC array
It has been a while since I have directly connected a host to a Symmetrix so I might need a little more info.
Do you have WideSky/Solutions Enabler installed so you can run some commands?
If you do try running 'symdev -sid
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 09:45 AM
07-20-2004 09:45 AM
Re: New hpux host in EMC array
Second thing, is you still need to present what LUN's are to be un-masked to the host, this is done by activation from SYMCLI using the WWN of the HBA. Once this is done, an ioscan and running insf -e will present the LUN's. To do these tasks, you need the solutions enabler (SYMCLI) as mentioned by David or an ECC workstation. Are the connections being done to same front-end ports? If not, you will need to present them using symconfigure, or from the ECC workstation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 10:33 AM
07-20-2004 10:33 AM
Re: New hpux host in EMC array
Thanks for the response. I am assuming moving all devices from one to another is moving gatekeepers as well. But while moving, I was not able to move one device with error Gatekeeper.
1. How do I create the gatekeeper on this new system? Do I need to make a device with mknod?
2. EMC confirmed that they can see that particular FA port as online.
3. Michael could you please provide me the syntax for this WWN/HBA stuff. I am using the old version of ECC. (v4.3), but I have symcl commands and ECC console working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 02:37 PM
07-20-2004 02:37 PM
Re: New hpux host in EMC array
1) On the system that want the LUN's presented, get the WWN numbers of the /dev/td? devices
# /opt/fcms/bin/fcmsutil /dev/td0 (e.g.)
/opt/fcms/bin/fcmsutil /dev/td0
Vendor ID is = 0x00103c
Device ID is = 0x001028
TL Chip Revision No is = 2.3
PCI Sub-system Vendor ID is = 0x00103c
PCI Sub-system ID is = 0x000006
Topology = PTTOPT_FABRIC
Local N_Port_id is = 0x011700
N_Port Node World Wide Name = 0x50060b00000b0379
N_Port Port World Wide Name = 0x50060b00000b0378
Driver state = ONLINE
Hardware Path is = 0/2/0/0
Number of Assisted IOs = 251639
Number of Active Login Sessions = 1
Dino Present on Card = NO
Maximum Frame Size = 960
Driver Version = @(#) PATCH_11.11: libtd.a : Jun 28 2002, 11:08:35, PHSS_26799
okay, the number your interested in is "N_Port Port World Wide Name". Ignore the difference in Topology status, as the system I got this from is connected to a switch.
2) Go to the system that has your VolumeLogix software installed on it. The command you need is called 'fpath'
Find your gatekeeper on this server device e.g. /dev/rdsk/c10t0d0
# export VCMDBDEVICE=/dev/rdsk/c10t0d0
3) Find where you have your other SYMCLI commands, namely 'symcfg'
# symcfg discover
4) Present the LUN's required. The 3aa is the front end adaptor and the LUN numbers are in a range, hence the -r. You'll have to find your adaptor and range of LUN's.
# fpath adddev -w 50060b00000b0378 -f 3aa -r "003-038"
# fpath refresh
Once this is done, you should be able to run ioscan -fn on the server and LUN hardware addresses will appear.
# ioscan -fn
# insf -e (creates the devices)
clear as mud isn't it ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 03:49 AM
07-21-2004 03:49 AM
Re: New hpux host in EMC array
Thanks for the reply, you did make a clear explanation. But I am a little stuck on point 4. My server is connected onto Director 11 (upper port) on the Symmetrix, and the devices I want to move from the old host to this new one are 40 - 42, 34 - 3e (I am seeing these device numbers from SymConsole).
So in this case, what would be my -f and -r.
Also you did not mention about creating a gatekeeper device, is it because your gatekeeper device is already in 003 - 038 range?
Also wondering doesn't fpath adddev do the same thing as dragging and dropping in the Symm Console, from one director to another director.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 03:32 PM
07-21-2004 03:32 PM
Solution'fpath' is only used to present/unpresent LUN's to a hosts HBA card. (WWN) the -f states the port that will be used (if already defined) and the -r says the range of LUN's to be presented.
For you:
# fpath adddev -w
# fpath adddev -w
If you still can't get it to work, you may have to speak to an EMC CE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 03:39 AM
07-22-2004 03:39 AM
Re: New hpux host in EMC array
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 08:29 AM
08-02-2004 08:29 AM
Re: New hpux host in EMC array
Thanks for the replies. With the help of EMC I was able to see the disks. The actual problem is, the director switches in the EMC front panel were not turned on, as this was a new connection. Simple drag and drop of devices in the Console works to assgin disks.
Cheers,
Srinivas