- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: Moving mount point to another server
Operating System - Tru64 Unix
1823081
Members
3314
Online
109645
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
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
тАО03-16-2005 06:27 AM
тАО03-16-2005 06:27 AM
Moving mount point to another server
Hardware:2 Alpha Servers - GS60E
OS:Tru64 Unix 5.1b
File System: AdvFS
I have a fileset/mount point on server A that I want to delete. I then want to make the disk/partition (that this mount point was using) available to server B. I have no knowledge of the physical disks on my systems except that there are some disks mounted in each server's cabinet and that we have a StorageWorks RAID array which, I assume, is being used by both servers. How can I do this, ensuring that I don't waste any disk space in the process?
OS:Tru64 Unix 5.1b
File System: AdvFS
I have a fileset/mount point on server A that I want to delete. I then want to make the disk/partition (that this mount point was using) available to server B. I have no knowledge of the physical disks on my systems except that there are some disks mounted in each server's cabinet and that we have a StorageWorks RAID array which, I assume, is being used by both servers. How can I do this, ensuring that I don't waste any disk space in the process?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 02:53 PM
тАО03-16-2005 02:53 PM
Re: Moving mount point to another server
You can find the disks/partition/LSM volumes that your AdvFS domain uses by issuing:
#showfdmn
Say you want to use dsk1a that is currently used by this domain, you can issue 'rmvol' command to remove this disk from the domain. No need to remove the fileset.
'addvol' requires license. The data from dskla is automatically migrated to the other disks that are part of the domain.
#showfdmn
Say you want to use dsk1a that is currently used by this domain, you can issue 'rmvol' command to remove this disk from the domain. No need to remove the fileset.
'addvol' requires license. The data from dskla is automatically migrated to the other disks that are part of the domain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 06:43 PM
тАО03-16-2005 06:43 PM
Re: Moving mount point to another server
First locate physical device of advfs domain:
1. # df |grep
sample: / root_domain#root
here root_domain is the domain
2. # ls -la /etc/fdmns/
output could be:
/dev/disk/* < physical disk
/dev/vol/* < lsm disk
3. in case of physical disk:
# hwmgr -show scsi |grep
leads to scsi-bus/id. you can use the
hwmgr to locate the disk by flashing the
light (man hwmgr)
4. in case of lsm disk:
# voldisk list
leads to physical disk within lsm
go to 3 to locate physical disk.
It is necessary to deconfigure lsm disk
prior of physical moving!
In case of a raid-controller/storage disk it will be necessary to use additional commands on the storage controller itself to prepare moving of disk.
1. # df |grep
sample: / root_domain#root
here root_domain is the domain
2. # ls -la /etc/fdmns/
output could be:
/dev/disk/* < physical disk
/dev/vol/* < lsm disk
3. in case of physical disk:
# hwmgr -show scsi |grep
leads to scsi-bus/id. you can use the
hwmgr to locate the disk by flashing the
light (man hwmgr)
4. in case of lsm disk:
# voldisk list
leads to physical disk within lsm
go to 3 to locate physical disk.
It is necessary to deconfigure lsm disk
prior of physical moving!
In case of a raid-controller/storage disk it will be necessary to use additional commands on the storage controller itself to prepare moving of disk.
Help() { FirstReadManual(urgently); Go_to_it;; }
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2005 03:13 AM
тАО03-17-2005 03:13 AM
Re: Moving mount point to another server
I contacted HP support directly so that I could get a more detailed solution.
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP