GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: automount
Operating System - HP-UX
1856587
Members
6222
Online
104113
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
06-07-2000 10:30 AM
06-07-2000 10:30 AM
automount
Can someone please help me with the command or steps to automount a file system.
I want to automount /net on a hpux 10.20 box (Tabby).
What I want is: when I type /net/ppi_2 on that box, I want another hpux box (ppi_2) directories /, /disk0 and /ppi_2 to mount under /tmp_mnt/net/ppi_2 on Tabby.
This should create a link under /net on Tabby.
I hope everyone can understand my question!!!
ex: bdf should look something like this on Tabby
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 3346049 2828786 182658 94% /
/dev/vg01/lvol8 17528139 4004 15771321 0% /home2
ppi_2:/ 1650769 1326581 159111 89% /tmp_mnt/net/ppi_2
ppi_2:/disk0 8699070 5952540 1876623 76% /tmp_mnt/net/ppi_2/disk0
ppi_2:/ppi_2 2051743 1696228 150340 92% /tmp_mnt/net/ppi_2/ppi_p2
I want to automount /net on a hpux 10.20 box (Tabby).
What I want is: when I type /net/ppi_2 on that box, I want another hpux box (ppi_2) directories /, /disk0 and /ppi_2 to mount under /tmp_mnt/net/ppi_2 on Tabby.
This should create a link under /net on Tabby.
I hope everyone can understand my question!!!
ex: bdf should look something like this on Tabby
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 3346049 2828786 182658 94% /
/dev/vg01/lvol8 17528139 4004 15771321 0% /home2
ppi_2:/ 1650769 1326581 159111 89% /tmp_mnt/net/ppi_2
ppi_2:/disk0 8699070 5952540 1876623 76% /tmp_mnt/net/ppi_2/disk0
ppi_2:/ppi_2 2051743 1696228 150340 92% /tmp_mnt/net/ppi_2/ppi_p2
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2000 10:43 AM
06-07-2000 10:43 AM
Re: automount
You should be able to fully configure your Automount via SAM.
Brian
<*(((>< er
Brian
<*(((>< er
Perception IS Reality
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2000 11:22 AM
06-07-2000 11:22 AM
Re: automount
Files you need to touch are
Client box:
/etc/auto_direct
/etc/auto_master
Server box
/etc/exports
Simple example:
# /etc/auto_direct file
# local mount point mount options remote server:directory#
/net/ppi_2 -soft,nosuid,noac ppi_2:/
# /etc/auto_master file
# Local mount point Map name Mount Options
/- /etc/auto_direct
/net -hosts -soft,noac
# /etc/exports file
/ -rw=Tabby
Make sure you run exportfs on the server and that nfs services are running on both boxes. (core & client on client box, core & server on server box, at the least).
Client box:
/etc/auto_direct
/etc/auto_master
Server box
/etc/exports
Simple example:
# /etc/auto_direct file
# local mount point mount options remote server:directory#
/net/ppi_2 -soft,nosuid,noac ppi_2:/
# /etc/auto_master file
# Local mount point Map name Mount Options
/- /etc/auto_direct
/net -hosts -soft,noac
# /etc/exports file
/ -rw=Tabby
Make sure you run exportfs on the server and that nfs services are running on both boxes. (core & client on client box, core & server on server box, at the least).
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
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP