- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: adding FC10 disks
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-24-2006 06:41 AM
05-24-2006 06:41 AM
I appriciate if any one can help me what should I do to add 4 disks on FC10 disk array hot. I excuted the following commands and got the results as shown below.
#fcmutil /dev/td0 devstat all |grep Loop
device Statistics for Nport_id 0x0000d5(Loop-id 10)
:
:
device Statistics for Nport_id 0x0000ef(Loop_id 0)
#fcmutil /dev/td1 devstat all |grep Loop
device Statistics for Nport_id 0x0000d5(Loop-id 10)
:
:
device Statistics for Nport_id 0x0000ef(Loop_id 0)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 06:48 AM
05-24-2006 06:48 AM
SolutionIf not, insert them and let them spin up and come online (the green light above the disk on the FC10 should be solid).
Then do an 'ioscan -fnC disk' and see if you see the disks.
It is possible that you may have to do an:
# fcmsutil /dev/td0 replace_dsk 0x??
# fcmsutil /dev/td1 replace_dsk 0x??
Where the 0x?? is the Nport ID of the disks you added. Check /var/adm/syslog/syslog.log for any errors with those disks. The NPORT IDs will be echoed there.
Once the disks show up in ioscan as CLAIMED you are set and can use them however you need to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 07:41 AM
05-24-2006 07:41 AM
Re: adding FC10 disks
If I see the disks with ioscan that means I do not need to do the fcmsutil command?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 07:48 AM
05-24-2006 07:48 AM
Re: adding FC10 disks
You can always try a
# diskinfo /dev/rdsk/c?t?d0
(substitute the appropriate device file -- remember that diskinfo requires the /dev/rdsk file though)
If you get the appropriate output for the disk (model, size, etc.) then that is also a sign that everything is working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 07:56 AM
05-24-2006 07:56 AM
Re: adding FC10 disks
Thank you again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 10:09 AM
05-24-2006 10:09 AM
Re: adding FC10 disks
If you *replace* you have to run fcmsutil.
The reason is:
The new disk will have a different WWN and the same Nport_id. Your fc driver "thinks" there is something wrong. You have to tell him, it's OK to let the new disk in. Now you can either reboot the system *or*
- run ioscan (new disk will be NO_HW)
- take a look into syslog.log
- find the messages like
0/4/0/0: 'World-wide name' (unique identifier) for device at loop ID 0x05
has changed. If the device has been replaced intentionally, please use the
fcmsutil replace_dsk command to allow the new device to be used.
- now find the right /dev/tdx device and run fcmsutil, e.g.
# fcmsutil /dev/td0 replace_dsk 0x05
- run ioscan again and the device status will be changed from NO_HW to CLAIMED - ready to use
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
