- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mounting a Remote 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
09-19-2007 01:42 AM
09-19-2007 01:42 AM
Mounting a Remote Disk
I am new comer to the UNIX world and would like your valuable assistance. Please advise on the steps I need to follow to make use of free disk space on a second server on my server.Both are HP UX 11.x boxes.I am running out of space on my Prod and cannot have downtime.
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 02:06 AM
09-19-2007 02:06 AM
Re: Mounting a Remote Disk
http://docs.hp.com/en/5991-1154/index.html
Other Documentation:
http://docs.hp.com/en/hpux11iv2.html
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 02:16 AM
09-19-2007 02:16 AM
Re: Mounting a Remote Disk
You can't do anything like extend /var into an nfs mount on another server.
What action to take depends on what filesystem is getting full.
NFS is a good way to use remote space, but some applications won't tolerate running their data on remote filesystems.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 02:32 AM
09-19-2007 02:32 AM
Re: Mounting a Remote Disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 02:47 AM
09-19-2007 02:47 AM
Re: Mounting a Remote Disk
Beware that NFS does have a performance overhead as it is TCP based.
Might be a good location for backups / extracts as long as you understand the delays with network based NFS mounts. Not an option for actual DB files as the delays would most likely render the unusable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 02:54 AM
09-19-2007 02:54 AM
Re: Mounting a Remote Disk
Your running low on space and you want more disk space to make a backup of your database to this "more" diskspace.
If the disk on the second server is disk that can be 'shared', then fine. If your talking internal disk, then I don't recommend it.
If your intent is to back up your database, as you mention - then why not backup to tape. So much cheaper. If database can't be down, then can it be put into hotbackup mode ?
Or can you give a little more detail on exactly what your disk environment is....is it all internal or is it JBOD, is it an array ? Models types ?
Just thinking out loud,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 03:16 AM
09-19-2007 03:16 AM
Re: Mounting a Remote Disk
We have the old HP 9000 series which even god has forsaken. It has 2 Fiber channels with a maximum support of 73 GB disks.The current situation is that both the channels are full and the only option is to have a new external array which is costing 4000 USD. These servers are to be decommissioned in a few months time so the company is not favouring the upgrade option. I need some space where I can do exports of my DB. Hot Backups to Tape ? Cant even think of it since the tapes are old fashioned ones too...Hope I have given u a clearer picture. I edited the /etc/exports and added /local_mount/dir -access=remote_ip,rw=remote_ip -root=remote_ip. I also went into the nfsconf and made sure that my NFS is running. Now when issuing the mount command i get "Permission Denied". Any ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 05:10 AM
09-19-2007 05:10 AM
Re: Mounting a Remote Disk
On NFS server
nfs daemons running ?
/etc/exports file configured properly
exportfs -va
On NFS client
NFS client running ?
modify /etc/fstab
create directory
mount
Permission issues typically due to either error in NFS server export file, export file not activated after changes or NFS server daemon not running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 06:53 AM
09-19-2007 06:53 AM
Re: Mounting a Remote Disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 04:41 PM
09-19-2007 04:41 PM