- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: mounting disks on other nodes
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
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
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
тАО09-07-2005 02:42 AM
тАО09-07-2005 02:42 AM
I have 4 node clustered environement
with Server , Sat1, Sat2 and Sat3 (disk server).
Sat3 contains database(Volume name - Disk2) which is often accessed by all other above mentioned members
I had a shutdown (due to hardware issue) of Sat3 only and had to reboot it.
When Sat3 came back on I could not see the database on Sat3 from Server. But I could see the database from Sat2 and Sat1.
In this scneario it seems the database volume (Disk2) needs to be mounted
should I use
$MOUNT/SYSTEM/CLUSTER disk2:
or
$ mount /cluster disk2:
and do I have to give the command from the nodes from which I "cannot" see the volume or the other way round. In other words
issue commands from Server or Sat1 (I can see the disk on this node)
Any comments suggestions would be helpful
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2005 02:54 AM
тАО09-07-2005 02:54 AM
Re: mounting disks on other nodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2005 01:02 PM
тАО09-07-2005 01:02 PM
SolutionMOUNT/CLUSTER will mount a disk on all reachable cluster members. The disk is mounted system wide on each node (ie: as if it were MOUNT/SYSTEM on that node).
Note that the only way a node cannot "see" a volume is if it were physically attached to another node, and not set "/SERVE", which would be somewhat unusual.
How you manage your disks is a matter of choice, and sometimes needs careful planning, considering all possible combinations and permutations of node boot order. Typically the easiest is to include a MOUNT/CLUSTER of each disk in the startup, and have it executed on every node. However, it should be made conditional on F$GETDVI(device,"EXIST"). I've attached a procedure I use to wait a short time period to see if a device appears.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2005 01:02 PM
тАО09-07-2005 01:02 PM
Re: mounting disks on other nodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2005 08:56 PM
тАО09-07-2005 08:56 PM
Re: mounting disks on other nodes
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2005 08:42 AM
тАО09-18-2005 08:42 AM
Re: mounting disks on other nodes
You must set MSCP_Load=1
and mscp_serve_all= 1
or some reasonable number.
You don't say where the disk is. There are a lot of rules about serving disks. If it's on an hsj or hsc, or a dssi disk the allocation must match up. Log a call and we'll help you.
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2005 01:15 AM
тАО11-21-2005 01:15 AM
Re: mounting disks on other nodes
Thank you all for your time