- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot unmount a filesystem
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
09-07-2005 01:51 AM
09-07-2005 01:51 AM
Cannot unmount a filesystem
I am using VCS on hpux 11i. I tried to bring up a servicegroup through VCS on one of the nodes in the cluster. All but one filesystems were mounted successfully. For the one the mount point was missing. I created the mount point on the fly and then VCS mounted that filesystem on it successfully. Then I brought down the servicegroup on the node. All but that particular filesystem were unmounted. I am trying to umount the filesystem as follows:
# umount /opt/oracle/data1
but it says:
Block device required.
I tried with the block device but no luck.
Can anyone help.
Points will be awarded.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 01:55 AM
09-07-2005 01:55 AM
Re: Cannot unmount a filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 01:55 AM
09-07-2005 01:55 AM
Re: Cannot unmount a filesystem
umount /opt/oracle/data1
the filesystem code looks in /etc/fstab to translate the mountpoint into a device file such as /dev/vg04/lvol22. Check /etc/fstab to see that the source for the data1 mountpoint is correctly spelled.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 01:56 AM
09-07-2005 01:56 AM
Re: Cannot unmount a filesystem
try with the lvol:
umount /dev/vgXX/lvolXX
related at the /opt/oracle/data1 file system
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 01:57 AM
09-07-2005 01:57 AM
Re: Cannot unmount a filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 02:00 AM
09-07-2005 02:00 AM
Re: Cannot unmount a filesystem
try
bdf /opt/oracle/data1
check the lvol related and then
umount /dev/vgXXX/
Regards,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 02:02 AM
09-07-2005 02:02 AM
Re: Cannot unmount a filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 02:05 AM
09-07-2005 02:05 AM
Re: Cannot unmount a filesystem
Can you send us the main.cf
Perhaps there is an error in this file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 02:16 AM
09-07-2005 02:16 AM
Re: Cannot unmount a filesystem
You can check the filesystem details , with
#fstyp -v /dev/vg00/lvolx
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 02:57 AM
09-07-2005 02:57 AM
Re: Cannot unmount a filesystem
Here is main.cf file:
include "types.cf"
cluster PreProdYMXCCII (
UserNames = { admin = "cDRpdxPmHpzS." }
EngineClass = SCHED_FIFO
Administrators = { admin }
CounterInterval = 5
)
system ymxppdb0 (
)
system ymxppap0 (
)
group ClusterService (
SystemList = { ymxppdb0 = 0, ymxppap0 = 1 }
AutoStartList = { ymxppdb0, ymxppap0 }
OnlineRetryLimit = 3
)
IP webip (
Device = lan1
Address = "199.81.76.107"
NetMask = "255.255.255.0"
)
NIC csgnic (
Device = lan1
NetworkHosts = { "199.81.76.180", "199.81.76.179" }
)
VRTSWebApp VCSweb (
Critical = 0
AppName = vcs
InstallDir = "/opt/VRTSweb/VERITAS"
TimeForOnline = 5
)
VCSweb requires webip
webip requires csgnic
// resource dependency tree
//
// group ClusterService
// {
// VRTSWebApp VCSweb
// {
// IP webip
// {
// NIC csgnic
// }
// }
// }
group MultiNicSG (
SystemList = { ymxppdb0 = 1, ymxppap0 = 2 }
AutoStartList = { ymxppdb0, ymxppap0 }
)
MultiNICA mnic_PreProdYMXCCII (
Critical = 0
Device @ymxppdb0 = { lan1 = "199.86.76.179", lan11 = "199.81.76.179" }
Device @ymxppap0 = { lan1 = "199.86.76.180", lan11 = "199.86.76.180" }
NetMask = "255.255.255.0"
NetworkHosts = { "199.81.76.1" }
)
Phantom Phantom (
)
// resource dependency tree
//
// group MultiNicSG
// {
// Phantom Phantom
// MultiNICA mnic_PreProdYMXCCII
// }
group YMXCCIIDBSG (
SystemList = { ymxppdb0 = 1, ymxppap0 = 2 }
AutoStartList = { ymxppdb0, ymxppap0 }
)
Application App_CCIIDB (
StartProgram = "/opt/fedex/vcs/scripts/cciidb/start_cciidb.sh"
StopProgram = "/opt/fedex/vcs/scripts/cciidb/stop_cciidb.sh"
CleanProgram = "/opt/fedex/vcs/scripts/cciidb/stop_cciidb.sh"
MonitorProgram = "/opt/fedex/vcs/scripts/cciidb/monitor_cciidb.sh"
)
DiskGroup dg_YMXCCIIDBdg (
DiskGroup = cciidbdg
)
IPMultiNIC IP_YMXCCIIDB (
Address = "199.81.76.116"
NetMask = "255.255.255.0"
MultiNICResName = mnic_PreProdYMXCCII
)
Mount mnt_opt_oracle_cciidb (
MountPoint = "/opt/oracle/cciidb"
BlockDevice = "/dev/vx/dsk/cciidbdg/orabase"
FSType = vxfs
FsckOpt = "-y"
)
Mount mnt_opt_oracle_cciidb_product (
MountPoint = "/opt/oracle/cciidb/product"
BlockDevice = "/dev/vx/dsk/cciidbdg/oraclebin"
FSType = vxfs
FsckOpt = "-y"
)
Mount mnt_opt_oracle_cciidb_admin_IC15 (
MountPoint = "/opt/oracle/cciidb/admin/IC15"
BlockDevice = "/dev/vx/dsk/cciidbdg/oraadmin"
FSType = vxfs
FsckOpt = "-y"
)
Mount mnt_opt_oracle_cciidb_oraarch (
MountPoint = "/opt/oracle/cciidb/oraarch"
BlockDevice = "/dev/vx/dsk/cciidbdg/oraarch"
FSType = vxfs
FsckOpt = "-y"
)
Mount mnt_opt_oracle_cciidb_oradata_IC15 (
MountPoint = "/opt/oracle/cciidb/oradata/IC15"
BlockDevice = "/dev/vx/dsk/cciidbdg/oradata"
FSType = vxfs
FsckOpt = "-y"
)
Mount mnt_opt_oracle_cciidb_oradata_IC15_data (
MountPoint = "/opt/oracle/cciidb/oradata/IC15/data"
BlockDevice = "/dev/vx/dsk/cciidbdg/oratable"
FSType = vxfs
FsckOpt = "-y"
)
Mount mnt_opt_oracle_cciidb_oradata_IC15_index (
MountPoint = "/opt/oracle/cciidb/oradata/IC15/index"
BlockDevice = "/dev/vx/dsk/cciidbdg/oraindex"
FSType = vxfs
FsckOpt = "-y"
)
Proxy Proxy_YMXCCII (
TargetResName = mnic_PreProdYMXCCII
)
App_CCIIDB requires IP_YMXCCIIDB
App_CCIIDB requires mnt_opt_oracle_cciidb
IP_YMXCCIIDB requires Proxy_YMXCCII
mnt_opt_oracle_cciidb requires dg_YMXCCIIDBdg
mnt_opt_oracle_cciidb_admin_IC15 requires mnt_opt_oracle_cciidb
mnt_opt_oracle_cciidb_oraarch requires mnt_opt_oracle_cciidb
mnt_opt_oracle_cciidb_oradata_IC15 requires mnt_opt_oracle_cciidb
mnt_opt_oracle_cciidb_oradata_IC15_data requires mnt_opt_oracle_cciidb
mnt_opt_oracle_cciidb_oradata_IC15_index requires mnt_opt_oracle_cciidb
mnt_opt_oracle_cciidb_product requires mnt_opt_oracle_cciidb
// resource dependency tree
//
// group YMXCCIIDBSG
// {
// Application App_CCIIDB
// {
// IPMultiNIC IP_YMXCCIIDB
// {
// Proxy Proxy_YMXCCII
// }
// Mount mnt_opt_oracle_cciidb
// {
// DiskGroup dg_YMXCCIIDBdg
// }
// }
// Mount mnt_opt_oracle_cciidb_admin_IC15
// {
// Mount mnt_opt_oracle_cciidb
// {
// DiskGroup dg_YMXCCIIDBdg
// }
// }
// Mount mnt_opt_oracle_cciidb_oraarch
// {
// Mount mnt_opt_oracle_cciidb
// {
// DiskGroup dg_YMXCCIIDBdg
// }
// }
// Mount mnt_opt_oracle_cciidb_oradata_IC15
// {
// Mount mnt_opt_oracle_cciidb
// {
// DiskGroup dg_YMXCCIIDBdg
// }
// }
// Mount mnt_opt_oracle_cciidb_oradata_IC15_data
// {
// Mount mnt_opt_oracle_cciidb
// {
// DiskGroup dg_YMXCCIIDBdg
// }
// }
// Mount mnt_opt_oracle_cciidb_oradata_IC15_index
// {
// Mount mnt_opt_oracle_cciidb
// {
// DiskGroup dg_YMXCCIIDBdg
// }
// }
// Mount mnt_opt_oracle_cciidb_product
// {
// Mount mnt_opt_oracle_cciidb
// {
// DiskGroup dg_YMXCCIIDBdg
// }
// }
// }
========================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 06:46 AM
09-07-2005 06:46 AM
Re: Cannot unmount a filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 07:07 AM
09-07-2005 07:07 AM
Re: Cannot unmount a filesystem
Thanks for your help.