- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to make iscsi disk offline
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
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
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
тАО01-13-2009 10:23 PM
тАО01-13-2009 10:23 PM
how to make iscsi disk offline
I am using HP-UX 11.11 and installed iscsi
B.11.11.03e.
I have discovered and mounted iscsi disk using iscsiutil and ioscan.
I have deleted the discovery address using
#iscsiutil -d -I IP_ADDRESS.
In iscsiutil -pS, it is still showing session state as online.
Session # 3
------------
Session Instance No. : 3
ISID : 0x800000000003
Session State : Online
How to make that session state "Offline".?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2009 11:19 PM
тАО01-13-2009 11:19 PM
Re: how to make iscsi disk offline
You can run it with the hardware address from ioscan:
# ioscan -fC disk
# rmsf -H
You might also try the -r option for iscsiutil. Or if you don't have other iscsi connections in use, do a restart of the iscsi driver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2009 01:01 AM
тАО01-14-2009 01:01 AM
Re: how to make iscsi disk offline
ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
==========================================================================
disk 0 10/0/14/0.0.0 sdisk CLAIMED DEVICE MITSUMI CD-ROM FX4830T!B
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
disk 1 10/0/15/0.5.0 sdisk CLAIMED DEVICE HP 18.2GST318406LC
/dev/dsk/c2t5d0 /dev/rdsk/c2t5d0
disk 2 10/0/15/0.6.0 sdisk CLAIMED DEVICE HP 18.2GST318406LC
/dev/dsk/c2t6d0 /dev/rdsk/c2t6d0
disk 4 255/0/1.0.0.0 sdisk NO_HW DEVICE xxxiSCSIDisk
/dev/dsk/c4t0d0 /dev/rdsk/c4t0d0
disk 5 255/0/2.0.0.0 sdisk NO_HW DEVICE xxxiSCSIDisk
/dev/dsk/c5t0d0 /dev/rdsk/c5t0d0
disk 6 255/0/3.0.0.0 sdisk NO_HW DEVICE xxxiSCSIDisk
/dev/dsk/c6t0d0 /dev/rdsk/c6t0d0
Why those entries are still there?
There are no operational targets now. I also deleted iscsi discovery address.
If i use rmsf to delete those entries. I could not discover targets any more. I had to remove iscsi and install it again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2009 01:28 AM
тАО01-14-2009 01:28 AM
Re: how to make iscsi disk offline
The NO_HW already indicates the disk is no longer available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2009 01:45 AM
тАО01-14-2009 01:45 AM