- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- Re: SWCC client connection problems
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-23-2001 11:51 PM
07-23-2001 11:51 PM
SWCC client connection problems
SWCC client works fine with agent, installed on D-series servers, but does not work with new L-series servers. L-series machines has HP PCI
Tachyon A5158A fc adapters and D-series machines has older fc adapters.
I think, client can't connect correctly because output of command "ioscan -f | grep fc" is missing line with substring "Mass Storage Cntl".
We just have this:
# ioscan -f | grep fc
fc 0 0/3/0/0 td CLAIMED INTERFACE HP Tachyon TL/TS Fibre Channel Mass Storage Adapter
fcp 0 0/3/0/0.8 fcp CLAIMED INTERFACE FCP Protocol Adapter
ext_bus 4 0/3/0/0.8.0.255.4 fcpdev CLAIMED INTERFACE FCP Device Interface
But we must have line "lan 1 10/8.5 fcT1_cnt CLAIMED INTERFACE HP FC Mass Storage Cntl" too (from Installation Ref. Guide, RA8000/ESA12000 HSG80 Solution Software for HP-UX).
I think this "Mass Storage Cntl" is necessary to SWCC clients. But in fact, this is only my guess, please write to me what You think about
this.
We installed latest patches for this adapter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 01:31 AM
07-24-2001 01:31 AM
Re: SWCC client connection problems
The td0 device file replaces the fcms0 one.
The card should behave the same though
0/3/0/0.8.0.255.4
indicates that a device with loop id somewhere between 4*16 and 5*16 -1 is on the loop.
ie between 64 and 79.
What is the loop id of the Array?
Are you direct connected or going through hub?
Can you post up an ioscan -fnkH0/3/0
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 02:59 AM
07-24-2001 02:59 AM
Re: SWCC client connection problems
Server is connected through switch, with QuickLoop mode enabled. It looks like I have no problems when i'm trying to mount logical fibre array units. Only client connection problems persists.
I included in attached file (24,0KB size) this information:
From problematic host tiap:
uname -a
ioscan -f | grep fc
cat /etc/hosts (here is my client ip)
ioscan -kfnCdisk
fcmsutil /dev/td0
sam --> Drivers starting with "fc"
sam --> Subsystems
swlist
From switch:
qlShow
From HSG80 controller:
show this_controller full
show units full
show disks
show storage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 04:03 AM
07-24-2001 04:03 AM
Re: SWCC client connection problems
Your /etc/hosts file looks bizare.
Are you using DNS or hosts resolution.
the first line should have just the hostname then the aliases.
Mke sure you can ping from your client and server and for example client>remsh server "ls /"
just to verify network connectivity. It looks more like either a name lookup problem or an NFS export problem. (imho!)
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 04:13 AM
07-24-2001 04:13 AM
Re: SWCC client connection problems
I can ping from your client to server and from server to client without any problems.
One guy said, that I must try to install the Mass Storage Controller driver. But i'm new with HP, so I do not know where can I found it. I'm not sure that this driver is on HP CD's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 04:23 AM
07-24-2001 04:23 AM
Re: SWCC client connection problems
Agent uses /etc/hosts name resolution. For agent it is important to add a record in a hosts file.
I can ping from client to server and from server to client without any problems.
One guy said, that I must try to install the Mass Storage Controller driver. But i'm new with HP, so I do not know where can I found it. I'm not sure that this driver is on HP CD's.