- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- internal disk and external disk
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
04-19-2002 11:15 AM
04-19-2002 11:15 AM
internal disk and external disk
I 've got a N-Class server connected to Seagate external disk array. I am preparing a server document and i am not able to identify which disks are internal disks and which one are external disks.
Any help regarding this will be highly appreciated.
Regds
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 11:19 AM
04-19-2002 11:19 AM
Re: internal disk and external disk
If you go to back of N-class you will see the address writen on disk's pannel
It is generally
0/0/2/0.6.0 /dev/dsk/c1t6d0
and
0/0/2/1.6.0 /dev/dsk/c2t6d0
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 11:20 AM
04-19-2002 11:20 AM
Re: internal disk and external disk
Forget to say that they are inernal disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 11:22 AM
04-19-2002 11:22 AM
Re: internal disk and external disk
If you want to know which disk is which, check the output from ioscan -fn.
The HW path tells you which disks are coming from where. Check the scsi device they hang on or if it is fiber to the array then you know immediately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 11:24 AM
04-19-2002 11:24 AM
Re: internal disk and external disk
Otherwise, there are space for only two internal drives. And each drive is connected to seperate controller. Find out the controllers connected with one drives only. Those are the internal drives.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 11:25 AM
04-19-2002 11:25 AM
Re: internal disk and external disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 11:33 AM
04-19-2002 11:33 AM
Re: internal disk and external disk
run /usr/sbin/xstm in CDE which will give you
a graphical display of on external and internal disks.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 11:45 AM
04-19-2002 11:45 AM
Re: internal disk and external disk
There are a couple of ways you can do this ,
1. Run stm or xstm after exporting display.
2. print_manifest will give you the exact list of disks connected provided you have print manifest installed.
3. Path of the disks using the slot and the controller no.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 12:01 PM
04-19-2002 12:01 PM
Re: internal disk and external disk
I am getting the following error when i do an ioscan -fn
ioscan: libIO error from io_init: /dev/config - permission denied.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 12:03 PM
04-19-2002 12:03 PM
Re: internal disk and external disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 12:05 PM
04-19-2002 12:05 PM
Re: internal disk and external disk
Remember you have to be root when running
the ioscan command