HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- scsimgr to replace disk and tapes
Operating System - HP-UX
1835555
Members
2663
Online
110078
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-22-2009 09:00 PM
09-22-2009 09:00 PM
Hi All,
Can some one give me the steps to replace the fc attached disk and tapes in hp ux 11.31.
Can some one give me the steps to replace the fc attached disk and tapes in hp ux 11.31.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 10:56 PM
09-22-2009 10:56 PM
Re: scsimgr to replace disk and tapes
This is all explained in this whitepaper:
http://docs.hp.com/en/scsimgr/scsimgr_whp_AR0803.pdf
See p28 onwards...
Remember you only need to do this hwne replacing an existing LUN/tape with a new one that has a diffrenet WWID
HTH
Duncan
I am an HPE Employee
http://docs.hp.com/en/scsimgr/scsimgr_whp_AR0803.pdf
See p28 onwards...
Remember you only need to do this hwne replacing an existing LUN/tape with a new one that has a diffrenet WWID
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 11:50 PM
09-22-2009 11:50 PM
Solution
UnixT,
Example For Tape_Drive:
Once the tapedrive (Library tape drive) has been replaced do the following:
NOTE: ioscan will be still showing the tape drive status as NO_HW , and thats the problem.
#ioscan -fnC tape | grep stape
tape 16 0/0/4/1/0.14.6.255.0.0.2 stape NO_HW DEVICE HP Ultrium 2-SCSI
To do the following:
1. First look at dmesg or syslog for the "instance id".
---------------------------
class : lunpath, instance 78
Evpd inquiry page 83h/80h failed or the current page 83h/80h data do not match the previous known page 83h/80h data on LUN id 0x0 probed beneath the target path (class = tgtpath, instance = 7) The lun path is (class = lunpath, instance 78).Run 'scsimgr replace_wwid' command to validate the change
---------------------------
2. In this case there is "instance" number 78.
(Use the instance number found in dmesg or syslog in the next command)
a. Determine the hardware path of the lunpath
#scsimgr -p get_attr -C lunpath -I 78 -a hw_path
0/3/1/0.0x100000e00242d36c.0x1000000000000
(Now the lunpath is known and can be used in the following command)
b. Determine the hardware path of the replaced LUN
# ioscan -m hwpath -H 0/3/1/0.0x100000e00242d36c.0x1000000000000
Lun H/W Path Lunpath H/W Path Legacy H/W Path
====================================================================
64000/0xfa00/0x4e
0/3/1/0.0x100000e00242d36c.0x1000000000000
(Now that hardware path is known is used in next command)
c. Validate the replacement using the hardware path of the replaced LUN
#scsimgr -f replace_wwid -H 64000/0xfa00/0x4e
scsimgr: Successfully validated binding of LUN paths with new LUN.
d. Now, everything should be fine , as ioscan can see the tape drive: (CLAIMED)
#ioscan -fnC tape | grep stape
tape 16 0/0/4/1/0.14.6.255.0.0.2 stape CLAIMED DEVICE HP Ultrium 2-SCSI
Cheers,
Raj.
Example For Tape_Drive:
Once the tapedrive (Library tape drive) has been replaced do the following:
NOTE: ioscan will be still showing the tape drive status as NO_HW , and thats the problem.
#ioscan -fnC tape | grep stape
tape 16 0/0/4/1/0.14.6.255.0.0.2 stape NO_HW DEVICE HP Ultrium 2-SCSI
To do the following:
1. First look at dmesg or syslog for the "instance id".
---------------------------
class : lunpath, instance 78
Evpd inquiry page 83h/80h failed or the current page 83h/80h data do not match the previous known page 83h/80h data on LUN id 0x0 probed beneath the target path (class = tgtpath, instance = 7) The lun path is (class = lunpath, instance 78).Run 'scsimgr replace_wwid' command to validate the change
---------------------------
2. In this case there is "instance" number 78.
(Use the instance number found in dmesg or syslog in the next command)
a. Determine the hardware path of the lunpath
#scsimgr -p get_attr -C lunpath -I 78 -a hw_path
0/3/1/0.0x100000e00242d36c.0x1000000000000
(Now the lunpath is known and can be used in the following command)
b. Determine the hardware path of the replaced LUN
# ioscan -m hwpath -H 0/3/1/0.0x100000e00242d36c.0x1000000000000
Lun H/W Path Lunpath H/W Path Legacy H/W Path
====================================================================
64000/0xfa00/0x4e
0/3/1/0.0x100000e00242d36c.0x1000000000000
(Now that hardware path is known is used in next command)
c. Validate the replacement using the hardware path of the replaced LUN
#scsimgr -f replace_wwid -H 64000/0xfa00/0x4e
scsimgr: Successfully validated binding of LUN paths with new LUN.
d. Now, everything should be fine , as ioscan can see the tape drive: (CLAIMED)
#ioscan -fnC tape | grep stape
tape 16 0/0/4/1/0.14.6.255.0.0.2 stape CLAIMED DEVICE HP Ultrium 2-SCSI
Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP